llvm-project/clang/lib/AST/Interp
Reid Kleckner 4c2a6567bb Avoid ASTContext.h -> TargetInfo.h dep
This has been done before in 2008: ab13857072
But these things regress easily.
Move some things out of line.

Saves 316 includes + transitive stuff:
    316 -    ../clang/include/clang/Basic/TargetOptions.h
    316 -    ../clang/include/clang/Basic/TargetInfo.h
    316 -    ../clang/include/clang/Basic/TargetCXXABI.h
    316 -    ../clang/include/clang/Basic/OpenCLOptions.h
    316 -    ../clang/include/clang/Basic/OpenCLExtensions.def
    302 -    ../llvm/include/llvm/Target/TargetOptions.h
    302 -    ../llvm/include/llvm/Support/CodeGen.h
    302 -    ../llvm/include/llvm/MC/MCTargetOptions.h
    302 -    ../llvm/include/llvm/ADT/FloatingPointMode.h
    302 -    ../clang/include/clang/Basic/XRayInstr.h
    302 -    ../clang/include/clang/Basic/DebugInfoOptions.h
    302 -    ../clang/include/clang/Basic/CodeGenOptions.h
    302 -    ../clang/include/clang/Basic/CodeGenOptions.def
    257 -    ../llvm/include/llvm/Support/Regex.h
     79 -    ../llvm/include/llvm/ADT/SmallSet.h
     68 -    MSVCSTL/include/set
     66 -    ../llvm/include/llvm/ADT/SmallPtrSet.h
     62 -    ../llvm/include/llvm/ADT/StringSwitch.h
2020-02-27 14:35:00 -08:00
..
Boolean.h Use std::foo_t rather than std::foo in clang. 2020-02-11 10:37:08 -08:00
ByteCodeEmitter.cpp [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
ByteCodeEmitter.h [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
ByteCodeExprGen.cpp [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
ByteCodeExprGen.h Avoid ASTContext.h -> TargetInfo.h dep 2020-02-27 14:35:00 -08:00
ByteCodeGenError.cpp [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
ByteCodeGenError.h [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
ByteCodeStmtGen.cpp Remove unneeded template alias, causes issues with some MSVC version 2019-10-31 14:20:54 -07:00
ByteCodeStmtGen.h [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Context.cpp Avoid ASTContext.h -> TargetInfo.h dep 2020-02-27 14:35:00 -08:00
Context.h [ConstExprPreter] Removed the flag forcing the use of the interpreter 2019-11-27 20:07:19 +00:00
Descriptor.cpp [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Descriptor.h [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Disasm.cpp [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
EvalEmitter.cpp [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
EvalEmitter.h [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Frame.cpp [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Frame.h [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Function.cpp [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Function.h [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Integral.h Use std::foo_t rather than std::foo in clang. 2020-02-11 10:37:08 -08:00
Interp.cpp For P0784R7: compute whether a variable has constant destruction if it 2019-09-29 05:08:46 +00:00
Interp.h [c++20] P1959R0: Remove support for std::*_equality. 2019-12-16 17:49:45 -08:00
InterpBlock.cpp [Clang interpreter] Rename Block.{h,cpp} to InterpBlock.{h,cpp} 2020-02-21 09:47:28 -08:00
InterpBlock.h [Clang interpreter] Rename Block.{h,cpp} to InterpBlock.{h,cpp} 2020-02-21 09:47:28 -08:00
InterpFrame.cpp [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
InterpFrame.h [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
InterpStack.cpp [Clang Interpreter] Fixed Bug 43362, build failure on GCC 2019-09-21 05:29:18 +00:00
InterpStack.h [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
InterpState.cpp [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
InterpState.h [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Opcode.h [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Opcodes.td [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Pointer.cpp [Clang interpreter] Rename Block.{h,cpp} to InterpBlock.{h,cpp} 2020-02-21 09:47:28 -08:00
Pointer.h [Clang interpreter] Rename Block.{h,cpp} to InterpBlock.{h,cpp} 2020-02-21 09:47:28 -08:00
PrimType.cpp [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
PrimType.h [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Program.cpp AST - silence static analyzer getAs<> null dereference warnings. NFCI. 2019-10-07 13:58:05 +00:00
Program.h [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Record.cpp [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Record.h [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Source.cpp [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
Source.h Use std::foo_t rather than std::foo in clang. 2020-02-11 10:37:08 -08:00
State.cpp [Clang Interpreter] Initial patch for the constexpr interpreter 2019-09-13 09:46:16 +00:00
State.h For P0784R7: support placement new-expressions in constant evaluation. 2019-10-03 00:39:35 +00:00