Age | Commit message (Expand) | Author |
---|---|---|
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-19 | Add support for #pragma mark, which shouldn't warn about bogus tokens. | Chris Lattner |
2007-10-09 | Switch lexer/pp over to new Token::is/isNot api | Chris Lattner |
2007-10-07 | change calls to getMacroInfo into hasMacroDefinition() where possible. | Chris Lattner |
2007-07-23 | refactor the interface to Preprocessor::GetIncludeFilenameSpelling, | Chris Lattner |
2007-07-20 | At one point there were going to be lexer and parser tokens. | Chris Lattner |
2007-07-20 | simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buff... | Chris Lattner |
2007-07-20 | Reimplement SourceLocation. Instead of having a | Chris Lattner |
2007-07-11 | Stage two of getting CFE top correct. | Reid Spencer |