diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2014-08-13 16:25:19 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2014-08-13 16:25:19 +0000 |
commit | 2f5db8b3db7546bb911608f4c7e85962c6019bc7 (patch) | |
tree | ae5881ac46215cb790544eef8aceba085b36f4d8 /clang/unittests/Tooling | |
parent | bdefab961a8a4dec0fd68a9f8d8c44dba0c9d3be (diff) | |
download | bcm5719-llvm-2f5db8b3db7546bb911608f4c7e85962c6019bc7.tar.gz bcm5719-llvm-2f5db8b3db7546bb911608f4c7e85962c6019bc7.zip |
Header guard canonicalization, clang part.
Modifications made by clang-tidy with minor tweaks.
llvm-svn: 215557
Diffstat (limited to 'clang/unittests/Tooling')
-rw-r--r-- | clang/unittests/Tooling/RewriterTestContext.h | 4 | ||||
-rw-r--r-- | clang/unittests/Tooling/TestVisitor.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/clang/unittests/Tooling/RewriterTestContext.h b/clang/unittests/Tooling/RewriterTestContext.h index fe108ad308e..f3ce312d543 100644 --- a/clang/unittests/Tooling/RewriterTestContext.h +++ b/clang/unittests/Tooling/RewriterTestContext.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_CLANG_REWRITER_TEST_CONTEXT_H -#define LLVM_CLANG_REWRITER_TEST_CONTEXT_H +#ifndef LLVM_CLANG_UNITTESTS_TOOLING_REWRITERTESTCONTEXT_H +#define LLVM_CLANG_UNITTESTS_TOOLING_REWRITERTESTCONTEXT_H #include "clang/Basic/Diagnostic.h" #include "clang/Basic/DiagnosticOptions.h" diff --git a/clang/unittests/Tooling/TestVisitor.h b/clang/unittests/Tooling/TestVisitor.h index 23ea754d39a..7680d075477 100644 --- a/clang/unittests/Tooling/TestVisitor.h +++ b/clang/unittests/Tooling/TestVisitor.h @@ -12,8 +12,8 @@ /// //===----------------------------------------------------------------------===// -#ifndef LLVM_CLANG_TEST_VISITOR_H -#define LLVM_CLANG_TEST_VISITOR_H +#ifndef LLVM_CLANG_UNITTESTS_TOOLING_TESTVISITOR_H +#define LLVM_CLANG_UNITTESTS_TOOLING_TESTVISITOR_H #include "clang/AST/ASTConsumer.h" #include "clang/AST/ASTContext.h" |