Kovarththanan Rajaratnam
|
1c558cd773
|
Lowercase for consistency
llvm-svn: 97878
|
2010-03-06 12:07:48 +00:00 |
Jeffrey Yasskin
|
1615d45daa
|
Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave
no extra safety anyway.
llvm-svn: 91207
|
2009-12-12 05:05:38 +00:00 |
Daniel Dunbar
|
59203007ac
|
Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; propogate and simplify.
llvm-svn: 90379
|
2009-12-03 01:45:44 +00:00 |
Kovarththanan Rajaratnam
|
5505dff8af
|
This patch moves the frontend timer from clang-cc into CompilerInstance.
CompilerInstance already contains various objects that are used
throughout the entire run.
Also addresses Daniels review comments in:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20091123/024508.html
llvm-svn: 90073
|
2009-11-29 09:57:35 +00:00 |
Daniel Dunbar
|
d6ea9028e7
|
Simplify PreprocessorOptions, it doesn't need abstracted field access.
llvm-svn: 89047
|
2009-11-17 05:52:41 +00:00 |
Daniel Dunbar
|
a0ff58dadf
|
Add FrontendAction interface, for encapsulating a "clang-cc" style action.
llvm-svn: 88772
|
2009-11-14 10:42:35 +00:00 |