aboutsummaryrefslogtreecommitdiff
path: root/utils/ccc-analyzer
AgeCommit message (Expand)Author
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
2008-09-04Capture 'uname' and 'gcc -v' output to .info files.Ted Kremenek
2008-09-04ccc-analyzer:Ted Kremenek
2008-08-28Use explicit variable instead of $?Ted Kremenek
2008-08-28Fix regression: immediately terminate ccc-analyzer when gcc reports an error.Ted Kremenek
2008-08-27Remove regression where the analyzer was not called.Ted Kremenek
2008-08-25Use the same 'cc' for generated preprocessed crash files as we do for compila...Ted Kremenek
2008-08-25ccc-analyzer now correctly reports the exit code from 'cc'.Ted Kremenek
2008-08-21Added --use-cc option to scan-build to allow the user to specify what compile...Ted Kremenek
2008-08-18Record arguments in .info file.Ted Kremenek
2008-08-18scan-build/ccc-analyzer now also report clang parser failures.Ted Kremenek
2008-08-08Have scan-build/ccc-analyzer generate preprocessed .i/.mi files for sources t...Ted Kremenek
2008-07-24Ignore -MT and -MF.Ted Kremenek
2008-07-19Reimplement ccc-analyzer in a language I actually know, and implement some ob...Ted Kremenek
2008-07-15Have scan-build control default analyses.Ted Kremenek
2008-07-15Add -DIBOutlet=__attribute__((iboutlet)) to analyzer arguments.Ted Kremenek