| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a nasty corner case that Neil noticed in PR1900, where we would | Chris Lattner | 2008-01-07 | 1 | -0/+4 |
| * | Fix typo | Nate Begeman | 2008-01-07 | 1 | -1/+1 |
| * | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Interned MainFileID within SourceManager. Since SourceManager is referenced by | Ted Kremenek | 2007-12-19 | 1 | -1/+4 |
| * | TargetInfo no longer includes a reference to SourceManager. | Ted Kremenek | 2007-12-12 | 1 | -8/+10 |
| * | Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now | Ted Kremenek | 2007-12-11 | 1 | -2/+2 |
| * | Add dumping support for locations, make -dumptokens print out the location | Chris Lattner | 2007-12-09 | 1 | -1/+20 |
| * | Fix PR1820, an incredibly subtle macro expansion bug that Neil discovered. | Chris Lattner | 2007-11-23 | 1 | -0/+10 |
| * | fix a bug Steve noticed, where a #import of the main file itself would fail. | Chris Lattner | 2007-11-15 | 1 | -1/+6 |
| * | Since we are all working on Leopard, change the built-in MacOS X version numb... | Steve Naroff | 2007-11-10 | 1 | -1/+1 |
| * | Implement a more sensible strategy for ObjC built-in types (addressing a long... | Steve Naroff | 2007-10-31 | 1 | -27/+1 |
| * | Checking in some code that is still under construction. | Steve Naroff | 2007-10-31 | 1 | -1/+0 |
| * | Add some plumbing to help cope with rewriting "id<p>", "Class<p>*". | Steve Naroff | 2007-10-31 | 1 | -1/+1 |
| * | Stop pre-defining objc_msgSend/objc_getClass in the preprocessor. Instead, I ... | Steve Naroff | 2007-10-30 | 1 | -15/+1 |
| * | Avoid using macro expansions, which causes these to come out in -E mode. | Chris Lattner | 2007-10-30 | 1 | -6/+6 |
| * | Incorporate some feedback from Chris... | Steve Naroff | 2007-10-24 | 1 | -1/+1 |
| * | - Add rewrite rule for @class. | Steve Naroff | 2007-10-23 | 1 | -0/+17 |
| * | Predefine all the ObjC goodies from <objc/objc.h>. Removed all the ObjC goodi... | Steve Naroff | 2007-10-17 | 1 | -3/+21 |
| * | resolve a fixme, by moving __builtin_va_list to a more logical | Chris Lattner | 2007-10-10 | 1 | -0/+6 |
| * | Add a dummy for the id typedef. Steve, plz fill this in. :) | Chris Lattner | 2007-10-09 | 1 | -0/+7 |
| * | Make a significant change to invert the control flow handling | Chris Lattner | 2007-10-09 | 1 | -7/+131 |
| * | Switch lexer/pp over to new Token::is/isNot api | Chris Lattner | 2007-10-09 | 1 | -32/+32 |
| * | improve layering: | Chris Lattner | 2007-10-07 | 1 | -21/+43 |
| * | change calls to getMacroInfo into hasMacroDefinition() where possible. | Chris Lattner | 2007-10-07 | 1 | -3/+3 |
| * | If we see an invalid #ifdef directive, enter a conditional compilation region | Chris Lattner | 2007-09-24 | 1 | -1/+6 |
| * | Add #include required on win32. | Chris Lattner | 2007-09-03 | 1 | -0/+1 |
| * | Fix a scoping bug that apple gcc doesn't catch for some reason. | Chris Lattner | 2007-07-23 | 1 | -1/+2 |
| * | implement a missing feature in the #include handler, where | Chris Lattner | 2007-07-23 | 1 | -9/+81 |
| * | refactor the interface to Preprocessor::GetIncludeFilenameSpelling, | Chris Lattner | 2007-07-23 | 1 | -9/+9 |
| * | fix a bug getting the spelling of an identifier token | Chris Lattner | 2007-07-22 | 1 | -1/+7 |
| * | At one point there were going to be lexer and parser tokens. | Chris Lattner | 2007-07-20 | 1 | -54/+54 |
| * | simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buff... | Chris Lattner | 2007-07-20 | 1 | -5/+2 |
| * | Reimplement SourceLocation. Instead of having a | Chris Lattner | 2007-07-20 | 1 | -28/+35 |
| * | Fix a stringizing bug that Neil noticed. We should preprocess this: | Chris Lattner | 2007-07-19 | 1 | -2/+4 |
| * | Correctly respect C99 5.1.1.2p4 when searching for the first '(' of | Chris Lattner | 2007-07-19 | 1 | -3/+13 |
| * | Add a new Preprocessor::AdvanceToTokenCharacter method which, given a sloc | Chris Lattner | 2007-07-16 | 1 | -0/+37 |
| * | Cache macro expander objects to avoid thrashing malloc in heavy expansion sit... | Chris Lattner | 2007-07-15 | 1 | -6/+33 |
| * | switch function-like macros from using a vector for their arguments to an | Chris Lattner | 2007-07-14 | 1 | -4/+13 |
| * | expose an iterator interface to getReplacementTokens instead of the datastruc... | Chris Lattner | 2007-07-14 | 1 | -1/+2 |
| * | split function-like and object-like macro body parsing to make the | Chris Lattner | 2007-07-14 | 1 | -24/+36 |
| * | remove use of alloca. | Chris Lattner | 2007-07-13 | 1 | -2/+3 |
| * | Solaris needs an included header for alloca | Gabor Greif | 2007-07-13 | 1 | -0/+1 |
| * | Finally bite the bullet and make the major change: split the clang namespace | Chris Lattner | 2007-06-15 | 1 | -4/+3 |
| * | Implement support for formal arguments. We can now compile this: | Chris Lattner | 2007-06-13 | 1 | -2/+2 |
| * | Bug #: | Steve Naroff | 2007-06-11 | 1 | -1/+4 |
| * | Add support for inserting up to 10 strings in a diagnostic, with %0, %1, %2, | Chris Lattner | 2007-05-16 | 1 | -1/+5 |
| * | Remove the clang::SourceBuffer class, switch to the llvm::MemoryBuffer class. | Chris Lattner | 2007-04-29 | 1 | -1/+1 |
| * | Include the filename being looked up in an error message. This gives us stuff | Chris Lattner | 2007-04-10 | 1 | -2/+4 |
| * | switch to using iterators instead of stringmap visitors. | Chris Lattner | 2007-02-11 | 1 | -16/+8 |
| * | CStringMap -> StringMap. | Chris Lattner | 2007-02-08 | 1 | -1/+1 |