[clang-tools-extra] r202809 - [cleanup] Re-sort headers with llvm/utils/sort_includes.py.

Chandler Carruth chandlerc at gmail.com
Tue Mar 4 02:03:05 PST 2014


Author: chandlerc
Date: Tue Mar  4 04:03:05 2014
New Revision: 202809

URL: http://llvm.org/viewvc/llvm-project?rev=202809&view=rev
Log:
[cleanup] Re-sort headers with llvm/utils/sort_includes.py.

Modified:
    clang-tools-extra/trunk/clang-query/QueryParser.cpp
    clang-tools-extra/trunk/clang-query/QueryParser.h
    clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    clang-tools-extra/trunk/unittests/clang-query/QueryParserTest.cpp

Modified: clang-tools-extra/trunk/clang-query/QueryParser.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-query/QueryParser.cpp?rev=202809&r1=202808&r2=202809&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-query/QueryParser.cpp (original)
+++ clang-tools-extra/trunk/clang-query/QueryParser.cpp Tue Mar  4 04:03:05 2014
@@ -14,7 +14,6 @@
 #include "clang/Basic/CharInfo.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/ADT/StringSwitch.h"
-
 #include <set>
 
 using namespace llvm;

Modified: clang-tools-extra/trunk/clang-query/QueryParser.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-query/QueryParser.h?rev=202809&r1=202808&r2=202809&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-query/QueryParser.h (original)
+++ clang-tools-extra/trunk/clang-query/QueryParser.h Tue Mar  4 04:03:05 2014
@@ -11,9 +11,8 @@
 #define LLVM_CLANG_TOOLS_EXTRA_CLANG_QUERY_QUERY_PARSER_H
 
 #include "Query.h"
-
-#include <stddef.h>
 #include "llvm/LineEditor/LineEditor.h"
+#include <stddef.h>
 
 namespace clang {
 namespace query {

Modified: clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.cpp?rev=202809&r1=202808&r2=202809&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.cpp (original)
+++ clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.cpp Tue Mar  4 04:03:05 2014
@@ -17,7 +17,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "ClangTidyDiagnosticConsumer.h"
-
 #include "llvm/ADT/SmallString.h"
 
 namespace clang {

Modified: clang-tools-extra/trunk/unittests/clang-query/QueryParserTest.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/unittests/clang-query/QueryParserTest.cpp?rev=202809&r1=202808&r2=202809&view=diff
==============================================================================
--- clang-tools-extra/trunk/unittests/clang-query/QueryParserTest.cpp (original)
+++ clang-tools-extra/trunk/unittests/clang-query/QueryParserTest.cpp Tue Mar  4 04:03:05 2014
@@ -10,8 +10,8 @@
 #include "QueryParser.h"
 #include "Query.h"
 #include "QuerySession.h"
-#include "gtest/gtest.h"
 #include "llvm/LineEditor/LineEditor.h"
+#include "gtest/gtest.h"
 
 using namespace clang;
 using namespace clang::query;





More information about the cfe-commits mailing list