summaryrefslogtreecommitdiffstats
path: root/docs/analyzer
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Improve usability of ExprInspectionCheckerAnna Zaks2017-03-091-1/+7
* Update docs/conf.py versionHans Wennborg2017-01-121-3/+3
* [analyzer] Minor fixes and improvements to debug.ExprInspectionArtem Dergachev2016-11-301-0/+39
* Fix a typo in the doc: overriden -> overriddenSylvestre Ledru2016-08-281-1/+1
* docs/conf.py: update version to 4.0Hans Wennborg2016-07-181-2/+2
* Docs: keep copyright years up-to-date.Paul Robinson2016-03-301-1/+2
* Remove autoconf supportChris Bieneman2016-01-261-155/+0
* [analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion, v2.Artem Dergachev2016-01-151-0/+35
* Revert "[analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion."Artem Dergachev2016-01-131-35/+0
* [analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion.Artem Dergachev2016-01-131-0/+35
* [analyzer] Fix symbolic element index lifetime.Artem Dergachev2015-12-101-0/+23
* [Static Analyzer] Checks to catch nullability related issues.Gabor Horvath2015-08-261-0/+92
* Update the copyright credits -- Happy new year 2014!NAKAMURA Takumi2014-01-011-1/+1
* [analyzer] Add new debug helper clang_analyzer_warnIfReached.Jordan Rose2013-10-031-0/+13
* [analyzer] Fix copy-paste error in internal docs.Jordan Rose2013-09-131-1/+1
* [analyzer] Add a debug checker that prints Exploded GraphAnna Zaks2013-06-241-0/+4
* We're in 3.4 land now.Bill Wendling2013-05-071-2/+2
* [analyzer] Enable destructor inlining by default (c++-inlining=destructors).Jordan Rose2013-04-041-6/+35
* [analyzer] Turn on C++ constructor inlining by default.Jordan Rose2013-02-271-3/+4
* [analyzer] Add a doc describing the internals of RegionStore.Jordan Rose2013-02-051-0/+171
* [analyzer] Remove further references to analyzer-ipa.Anna Zaks2013-01-301-34/+35
* [docs/analyzer] Test commit (for auto-update).Daniel Dunbar2013-01-071-0/+1
* [docs/analyzer] Convert existing debug-checks document to Sphinx and link int...Daniel Dunbar2013-01-074-90/+135
* analyzer: add initial Sphinx configurationSean Silva2013-01-024-0/+613
* docs: Nuke AnalyzerRegions.rst.Sean Silva2012-12-181-259/+0
* Remove old description of analyzer internals from public docs.Jordan Rose2012-12-151-0/+259
* [analyzer] Make the defaults explicit for each of the new config options.Jordan Rose2012-09-101-4/+39
* [analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.Jordan Rose2012-08-311-0/+20
* [analyzer] Make analyzer-ipa=dynamic-bifurcate the default.Anna Zaks2012-08-301-1/+1
* [analyzer] Don't inline constructors for objects allocated with operator new.Jordan Rose2012-08-271-1/+2
* [analyzer] Update inlining design notes for r162681.Jordan Rose2012-08-271-5/+7
* [analyzer] Restructure discussion of DynamicTypeInfo and RuntimeDefinition.Jordan Rose2012-08-221-63/+65
* [analyzer] Per feedback, re-structure the docs for ExprInspection checks.Jordan Rose2012-08-221-30/+51
* [analyzer] IPA document: address Ted's review comments (pathAnna Zaks2012-08-221-27/+19
* Review, comment, and reformat IPA.txt, including feedback comments.Ted Kremenek2012-08-221-53/+259
* [analyzer] Document our debug checkers and ExprInspection's "builtins".Jordan Rose2012-08-221-0/+68
* [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++.Jordan Rose2012-08-211-3/+4
* [analyzer] Add an internal reference document describing IPA and CallEvent.Jordan Rose2012-08-171-0/+96