| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove duplicate code | Nathan Sidwell | 2015-01-25 | 1 | -32/+18 |
| * | Address review feedback from r226306. No intended behavior change. | Nico Weber | 2015-01-17 | 1 | -2/+2 |
| * | Spell 0 in an enum-appropriate way. No behavior change. | Nico Weber | 2015-01-16 | 1 | -1/+1 |
| * | Don't crash if a declarator in a friend decl doesn't have a name. | Nico Weber | 2015-01-16 | 1 | -12/+16 |
| * | [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
| * | Parse: Further simplify ParseLexedMethodDeclaration | David Majnemer | 2015-01-13 | 1 | -8/+0 |
| * | If we don't find a matching ) for a ( in an exception specification, keep the... | Richard Smith | 2015-01-13 | 1 | -9/+4 |
| * | Parse: Get rid of cxx_exceptspec_end, use EOF instead | David Majnemer | 2015-01-12 | 1 | -1/+2 |
| * | Parse: Don't crash when an annotation token shows up in a C++11 attr | David Majnemer | 2015-01-09 | 1 | -3/+5 |
| * | Crash even less on malformed attributes in an incorrect location. | Nico Weber | 2014-12-29 | 1 | -1/+4 |
| * | Don't crash on malformed attributes in an incorrect location. | Nico Weber | 2014-12-29 | 1 | -0/+10 |
| * | SemaCXX: Don't crash when annotation tokens show up before the tag name | David Majnemer | 2014-12-29 | 1 | -1/+2 |
| * | Added a fixit to remove empty parens from a C++11 attribute argument list whe... | Aaron Ballman | 2014-12-19 | 1 | -2/+2 |
| * | Parse: MS property members cannot have an in-class initializer | David Majnemer | 2014-12-13 | 1 | -1/+4 |
| * | Recognize __unaligned keyword after type specifier | Nico Rieck | 2014-12-04 | 1 | -0/+1 |
| * | Wire up delayed typo correction to DiagnoseEmptyLookup and set up | Kaelyn Takata | 2014-11-20 | 1 | -1/+1 |
| * | PR21437, final part of DR1330: delay-parsing of exception-specifications. This | Richard Smith | 2014-11-13 | 1 | -7/+75 |
| * | Updated the wording for a diagnostic to be more grammatically correct, and us... | Aaron Ballman | 2014-11-08 | 1 | -1/+6 |
| * | [c++1z] Support for attributes on namespaces and enumerators. | Aaron Ballman | 2014-11-08 | 1 | -5/+11 |
| * | [c++1z] Implement nested-namespace-definitions. | Richard Smith | 2014-11-08 | 1 | -19/+18 |
| * | Remove a couple typedefs for things in the clang namespace with the same name... | Craig Topper | 2014-10-31 | 1 | -4/+4 |
| * | -ms-extensions: Implement __super scope specifier (PR13236). | Nikola Smiljanic | 2014-09-26 | 1 | -1/+8 |
| * | Suggest fix-it for missing '{' after base-clause | Ismail Pazarbasi | 2014-09-25 | 1 | -6/+36 |
| * | Follow-up to r218292: Add more REVERTIBLE_TYPE_TRAITs. | Nico Weber | 2014-09-24 | 1 | -2/+35 |
| * | Revert r197496, as it broke REVERTIBLE_TYPE_TRAITs from PCH files. | Nico Weber | 2014-09-23 | 1 | -11/+25 |
| * | Don't crash on access decls with invalid scope specifier, PR20887. | Nico Weber | 2014-09-10 | 1 | -0/+5 |
| * | C++1y is now C++14! | Aaron Ballman | 2014-08-19 | 1 | -2/+2 |
| * | Uniformed parsing of GNU attributes at line beginnning and added GNU attribut... | Abramo Bagnara | 2014-08-16 | 1 | -0/+3 |
| * | PR20634: add some more cases that can legitimately come after a struct declar... | Richard Smith | 2014-08-13 | 1 | -4/+7 |
| * | Reject virt-specifiers on friend declarations. Give anonymous bitfields a | Richard Smith | 2014-08-12 | 1 | -4/+21 |
| * | A static_assert declaration cannot be a template; adding the diagnostic for t... | Aaron Ballman | 2014-08-04 | 1 | -3/+4 |
| * | Diagnose GNU-style attributes preceding virt-specifiers, but only when the at... | Aaron Ballman | 2014-08-04 | 1 | -3/+12 |
| * | Improve error recovery around colon. | Serge Pavlov | 2014-07-16 | 1 | -15/+16 |
| * | Revert "Improve error recovery around colon." | Reid Kleckner | 2014-07-14 | 1 | -16/+15 |
| * | Improve error recovery around colon. | Serge Pavlov | 2014-07-14 | 1 | -15/+16 |
| * | [C++1z] Implement N3928: message in static_assert is optional. | Richard Smith | 2014-06-20 | 1 | -14/+24 |
| * | [c++1z] Implement N3994: a range-based for loop can declare a variable with s... | Richard Smith | 2014-06-19 | 1 | -8/+14 |
| * | PR19993: don't assert/crash if a static data member is initialized by '= dele... | Richard Smith | 2014-06-11 | 1 | -2/+2 |
| * | Refactoring. Remove release and take methods from ActionResult. Rename takeAs... | Nikola Smiljanic | 2014-05-29 | 1 | -9/+9 |
| * | Fix line endings. | Nikola Smiljanic | 2014-05-28 | 1 | -9/+9 |
| * | [C++11] Use 'nullptr'. Parser edition. | Craig Topper | 2014-05-21 | 1 | -59/+63 |
| * | Refactor all the checking for missing 'template<>'s when a declaration has a | Richard Smith | 2014-04-17 | 1 | -12/+5 |
| * | Partial revert of r206229, to get the build bots green again. | Aaron Ballman | 2014-04-15 | 1 | -8/+9 |
| * | Fixing a typo, updating the diagnostic wording and logic based on post-commit... | Aaron Ballman | 2014-04-15 | 1 | -5/+5 |
| * | Properly diagnose standard C++ attributes which have optional argument lists ... | Aaron Ballman | 2014-04-14 | 1 | -9/+29 |
| * | [MS-ABI] Add support for #pragma section and related pragmas | Warren Hunt | 2014-04-08 | 1 | -0/+5 |
| * | Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a... | David Blaikie | 2014-04-02 | 1 | -1/+1 |
| * | Introduced an attribute syntax-neutral method for parsing attribute arguments... | Aaron Ballman | 2014-03-31 | 1 | -28/+52 |
| * | [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
| * | Add [extern_c] attribute for modules, allowing a C module to be imported with... | Richard Smith | 2014-03-02 | 1 | -5/+36 |