summaryrefslogtreecommitdiffstats
path: root/clang/Lex/PPExpressions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement test/Preprocessor/comment_save_if.cChris Lattner2006-10-271-12/+12
* Remove GNU C++ min/max operator extension support, they have been removedChris Lattner2006-10-271-19/+10
* Implement the #define_other_target directive.Chris Lattner2006-10-141-0/+7
* Implement the #define_target preprocessor directive.Chris Lattner2006-10-141-1/+12
* Detect expressions semantically equivalent to !defined(X) for the multiple-in...Chris Lattner2006-07-041-16/+66
* Change EvaluateValue/EvaluateDirectiveSubExpr to be static functions inChris Lattner2006-07-041-89/+87
* refactor code a little, no functionality changeChris Lattner2006-07-041-6/+22
* Rename IdentifierTokenInfo -> IdentifierInfo.Chris Lattner2006-07-041-2/+2
* Eliminate MultipleIncludeOpt::ReadDirective and all calls to it. Any directivesChris Lattner2006-07-041-6/+4
* #ifdef X, #ifndef X, and #if defined(X) all mark X as used.Chris Lattner2006-07-031-0/+4
* Make a fundamental change to the way we represent the location of LexerToken's.Chris Lattner2006-06-181-1/+1
* Simplify an APIChris Lattner2006-06-181-6/+3
* Remove manual conditional error handling code.Chris Lattner2006-06-181-64/+53
* Initial checkin of c-language parserChris Lattner2006-06-181-0/+367
OpenPOWER on IntegriCloud