| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a __has_feature check for the 'availability' attribute | Douglas Gregor | 2011-03-26 | 1 | -0/+1 |
| * | we can now claim to fully support the override control feature in C++0x. | Anders Carlsson | 2011-03-25 | 1 | -0/+1 |
| * | Add a 'RawPath' parameter to the PPCallbacks interface. This allows | Chandler Carruth | 2011-03-16 | 1 | -1/+2 |
| * | Create __has_feature(cxx_noexcept) and mark it as working. | Sebastian Redl | 2011-03-15 | 1 | -0/+1 |
| * | Provide an attribute, objc_method_family, to allow the inferred family | John McCall | 2011-03-02 | 1 | -0/+1 |
| * | Rename tok::eom to tok::eod. | Peter Collingbourne | 2011-02-28 | 1 | -5/+5 |
| * | Turn on __has_feature(cxx_auto_type). The feature is now fully implemented. | Richard Smith | 2011-02-20 | 1 | -1/+1 |
| * | Add a __has_feature check for default template arguments in function | Douglas Gregor | 2011-02-05 | 1 | -0/+1 |
| * | Add __has_feature() for each of the type traits | Douglas Gregor | 2011-02-03 | 1 | -0/+19 |
| * | Wire up attributes 'ns_consumed' and 'cf_consumed' in the static analyzer's O... | Ted Kremenek | 2011-01-27 | 1 | -0/+2 |
| * | Hook up attribute ns_consumes_self in the ObjC retain/release checker in the ... | Ted Kremenek | 2011-01-27 | 1 | -0/+1 |
| * | Add __has_feature(cxx_reference_qualified_functions); update tests and | Douglas Gregor | 2011-01-26 | 1 | -0/+1 |
| * | Clean up the C++0x __has_feature tests. Specifically: | Douglas Gregor | 2011-01-26 | 1 | -10/+11 |
| * | Downgrade the error about rvalue references to an extension warning | Douglas Gregor | 2011-01-25 | 1 | -2/+2 |
| * | Eradicate any mention of C++0x concepts. | Douglas Gregor | 2011-01-19 | 1 | -1/+0 |
| * | Variadic templates are fully implemented. | Douglas Gregor | 2011-01-19 | 1 | -1/+1 |
| * | clean up some dead code around __has_include() processing code identified by ... | Chris Lattner | 2011-01-15 | 1 | -13/+12 |
| * | Fix diagnostic pragmas. | Argyrios Kyrtzidis | 2010-12-15 | 1 | -1/+9 |
| * | Revert r119838 "Don't warn for empty 'if' body if there is a macro that expan... | Argyrios Kyrtzidis | 2010-11-20 | 1 | -1/+1 |
| * | Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g: | Argyrios Kyrtzidis | 2010-11-19 | 1 | -0/+1 |
| * | Make sure to always check the result of | Douglas Gregor | 2010-11-12 | 1 | -7/+14 |
| * | lib/Lex/PPMacroExpansion.cpp: Fixup to appease MSVC. | NAKAMURA Takumi | 2010-11-09 | 1 | -0/+4 |
| * | Appeasing MSVC, take 3 | Douglas Gregor | 2010-11-09 | 1 | -0/+1 |
| * | Try to appease MSVC | Douglas Gregor | 2010-11-09 | 1 | -0/+5 |
| * | sprintf -> snprintf conversion, from Vladimir Kirillov | Douglas Gregor | 2010-11-09 | 1 | -3/+3 |
| * | Document Clang's support for attributes on individual enumerators and | John McCall | 2010-11-08 | 1 | -0/+3 |
| * | Make the deserialization of macro definitions lazy, so that we can | Douglas Gregor | 2010-10-30 | 1 | -0/+15 |
| * | Extend the preprocessing record and libclang with support for | Douglas Gregor | 2010-10-20 | 1 | -2/+3 |
| * | Add a __has_attribute macro that works much like __has_feature and __has_buil... | Anders Carlsson | 2010-10-20 | 1 | -2/+14 |
| * | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor | 2010-10-08 | 1 | -0/+1 |
| * | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor | 2010-10-01 | 1 | -0/+1 |
| * | Allow the use of C++0x deleted functions as an extension in C++98. | Anders Carlsson | 2010-09-24 | 1 | -1/+1 |
| * | Implement __has_feature(cxx_inline_namespaces) | Sebastian Redl | 2010-08-31 | 1 | -0/+1 |
| * | Add support for Microsoft's __pragma in the preprocessor. | John McCall | 2010-08-28 | 1 | -2/+10 |
| * | Implement code completion for preprocessor expressions and in macro | Douglas Gregor | 2010-08-24 | 1 | -0/+8 |
| * | After a lengthy design discussion, add support for "ownership attributes" for... | Ted Kremenek | 2010-07-31 | 1 | -0/+3 |
| * | More clang support for darwin tls. Add a __has_feature macro and | Eric Christopher | 2010-06-24 | 1 | -0/+2 |
| * | Add '__has_feature' support for weak ObjC classes. | Ted Kremenek | 2010-04-29 | 1 | -0/+1 |
| * | Sort '__has_feature' cases. No functionality change. | Ted Kremenek | 2010-04-29 | 1 | -15/+15 |
| * | fix a case where macro expansion should be disabled, patch by | Chris Lattner | 2010-03-26 | 1 | -4/+7 |
| * | Audit all Preprocessor::getSpelling() callers, improving failure | Douglas Gregor | 2010-03-16 | 1 | -2/+6 |
| * | Augment __has_feature to report that Clang supports adding attribute 'unused' | Ted Kremenek | 2010-03-05 | 1 | -0/+1 |
| * | Add an overload of Preprocessor::getSpelling which takes a SmallVector and | Benjamin Kramer | 2010-02-27 | 1 | -6/+2 |
| * | Add __has_feature support for attributes ns_returns_not_retained | Ted Kremenek | 2010-02-18 | 1 | -1/+3 |
| * | Use raw_ostreams in Preprocessor::ExpandBuiltinMacro. Still not nice but less... | Benjamin Kramer | 2010-01-27 | 1 | -19/+17 |
| * | Fix typo in comment | Douglas Gregor | 2010-01-26 | 1 | -1/+1 |
| * | revert my patch for rdar://7520940 that warns when a published header | Chris Lattner | 2010-01-22 | 1 | -3/+1 |
| * | Add a bunch more feature-checking macros for C++0x features. Some of these are | Alexis Hunt | 2010-01-13 | 1 | -0/+10 |
| * | stringref'ize a bunch of filename handling logic. Much | Chris Lattner | 2010-01-10 | 1 | -11/+8 |
| * | implement rdar://7520940: published framework headers should | Chris Lattner | 2010-01-10 | 1 | -1/+2 |