]> granicus.if.org Git - clang/commit
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)
commit0420ce03d1d21b8622ef6a56f431689ac12bc58e
treef357fd64281d4edf8e45983474cfa594ddbe3e0f
parent970bc350a3db91afc849d151b448a1169d2af536
Revert [Clang Interpreter] Initial patch for the constexpr interpreter

This reverts r370584 (git commit afcb3de117265a69d21e5673356e925a454d7d02)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370588 91177308-0d34-0410-b5e6-96231b3b80d8
65 files changed:
docs/ConstantInterpreter.rst [deleted file]
docs/index.rst
include/clang/AST/ASTContext.h
include/clang/AST/OptionalDiagnostic.h [deleted file]
include/clang/Basic/DiagnosticASTKinds.td
include/clang/Basic/LangOptions.def
include/clang/Driver/Options.td
lib/AST/ASTContext.cpp
lib/AST/CMakeLists.txt
lib/AST/ExprConstant.cpp
lib/AST/Interp/Block.cpp [deleted file]
lib/AST/Interp/Block.h [deleted file]
lib/AST/Interp/ByteCodeEmitter.cpp [deleted file]
lib/AST/Interp/ByteCodeEmitter.h [deleted file]
lib/AST/Interp/ByteCodeExprGen.cpp [deleted file]
lib/AST/Interp/ByteCodeExprGen.h [deleted file]
lib/AST/Interp/ByteCodeGenError.cpp [deleted file]
lib/AST/Interp/ByteCodeGenError.h [deleted file]
lib/AST/Interp/ByteCodeStmtGen.cpp [deleted file]
lib/AST/Interp/ByteCodeStmtGen.h [deleted file]
lib/AST/Interp/CMakeLists.txt [deleted file]
lib/AST/Interp/Context.cpp [deleted file]
lib/AST/Interp/Context.h [deleted file]
lib/AST/Interp/Descriptor.cpp [deleted file]
lib/AST/Interp/Descriptor.h [deleted file]
lib/AST/Interp/Disasm.cpp [deleted file]
lib/AST/Interp/EvalEmitter.cpp [deleted file]
lib/AST/Interp/EvalEmitter.h [deleted file]
lib/AST/Interp/Frame.cpp [deleted file]
lib/AST/Interp/Frame.h [deleted file]
lib/AST/Interp/Function.cpp [deleted file]
lib/AST/Interp/Function.h [deleted file]
lib/AST/Interp/Integral.h [deleted file]
lib/AST/Interp/Interp.cpp [deleted file]
lib/AST/Interp/Interp.h [deleted file]
lib/AST/Interp/InterpFrame.cpp [deleted file]
lib/AST/Interp/InterpFrame.h [deleted file]
lib/AST/Interp/InterpStack.cpp [deleted file]
lib/AST/Interp/InterpStack.h [deleted file]
lib/AST/Interp/InterpState.cpp [deleted file]
lib/AST/Interp/InterpState.h [deleted file]
lib/AST/Interp/Opcode.h [deleted file]
lib/AST/Interp/Opcodes.td [deleted file]
lib/AST/Interp/Pointer.cpp [deleted file]
lib/AST/Interp/Pointer.h [deleted file]
lib/AST/Interp/Program.cpp [deleted file]
lib/AST/Interp/Program.h [deleted file]
lib/AST/Interp/Record.cpp [deleted file]
lib/AST/Interp/Record.h [deleted file]
lib/AST/Interp/Source.cpp [deleted file]
lib/AST/Interp/Source.h [deleted file]
lib/AST/Interp/State.cpp [deleted file]
lib/AST/Interp/State.h [deleted file]
lib/AST/Interp/Type.cpp [deleted file]
lib/AST/Interp/Type.h [deleted file]
lib/Driver/ToolChains/Clang.cpp
lib/Frontend/CompilerInvocation.cpp
test/AST/Interp/cond.cpp [deleted file]
test/SemaCXX/constant-expression-cxx2a.cpp
test/SemaCXX/constexpr-many-arguments.cpp
test/SemaCXX/shift.cpp
utils/TableGen/CMakeLists.txt
utils/TableGen/ClangOpcodesEmitter.cpp [deleted file]
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackends.h