Age | Commit message (Expand) | Author |
2011-10-15 | -Wc++98-compat warnings for the lexer. | Richard Smith |
2011-10-14 | Add a preprocessor callback that is invoked every time the 'defined' | Douglas Gregor |
2011-09-23 | Fix missing includes for llvm_unreachable | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-04 | Support code-completion for C++ inline methods and ObjC buffering methods. | Argyrios Kyrtzidis |
2011-08-03 | A couple fixes for preprocessor expressions: | Eli Friedman |
2011-07-27 | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-02-28 | Rename tok::eom to tok::eod. | Peter Collingbourne |
2010-12-15 | Fix diagnostic pragmas. | Argyrios Kyrtzidis |
2010-10-13 | move logic for computing signed integer overflow when constant folding | Chris Lattner |
2010-08-24 | Implement code completion for preprocessor expressions and in macro | Douglas Gregor |
2010-08-24 | Implement preprocessor code completion where a macro name is expected, | Douglas Gregor |
2010-07-26 | Fix namespace polution. | Dan Gohman |
2010-03-16 | Introduce optional "Invalid" parameters to routines that invoke the | Douglas Gregor |
2010-02-27 | Another trivial getSpelling simplification. | Benjamin Kramer |
2010-02-27 | Add an overload of Preprocessor::getSpelling which takes a SmallVector and | Benjamin Kramer |
2010-02-26 | fix rdar://7683173, rejecting an invalid conditional | Chris Lattner |
2009-12-14 | fix rdar://7466570 - Be more bug compatible with GCC when it comes to | Chris Lattner |
2009-12-14 | reduce indentation. | Chris Lattner |
2009-11-13 | Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. | Daniel Dunbar |
2009-10-30 | Re-arranged some internal functions for coming __has_include changes. | John Thompson |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-07-14 | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith |
2009-06-05 | Move CharIsSigned from TargetInfo to LangOptions. | Eli Friedman |
2009-06-01 | PR4283: Don't truncate multibyte character constants in the | Eli Friedman |
2009-05-16 | PR3942: Don't warn on unsigned overflow in preprocessor expressions. | Eli Friedman |
2009-04-24 | simplification and speedup | Chris Lattner |
2009-01-29 | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner |
2009-01-27 | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner |
2009-01-18 | fix rdar://6505352 - Bogus warning with -WUndef, a case | Chris Lattner |
2008-11-23 | make the 'to match this' diagnostic a note. | Chris Lattner |
2008-11-19 | don't turn identifierinfo's into strings in diagnostics. | Chris Lattner |
2008-11-18 | Remove the last of the old-style Preprocessor::Diag methods. | Chris Lattner |
2008-11-18 | remove one more Preprocessor::Diag method. | Chris Lattner |
2008-08-17 | various updates to match r54873 on mainline. | Chris Lattner |
2008-08-11 | More #include cleaning | Daniel Dunbar |
2008-07-03 | Fix PR2252: don't warn on negating an unsigned value ever, and don't emit | Chris Lattner |
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 |