forked from OSchip/llvm-project
parent
da0f71af7d
commit
5377748d54
|
@ -6,6 +6,9 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_CLANG_UNITTESTS_STATICANALYZER_REUSABLES_H
|
||||
#define LLVM_CLANG_UNITTESTS_STATICANALYZER_REUSABLES_H
|
||||
|
||||
#include "clang/ASTMatchers/ASTMatchFinder.h"
|
||||
#include "clang/Frontend/CompilerInstance.h"
|
||||
#include "clang/CrossTU/CrossTranslationUnit.h"
|
||||
|
@ -56,3 +59,5 @@ public:
|
|||
|
||||
} // namespace ento
|
||||
} // namespace clang
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue