llvm-project/clang/lib
Roman Lebedev 2c9f83cfab 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.

llvm-svn: 370874
2019-09-04 10:57:06 +00:00
..
ARCMigrate [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
AST Revert "[Clang Interpreter] Initial patch for the constexpr interpreter" 2019-09-04 10:57:06 +00:00
ASTMatchers [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Analysis [CFG] Fix CFG for statement-expressions in return values. 2019-08-29 20:37:28 +00:00
Basic [RISCV] Correct Logic around ilp32e macros 2019-09-03 08:47:58 +00:00
CodeGen [AMDGPU] Set default flat work group size to (1,256) for HIP 2019-09-03 18:50:24 +00:00
CrossTU [CrossTU] Fix problem with CrossTU AST load limit and progress messages. 2019-08-12 07:15:29 +00:00
DirectoryWatcher [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Driver Revert "[Clang Interpreter] Initial patch for the constexpr interpreter" 2019-09-04 10:57:06 +00:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format clang-format: [JS] handle `as const`. 2019-08-26 15:37:05 +00:00
Frontend Revert "[Clang Interpreter] Initial patch for the constexpr interpreter" 2019-09-04 10:57:06 +00:00
FrontendTool [clang][ifs] Dropping older experimental interface stub formats. 2019-08-22 23:44:34 +00:00
Headers [CUDA] Use activemask.b32 instruction to implement __activemask w/ CUDA-9.2+ 2019-09-03 17:31:58 +00:00
Index [Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored clients to use it instead of inventing their own solution 2019-08-29 11:47:34 +00:00
Lex Introduce a DirectoryEntryRef that stores both a reference and an 2019-08-31 01:26:04 +00:00
Parse [c++20] Add support for designated direct-list-initialization syntax. 2019-08-31 01:00:37 +00:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [LifetimeAnalysis] Fix some false positives 2019-09-03 16:17:24 +00:00
Serialization ASTReader: Bypass overridden files when reading PCHs 2019-08-30 22:59:25 +00:00
StaticAnalyzer Unbreak the build after r370798 2019-09-03 18:24:56 +00:00
Tooling [clang-scan-deps] NFC, remove outdated implementation comment 2019-08-30 17:34:22 +00:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00