forked from OSchip/llvm-project
parent
f5efb087d3
commit
9c0a584c35
|
@ -1,6 +1,7 @@
|
|||
#include "Core/IncludeExcludeInfo.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "llvm/Support/Path.h"
|
||||
#include "llvm/Support/PathV1.h"
|
||||
#include <fstream>
|
||||
|
||||
TEST(IncludeExcludeTest, ParseString) {
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include "clang/AST/DeclGroup.h"
|
||||
#include "llvm/Support/Process.h"
|
||||
#include "llvm/Support/Path.h"
|
||||
#include "llvm/Support/PathV1.h"
|
||||
|
||||
using namespace clang;
|
||||
|
||||
|
|
Loading…
Reference in New Issue