]> granicus.if.org Git - clang/commit
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
authorNandor Licker <n@ndor.email>
Fri, 30 Aug 2019 15:41:45 +0000 (15:41 +0000)
committerNandor Licker <n@ndor.email>
Fri, 30 Aug 2019 15:41:45 +0000 (15:41 +0000)
commit25e19b08c139bc67e0b09d4e9fe472909aee4719
treeba2132a0e1546bf936e5802b83b581b22f051c6c
parentff0c62802f36635b42ee98b6de52106468031c73
Revert [Clang Interpreter] Initial patch for the constexpr interpreter

This reverts r370476 (git commit a5590950549719d0d9ea69ed164b0c8c0f4e02e6)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370481 91177308-0d34-0410-b5e6-96231b3b80d8
64 files changed:
docs/ConstantInterpreter.rst [deleted file]
include/clang/AST/ASTContext.h
include/clang/Basic/DiagnosticASTKinds.td
include/clang/Basic/LangOptions.def
include/clang/Basic/OptionalDiagnostic.h [deleted file]
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