Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thanks!
clang/lib/ASTMatchers/ASTMatchersInternal.cpp | ||
---|---|---|
195 | I don't insist, but I do wonder if we want to inline the definition in the header file rather than put it in the implementation file so that call sites have an easier time inlining the functionality. |
clang/lib/ASTMatchers/ASTMatchersInternal.cpp | ||
---|---|---|
195 | If I inline it I get error: invalid use of incomplete type ‘class clang::ASTContext’ I think there was a drive at some point to use ASTContext less in header files. |
clang/lib/ASTMatchers/ASTMatchersInternal.cpp | ||
---|---|---|
195 | Thanks for checking! |
I don't insist, but I do wonder if we want to inline the definition in the header file rather than put it in the implementation file so that call sites have an easier time inlining the functionality.