Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix up dependency file name printing to more closely match that of gcc, ↵ | Eli Friedman | 2011-07-08 | 1 | -5/+11 | |
| | | | | | | | | including fixing a nasty recent regression that could make us print "/foo.h" with a command-line including "-I ./". rdar://problem/9734352 llvm-svn: 134728 | |||||
* | Fixes a crash when generating dependency file stuff | Fariborz Jahanian | 2011-04-15 | 1 | -1/+1 | |
| | | | | | | and output file is not writable. // rdar://9286457. llvm-svn: 129587 | |||||
* | fix clang -MM output to escape spaces in filenames. This seems to be | Chris Lattner | 2011-02-17 | 1 | -7/+18 | |
| | | | | | | the only character that GCC escapes. PR9224. llvm-svn: 125707 | |||||
* | It's not necessary to call flush() on a raw_ostream immediately prior | Dan Gohman | 2010-07-26 | 1 | -1/+0 | |
| | | | | | | to deleting it. llvm-svn: 109441 | |||||
* | PPCallbacks: Add hook for reaching the end of the main file, and fix ↵ | Daniel Dunbar | 2010-03-23 | 1 | -4/+5 | |
| | | | | | | DependencyFile to not do work in its destructor. llvm-svn: 99257 | |||||
* | Rename to addPPCallbacks since we're effectively adding a callback and maybe ↵ | Kovarththanan Rajaratnam | 2010-03-07 | 1 | -1/+1 | |
| | | | | | | chaining it to an existing one llvm-svn: 97913 | |||||
* | Don't assert if PP already contains a valid PP callback. The PP can handle ↵ | Kovarththanan Rajaratnam | 2010-03-07 | 1 | -1/+0 | |
| | | | | | | multiple callbacks (using PPChainedCallbacks) llvm-svn: 97910 | |||||
* | Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. | Benjamin Kramer | 2009-11-28 | 1 | -2/+1 | |
| | | | | llvm-svn: 90033 | |||||
* | Sink AttachDependencyFileGen into CreatePreprocessor. | Daniel Dunbar | 2009-11-11 | 1 | -5/+5 | |
| | | | | llvm-svn: 86881 | |||||
* | Add DependencyOutputOptions to wrap -M... options, and propogate to | Daniel Dunbar | 2009-11-11 | 1 | -19/+25 | |
| | | | | | | CompilerInvocation and clang-cc. llvm-svn: 86880 | |||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -8/+8 | |
| | | | | llvm-svn: 81346 | |||||
* | Clean up some unnecessary includes. | Eli Friedman | 2009-05-19 | 1 | -2/+0 | |
| | | | | llvm-svn: 72101 | |||||
* | Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp | Eli Friedman | 2009-05-19 | 1 | -0/+171 | |
files to lib/Frontend. llvm-svn: 72099 |