summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer
Commit message (Expand)AuthorAgeFilesLines
...
* [analyzer] [NFC] Some miscellaneous clean ups and documentation fixes.George Karpenkov2018-11-301-87/+90
* [analyzer][PlistMacroExpansion] Part 4.: Support for __VA_ARGS__Kristof Umann2018-11-291-19/+40
* [analyzer] Cleanup constructors in the Z3 backendMikhail R. Gadelha2018-11-281-96/+31
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-287-16/+20
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-277-20/+16
* [analyzer][PlistMacroExpansion] Part 3.: Macro arguments are expandedKristof Umann2018-11-271-22/+197
* [analyzer] INT50-CPP. Do not cast to an out-of-range enumeration checkerKristof Umann2018-11-242-0/+129
* Re-Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-217-16/+20
* Revert r347364 again, the fix was incomplete.Nico Weber2018-11-217-20/+16
* Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-207-16/+20
* Revert 347294, it turned many bots on lab.llvm.org:8011/console red.Nico Weber2018-11-201-0/+3
* Use is.constant intrinsic for __builtin_constant_pBill Wendling2018-11-201-3/+0
* [analyzer][NFC] Move CheckerOptInfo to CheckerRegistry.cpp, and make it localKristof Umann2018-11-182-31/+55
* [analyzer][UninitializedObjectChecker] Uninit regions are only reported onceKristof Umann2018-11-183-18/+64
* [analyzer] ConversionChecker: handle floating pointKristof Umann2018-11-161-10/+45
* Convert a condition into an assertion per post-review feedback; NFC intended.Aaron Ballman2018-11-121-20/+19
* [analyzer] Drastically simplify the tblgen files used for checkersKristof Umann2018-11-124-4/+4
* Fix compatibility with z3-4.8.1Jan Kratochvil2018-11-121-1/+1
* Compound literals, enums, et al require const exprBill Wendling2018-11-092-3/+5
* Don't use std::next() on an input iterator; NFC.Aaron Ballman2018-11-061-19/+21
* [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...Kristof Umann2018-11-0512-140/+106
* Ensure the correct order of evaluation in part 2. of PlistMacroExpansionKristof Umann2018-11-051-1/+2
* Reland '[analyzer][PlistMacroExpansion] Part 2.: Retrieving the macro name an...Kristof Umann2018-11-051-6/+194
* Revert '[analyzer][PlistMacroExpansion] Part 2.: Retrieving the macro name an...Kristof Umann2018-11-041-194/+6
* [analyzer][PlistMacroExpansion] Part 2.: Retrieving the macro name and primit...Kristof Umann2018-11-041-6/+194
* Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue...Richard Smith2018-11-031-6/+1
* Attempt to fix 'logical operation on address of string constant'Kristof Umann2018-11-021-2/+4
* [analyzer] Put llvm.Conventions back in alphaKristof Umann2018-11-021-2/+1
* [analyzer] New flag to print all -analyzer-config optionsKristof Umann2018-11-021-0/+72
* [analyzer][NFC] Collect all -analyzer-config options in a .def fileKristof Umann2018-11-022-341/+94
* [analyzer][NFC] Fix some incorrect uses of -analyzer-config optionsKristof Umann2018-11-029-73/+30
* Fix -Wimplicit-fallthrough warning in LLVM_ENABLE_ASSERTIONS=Off buildsFangrui Song2018-11-021-1/+1
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-016-9/+9
* Output "rule" information in SARIF exports.Aaron Ballman2018-11-011-0/+38
* Update to the 10-10 SARIF spec.Aaron Ballman2018-11-011-8/+7
* [analyzer] pr39348: MallocChecker: Realize that sized delete isn't custom del...Artem Dergachev2018-11-011-31/+7
* [analyzer] Re-add custom OSIterator rule for RetainCountCheckerGeorge Karpenkov2018-10-311-4/+9
* [analyzer] RetainCountChecker: for now, do not trust the summaries of inlined...George Karpenkov2018-10-312-14/+7
* [analyzer] Enable retain count checking for OSObject by defaGeorge Karpenkov2018-10-311-1/+1
* [analyzer][PlistMacroExpansion] Part 1.: New expand-macros flagKristof Umann2018-10-313-15/+101
* Create ConstantExpr classBill Wendling2018-10-315-8/+13
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* Silencing a -Wunused-variable warning; NFC.Aaron Ballman2018-10-301-2/+0
* Fixing some build bot failures from r345628; NFC intended.Aaron Ballman2018-10-301-1/+1
* Add the ability to output static analysis results to SARIF.Aaron Ballman2018-10-302-2/+273
* PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith2018-10-301-1/+6
* [analyzer] Allow padding checker to traverse simple class hierarchiesAlexander Shaposhnikov2018-10-301-8/+30
* [analyzer][NFC] Refactor PlistDiagnostics to use a class instead of passing 9...Kristof Umann2018-10-291-151/+180
* [analyzer] Fix a bug in "collapsed" graph viewerGeorge Karpenkov2018-10-251-1/+2
* [analyzer] [RetainCountChecker] Do not invalidate references passed to constr...George Karpenkov2018-10-251-1/+5
OpenPOWER on IntegriCloud