- Jun 11, 2010
-
-
Daniel Dunbar authored
llvm-svn: 105830
-
- Apr 24, 2010
-
-
Nick Lewycky authored
files with the additional suffix in the middle. llvm-svn: 102230
-
- Apr 20, 2010
-
-
Chris Lattner authored
into ContentCache::getBuffer. This allows it to produce diagnostics on the broken #include line instead of without a location. llvm-svn: 101939
-
- Apr 15, 2010
-
-
Nick Lewycky authored
-fixit-at specified a particular fixit to fix, or the -o flag was used. llvm-svn: 101359
-
- Apr 08, 2010
-
-
Daniel Dunbar authored
Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-layouts a bit that Sema honors. llvm-svn: 100747
-
Chris Lattner authored
llvm-svn: 100708
-
- Mar 19, 2010
-
-
Daniel Dunbar authored
actual action. - This is easier to use, and more reliable for timing the thing this was actually meant to be useful for. llvm-svn: 98978
-
- Mar 17, 2010
-
-
Douglas Gregor authored
source file has been changed. Handle that failure more gracefully. llvm-svn: 98727
-
- Feb 25, 2010
-
-
Daniel Dunbar authored
This is the way I would like to move the frontend function towards -- distinct pieces of functionality should be exposed only via FrontendAction implementations which have clean and relatively-stable APIs. This also isolates the surface area in clang which depends on LLVM CodeGen. llvm-svn: 97110
-
- Feb 03, 2010
-
-
Daniel Dunbar authored
llvm-svn: 95182
-
- Jan 05, 2010
-
-
rdar://problem/7490212Steve Naroff authored
related to <rdar://problem/6596843> clang ObjC rewriter: Line endings still mixed in rewrite output This fix was dropped when I integrated the 'objective-rewrite' branch. llvm-svn: 92737
-
- Dec 23, 2009
-
-
Kovarththanan Rajaratnam authored
llvm-svn: 92014
-
- Dec 03, 2009
-
-
Daniel Dunbar authored
Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to) update all clients to be able to handle failure. llvm-svn: 90437
-
- Nov 30, 2009
-
-
Daniel Dunbar authored
llvm-svn: 90118
-
Chris Lattner authored
stat a file but where mmaping it fails. In this case, we emit an error like: t.c:1:10: fatal error: error opening file '../../foo.h' instead of "cannot find file". llvm-svn: 90110
-
- Nov 28, 2009
-
-
Kovarththanan Rajaratnam authored
llvm-svn: 90031
-
- Nov 26, 2009
-
-
Gabor Greif authored
llvm-svn: 89949
-
Gabor Greif authored
this brings the error on clang -c foo.h -o - closer to clang -c foo.h -o /dev/null llvm-svn: 89948
-
- Nov 25, 2009
-
-
Daniel Dunbar authored
llvm-svn: 89858
-
- Nov 15, 2009
-
-
Daniel Dunbar authored
- This ended up being hard to factor, sorry for the large diff. - Some post-commit cleanup to come. llvm-svn: 88833
-
- Nov 14, 2009
-
-
Daniel Dunbar authored
llvm-svn: 88774
-
Daniel Dunbar authored
Add FrontendActions, which provides a FrontendAction interface to all the existing AST consumer based clang-cc actions. llvm-svn: 88773
-