summaryrefslogtreecommitdiffstats
path: root/clang/utils
Commit message (Expand)AuthorAgeFilesLines
* I didn't mean to change this.Chris Lattner2009-02-051-1/+1
* fix some differences between apple gcc and clang on darwin/x86-32.Chris Lattner2009-02-051-1/+1
* -x language fix.Fariborz Jahanian2009-02-031-0/+2
* ABITest: Makefile tweaksDaniel Dunbar2009-01-292-24/+52
* ABITest: Fix access to array test values.Daniel Dunbar2009-01-291-1/+4
* ABITest: Fix test value generation for unions.Daniel Dunbar2009-01-291-1/+8
* Use xcc (instead of clang directly).Daniel Dunbar2009-01-291-6/+5
* ccc: Support -v; invent a version number for ccc for now, will beDaniel Dunbar2009-01-281-1/+2
* ABITest: Support --test-layout option for generatingDaniel Dunbar2009-01-282-7/+120
* Use string comparison rather than '=='.Ted Kremenek2009-01-271-1/+1
* PathDiagnostics:Ted Kremenek2009-01-271-4/+4
* Have 'Analyzer Failures' files be named to reflect the category of problem.Ted Kremenek2009-01-271-4/+9
* ABITestGen: Add generation of vector types.Daniel Dunbar2009-01-262-24/+41
* Add simple make based harness for running ABI tests.Daniel Dunbar2009-01-242-0/+128
* Added clang option '--analyzer-display-progress' to indicate that the analyze...Ted Kremenek2009-01-231-0/+1
* Update CmpDriver to report missing commands.Daniel Dunbar2009-01-211-2/+11
* 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
* ccc: Darwin/x86: Add direct cpp support.Daniel Dunbar2009-01-201-1/+1
* Return success indicator from CmpDriver.Daniel Dunbar2009-01-171-0/+9
* Add utils/ABITest, my ABI test generation tool.Daniel Dunbar2009-01-153-0/+1068
* CmpDriver: Allow over-ride of drivers to compare through env variablesDaniel Dunbar2009-01-141-3/+3
* Add simple tool for comparing drivers (hardcoded to gcc and xcc) whichDaniel Dunbar2009-01-131-0/+175
* Add utils/SummarizeErrors.Daniel Dunbar2009-01-091-0/+99
* ccc (old): Pass -arch through to assembler if given.Daniel Dunbar2009-01-071-7/+10
* Pass '-undefined- to the linkerAnders Carlsson2009-01-051-1/+1
* Pass -fblocks to clangAnders Carlsson2008-12-191-0/+1
* Properly "include" abs_path.Ted Kremenek2008-12-031-1/+1
* Use abs_path to resolve symbolic links and '..' in report table.Ted Kremenek2008-12-031-1/+1
* Don't have special treatment from pruning the common suffices of files in /De...Ted Kremenek2008-12-031-4/+0
* llvm-ld doesnt support '-g', so aovid passing that opt to itNuno Lopes2008-12-021-1/+0
* scan-build now recognizes when the user is directly invoking gcc for:Ted Kremenek2008-11-191-2/+9
* Input files should be before link options.Daniel Dunbar2008-11-181-1/+1
* Fix use of uninitialized variable.Ted Kremenek2008-11-041-1/+1
* Allow user toggling between plist and html output with scan-build/ccc-analyzer.Ted Kremenek2008-11-042-12/+40
* Simplify the functions HtmlEsape and ShellEscape. We now properly print out ...Ted Kremenek2008-11-031-8/+5
* Add defined in if().Zhongxing Xu2008-11-021-1/+1
* On Mac OS X, use TMPDIR as the default location to place analysis results. T...Ted Kremenek2008-10-311-2/+9
* Update FindSpecRefs to recognize named section references.Daniel Dunbar2008-10-291-15/+40
* Minor UI enhancement:Ted Kremenek2008-10-281-1/+18
* Patch by Nikita Zhuk:Ted Kremenek2008-10-281-1/+16
* Add store option to scan-build and ccc-analyzer.Zhongxing Xu2008-10-272-1/+24
* Fix scan-build's processing of clang's analysis arguments. Patch by Nikita Z...Ted Kremenek2008-10-241-1/+1
* Add support for assembler-with-cpp (preprocessed .S files), patch byChris Lattner2008-10-221-1/+1
* Add "argument key" processing similar to ccc.Ted Kremenek2008-10-191-10/+11
* ccc: Pass '-g' through to clang. Handle -weak_framework.Daniel Dunbar2008-10-191-0/+7
* ccc: support -XlinkerDaniel Dunbar2008-10-161-1/+1
* ccc: support -fsyntax-only, add some more darwin options, supportDaniel Dunbar2008-10-151-1/+30
* Use 'realpath' to resolve the absolute path to clang and ccc-analyzer.Ted Kremenek2008-10-131-9/+25
* Add missing newline.Ted Kremenek2008-10-101-2/+2
OpenPOWER on IntegriCloud