Age | Commit message (Expand) | Author |
2012-05-10 | [preprocessor] Make sure that MacroExpands callbacks are always in source order. | Argyrios Kyrtzidis |
2012-05-03 | In StringLiteralParser::init, make sure we emit an error when | Argyrios Kyrtzidis |
2012-05-03 | In StringLiteralParser::init(), fail gracefully if the string is | Argyrios Kyrtzidis |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-04-13 | Support -Wc++98-compat-pedantic as requested: | Seth Cantrell |
2012-04-13 | C++11 no longer requires files to end with a newline | Seth Cantrell |
2012-04-10 | Add a query macro for C++11 N3276, decltype does not require complete | Douglas Gregor |
2012-04-07 | ext_reserved_user_defined_literal must not default to Error in MicrosoftMode.... | Francois Pichet |
2012-04-05 | [Lex] Add support for 'user specified system frameworks' (see test case). | Daniel Dunbar |
2012-04-05 | [Lex] HeaderSearch: Introduce a FrameworkCacheEntry structure to hold the Fra... | Daniel Dunbar |
2012-04-05 | Simplify. | Daniel Dunbar |
2012-04-04 | [preprocessor] In Preprocessor::CachingLex() check whether there were more to... | Argyrios Kyrtzidis |
2012-04-04 | Add feature check "cxx_local_type_template_args" describing support | Douglas Gregor |
2012-04-03 | Correct handling of _Pragma macro inside a macro argument. | Argyrios Kyrtzidis |
2012-03-31 | Fixed MacroInfo definition range for function like macros with empty body. | Abramo Bagnara |
2012-03-29 | Make ModuleMapParser own its TargetInfo, so it doesn't get leaked. | Benjamin Kramer |
2012-03-27 | [preprocessor] Handle correctly inclusion directives that have macro expansio... | Argyrios Kyrtzidis |
2012-03-24 | Simplify some users of DenseMap::erase. | Benjamin Kramer |
2012-03-18 | Turns #import in MS Mode into an error. | Aaron Ballman |
2012-03-16 | From Vassil Vassilev: | Axel Naumann |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-09 | Improve diagnostics for UCNs referring to control characters and members of the | Richard Smith |
2012-03-09 | User-defined literals are done. | Richard Smith |
2012-03-08 | When checking the encoding of an 8-bit string literal, don't just check 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-08 | User-defined literal support for character literals. | Richard Smith |
2012-03-07 | Add -Wc++11-compat warning for string and character literals followed by | Richard Smith |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-03-06 | User-defined literals: reject string and character UDLs in all places where the | Richard Smith |
2012-03-05 | [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond... | Argyrios Kyrtzidis |
2012-03-05 | [preprocessor] Enhance the preprocessor callbacks: | Argyrios Kyrtzidis |
2012-03-05 | Lexing support for user-defined literals. Currently these lex as the same token | Richard Smith |
2012-03-03 | Add a pile of tests for unrestricted unions, and advertise support for them. | Richard Smith |
2012-03-03 | Remove unused variable. | Benjamin Kramer |
2012-03-02 | Adding support for #pragma include_alias in MS compatibility mode. This impl... | Aaron Ballman |
2012-03-01 | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek |
2012-03-01 | Implement double underscore names support in __has_attribute | Jean-Daniel Dupas |
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-03-01 | Move suport for redefining operator keywords from -fms-extensions to -fms-com... | Nico Weber |
2012-02-29 | Allow operator keywords to be #defined in ms-ext mode. | Nico Weber |
2012-02-25 | Initializer lists are now supported. | Sebastian Redl |
2012-02-25 | Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (and | Richard Smith |
2012-02-25 | Don't record nested macro expansions in the preprocessing record, | Argyrios Kyrtzidis |
2012-02-24 | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor |
2012-02-23 | Provide the __is_trivially_assignable type trait, which provides | Douglas Gregor |
2012-02-23 | Clang now supports lambda expressions. | Douglas Gregor |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-02-14 | Advertize support for constexpr. | Richard Smith |