| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | PR10359: Template declarations which define classes are not permitted to also... | Richard Smith | 2011-07-14 | 1 | -0/+5 |
* | Fix AST representations of alias-declarations which define tag types. Inside ... | Richard Smith | 2011-07-01 | 1 | -4/+7 |
* | When deciding how to parse "= something" as part of a member | Douglas Gregor | 2011-06-25 | 1 | -2/+2 |
* | Introduce DelayedCleanupPool useful for simplifying clean-up of certain resou... | Argyrios Kyrtzidis | 2011-06-22 | 1 | -10/+3 |
* | Don't assert on initialized typedef declarations in classes: | Richard Smith | 2011-06-12 | 1 | -1/+3 |
* | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -42/+120 |
* | Parse C++0x generalized initializers. | Sebastian Redl | 2011-06-05 | 1 | -21/+28 |
* | Silence sign compare warning. | Benjamin Kramer | 2011-05-26 | 1 | -4/+4 |
* | Add a fix-it and better error recovery for improperly nested namespaces. Thi... | Richard Trieu | 2011-05-26 | 1 | -7/+86 |
* | Add support for Microsoft __if_exists, __if_not_exists extension at class scope. | Francois Pichet | 2011-05-25 | 1 | -0/+67 |
* | Implement a new type node, UnaryTransformType, designed to represent a | Alexis Hunt | 2011-05-24 | 1 | -1/+1 |
* | Implement __underlying_type for libc++. | Alexis Hunt | 2011-05-19 | 1 | -0/+36 |
* | Properly parse the 'default' and 'delete' keywords. | Alexis Hunt | 2011-05-12 | 1 | -22/+29 |
* | In Microsoft mode, allow pure specifier (=0) on inline functions declared at ... | Francois Pichet | 2011-05-11 | 1 | -2/+13 |
* | Per Richard's suggestion, rename DefLoc to DefaultLoc where it appears. | Alexis Hunt | 2011-05-06 | 1 | -6/+6 |
* | Do defaulted constructors properly. | Alexis Hunt | 2011-05-06 | 1 | -1/+10 |
* | Revert r130912 in order to approach defaulted functions from the other | Alexis Hunt | 2011-05-06 | 1 | -13/+1 |
* | Slight tweak to alias template error handling: don't guess that a template-id... | Richard Smith | 2011-05-05 | 1 | -1/+2 |
* | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -11/+37 |
* | Implement some framework for defaulted constructors. | Alexis Hunt | 2011-05-05 | 1 | -1/+13 |
* | When parsing a template friend declaration we dropped the template | Chandler Carruth | 2011-05-03 | 1 | -1/+1 |
* | Fixed source range for extern linkage specification without braces. | Abramo Bagnara | 2011-05-01 | 1 | -0/+5 |
* | White-list yet more type trait names, since they're used as | Douglas Gregor | 2011-04-29 | 1 | -10/+20 |
* | libstdc++ 4.2 also uses __is_same as a struct name, which conflicts with our ... | Douglas Gregor | 2011-04-29 | 1 | -1/+2 |
* | Parsing/AST support for Structured Exception Handling | John Wiegley | 2011-04-28 | 1 | -0/+2 |
* | t/clang/type-traits | John Wiegley | 2011-04-27 | 1 | -16/+13 |
* | Make the invalid declarator recovery when parsing members work the same as wh... | Sebastian Redl | 2011-04-24 | 1 | -1/+1 |
* | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -10/+44 |