]> granicus.if.org Git - clang/commit
Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 4 Sep 2019 10:57:06 +0000 (10:57 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 4 Sep 2019 10:57:06 +0000 (10:57 +0000)
commite59f3f34afdd71a752b54cf5298f3a1ddba1f5a8
tree5c62b6a883ddbe02b06f3cf8921006b2efd58f18
parenta6b18af41d41c8380b4160ea7c3f46b8f5f87452
Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"

Breaks BUILD_SHARED_LIBS build, introduces cycles in library dependency
graphs. (clangInterp depends on clangAST which depends on clangInterp)

This reverts r370839, which is an yet another recommit of D64146.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370874 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