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

This reverts r370636 (git commit 8327fed9475a14c3376b4860c75370c730e08f33)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370642 91177308-0d34-0410-b5e6-96231b3b80d8
66 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/Boolean.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