This repository was archived by the owner on Nov 1, 2021. It is now read-only.
File tree 12 files changed +13
-12
lines changed
12 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 10
10
#ifndef LLVM_CLANG_PLISTSUPPORT_H
11
11
#define LLVM_CLANG_PLISTSUPPORT_H
12
12
13
- #include " llvm/Support/raw_ostream.h"
14
13
#include " clang/Basic/FileManager.h"
15
14
#include " clang/Basic/SourceManager.h"
16
15
#include " clang/Lex/Lexer.h"
16
+ #include " llvm/Support/raw_ostream.h"
17
17
18
18
namespace clang {
19
19
namespace markup {
Original file line number Diff line number Diff line change 15
15
16
16
#include " clang/Basic/LLVM.h"
17
17
#include " llvm/ADT/IntrusiveRefCntPtr.h"
18
- #include " llvm/Support/FileSystem.h"
19
18
#include " llvm/Support/ErrorOr.h"
19
+ #include " llvm/Support/FileSystem.h"
20
20
#include " llvm/Support/SourceMgr.h"
21
21
22
22
namespace llvm {
Original file line number Diff line number Diff line change 20
20
#include " llvm/Option/Option.h"
21
21
#include " llvm/Support/MemoryBuffer.h"
22
22
#include " llvm/Support/Path.h"
23
- #include " llvm/Support/raw_ostream.h"
24
23
#include " llvm/Support/Regex.h"
25
24
#include " llvm/Support/YAMLParser.h"
26
25
#include " llvm/Support/YAMLTraits.h"
26
+ #include " llvm/Support/raw_ostream.h"
27
27
#include < algorithm>
28
28
29
29
using namespace clang ::driver;
Original file line number Diff line number Diff line change 13
13
14
14
#include " clang/Parse/Parser.h"
15
15
#include " RAIIObjectsForParser.h"
16
- #include " clang/AST/DeclTemplate.h"
17
16
#include " clang/AST/ASTContext.h"
17
+ #include " clang/AST/DeclTemplate.h"
18
18
#include " clang/Basic/AddressSpaces.h"
19
19
#include " clang/Basic/CharInfo.h"
20
20
#include " clang/Parse/ParseDiagnostic.h"
Original file line number Diff line number Diff line change 13
13
14
14
#include " clang/Parse/Parser.h"
15
15
#include " RAIIObjectsForParser.h"
16
- #include " clang/AST/DeclTemplate.h"
17
16
#include " clang/AST/ASTContext.h"
17
+ #include " clang/AST/DeclTemplate.h"
18
18
#include " clang/Basic/CharInfo.h"
19
19
#include " clang/Basic/OperatorKinds.h"
20
20
#include " clang/Parse/ParseDiagnostic.h"
Original file line number Diff line number Diff line change 23
23
24
24
#include " clang/Parse/Parser.h"
25
25
#include " RAIIObjectsForParser.h"
26
+ #include " clang/AST/ASTContext.h"
26
27
#include " clang/Basic/PrettyStackTrace.h"
27
28
#include " clang/Sema/DeclSpec.h"
28
29
#include " clang/Sema/ParsedTemplate.h"
29
30
#include " clang/Sema/Scope.h"
30
31
#include " clang/Sema/TypoCorrection.h"
31
32
#include " llvm/ADT/SmallString.h"
32
33
#include " llvm/ADT/SmallVector.h"
33
- #include " clang/AST/ASTContext.h"
34
34
using namespace clang ;
35
35
36
36
// / \brief Simple precedence-based parser for binary/ternary operators.
Original file line number Diff line number Diff line change 11
11
//
12
12
// ===----------------------------------------------------------------------===//
13
13
#include " clang/AST/ASTContext.h"
14
- #include " clang/AST/DeclTemplate.h"
15
14
#include " RAIIObjectsForParser.h"
15
+ #include " clang/AST/DeclTemplate.h"
16
16
#include " clang/Basic/PrettyStackTrace.h"
17
17
#include " clang/Lex/LiteralSupport.h"
18
18
#include " clang/Parse/ParseDiagnostic.h"
Original file line number Diff line number Diff line change 16
16
#include " llvm/ADT/ArrayRef.h"
17
17
#include " llvm/ADT/SmallString.h"
18
18
#include " llvm/Support/Path.h"
19
- #include " llvm/Support/raw_ostream.h"
20
19
#include " llvm/Support/TimeValue.h"
20
+ #include " llvm/Support/raw_ostream.h"
21
21
22
22
using namespace clang ;
23
23
using namespace llvm ::sys;
Original file line number Diff line number Diff line change 10
10
#ifndef LLVM_LIBCLANG_CLOG_H
11
11
#define LLVM_LIBCLANG_CLOG_H
12
12
13
+ #include " clang-c/Index.h"
13
14
#include " clang/Basic/LLVM.h"
14
15
#include " llvm/ADT/IntrusiveRefCntPtr.h"
15
16
#include " llvm/ADT/SmallString.h"
Original file line number Diff line number Diff line change 14
14
#ifndef LLVM_CLANG_CXTRANSLATIONUNIT_H
15
15
#define LLVM_CLANG_CXTRANSLATIONUNIT_H
16
16
17
- #include " CXString.h"
18
17
#include " CLog.h"
18
+ #include " CXString.h"
19
19
#include " clang-c/Index.h"
20
20
21
21
namespace clang {
Original file line number Diff line number Diff line change 13
13
14
14
#include " clang/Driver/Multilib.h"
15
15
#include " clang/Basic/LLVM.h"
16
- #include " gtest/gtest.h"
17
- #include " llvm/ADT/StringSwitch.h"
18
16
#include " llvm/ADT/StringRef.h"
17
+ #include " llvm/ADT/StringSwitch.h"
18
+ #include " gtest/gtest.h"
19
19
20
20
using namespace clang ::driver;
21
21
using namespace clang ;
Original file line number Diff line number Diff line change 12
12
// ===----------------------------------------------------------------------===//
13
13
14
14
#include " llvm/ADT/SmallString.h"
15
+ #include " llvm/ADT/STLExtras.h"
15
16
#include " llvm/ADT/SmallSet.h"
16
17
#include " llvm/ADT/StringSwitch.h"
17
- #include " llvm/ADT/STLExtras.h"
18
18
#include " llvm/TableGen/Error.h"
19
19
#include " llvm/TableGen/Record.h"
20
20
#include " llvm/TableGen/StringMatcher.h"
You can’t perform that action at this time.
0 commit comments