aboutsummaryrefslogtreecommitdiff
path: root/Lex/PPExpressions.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-03-05remove the source location arguments to various target query methods.Chris Lattner
2008-03-05Remove the first layer of support for "portability" warnings. This is Chris Lattner
2008-02-13Adjust for APInt's isPositive being renamed to isNonNegative.Dan Gohman
2008-01-23add support for -Wundef.Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-12TargetInfo no longer includes a reference to SourceManager.Ted Kremenek
2007-10-09Switch lexer/pp over to new Token::is/isNot apiChris Lattner
2007-10-07improve layering:Chris Lattner
2007-10-07change calls to getMacroInfo into hasMacroDefinition() where possible.Chris Lattner
2007-09-04Silence VC++ warnings, patch by Hartmut KaiserChris Lattner
2007-08-29Spaces not tabs.Neil Booth
2007-08-29Ensure we diagnose long long literals in C90 mode.Neil Booth
2007-08-261.0 is double, 1.0F is a float.Chris Lattner
2007-08-23Update to match the API from LLVM mainline.Chris Lattner
2007-07-20At one point there were going to be lexer and parser tokens.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer