diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2014-01-07 20:05:01 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2014-01-07 20:05:01 +0000 |
commit | 85e6e8717145115bcb6ad67cde29a1f5eb352dab (patch) | |
tree | 9fbe516f7f3ac1499dff279b9135d2044150dc32 /clang-tools-extra/module-map-checker/ModuleMapChecker.cpp | |
parent | 8af9eac331adf50c41bcb6f2333d2119fa689283 (diff) | |
download | bcm5719-llvm-85e6e8717145115bcb6ad67cde29a1f5eb352dab.tar.gz bcm5719-llvm-85e6e8717145115bcb6ad67cde29a1f5eb352dab.zip |
Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
always produce as pretty of results as it does in LLVM and Clang, but
I don't mind and the value of having a single canonical ordering is very
high IMO.
Let me know if you spot really serious problems here.
llvm-svn: 198703
Diffstat (limited to 'clang-tools-extra/module-map-checker/ModuleMapChecker.cpp')
-rw-r--r-- | clang-tools-extra/module-map-checker/ModuleMapChecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/module-map-checker/ModuleMapChecker.cpp b/clang-tools-extra/module-map-checker/ModuleMapChecker.cpp index 36217d58862..2ac752562a9 100644 --- a/clang-tools-extra/module-map-checker/ModuleMapChecker.cpp +++ b/clang-tools-extra/module-map-checker/ModuleMapChecker.cpp @@ -73,6 +73,7 @@ //===----------------------------------------------------------------------===// #include "clang/AST/ASTConsumer.h" +#include "ModuleMapChecker.h" #include "clang/AST/ASTContext.h" #include "clang/AST/RecursiveASTVisitor.h" #include "clang/Basic/SourceManager.h" @@ -88,7 +89,6 @@ #include "llvm/Support/FileSystem.h" #include "llvm/Support/Path.h" #include "llvm/Support/raw_ostream.h" -#include "ModuleMapChecker.h" using namespace clang; using namespace clang::driver; |