Age | Commit message (Expand) | Author |
---|---|---|
2008-05-05 | Fix typo, improve comment. | Chris Lattner |
2008-05-05 | Fix a few more bugs in preprocessor expressions w.r.t. ?:. Now I | Chris Lattner |
2008-05-05 | Neil pointed out that clang doesn't generate ranges from diagnostics | Chris Lattner |
2008-05-05 | fix a bug handling right associative operators that Neil noticed, hopefully | Chris Lattner |
2008-05-04 | ||/&& do not do UAC's either. This silences a bogus warning on #if -1 || 4U. | Chris Lattner |
2008-05-04 | Neil points out that commas don't do UACs either. | Chris Lattner |
2008-05-04 | Fix the rest of PR2279: | Chris Lattner |
2008-05-04 | Fix PR2279 part C: shifts don't perform the UACs, thanks to Neil | Chris Lattner |
2008-05-04 | fix a nasty bug that Neil identifier in pp-expr parsing (this is PR2279 part D). | Chris Lattner |
2008-04-13 | Fix PR2220, making diagnostics for unexpected tokens in pp expressions | Chris Lattner |
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |