| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f... | David Majnemer | 2013-10-18 | 1 | -15/+36 |
* | Tidy up and improve error recovery for C++11 attributes in bad places. Based on | Richard Smith | 2013-10-15 | 1 | -7/+49 |
* | Consolidating the notion of a GNU attribute parameter with the attribute argu... | Aaron Ballman | 2013-08-31 | 1 | -4/+3 |
* | Remove Inheritable/NonInheritable flags from ProcessDeclAttributes. They don't | Richard Smith | 2013-08-29 | 1 | -2/+1 |
* | Avoid spurious error messages if parent template class cannot be instantiated | Serge Pavlov | 2013-08-10 | 1 | -1/+6 |
* | Started implementing variable templates. Top level declarations should be ful... | Larisse Voufo | 2013-08-06 | 1 | -0/+8 |
* | Parse: Don't consider attributes of broken member declarators | David Majnemer | 2013-08-01 | 1 | -31/+32 |
* | Improve clarity/consistency of a few UsingDecl methods and related helpers. | Enea Zaffanella | 2013-07-22 | 1 | -11/+13 |
* | ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and | Rafael Espindola | 2013-07-09 | 1 | -2/+1 |
* | Fixed source location info for UnaryTransformTypeLoc nodes. | Enea Zaffanella | 2013-07-06 | 1 | -0/+1 |
* | Use SmallVectorImpl instead of SmallVector for iterators and references to av... | Craig Topper | 2013-07-04 | 1 | -1/+1 |
* | ArrayRef'ize Sema::CodeCompleteConstructorInitializer | Dmitri Gribenko | 2013-06-23 | 1 | -3/+2 |
* | Instantiation bug fix extension (cf. r184503) -- minor code fixes, including ... | Larisse Voufo | 2013-06-22 | 1 | -20/+30 |
* | Bug Fix: Template explicit instantiations should not have definitions (FixIts... | Larisse Voufo | 2013-06-21 | 1 | -0/+8 |
* | Fix for PR 16367, display the name of a function in a diagnostic instead of | Richard Trieu | 2013-06-19 | 1 | -1/+1 |
* | Add -Wdeprecated warnings and fixits for things deprecated in C++11: | Richard Smith | 2013-06-13 | 1 | -0/+13 |
* | ArrayRef'ize Sema::ActOnMemInitializer | Dmitri Gribenko | 2013-05-09 | 1 | -3/+2 |
* | Implement C++1y decltype(auto). | Richard Smith | 2013-04-26 | 1 | -30/+49 |
* | Implement special-case name lookup for inheriting constructors: member | Richard Smith | 2013-03-26 | 1 | -10/+26 |
* | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev | 2013-03-22 | 1 | -0/+5 |
* | Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs | Richard Smith | 2013-02-22 | 1 | -0/+2 |
* | Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here, | Richard Smith | 2013-02-22 | 1 | -10/+3 |
* | Process and handle attributes on conditions and for loop variables. Process and | Richard Smith | 2013-02-20 | 1 | -20/+17 |
* | PR15300: Support C++11 attributes on base-specifiers. We don't support any such | Richard Smith | 2013-02-19 | 1 | -25/+25 |
* | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose | 2013-02-08 | 1 | -1/+2 |
* | Provide a fixit for constexpr non-static data members. | David Blaikie | 2013-01-30 | 1 | -3/+3 |
* | Downgrade 'attribute ignored when parsing type' from error to warning, to match | Richard Smith | 2013-01-29 | 1 | -3/+3 |
* | PR15017: A '>' can appear after a type-specifier in a template-argument-list. | Richard Smith | 2013-01-29 | 1 | -0/+3 |
* | Fix five more cases of tokens which can legally follow a type specifier. | Richard Smith | 2013-01-19 | 1 | -2/+13 |
* | Fix parsing of class specifiers before '\n' 'operator'. | Nico Weber | 2013-01-18 | 1 | -0/+1 |
* | ArrayRef-ize some ctor initializer related APIs | David Blaikie | 2013-01-17 | 1 | -2/+1 |
* | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith | 2013-01-17 | 1 | -1/+8 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -1/+1 |
* | Tighten types a bit. No functionality change. | Rafael Espindola | 2013-01-08 | 1 | -1/+1 |
* | Add fixit hints for misplaced C++11 attributes around class specifiers. | Michael Han | 2013-01-07 | 1 | -8/+45 |
* | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith | 2013-01-02 | 1 | -23/+23 |
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -8/+8 |
* | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling | 2012-12-20 | 1 | -4/+4 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -4/+4 |
* | [parser] Push a semi token for recovery only when it is actually missing. | Argyrios Kyrtzidis | 2012-12-17 | 1 | -7/+9 |
* | PR14549. Don't assert if we see an incomplete decltype specifier at the end o... | Richard Smith | 2012-12-09 | 1 | -2/+1 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
* | Implement C++11 [dcl.attr.grammar] p4: If an attribute-specifier-seq appertai... | Michael Han | 2012-11-28 | 1 | -1/+35 |
* | Improve diagnostic on C++11 attribute specifiers that appear at wrong syntact... | Michael Han | 2012-11-26 | 1 | -1/+58 |
* | Made the "expected string literal" diagnostic more expressive | Andy Gibbs | 2012-11-17 | 1 | -1/+2 |
* | PR9903: Recover from a member functon declared with the 'typedef' specifier by | Richard Smith | 2012-11-15 | 1 | -9/+2 |
* | Fix crash on missing namespace name in namespace alias definition -- PR14085. | Nico Weber | 2012-10-27 | 1 | -0/+6 |
* | In Parser::ParseDecltypeSpecifier, make sure the end location it returns | Argyrios Kyrtzidis | 2012-10-26 | 1 | -2/+15 |
* | Handle a "#pragma options align" inside a class. | Argyrios Kyrtzidis | 2012-10-12 | 1 | -0/+5 |
* | Improve C++11 attribute parsing. | Michael Han | 2012-10-03 | 1 | -29/+36 |