aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2009-05-15Add hack to scan-build to fix PR 4215Ted 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-12Make scan-build process of --use-cc and --html-title more robust.Ted Kremenek
2009-05-11Use Text::ParseWords to make 'clang -###' parsing more robust.Ted Kremenek
2009-05-11Tweak this non-default test so it still works w/ x86 feature support.Daniel Dunbar
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-05-08ABITest: Improve test driver marginally, to allow running a specificDaniel Dunbar
2009-05-08ABITest: Move more of the common Makefile bits into the commonDaniel Dunbar
2009-05-08ABITest: Fix a bug in generating test values for structures w/ noDaniel Dunbar
2009-05-08ABITest: Move default set of test args into common makefile.Daniel Dunbar
2009-05-08Add various other bits I use to run ABITest.Daniel Dunbar
2009-05-07Add to the house of cards that is ABITestGen.Daniel Dunbar
2009-04-28ccc-analyzer: Don't automatically generate 'Parser Rejects' files anymore. TheTed Kremenek
2009-04-26Some fixes for PCH (de-)serialization of Objective-C AST nodes:Douglas Gregor
2009-04-26Simple little smoke-test script that tries to build PCH files and thenDouglas Gregor
2009-04-26Make this code a little more generic.Daniel Dunbar
2009-04-23Don't build error/warning/assertion detection in the testing script.Daniel Dunbar
2009-04-22ccc-analyzer: Don't create preprocessed files about the ignored 'cdecl' attri...Ted Kremenek
2009-04-20Update this (non-default) test case.Daniel Dunbar
2009-04-13Remove CheckBuiltinMacros script, obsoleted since we support -dM now.Daniel Dunbar
2009-04-10Support -miphoneos-version-min in clang-cc.Daniel Dunbar
2009-04-10Support %S in Python TestRunnerDaniel Dunbar
2009-04-08More fixes to builtin preprocessor defines.Daniel Dunbar
2009-04-07Handle use side of __objc_exception__ attribute; when using anDaniel Dunbar
2009-03-29scan-build: Also look for clang-cc in ../libexecTed Kremenek
2009-03-24More path updates with clang-cc...Ted Kremenek
2009-03-24Update scan-build/ccc-analyzer to use 'clang-cc' instead of 'clang'.Ted Kremenek
2009-03-11'-o' option now supports relative paths.Ted Kremenek
2009-03-09scan-build: Also look for clang in the same directory as scan-build.Ted Kremenek
2009-03-06Add my "clang compatible" test runner. Sorry for keeping this to myself... Daniel Dunbar
2009-03-04Add a little utility for interposing between a command line programDaniel Dunbar
2009-03-02ABITestGen: Add v2i16 and v16f32 as default vector types to generate.Daniel Dunbar
2009-02-27Don't report 'Parser Rejects' for conftest files.Ted Kremenek
2009-02-27Correctly check for ccc-analyzer in the same directory as scan-build.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-25scan-build now looks for ccc-analyzer first in the 'bin' subdirectory and the...Ted Kremenek
2009-02-25Do not automatically run the 'missing -dealloc' check until we have adequate ...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-24Add a very primitive clang based multifile 'delta'.Daniel Dunbar
2009-02-24scan-build: Prune off any trailing '/' characters in the output directory path.Ted Kremenek
2009-02-23Find 'clang' in 'bin' subdirectory instead of 'cbin'.Ted Kremenek
2009-02-23Goodbye old-ccc; please use tools/ccc/ccc.Daniel Dunbar
2009-02-22ABITestGen: Use explicit list of vector types instead of just a listDaniel Dunbar
2009-02-21Update scan-build help diagnostic.Ted 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