]> granicus.if.org Git - clang/commit
Sort #include lines for all files under include/...
authorChandler Carruth <chandlerc@gmail.com>
Tue, 4 Dec 2012 09:18:49 +0000 (09:18 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 4 Dec 2012 09:18:49 +0000 (09:18 +0000)
commit30a2e16f6c27f888dd11eba6bbbae1e980078fcb
tree3e07c2ed11aa0b4e83f9ca5ac1bfb2803ecad481
parent55fc873017f10f6f566b182b70f6fc22aefa3464
Sort #include lines for all files under include/...

This is a simpler sort, entirely automatic with the help of
llvm/utils/sort_includes.py -- no manual edits here.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169238 91177308-0d34-0410-b5e6-96231b3b80d8
117 files changed:
include/clang/ARCMigrate/ARCMT.h
include/clang/ARCMigrate/ARCMTActions.h
include/clang/ARCMigrate/FileRemapper.h
include/clang/AST/APValue.h
include/clang/AST/AST.h
include/clang/AST/ASTContext.h
include/clang/AST/ASTUnresolvedSet.h
include/clang/AST/ASTVector.h
include/clang/AST/CXXInheritance.h
include/clang/AST/Comment.h
include/clang/AST/CommentCommandTraits.h
include/clang/AST/CommentLexer.h
include/clang/AST/CommentParser.h
include/clang/AST/CommentSema.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclContextInternals.h
include/clang/AST/DeclVisitor.h
include/clang/AST/DependentDiagnostic.h
include/clang/AST/EvaluatedExprVisitor.h
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/AST/ExternalASTSource.h
include/clang/AST/Mangle.h
include/clang/AST/PrettyPrinter.h
include/clang/AST/StmtGraphTraits.h
include/clang/AST/TemplateBase.h
include/clang/AST/TemplateName.h
include/clang/AST/Type.h
include/clang/AST/TypeLoc.h
include/clang/AST/TypeOrdering.h
include/clang/Analysis/Analyses/Dominators.h
include/clang/Analysis/Analyses/LiveVariables.h
include/clang/Analysis/AnalysisContext.h
include/clang/Analysis/CFG.h
include/clang/Analysis/FlowSensitive/DataflowSolver.h
include/clang/Analysis/ProgramPoint.h
include/clang/Analysis/Support/BlkExprDeclBitVector.h
include/clang/Analysis/Support/BumpVector.h
include/clang/Analysis/Visitors/CFGRecStmtDeclVisitor.h
include/clang/Basic/Diagnostic.h
include/clang/Basic/DiagnosticIDs.h
include/clang/Basic/DiagnosticOptions.h
include/clang/Basic/FileManager.h
include/clang/Basic/FileSystemStatCache.h
include/clang/Basic/IdentifierTable.h
include/clang/Basic/LangOptions.h
include/clang/Basic/Module.h
include/clang/Basic/OnDiskHashTable.h
include/clang/Basic/SourceLocation.h
include/clang/Basic/SourceManager.h
include/clang/Basic/TargetInfo.h
include/clang/Basic/Version.h
include/clang/Driver/Arg.h
include/clang/Driver/ArgList.h
include/clang/Driver/Driver.h
include/clang/Driver/Job.h
include/clang/Driver/Option.h
include/clang/Driver/ToolChain.h
include/clang/Edit/Commit.h
include/clang/Edit/EditedSource.h
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/CompilerInstance.h
include/clang/Frontend/CompilerInvocation.h
include/clang/Frontend/FrontendAction.h
include/clang/Frontend/LogDiagnosticPrinter.h
include/clang/Frontend/MultiplexConsumer.h
include/clang/Frontend/TextDiagnosticPrinter.h
include/clang/Lex/HeaderSearch.h
include/clang/Lex/Lexer.h
include/clang/Lex/LiteralSupport.h
include/clang/Lex/ModuleMap.h
include/clang/Lex/PPCallbacks.h
include/clang/Lex/PPConditionalDirectiveRecord.h
include/clang/Lex/PTHManager.h
include/clang/Lex/PreprocessingRecord.h
include/clang/Lex/Preprocessor.h
include/clang/Lex/PreprocessorOptions.h
include/clang/Lex/Token.h
include/clang/Parse/Parser.h
include/clang/Rewrite/Core/RewriteRope.h
include/clang/Rewrite/Frontend/FixItRewriter.h
include/clang/Sema/AttributeList.h
include/clang/Sema/CodeCompleteConsumer.h
include/clang/Sema/DeclSpec.h
include/clang/Sema/Initialization.h
include/clang/Sema/Lookup.h
include/clang/Sema/MultiplexExternalSemaSource.h
include/clang/Sema/Sema.h
include/clang/Sema/SemaInternal.h
include/clang/Sema/Template.h
include/clang/Sema/TemplateDeduction.h
include/clang/Serialization/ASTBitCodes.h
include/clang/Serialization/ASTReader.h
include/clang/Serialization/ASTWriter.h
include/clang/Serialization/Module.h
include/clang/Serialization/ModuleManager.h
include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
include/clang/StaticAnalyzer/Core/CheckerManager.h
include/clang/StaticAnalyzer/Core/CheckerRegistry.h
include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h
include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
include/clang/Tooling/CompilationDatabase.h
include/clang/Tooling/FileMatchTrie.h
include/clang/Tooling/Refactoring.h
include/clang/Tooling/Tooling.h