We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee7fe4 commit 1050560Copy full SHA for 1050560
clang/unittests/CrossTU/CrossTranslationUnitTest.cpp
@@ -29,7 +29,7 @@ class CTUASTConsumer : public clang::ASTConsumer {
29
explicit CTUASTConsumer(clang::CompilerInstance &CI, bool *Success)
30
: CTU(CI), Success(Success) {}
31
32
- void HandleTranslationUnit(ASTContext &Ctx) {
+ void HandleTranslationUnit(ASTContext &Ctx) override {
33
auto FindFInTU = [](const TranslationUnitDecl *TU) {
34
const FunctionDecl *FD = nullptr;
35
for (const Decl *D : TU->decls()) {
0 commit comments