summaryrefslogtreecommitdiffstats
path: root/clang/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not abort ccc-analyzer script if an HTML directory is not specified.Ted Kremenek2008-03-311-6/+7
| | | | llvm-svn: 48997
* The ccc-analyzer script now interrogates environment variables to determineTed Kremenek2008-03-311-9/+23
| | | | | | where to dump HTML reports. llvm-svn: 48987
* Added hacked version of ccc script used to invoke the static analyzer. ThisTed Kremenek2008-03-251-0/+220
| | | | | | | will gradually get pruned down, as it doesn't need to be as functional as 'ccc'. llvm-svn: 48806
* Disable internalize. Unfortunately, the configure scripts are not ready for ↵Lauro Ramos Venancio2008-02-271-1/+1
| | | | | | some link time optimizations. llvm-svn: 47682
* Add c++ to "inferlanguage"Lauro Ramos Venancio2008-02-151-0/+2
| | | | llvm-svn: 47185
* Use the subprocess module instead of os.system. Patch by Sam Bishop.Anders Carlsson2008-02-061-7/+9
| | | | llvm-svn: 46819
* - ccc creates output objects in same directory as the source file, andBill Wendling2008-02-031-1/+7
| | | | | | | | | | | not in the current directory. This doesn't work with VPATH builds in autotooled builds. - ccc now creates object files without an extension. - Return exit code 1 if code > 255. Patch by Torok! llvm-svn: 46689
* Make ccc work with older Python versions. Patch by Sam Bishop.Seo Sanghyeon2008-02-031-12/+12
| | | | llvm-svn: 46675
* Don't try to compile .a files.Anders Carlsson2008-01-311-2/+3
| | | | llvm-svn: 46626
* Improvements to ccc. Patch by Shantonu Sen.Anders Carlsson2008-01-291-20/+113
| | | | llvm-svn: 46501
* Implement -print-prog-name. Patch by Nuno Lopes.Seo Sanghyeon2008-01-251-1/+8
| | | | llvm-svn: 46353
* Ignore --paramSeo Sanghyeon2008-01-171-0/+2
| | | | llvm-svn: 46107
* Compiler driverSeo Sanghyeon2008-01-101-0/+95
llvm-svn: 45809
OpenPOWER on IntegriCloud