summaryrefslogtreecommitdiffstats
path: root/clang/Basic
Commit message (Collapse)AuthorAgeFilesLines
...
* Modify SourceManager to make way for future macro locations and #line supportChris Lattner2006-06-201-4/+5
| | | | | | no functionality change yet llvm-svn: 38556
* Make a fundamental change to the way we represent the location of LexerToken's.Chris Lattner2006-06-181-0/+10
| | | | | | | | | | | | | | Now, instead of keeping a pointer to the start of the token in memory, we keep the start of the token as a SourceLocation node. This means that each LexerToken knows the full include stack it was created with, and means that the LexerToken isn't reliant on a "CurLexer" member to be around (lexer tokens would previously go out of scope when their lexers were deallocated). This simplifies several things, and forces good cleanup elsewhere. Now the Preprocessor is the one that knows how to dump tokens/macros and is the one that knows how to get the spelling of a token (it has all the context). llvm-svn: 38551
* Remove manual conditional error handling code.Chris Lattner2006-06-181-5/+4
| | | | llvm-svn: 38540
* Initial checkin of c-language parserChris Lattner2006-06-186-0/+677
llvm-svn: 38539
OpenPOWER on IntegriCloud