Eli Friedman
|
f7ca26a077
|
Fix up dependency file name printing to more closely match that of gcc, 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
|
2011-07-08 20:17:28 +00:00 |
|
Fariborz Jahanian
|
193f783a99
|
Fixes a crash when generating dependency file stuff
and output file is not writable. // rdar://9286457.
llvm-svn: 129587
|
2011-04-15 18:49:23 +00:00 |
|
Chris Lattner
|
5df2a4e8df
|
fix clang -MM output to escape spaces in filenames. This seems to be
the only character that GCC escapes. PR9224.
llvm-svn: 125707
|
2011-02-17 02:14:49 +00:00 |
|
Dan Gohman
|
0eb9c124a7
|
It's not necessary to call flush() on a raw_ostream immediately prior
to deleting it.
llvm-svn: 109441
|
2010-07-26 21:29:50 +00:00 |
|
Daniel Dunbar
|
cb9eaf59fb
|
PPCallbacks: Add hook for reaching the end of the main file, and fix DependencyFile to not do work in its destructor.
llvm-svn: 99257
|
2010-03-23 05:09:10 +00:00 |
|
Kovarththanan Rajaratnam
|
752a124aeb
|
Rename to addPPCallbacks since we're effectively adding a callback and maybe chaining it to an existing one
llvm-svn: 97913
|
2010-03-07 07:30:06 +00:00 |
|
Kovarththanan Rajaratnam
|
981a6a110e
|
Don't assert if PP already contains a valid PP callback. The PP can handle multiple callbacks (using PPChainedCallbacks)
llvm-svn: 97910
|
2010-03-07 07:18:58 +00:00 |
|
Benjamin Kramer
|
16634c2c5a
|
Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.
llvm-svn: 90033
|
2009-11-28 10:07:24 +00:00 |
|
Daniel Dunbar
|
55b781f85e
|
Sink AttachDependencyFileGen into CreatePreprocessor.
llvm-svn: 86881
|
2009-11-11 21:44:00 +00:00 |
|
Daniel Dunbar
|
89d1fdff65
|
Add DependencyOutputOptions to wrap -M... options, and propogate to
CompilerInvocation and clang-cc.
llvm-svn: 86880
|
2009-11-11 21:43:12 +00:00 |
|
Mike Stump
|
11289f4280
|
Remove tabs, and whitespace cleanups.
llvm-svn: 81346
|
2009-09-09 15:08:12 +00:00 |
|
Eli Friedman
|
cec35d7e6a
|
Clean up some unnecessary includes.
llvm-svn: 72101
|
2009-05-19 04:30:57 +00:00 |
|
Eli Friedman
|
16b7b6f511
|
Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp
files to lib/Frontend.
llvm-svn: 72099
|
2009-05-19 04:14:29 +00:00 |
|