summaryrefslogtreecommitdiffstats
path: root/clang/utils/ccc-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Tuck away scan-build related files into tools/scan-buildKovarththanan Rajaratnam2009-12-011-632/+0
* Use 'eq' operator, and enable regular experimental checks when --experimental...Ted Kremenek2009-11-131-0/+1
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-0/+5
* Turn on 'RegionStore' as the default store manager both for 'clang --analyze'...Ted Kremenek2009-09-251-1/+1
* Pass '-Wno-' options to clang-cc. This fixes <rdar://problem/6943988>.Ted Kremenek2009-08-141-2/+11
* Recognize '-M' and '-MM' options.Ted Kremenek2009-08-041-1/+1
* 'unlink' file directly instead of invoking system shell.Ted Kremenek2009-08-041-1/+1
* Include '-o' arguments in verbose output.Ted Kremenek2009-08-021-11/+11
* Add scan-build option '-no-failure-reports' to supress the creation of a 'fai...Ted Kremenek2009-07-301-40/+46
* Only generate preprocessed files during crashes using Clang, not GCC.Ted Kremenek2009-07-281-8/+2
* Add scan-build support for 'plist-html', a hybrid mode that supports theTed Kremenek2009-07-271-1/+1
* Re-enable passing analyzer options from scan-build to ccc-analyzer.Ted Kremenek2009-05-151-9/+16
* Don't strip quotes in compiler line for -D arguments.Ted Kremenek2009-05-151-1/+5
* Use Text::ParseWords to make 'clang -###' parsing more robust.Ted Kremenek2009-05-111-8/+5
* ccc-analyzer should only analyze C and Objective-C files.Ted Kremenek2009-05-111-0/+7
* Add total hack to get scan-build working again. ccc-analyzer callsTed Kremenek2009-05-091-15/+56
* ccc-analyzer: Don't automatically generate 'Parser Rejects' files anymore. TheTed Kremenek2009-04-281-1/+4
* ccc-analyzer: Don't create preprocessed files about the ignored 'cdecl' attri...Ted Kremenek2009-04-221-0/+5
* Support -miphoneos-version-min in clang-cc.Daniel Dunbar2009-04-101-1/+2
* Update scan-build/ccc-analyzer to use 'clang-cc' instead of 'clang'.Ted Kremenek2009-03-241-1/+1
* Don't report 'Parser Rejects' for conftest files.Ted Kremenek2009-02-271-2/+4
* Pass -ffreestanding' to clang.Ted Kremenek2009-02-261-1/+2
* For scan-build based analyses, use the '-analyzer-eargely-assume' setting by ...Ted Kremenek2009-02-261-0/+1
* Fix condition in ccc-analyzer that would cause the analyzer never to be run.Ted Kremenek2009-02-251-1/+1
* ccc-analyzer: Don't analyze files with '-arch ppc' or '-arch ppc64' since ClangTed Kremenek2009-02-241-2/+10
* Only create a preprocessed file for an ignored attribute if there currently d...Ted Kremenek2009-02-211-3/+9
* Make 'RangeConstraintManager' the default ConstraintManager.Ted Kremenek2009-02-201-1/+1
* ccc-analyzer:Ted Kremenek2009-02-171-4/+42
* Fix broken line.Ted Kremenek2009-02-171-1/+1
* Static Analyzer driver/options (partial) cleanup:Ted Kremenek2009-02-171-4/+13
* Use string comparison rather than '=='.Ted Kremenek2009-01-271-1/+1
* Have 'Analyzer Failures' files be named to reflect the category of problem.Ted Kremenek2009-01-271-4/+9
* Added clang option '--analyzer-display-progress' to indicate that the analyze...Ted Kremenek2009-01-231-0/+1
* Static Analyzer: When generating plists for errors reports, generate one plis...Ted Kremenek2009-01-211-4/+28
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-0/+1
* Pass -fblocks to clangAnders Carlsson2008-12-191-0/+1
* Allow user toggling between plist and html output with scan-build/ccc-analyzer.Ted Kremenek2008-11-041-0/+7
* Add store option to scan-build and ccc-analyzer.Zhongxing Xu2008-10-271-1/+8
* Add "argument key" processing similar to ccc.Ted Kremenek2008-10-191-10/+11
* Support -mmacosx-version-minTed Kremenek2008-09-301-1/+2
* Really don't add -isysroot twice.Ted Kremenek2008-09-291-3/+4
* Don't filter out -fpascal-strings.Ted Kremenek2008-09-291-1/+2
* Discard extra -isysroot options. This fixes:Ted Kremenek2008-09-291-0/+16
* Emulate gcc driver-driver functionality: run analyzer separately for each sep...Ted Kremenek2008-09-251-4/+25
* Include clang preprocessed sources as well with "crashes" output.Ted Kremenek2008-09-251-3/+12
* Use .txt extension for info files.Ted Kremenek2008-09-251-3/+3
* Unbreak using abs_path.Ted Kremenek2008-09-211-1/+1
* Unbreak ccc-analyzer: getcwd is from package CwdTed Kremenek2008-09-211-1/+1
* Patch by Richard Godbee:Ted Kremenek2008-09-211-2/+2
* Include links to stderr output of clang in the table of files that clang reje...Ted Kremenek2008-09-121-1/+1
OpenPOWER on IntegriCloud