Age | Commit message (Expand) | Author |
2013-03-11 | Add -Wc99-compat warning for C11 unicode string and character literals. | Richard Smith |
2013-03-06 | After issuing a diagnostic for undefining or redefining a builtin macro, | Richard Smith |
2013-02-09 | Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11). | Jordan Rose |
2013-01-27 | PR15067: Don't assert when a UCN appears in a C90 file. | Jordan Rose |
2013-01-24 | Add a fixit for \U1234 -> \u1234. | Jordan Rose |
2013-01-24 | Handle universal character names and Unicode characters outside of literals. | Jordan Rose |
2013-01-24 | Unify diagnostics for \x, \u, and \U without any following hex digits. | Jordan Rose |
2013-01-17 | Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ... | Joey Gouly |
2013-01-16 | No longer crashing with an assert when __has_include or __has_include_next is... | Aaron Ballman |
2013-01-14 | Implement parsing, AST, (de-)serialization, and placeholder global | Douglas Gregor |
2013-01-10 | Diagnostics: name all implicit groups used more than once. | Jordan Rose |
2013-01-04 | Add the module name to the 'incomplete umbrella header' warning. | Douglas Gregor |
2012-11-11 | s/BCPLComment/LineComment/ | Nico Weber |
2012-11-06 | Introduce inferred framework modules into the module map file, | Douglas Gregor |
2012-11-02 | Tweak wording and add diagnostic groups to misc diagnostics. | Eli Friedman |
2012-10-11 | Diagnose the expansion of ambiguous macro definitions. This can happen | Douglas Gregor |
2012-09-25 | Introduce builtin macros to determine whether we're building a | Douglas Gregor |
2012-09-03 | Improved the warning for the #@ Microsoft charizing operator. The existing on... | Joao Matos |
2012-08-07 | Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that ar... | Ted Kremenek |
2012-07-17 | Adding a fixit for includes that cannot be found with angle brackets, but can... | Aaron Ballman |
2012-06-28 | Add warning flag -Winvalid-pp-token for preprocessing-tokens which have | Richard Smith |
2012-06-26 | preprocessing: gcc supports #line 0. So, treat this | Fariborz Jahanian |
2012-06-22 | Minor improvements to some C99 variadic-macro-related diagnostics. | Richard Smith |
2012-05-03 | In StringLiteralParser::init, make sure we emit an error when | Argyrios Kyrtzidis |
2012-04-13 | Support -Wc++98-compat-pedantic as requested: | Seth Cantrell |
2012-04-07 | ext_reserved_user_defined_literal must not default to Error in MicrosoftMode.... | Francois Pichet |
2012-03-18 | An error can't be in a warning group. | Benjamin Kramer |
2012-03-18 | Turns #import in MS Mode into an error. | Aaron Ballman |
2012-03-16 | Based on sage feedback, chang -W#import-pedantic to -Wimport-preprocessor-dir... | Ted Kremenek |
2012-03-16 | Add warning flag for '#import is a language extension', -W#import-pedantic. | Ted Kremenek |
2012-03-09 | Improve diagnostics for UCNs referring to control characters and members of the | Richard Smith |
2012-03-08 | Add support for cooked forms of user-defined-integer-literal and | Richard Smith |
2012-03-08 | Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not | Richard Smith |
2012-03-07 | Add -Wc++11-compat warning for string and character literals followed by | Richard Smith |
2012-03-06 | User-defined literals: reject string and character UDLs in all places where the | Richard Smith |
2012-03-05 | Lexing support for user-defined literals. Currently these lex as the same token | Richard Smith |
2012-03-02 | Adding support for #pragma include_alias in MS compatibility mode. This impl... | Aaron Ballman |
2012-03-01 | Revert r151800, which was committed without review and has correctness issues. | Richard Smith |
2012-03-01 | Implements support for #pragma include_alias in ms compatibility mode. Fixes... | Aaron Ballman |
2012-02-13 | Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files. | Dmitri Gribenko |
2012-02-11 | Implement warning for non-wide string literals with an unexpected encoding. ... | Eli Friedman |
2012-02-07 | Hex literals without a significand no longer crash the lexer. Fixes bug 7910 | Aaron Ballman |
2012-02-02 | Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. | Ted Kremenek |
2012-01-27 | Introduce module attributes into the module map grammar, along with a | Douglas Gregor |
2012-01-25 | Improve the error message slightly for files that aren't using the expected U... | Eli Friedman |
2012-01-18 | Improves support for Unicode in character literals | Seth Cantrell |
2012-01-01 | Added -Wdisabled-macro-expansion warning. | Abramo Bagnara |
2011-12-31 | Implement support for module requirements, which indicate the language | Douglas Gregor |
2011-12-23 | When building a module with an umbrella header, warn about any headers | Douglas Gregor |
2011-12-16 | Don't allow #include (and its friends #import, #include_next and | Richard Smith |