summaryrefslogtreecommitdiffstats
path: root/include/clang/StaticAnalyzer
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Add checker modeling gtest APIs.Devin Coughlin2016-12-191-0/+18
* [analyzer] Refer to macro names in diagnostics for macros representing a literalAnna Zaks2016-12-151-0/+1
* [analyzer] Add a new SVal to support pointer-to-member operations.Devin Coughlin2016-12-155-2/+119
* [analyzer] Detect ObjC properties that are both (copy) and Mutable.Artem Dergachev2016-12-131-3/+4
* [analyzer] Improve VirtualCallChecker diagnostics and move into optin package.Devin Coughlin2016-12-101-2/+3
* [analyzer] Remove an unused enum value in RetainCountChecker.Artem Dergachev2016-12-071-7/+3
* [analyzer] SValExplainer: Support ObjC ivars and __block variables.Artem Dergachev2016-11-301-0/+15
* [analyzer] Refactor recursive symbol reachability check to use symbol_iteratorDominic Chen2016-11-181-2/+3
* [analyzer] Remove unused check::RegionChanges::wantsRegionChangeUpdate callbackAnna Zaks2016-11-164-28/+3
* [analyzer] Rename assumeWithinInclusiveRange*()Dominic Chen2016-11-152-54/+52
* [analyzer] Fix copy-pasta in NullableReturnedFromNonnullChecker checker name.Devin Coughlin2016-11-121-1/+1
* [analyzer] Provide Contains() on ImmutableMap program state partial trait.Dominic Chen2016-11-081-3/+7
* Add a method to get the list of registered static analyzer checkers.Alexander Kornienko2016-11-081-0/+3
* [analyzer] Report CFNumberGetValue API misuseAnna Zaks2016-10-261-2/+2
* [analyzer] Add StdLibraryFunctions checker.Artem Dergachev2016-10-241-0/+4
* [analyzer] Add NumberObjectConversion checker.Artem Dergachev2016-10-181-0/+5
* Fix style issue. Spaces in argument list.Daniel Marjamaki2016-10-101-1/+1
* [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)Artem Dergachev2016-10-072-2/+35
* [analyzer] Re-apply r283092, attempt no.4, chunk no.3, fixup 1.Artem Dergachev2016-10-071-1/+1
* [analyzer] Re-apply r283092, attempt no.4, chunk no.3.Artem Dergachev2016-10-071-1/+17
* [analyzer] Re-apply r283092, attempt no.4, chunk no.2.Artem Dergachev2016-10-071-1/+4
* [analyzer] Re-apply r283092, attempt no.4, a small chunk.Artem Dergachev2016-10-071-2/+20
* [analyzer] Don't merge different return nodes in ExplodedGraphDaniel Marjamaki2016-10-073-4/+7
* Revert "[analyzer] Re-apply r283092, attempt no.3, in small chunks this time."Artem Dergachev2016-10-071-35/+2
* [analyzer] Re-apply r283092, attempt no.3, in small chunks this time.Artem Dergachev2016-10-071-2/+35
* Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev2016-10-073-70/+4
* [analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev2016-10-073-4/+70
* [analyzer] Squash a compile error in r283301.Artem Dergachev2016-10-051-4/+3
* [analyzer] Add "Assuming..." diagnostic pieces for unsupported conditions.Artem Dergachev2016-10-051-0/+8
* Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.Vitaly Buka2016-10-043-68/+4
* Revert "[analyzer] A blind attempt to fix a buildbot" as it does not help.Vitaly Buka2016-10-041-1/+1
* [analyzer] A blind attempt to fix a buildbot after r283092.Artem Dergachev2016-10-031-1/+1
* [analyzer] Extend bug reports with extra notesArtem Dergachev2016-10-033-4/+68
* [analyzer] Add a checker that detects blocks in critical sectionsAnna Zaks2016-09-201-0/+4
* [analyzer] ExprEngine: remove second call to PreStmt<CastExpr>Aleksei Sidorin2016-09-011-0/+4
* s/static inline/static/ for headers I have changed in r279475. NFC.Tim Shen2016-08-311-18/+10
* [GraphTraits] Replace all NodeType usage with NodeRefTim Shen2016-08-221-28/+14
* ADT: Remove uses of ilist_*sentinel_traits, NFCDuncan P. N. Exon Smith2016-08-221-12/+0
* Reapply "[analyzer] Added valist related checkers."Gabor Horvath2016-08-221-0/+24
* revert [analyzer] Added valist related checkers.Gabor Horvath2016-08-181-24/+0
* [analyzer] Added valist related checkers.Gabor Horvath2016-08-181-0/+24
* [analyzer] Add a checker for loss of sign or precision in integral casts.Artem Dergachev2016-08-171-0/+4
* [analyzer] Add LocationContext information to SymbolMetadata.Artem Dergachev2016-08-172-9/+17
* BugReporter: Use ilist_half_embedded_sentinel_traits, NFCDuncan P. N. Exon Smith2016-08-121-16/+3
* [analyzer] Command line option to show enabled checker list.Gabor Horvath2016-08-083-1/+8
* [analyzer] Model base to derived casts more precisely.Gabor Horvath2016-08-081-2/+5
* [StaticAnalyzer] Remove dead code.Benjamin Kramer2016-08-061-6/+0
* [ADT] Migrate DepthFirstIterator to use NodeRefTim Shen2016-08-041-0/+2
* [analyzer] Add basic capabilities to detect source code clones.Artem Dergachev2016-07-261-0/+16
* MPI-Checker: move MPIFunctionClassifier.hAlexander Kornienko2016-07-251-0/+97