aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
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
2009-02-20Fix potential use of uninitialized variable.Ted Kremenek
2009-02-19scan-build now searches for the clang binary in the subdirectory 'cbin'.Ted Kremenek
2009-02-17ccc-analyzer:Ted Kremenek
2009-02-17ABITest: Add some checking of values for return types; useful forDaniel Dunbar
2009-02-17Note some more things to integrate into ABITestDaniel Dunbar
2009-02-17Fix broken line.Ted Kremenek
2009-02-17Static Analyzer driver/options (partial) cleanup:Ted Kremenek
2009-02-05I didn't mean to change this.Chris Lattner
2009-02-05fix some differences between apple gcc and clang on darwin/x86-32.Chris Lattner
2009-02-03-x language fix.Fariborz Jahanian
2009-01-29ABITest: Makefile tweaksDaniel Dunbar
2009-01-29ABITest: Fix access to array test values.Daniel Dunbar
2009-01-29ABITest: Fix test value generation for unions.Daniel Dunbar
2009-01-29Use xcc (instead of clang directly).Daniel Dunbar