llvm-project/clang/lib
Artem Dergachev b3e34e043c [analyzer] Drop the logic for collapsing the state if it's same as in preds.
One of the first attempts to reduce the size of the exploded graph dumps
was to skip the state dump as long as the state is the same as in all of
the predecessor nodes. With all the new facilities in place (node joining,
diff dumps), this feature doesn't do much, and when it does,
it's more harmful than useful. Let's remove it.

llvm-svn: 375280
2019-10-18 20:15:35 +00:00
..
ARCMigrate Removed some questionable default arguments from setters 2019-09-12 12:16:43 +00:00
AST [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +00:00
ASTMatchers [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Analysis [analyzer] Display cast kinds in program point dumps. 2019-10-17 23:10:05 +00:00
Basic [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +00:00
CodeGen [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +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 [ThinLTOCodeGenerator] Add support for index-based WPD 2019-10-18 11:58:21 +00:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format [Format] Add format check for throwing negative numbers 2019-10-18 16:59:02 +00:00
Frontend Reland: Dead Virtual Function Elimination 2019-10-17 09:58:57 +00:00
FrontendTool [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers 2019-09-12 18:53:48 +00:00
Headers [X86] Always define the tzcnt intrinsics even when _MSC_VER is defined. 2019-10-11 06:07:53 +00:00
Index [clang][Index] Replace CodegenNameGenerator with ASTNameGenerator 2019-09-05 20:33:52 +00:00
Lex [Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC. 2019-10-11 18:22:34 +00:00
Parse [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +00:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +00:00
Serialization [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +00:00
StaticAnalyzer [analyzer] Drop the logic for collapsing the state if it's same as in preds. 2019-10-18 20:15:35 +00:00
Tooling [tooling] Relax an assert when multiple GPU targets are specified. 2019-10-18 15:03:34 +00:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00