llvm-capstone/clang/lib
Reka Kovacs e48ea894c6 [analyzer] Add missing state transition in IteratorChecker.
After cleaning up program state maps in `checkDeadSymbols()`,
a transition should be added to generate the new state.

Differential Revision: https://reviews.llvm.org/D47417

llvm-svn: 338263
2018-07-30 16:14:59 +00:00
..
Analysis [AST] Add a convenient getter from QualType to RecordDecl 2018-07-28 02:16:13 +00:00
ARCMigrate Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
AST [AST] Add a convenient getter from QualType to RecordDecl 2018-07-28 02:16:13 +00:00
ASTMatchers [ASTMatchers] Introduce a matcher for ObjCIvarExpr, support getting it's declaration. 2018-07-27 17:26:11 +00:00
Basic Revert r338057 "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name" 2018-07-26 23:21:51 +00:00
CodeGen [mips64][clang] Provide the signext attribute for i32 return values 2018-07-30 10:44:46 +00:00
CrossTU
Driver [DEBUGINFO] Disable unsupported debug info options for NVPTX target. 2018-07-27 19:45:14 +00:00
Edit Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Format [clang-format] Silence -Wdocumentation warnings 2018-07-30 12:22:41 +00:00
Frontend [OPENMP] Force OpenMP 4.5 when compiling for offloading. 2018-07-26 15:17:38 +00:00
FrontendTool Add a new driver mode to dump compiler feature and extension options. 2018-05-31 13:57:09 +00:00
Headers [ms] Add __shiftleft128 / __shiftright128 intrinsics 2018-07-20 21:02:09 +00:00
Index [Index] Set OrigD before D is changed. 2018-07-20 08:08:56 +00:00
Lex [Preprocessor] Stop entering included files after hitting a fatal error. 2018-07-25 19:16:26 +00:00
Parse Parse a possible trailing postfix expression suffix after a fold expression 2018-07-27 21:55:12 +00:00
Rewrite Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Sema [CodeComplete] Fix the crash in code completion on access checking 2018-07-30 15:19:05 +00:00
Serialization [AST] Sink 'part of explicit cast' down into ImplicitCastExpr 2018-07-27 07:27:14 +00:00
StaticAnalyzer [analyzer] Add missing state transition in IteratorChecker. 2018-07-30 16:14:59 +00:00
Tooling [Tooling] Use UniqueStringSaver. NFC 2018-07-23 11:25:25 +00:00
CMakeLists.txt