summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PPExpressions.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo, improve comment.Chris Lattner2008-05-051-5/+6
* Fix a few more bugs in preprocessor expressions w.r.t. ?:. Now I Chris Lattner2008-05-051-12/+24
* Neil pointed out that clang doesn't generate ranges from diagnosticsChris Lattner2008-05-051-120/+172
* fix a bug handling right associative operators that Neil noticed, hopefullyChris Lattner2008-05-051-14/+4
* ||/&& do not do UAC's either. This silences a bogus warning on #if -1 || 4U.Chris Lattner2008-05-041-4/+10
* Neil points out that commas don't do UACs either.Chris Lattner2008-05-041-1/+1
* Fix the rest of PR2279:Chris Lattner2008-05-041-4/+7
* Fix PR2279 part C: shifts don't perform the UACs, thanks to Neil Chris Lattner2008-05-041-2/+4
* fix a nasty bug that Neil identifier in pp-expr parsing (this is PR2279 part D).Chris Lattner2008-05-041-5/+13
* Fix PR2220, making diagnostics for unexpected tokens in pp expressions Chris Lattner2008-04-131-3/+3
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+639
OpenPOWER on IntegriCloud