Revert [Clang Interpreter] Initial patch for the constexpr interpreter
authorNandor Licker <n@ndor.email>
Sat, 31 Aug 2019 15:15:39 +0000 (15:15 +0000)
committerNandor Licker <n@ndor.email>
Sat, 31 Aug 2019 15:15:39 +0000 (15:15 +0000)
commita6bef738bf14ad6db393d183b81452ecc7400924
tree8c9f773452aea5dddaae410f10080ce2c96cabe3
parent9e57b49392976a40346a2396cd2c9b2816bb52dd
Revert [Clang Interpreter] Initial patch for the constexpr interpreter

This reverts r370584 (git commit afcb3de117265a69d21e5673356e925a454d7d02)

llvm-svn: 370588
68 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/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/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