summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...Devin Coughlin2015-09-242-9/+176
* Drop useless const in for-range loops.Benjamin Kramer2015-09-241-1/+1
* [analyzer] Discard malloc-overflow bug-report when a known size is malloc'ed.Devin Coughlin2015-09-231-33/+101
* [analyzer] Improve localizability checks for iOS / OS X.Devin Coughlin2015-09-232-97/+707
* Revert "[analyzer] Improve localizability checks for iOS / OS X."Devin Coughlin2015-09-232-707/+97
* [analyzer] Improve localizability checks for iOS / OS X.Devin Coughlin2015-09-222-97/+707
* [analyzer] Make realloc(ptr, 0) handling equivalent to malloc(0).Devin Coughlin2015-09-221-13/+25
* [analyzer] Create one state for a range switch case instead of multiple.Devin Coughlin2015-09-224-75/+248
* Analyzer: Teach analyzer how to handle TypeTraitExprIsmail Pazarbasi2015-09-223-2/+8
* [Static Analyzer] Fixed a false positive case in DynamicTypeChecker when deal...Gabor Horvath2015-09-181-0/+11
* Analyzer: Fix a crasher in UbigraphVizIsmail Pazarbasi2015-09-181-2/+3
* [Static Analyzer] General type checker based on dynamic type information.Gabor Horvath2015-09-184-52/+207
* [analyzer] A fix for substraction of an integer from a pointer.Gabor Horvath2015-09-181-1/+2
* [Static Analyzer] Use generics related information to infer dynamic types.Gabor Horvath2015-09-181-13/+31
* [Static Analyzer] Generics Checker: When an ObjC method returns a specialized...Gabor Horvath2015-09-161-76/+136
* [analyzer] Add generateErrorNode() APIs to CheckerContext.Devin Coughlin2015-09-1643-102/+126
* Silencing a -Wreturn-type warning; NFC.Aaron Ballman2015-09-151-0/+1
* [analyzer] Restore behavior change introduced by r247657.Devin Coughlin2015-09-151-4/+6
* ExprEngineObjC.cpp: Fix warnings. [-Wunused-variable]NAKAMURA Takumi2015-09-151-4/+4
* [analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.Devin Coughlin2015-09-154-47/+129
* [Static Analyzer] Nullability checker optimization.Gabor Horvath2015-09-141-1/+6
* [Static Analyzer] Relaxing a caching out related assert.Gabor Horvath2015-09-141-1/+4
* [Static Analyzer] Moving nullability checkers out of alpha.Gabor Horvath2015-09-141-2/+2
* [Static Analyzer] Moving nullability checkers to a top level package.Gabor Horvath2015-09-142-12/+29
* [Static Analyzer] Remove a redundant file.Gabor Horvath2015-09-131-623/+0
* [Static Analyzer] Merge the Objective-C Generics Checker into Dynamic Type Pr...Gabor Horvath2015-09-133-20/+635
* [Static Analyzer] Properly cash the configuration option for lambda support. Gabor Horvath2015-09-111-1/+3
* [analyzer] Add -analyzer-config option for function size the inliner consider...Devin Coughlin2015-09-112-1/+9
* [Static Analyzer] Fixed a typo in a diagnostic message.Gabor Horvath2015-09-111-1/+1
* [Static Analyzer] Properly clean up the dynamic type information for dead reg...Gabor Horvath2015-09-115-43/+80
* [Static Analyzer] Lambda support.Gabor Horvath2015-09-114-5/+92
* [Static Analyzer] Minor cleanups for the nullability checker.Gabor Horvath2015-09-111-46/+40
* [Static Analyzer] Objective-C Generics Checker improvements.Gabor Horvath2015-09-082-150/+204
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-0878-823/+823
* [Static Analyzer] Remove sinks from nullability checks.Gabor Horvath2015-09-031-26/+146
* add __builtin_unpredictable and convert to metadataSanjay Patel2015-09-021-2/+3
* Revert r246345 until an assertion is fixed.Gabor Horvath2015-08-312-166/+9
* [analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...Devin Coughlin2015-08-282-9/+166
* [Static Analyzer] Make NonNullParamChecker emit implicit null dereference eve...Gabor Horvath2015-08-273-21/+34
* [Static Analyzer] Checks to catch nullability related issues.Gabor Horvath2015-08-263-0/+864
* Add missing newline.Ted Kremenek2015-08-261-1/+1
* [Static Analyzer] Fixed a typo in a diagnostic message.Gabor Horvath2015-08-251-1/+1
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-253-1/+12
* [Static Analyzer] Add checker to catch lightweight generics related type erro...Gabor Horvath2015-08-213-0/+574
* Do not crash when static analysis encounters a FunctionDecl that has a delaye...Aaron Ballman2015-08-201-2/+2
* clangStaticAnalyzerCheckers: Update libdesp.NAKAMURA Takumi2015-08-151-0/+1
* [analyzer] Add checkers for OS X / iOS localizability issuesAnna Zaks2015-08-143-0/+604
* Wdeprecated: Make the SecKeychainBugVisitor copyable (for the clone support i...David Blaikie2015-08-131-1/+0
* Wdeprecated: BugReporterVisitors are copied for cloning (BugReporterVisitorIm...David Blaikie2015-08-131-3/+2
* Wdeprecated: CollectReachableSymbolsCallback are move constructed/returned by...David Blaikie2015-08-136-7/+5
OpenPOWER on IntegriCloud