| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid redundant NNS qualification in constructor/destructor names. | Abramo Bagnara | 2012-01-27 | 1 | -0/+1 |
* | Support decltype in member initializers. | David Blaikie | 2012-01-24 | 1 | -8/+21 |
* | Fix code so that a SkipUntil will ignore semicolons when skipping a | Richard Trieu | 2012-01-21 | 1 | -4/+5 |
* | Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its: | Richard Smith | 2012-01-12 | 1 | -0/+1 |
* | Update C++11 scoped enumeration support to match the final proposal: | Richard Smith | 2012-01-10 | 1 | -3/+4 |
* | Extend the diagnostic for a ',' at the end of a declaration where a ';' was | Richard Smith | 2012-01-09 | 1 | -4/+17 |
* | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer | 2011-12-23 | 1 | -4/+4 |
* | Use the real end of the decltype expression. | David Blaikie | 2011-12-08 | 1 | -2/+1 |
* | Support decltype in nested-name-specifiers. | David Blaikie | 2011-12-04 | 1 | -25/+73 |
* | When we notice that a member function is defined with "= delete" or "= | Douglas Gregor | 2011-11-07 | 1 | -7/+9 |
* | Tighten up the conditions under which we consider ourselves to be | Douglas Gregor | 2011-11-07 | 1 | -7/+10 |
* | Handle redundant 'typename' on base class specifications. | David Blaikie | 2011-10-25 | 1 | -0/+7 |
* | Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug... | David Blaikie | 2011-10-25 | 1 | -8/+9 |
* | Initialize the BaseLoc for decltype base type specifications. | David Blaikie | 2011-10-25 | 1 | -0/+2 |
* | Fix cases where the optional nested-name-specifier erroneously preceeded a de... | David Blaikie | 2011-10-25 | 1 | -21/+22 |
* | Support the use of decltype for specifying base types. Fixes PR11216. | David Blaikie | 2011-10-25 | 1 | -11/+27 |
* | Rework Microsoft __if_exists/__if_not_exists parsing and semantic | Douglas Gregor | 2011-10-24 | 1 | -15/+18 |
* | Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t', | Richard Smith | 2011-10-17 | 1 | -0/+4 |
* | When we end up having to parse the initializer of a C++ member early | Douglas Gregor | 2011-10-17 | 1 | -9/+14 |
* | Fixed merge-mistake where ActOnAccessSpecifier was called twice for every acc... | Erik Verbruggen | 2011-10-17 | 1 | -6/+7 |
* | Implement -Wc++98-compat warnings for the parser. | Richard Smith | 2011-10-15 | 1 | -12/+19 |
* | Refactor: remove redundant check for 'final' specifier when parsing class/str... | Richard Smith | 2011-10-15 | 1 | -13/+4 |
* | Rename an ExtWarn to ext_ for consistency. | Richard Smith | 2011-10-15 | 1 | -1/+1 |
* | Don't warn about use of 'final' in ill-formed C++98 code which didn't use | Richard Smith | 2011-10-15 | 1 | -3/+4 |
* | -Wc++98-compat: warn on C++11 attributes and alignas. | Richard Smith | 2011-10-14 | 1 | -0/+3 |
* | Allow for annotate attributes after access specifiers. When such | Erik Verbruggen | 2011-10-13 | 1 | -5/+20 |
* | Fix crash-on-invalid, improve error recovery, and test coverage for missing c... | David Blaikie | 2011-10-13 | 1 | -5/+16 |
* | Introduce BalancedDelimiterTracker, to better track open/close | Douglas Gregor | 2011-10-12 | 1 | -67/+58 |
* | Move some bool flags out of function parameter lists. | Kaelyn Uhrain | 2011-10-11 | 1 | -3/+1 |
* | Parse the initializer for a class member after handling its | Douglas Gregor | 2011-10-10 | 1 | -25/+37 |
* | Add braces around do-while body. The lack of them gives me the chills | Douglas Gregor | 2011-10-07 | 1 | -2/+2 |
* | Parse attributes written in an ObjC method parameter type as | John McCall | 2011-10-01 | 1 | -1/+1 |
* | Add support for alignment-specifiers in C1X and C++11, remove | Peter Collingbourne | 2011-09-29 | 1 | -43/+6 |
* | Add support for parsing an attribute-specifier-seq containing multiple | Peter Collingbourne | 2011-09-29 | 1 | -8/+22 |
* | Diagnose attempts to use 'using typename' with a non-identifier name, | Douglas Gregor | 2011-09-26 | 1 | -0/+9 |
* | Correctly parse braced member initializers (even in delayed parsing) and corr... | Sebastian Redl | 2011-09-24 | 1 | -3/+11 |
* | Fix up comment now that 'new' is no longer a virt-specifier, from Aaron Ballman | Douglas Gregor | 2011-09-23 | 1 | -1/+0 |
* | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet | 2011-09-17 | 1 | -3/+3 |
* | Specializations cannot be module-hidden. Diagnose attempts to do so. | Douglas Gregor | 2011-09-09 | 1 | -1/+1 |
* | __module_private__ is inherited by redeclarations of an entity, and | Douglas Gregor | 2011-09-09 | 1 | -1/+1 |
* | Modules: introduce the __module_private__ declaration specifier, which | Douglas Gregor | 2011-09-09 | 1 | -0/+1 |
* | Thread Safety: Patch to implement delayed parsing of attributes within a | Caitlin Sadowski | 2011-09-08 | 1 | -4/+21 |
* | Add test case for defaulted copy and move structure validation. | Sebastian Redl | 2011-09-04 | 1 | -1/+0 |
* | Support code-completion for C++ inline methods and ObjC buffering methods. | Argyrios Kyrtzidis | 2011-09-04 | 1 | -6/+10 |
* | objc - Simplify switing objc decl context by using | Fariborz Jahanian | 2011-08-22 | 1 | -24/+6 |
* | Restore patch I reversed in r138040. Known buildbot | Fariborz Jahanian | 2011-08-22 | 1 | -7/+26 |
* | Track in the AST whether a function is constexpr. | Richard Smith | 2011-08-15 | 1 | -1/+2 |
* | Parsing of C++0x lambda expressions, from John Freeman with help from | Douglas Gregor | 2011-08-04 | 1 | -3/+1 |
* | Turn off __has_feature(is_empty) and __has_feature(is_pod) if the | Douglas Gregor | 2011-07-30 | 1 | -1/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -8/+8 |