| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add isysroot support, patch by Keith Bauer | Chris Lattner | 2007-08-26 | 1 | -2/+11 |
| * | Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs. | Ted Kremenek | 2007-08-21 | 1 | -0/+6 |
| * | add a new AST dumper interface (E->dump()). This dumps out | Chris Lattner | 2007-08-08 | 1 | -0/+6 |
| * | GCC doesn't set __STDC_VERSION__ usually. It never sets it in | Chris Lattner | 2007-07-22 | 1 | -2/+2 |
| * | when running in -E mode on multiple files, there is no reason to accumulate | Chris Lattner | 2007-07-22 | 1 | -0/+15 |
| * | Return an exit code of 1 if errors occur, not an exit code equal to the # err... | Chris Lattner | 2007-07-21 | 1 | -1/+1 |
| * | At one point there were going to be lexer and parser tokens. | Chris Lattner | 2007-07-20 | 1 | -3/+3 |
| * | Add support for C++'0x keywords, patch by Doug Gregor | Chris Lattner | 2007-07-16 | 1 | -1/+11 |
| * | Bug #: | Steve Naroff | 2007-07-06 | 1 | -1/+1 |
| * | Eliminate almost all of the redundancy Bill introduced. | Chris Lattner | 2007-06-28 | 1 | -107/+47 |
| * | Add a hack to fix a really subtle memory lifetime bug Bill introduced with his | Chris Lattner | 2007-06-28 | 1 | -6/+10 |
| * | rename LLVMDiagChecker.* -> DiagChecker.* | Chris Lattner | 2007-06-27 | 1 | -1/+1 |
| * | Submitted by: Bill Wendling | Bill Wendling | 2007-06-27 | 1 | -3/+2 |
| * | Submitted by: Bill Wendling | Bill Wendling | 2007-06-27 | 1 | -26/+109 |
| * | Submitted by: Bill Wendling | Bill Wendling | 2007-06-23 | 1 | -97/+3 |
| * | Bug #: | Bill Wendling | 2007-06-22 | 1 | -25/+25 |
| * | Finally bite the bullet and make the major change: split the clang namespace | Chris Lattner | 2007-06-15 | 1 | -75/+75 |
| * | Submitted by: Bill Wendling | Bill Wendling | 2007-06-15 | 1 | -47/+63 |
| * | Submitted by: Bill Wendling | Bill Wendling | 2007-06-08 | 1 | -6/+5 |
| * | Submitted by: Bill Wendling | Bill Wendling | 2007-06-07 | 1 | -268/+9 |
| * | Submitted by: Bill Wendling | Bill Wendling | 2007-05-30 | 1 | -1/+3 |
| * | Fix two bugs that fell out from a testcase steve noticed. for this testcase: | Chris Lattner | 2007-05-29 | 1 | -2/+2 |
| * | Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCore | Chris Lattner | 2007-05-24 | 1 | -0/+6 |
| * | Bug #: | Steve Naroff | 2007-05-23 | 1 | -0/+7 |
| * | Move ASTStreamer.h into "clang/Sema/ASTStreamer.h" | Chris Lattner | 2007-05-21 | 1 | -0/+1 |
| * | Steve pointed out that testcases like this (with a macro expansion): | Chris Lattner | 2007-05-20 | 1 | -1/+2 |
| * | improve const correctness | Chris Lattner | 2007-05-19 | 1 | -2/+2 |
| * | Use the new source ranges tracking feature to highlight the important pieces | Chris Lattner | 2007-05-19 | 1 | -5/+89 |
| * | Change the structure of the code that emits the ^ marker in a diagnostic, | Chris Lattner | 2007-05-19 | 1 | -11/+39 |
| * | Bug #: | Steve Naroff | 2007-05-18 | 1 | -6/+8 |
| * | Rename type::getAsString to getAsStringInternal. Add a new | Chris Lattner | 2007-05-16 | 1 | -3/+3 |
| * | Add support for inserting up to 10 strings in a diagnostic, with %0, %1, %2, | Chris Lattner | 2007-05-16 | 1 | -11/+12 |
| * | Bug #: | Steve Naroff | 2007-05-03 | 1 | -1/+1 |
| * | Remove the clang::SourceBuffer class, switch to the llvm::MemoryBuffer class. | Chris Lattner | 2007-04-29 | 1 | -5/+5 |
| * | Teach the driver to filter out warnings and notes that come from system headers. | Chris Lattner | 2007-04-28 | 1 | -2/+19 |
| * | Bug #: | Steve Naroff | 2007-04-27 | 1 | -1/+1 |
| * | Bug #: | Steve Naroff | 2007-04-27 | 1 | -1/+1 |
| * | Support both tiger and leopard. Yes, this code is a hack :) | Chris Lattner | 2007-03-19 | 1 | -0/+11 |
| * | Bug #: | Steve Naroff | 2007-03-14 | 1 | -3/+3 |
| * | Go back to having the clang driver create ASTContext explicitly, passing | Steve Naroff | 2007-02-28 | 1 | -2/+6 |
| * | Make Sema's use of the preprocessor explicit (rather than assume | Steve Naroff | 2007-02-28 | 1 | -7/+2 |
| * | Revert accidental commit | Chris Lattner | 2007-01-27 | 1 | -1/+0 |
| * | adjust to change in SmallSet interface | Chris Lattner | 2007-01-27 | 1 | -0/+1 |
| * | fix printing of unprototyped function decls. | Chris Lattner | 2007-01-26 | 1 | -16/+20 |
| * | start gather stats on types processed. carbon.h currently yields: | Chris Lattner | 2007-01-26 | 1 | -0/+12 |
| * | adjust to api change | Chris Lattner | 2007-01-22 | 1 | -1/+1 |
| * | pretty print ... as well | Chris Lattner | 2007-01-21 | 1 | -0/+5 |
| * | Pretty print function prototypes as well. | Chris Lattner | 2007-01-21 | 1 | -3/+15 |
| * | Pretty print the function prototype. For example, print: | Chris Lattner | 2007-01-21 | 1 | -9/+27 |
| * | default to -fsyntax-only | Chris Lattner | 2007-01-21 | 1 | -1/+1 |