summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers
Commit message (Expand)AuthorAgeFilesLines
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-8/+10
* SourceRanges are small and trivially copyable, don't them by reference.Craig Topper2015-10-041-2/+2
* [analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...Devin Coughlin2015-09-241-7/+91
* 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
* [Static Analyzer] Fixed a false positive case in DynamicTypeChecker when deal...Gabor Horvath2015-09-181-0/+11
* [Static Analyzer] General type checker based on dynamic type information.Gabor Horvath2015-09-184-52/+207
* [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-1642-102/+121
* [analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.Devin Coughlin2015-09-152-13/+22
* [Static Analyzer] Nullability checker optimization.Gabor Horvath2015-09-141-1/+6
* [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] 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-111-8/+25
* [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-0846-425/+425
* [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-311-85/+7
* [analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...Devin Coughlin2015-08-281-7/+85
* [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-252-0/+10
* [Static Analyzer] Add checker to catch lightweight generics related type erro...Gabor Horvath2015-08-213-0/+574
* 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-133-3/+3
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-132-2/+0
* [Static Analyzer] Warn when inner and outer conditions are identical. The inn...Daniel Marjamaki2015-08-101-0/+18
* Revert "[analyzer] Add checkers for OS X / iOS localizability issues"Anna Zaks2015-08-083-568/+0
* Revert "[analyzer] Fixup to r244389 to make this build on windows."Anna Zaks2015-08-081-1/+1
* [analyzer] Fixup to r244389 to make this build on windows.Anna Zaks2015-08-081-1/+1
* [analyzer] Add checkers for OS X / iOS localizability issuesAnna Zaks2015-08-083-0/+568
* [analyzer] Don't issue alarm in ObjCSuperCallChecker for the super class itself.Devin Coughlin2015-08-081-1/+1
* [Analyzer] Move FindSuperCallVisitor into an anonymous namespace.Benjamin Kramer2015-07-141-2/+0
OpenPOWER on IntegriCloud