llvm-project/clang/lib
Anna Zaks 62cce9e47d [analyzer] Do not highlight the range of the statement in case of leak.
We report a leak at a point a leaked variable is no longer accessible.
The statement that happens to be at that point is not relevant to the
leak diagnostic and, thus, should not be highlighted.

radar://11178519

llvm-svn: 156530
2012-05-10 01:37:40 +00:00
..
ARCMigrate Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized. 2012-05-01 02:45:39 +00:00
AST A union can have a constexpr defaulted default constructor, if it has an 2012-05-07 01:07:30 +00:00
Analysis Make -Wformat accept printf("%hhx", c); with -funsigned-char 2012-05-08 17:21:31 +00:00
Basic Synchronize the representations of DeclarationName and Selector so 2012-05-04 18:24:37 +00:00
CodeGen Implement PPC64TargetCodeGenInfo. 2012-05-09 18:22:46 +00:00
Driver Roll logic into a single if statement, per David's suggestion. 2012-05-09 18:55:57 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend add -fbounds-checking option. 2012-05-08 22:10:46 +00:00
FrontendTool Fix cmake. Remaining two ClangCC1Options deps. 2012-05-02 05:31:31 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Lex In StringLiteralParser::init, make sure we emit an error when 2012-05-03 17:50:32 +00:00
Parse objective-c. Fixes a 'fixit' where location of 2012-05-09 21:49:29 +00:00
Rewrite Modern objective-c translation. Translating default 2012-05-08 23:54:35 +00:00
Sema objective-c. Fixes a 'fixit' where location of 2012-05-09 21:49:29 +00:00
Serialization [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reserving a bit 2012-05-09 16:12:57 +00:00
StaticAnalyzer [analyzer] Do not highlight the range of the statement in case of leak. 2012-05-10 01:37:40 +00:00
Tooling Fix -Wdelete-non-virtual-dtor in Tooling code. 2012-05-09 18:31:50 +00:00
CMakeLists.txt Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00
Makefile Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00