merrymeerkat created this revision. Herald added a reviewer: NoQ. Herald added a project: All. merrymeerkat requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits.
END_PUBLIC Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D140475 Files: clang/include/clang/Analysis/AnalysisDiagnostic.h Index: clang/include/clang/Analysis/AnalysisDiagnostic.h =================================================================== --- clang/include/clang/Analysis/AnalysisDiagnostic.h +++ clang/include/clang/Analysis/AnalysisDiagnostic.h @@ -9,6 +9,8 @@ #ifndef LLVM_CLANG_ANALYSIS_ANALYSISDIAGNOSTIC_H #define LLVM_CLANG_ANALYSIS_ANALYSISDIAGNOSTIC_H +// why am i here +// #include "clang/Basic/DiagnosticAnalysis.h" #endif
Index: clang/include/clang/Analysis/AnalysisDiagnostic.h =================================================================== --- clang/include/clang/Analysis/AnalysisDiagnostic.h +++ clang/include/clang/Analysis/AnalysisDiagnostic.h @@ -9,6 +9,8 @@ #ifndef LLVM_CLANG_ANALYSIS_ANALYSISDIAGNOSTIC_H #define LLVM_CLANG_ANALYSIS_ANALYSISDIAGNOSTIC_H +// why am i here +// #include "clang/Basic/DiagnosticAnalysis.h" #endif
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits