Revert [Clang Interpreter] Initial patch for the constexpr interpreter
authorNandor Licker <n@ndor.email>
Mon, 2 Sep 2019 11:34:47 +0000 (11:34 +0000)
committerNandor Licker <n@ndor.email>
Mon, 2 Sep 2019 11:34:47 +0000 (11:34 +0000)
commitc3bdad8c1e142925fd7d65191ca88cb8e28782df
treec5081c2a8b55cbd654d027f18b47f4c9390839a0
parentda496363bf2b65b22a80772fec5693d14270e655
Revert [Clang Interpreter] Initial patch for the constexpr interpreter

This reverts r370636 (git commit 8327fed9475a14c3376b4860c75370c730e08f33)

llvm-svn: 370642
70 files changed:
clang/docs/ConstantInterpreter.rst [deleted file]
clang/docs/index.rst
clang/include/clang/AST/ASTContext.h
clang/include/clang/AST/OptionalDiagnostic.h [deleted file]
clang/include/clang/Basic/DiagnosticASTKinds.td
clang/include/clang/Basic/LangOptions.def
clang/include/clang/Driver/Options.td
clang/lib/AST/ASTContext.cpp
clang/lib/AST/CMakeLists.txt
clang/lib/AST/ExprConstant.cpp
clang/lib/AST/Interp/Block.cpp [deleted file]
clang/lib/AST/Interp/Block.h [deleted file]
clang/lib/AST/Interp/Boolean.h [deleted file]
clang/lib/AST/Interp/ByteCodeEmitter.cpp [deleted file]
clang/lib/AST/Interp/ByteCodeEmitter.h [deleted file]
clang/lib/AST/Interp/ByteCodeExprGen.cpp [deleted file]
clang/lib/AST/Interp/ByteCodeExprGen.h [deleted file]
clang/lib/AST/Interp/ByteCodeGenError.cpp [deleted file]
clang/lib/AST/Interp/ByteCodeGenError.h [deleted file]
clang/lib/AST/Interp/ByteCodeStmtGen.cpp [deleted file]
clang/lib/AST/Interp/ByteCodeStmtGen.h [deleted file]
clang/lib/AST/Interp/CMakeLists.txt [deleted file]
clang/lib/AST/Interp/Context.cpp [deleted file]
clang/lib/AST/Interp/Context.h [deleted file]
clang/lib/AST/Interp/Descriptor.cpp [deleted file]
clang/lib/AST/Interp/Descriptor.h [deleted file]
clang/lib/AST/Interp/Disasm.cpp [deleted file]
clang/lib/AST/Interp/EvalEmitter.cpp [deleted file]
clang/lib/AST/Interp/EvalEmitter.h [deleted file]
clang/lib/AST/Interp/Frame.cpp [deleted file]
clang/lib/AST/Interp/Frame.h [deleted file]
clang/lib/AST/Interp/Function.cpp [deleted file]
clang/lib/AST/Interp/Function.h [deleted file]
clang/lib/AST/Interp/Integral.h [deleted file]
clang/lib/AST/Interp/Interp.cpp [deleted file]
clang/lib/AST/Interp/Interp.h [deleted file]
clang/lib/AST/Interp/InterpFrame.cpp [deleted file]
clang/lib/AST/Interp/InterpFrame.h [deleted file]
clang/lib/AST/Interp/InterpStack.cpp [deleted file]
clang/lib/AST/Interp/InterpStack.h [deleted file]
clang/lib/AST/Interp/InterpState.cpp [deleted file]
clang/lib/AST/Interp/InterpState.h [deleted file]
clang/lib/AST/Interp/Opcode.h [deleted file]
clang/lib/AST/Interp/Opcodes.td [deleted file]
clang/lib/AST/Interp/Pointer.cpp [deleted file]
clang/lib/AST/Interp/Pointer.h [deleted file]
clang/lib/AST/Interp/Program.cpp [deleted file]
clang/lib/AST/Interp/Program.h [deleted file]
clang/lib/AST/Interp/Record.cpp [deleted file]
clang/lib/AST/Interp/Record.h [deleted file]
clang/lib/AST/Interp/Source.cpp [deleted file]
clang/lib/AST/Interp/Source.h [deleted file]
clang/lib/AST/Interp/State.cpp [deleted file]
clang/lib/AST/Interp/State.h [deleted file]
clang/lib/AST/Interp/Type.cpp [deleted file]
clang/lib/AST/Interp/Type.h [deleted file]
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/AST/Interp/cond.cpp [deleted file]
clang/test/SemaCXX/constant-expression-cxx2a.cpp
clang/test/SemaCXX/constexpr-many-arguments.cpp
clang/test/SemaCXX/shift.cpp
clang/utils/TableGen/CMakeLists.txt
clang/utils/TableGen/ClangOpcodesEmitter.cpp [deleted file]
clang/utils/TableGen/TableGen.cpp
clang/utils/TableGen/TableGenBackends.h
llvm/include/llvm/Support/MathExtras.h
llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
llvm/utils/gn/secondary/clang/lib/AST/Interp/BUILD.gn [deleted file]
llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn