Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Sema/SemaCodeComplete.cpp | ||
---|---|---|
6069 | By unwrapping these in a fixed order, we'll successfully unwrap a pointer to an attributed function type, but not an attributed pointer to function type. Maybe extract a recursive function so we can unwrap arbitrary sequences of sugar? |
By unwrapping these in a fixed order, we'll successfully unwrap a pointer to an attributed function type, but not an attributed pointer to function type.
Maybe extract a recursive function so we can unwrap arbitrary sequences of sugar?