aboutsummaryrefslogtreecommitdiff
path: root/utils/ccc-analyzer
AgeCommit message (Expand)Author
2009-11-13Use 'eq' operator, and enable regular experimental checks when --experimental...Ted Kremenek
2009-11-13Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek
2009-09-25Turn on 'RegionStore' as the default store manager both for 'clang --analyze'...Ted Kremenek
2009-08-14Pass '-Wno-' options to clang-cc. This fixes <rdar://problem/6943988>.Ted Kremenek
2009-08-04Recognize '-M' and '-MM' options.Ted Kremenek
2009-08-04'unlink' file directly instead of invoking system shell.Ted Kremenek
2009-08-02Include '-o' arguments in verbose output.Ted Kremenek
2009-07-30Add scan-build option '-no-failure-reports' to supress the creation of a 'fai...Ted Kremenek
2009-07-28Only generate preprocessed files during crashes using Clang, not GCC.Ted Kremenek
2009-07-27Add scan-build support for 'plist-html', a hybrid mode that supports theTed Kremenek
2009-05-15Re-enable passing analyzer options from scan-build to ccc-analyzer.Ted Kremenek
2009-05-15Don't strip quotes in compiler line for -D arguments.Ted Kremenek
2009-05-11Use Text::ParseWords to make 'clang -###' parsing more robust.Ted Kremenek
2009-05-11ccc-analyzer should only analyze C and Objective-C files.Ted Kremenek
2009-05-09Add total hack to get scan-build working again. ccc-analyzer callsTed Kremenek
2009-04-28ccc-analyzer: Don't automatically generate 'Parser Rejects' files anymore. TheTed Kremenek
2009-04-22ccc-analyzer: Don't create preprocessed files about the ignored 'cdecl' attri...Ted Kremenek
2009-04-10Support -miphoneos-version-min in clang-cc.Daniel Dunbar
2009-03-24Update scan-build/ccc-analyzer to use 'clang-cc' instead of 'clang'.Ted Kremenek
2009-02-27Don't report 'Parser Rejects' for conftest files.Ted Kremenek
2009-02-26Pass -ffreestanding' to clang.Ted Kremenek
2009-02-26For scan-build based analyses, use the '-analyzer-eargely-assume' setting by ...Ted Kremenek
2009-02-25Fix condition in ccc-analyzer that would cause the analyzer never to be run.Ted Kremenek
2009-02-24ccc-analyzer: Don't analyze files with '-arch ppc' or '-arch ppc64' since ClangTed Kremenek
2009-02-21Only create a preprocessed file for an ignored attribute if there currently d...Ted Kremenek
2009-02-20Make 'RangeConstraintManager' the default ConstraintManager.Ted Kremenek
2009-02-17ccc-analyzer:Ted Kremenek
2009-02-17Fix broken line.Ted Kremenek
2009-02-17Static Analyzer driver/options (partial) cleanup:Ted Kremenek
2009-01-27Use string comparison rather than '=='.Ted Kremenek
2009-01-27Have 'Analyzer Failures' files be named to reflect the category of problem.Ted Kremenek
2009-01-23Added clang option '--analyzer-display-progress' to indicate that the analyze...Ted Kremenek
2009-01-21Static Analyzer: When generating plists for errors reports, generate one plis...Ted Kremenek
2009-01-20Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar
2008-12-19Pass -fblocks to clangAnders Carlsson
2008-11-04Allow user toggling between plist and html output with scan-build/ccc-analyzer.Ted Kremenek
2008-10-27Add store option to scan-build and ccc-analyzer.Zhongxing Xu
2008-10-19Add "argument key" processing similar to ccc.Ted Kremenek
2008-09-30Support -mmacosx-version-minTed Kremenek
2008-09-29Really don't add -isysroot twice.Ted Kremenek
2008-09-29Don't filter out -fpascal-strings.Ted Kremenek
2008-09-29Discard extra -isysroot options. This fixes:Ted Kremenek
2008-09-25Emulate gcc driver-driver functionality: run analyzer separately for each sep...Ted Kremenek
2008-09-25Include clang preprocessed sources as well with "crashes" output.Ted Kremenek
2008-09-25Use .txt extension for info files.Ted Kremenek
2008-09-21Unbreak using abs_path.Ted Kremenek
2008-09-21Unbreak ccc-analyzer: getcwd is from package CwdTed Kremenek
2008-09-21Patch by Richard Godbee:Ted Kremenek
2008-09-12Include links to stderr output of clang in the table of files that clang reje...Ted Kremenek
2008-09-11Echo stderr/stdout from clang subprocess to both the stderr of ccc-analyzer andTed Kremenek