Need to forward declare it in ASTContext.h for D68627, so it can't be a nested struct.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Should this be in a namespace? Can't tell from the header file, is it at least in clang?
clang/include/clang/AST/Attr.h | ||
---|---|---|
359 | There's an ending namespace comment here and there's no namespace starting since the end of my change. And I assume Attrs.inc doesn't leave a dangling namespace? |
There's an ending namespace comment here and there's no namespace starting since the end of my change. And I assume Attrs.inc doesn't leave a dangling namespace?