| Commit message (Expand) | Author | Age | Files | Lines |
| * | C++11: If a class has a user-declared copy operation or destructor, the | Richard Smith | 2013-06-13 | 1 | -1/+67 |
| * | In C++11, promote access declaration diagnostic from warning to error. There | Richard Smith | 2013-06-13 | 1 | -2/+4 |
| * | PR12086, PR15117 | Richard Smith | 2013-06-12 | 1 | -9/+0 |
| * | Move detection of reference members binding to temporaries from building of | Richard Smith | 2013-06-12 | 1 | -9/+1 |
| * | Reapply r183721, reverted in r183776, with a fix for a bug in the former (we | Richard Smith | 2013-06-12 | 1 | -1/+2 |
| * | When we're synthesizing copy/move-assignment, we can't form a reference to an | Eli Friedman | 2013-06-07 | 1 | -1/+11 |
| * | Implement DR7 | David Majnemer | 2013-06-06 | 1 | -5/+12 |
| * | [ms-cxxabi] Look up operator delete() at every virtual dtor declaration. | Peter Collingbourne | 2013-05-20 | 1 | -1/+1 |
| * | Use only explicit bool conversion operator | David Blaikie | 2013-05-15 | 1 | -1/+1 |
| * | Cleanup handling of UniqueExternalLinkage. | Rafael Espindola | 2013-05-13 | 1 | -1/+1 |
| * | Add support for __wchar_t in -fms-extensions mode. | Hans Wennborg | 2013-05-10 | 1 | -2/+2 |
| * | ArrayRef'ize Sema::ActOnMemInitializer | Dmitri Gribenko | 2013-05-09 | 1 | -3/+2 |
| * | ArrayRef'ize some SemaOverload methods | Dmitri Gribenko | 2013-05-09 | 1 | -3/+5 |
| * | C++1y: an assignment operator is implicitly 'constexpr' if it would only call... | Richard Smith | 2013-05-07 | 1 | -22/+46 |
| * | Replace 'MultiExprArg()' with 'None' | Dmitri Gribenko | 2013-05-05 | 1 | -10/+10 |
| * | Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr... | Dmitri Gribenko | 2013-05-05 | 1 | -13/+6 |
| * | ArrayRef'ize InitializationSequence constructor and InitializationSequence::D... | Dmitri Gribenko | 2013-05-03 | 1 | -48/+28 |
| * | Move parsing of identifiers in MS-style inline assembly into | John McCall | 2013-05-03 | 1 | -2/+1 |
| * | C++1y: support simple variable assignments in constexpr functions. | Richard Smith | 2013-04-26 | 1 | -5/+6 |
| * | Add r180263 back, but fix hasBraces() to be correct during parsing. | Rafael Espindola | 2013-04-26 | 1 | -1/+2 |
| * | Put friend decls in the correct context. | Rafael Espindola | 2013-04-25 | 1 | -15/+25 |
| * | C++1y constexpr extensions, round 1: Allow most forms of declaration and | Richard Smith | 2013-04-22 | 1 | -48/+200 |
| * | C++1y: Allow aggregates to have default initializers. | Richard Smith | 2013-04-20 | 1 | -3/+5 |
| * | PR15755: don't drop parameter packs when dropping parameters with default | Richard Smith | 2013-04-17 | 1 | -7/+10 |
| * | Sema: Remove unused variable. | Benjamin Kramer | 2013-04-17 | 1 | -4/+0 |
| * | DR974: Lambdas can have default arguments. | Richard Smith | 2013-04-17 | 1 | -12/+2 |
| * | Basic support for Microsoft property declarations and | John McCall | 2013-04-16 | 1 | -2/+108 |
| * | Parsing support for thread_local and _Thread_local. We give them the same | Richard Smith | 2013-04-12 | 1 | -22/+16 |
| * | Add support for computing the exception specification for an inheriting | Richard Smith | 2013-04-10 | 1 | -4/+69 |
| * | C++11 inheriting constructors: support for inheriting constructor templates. | Richard Smith | 2013-04-10 | 1 | -192/+288 |
| * | When checking for illegal expressions in a default-argument | John McCall | 2013-04-09 | 1 | -0/+18 |
| * | When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add | Richard Trieu | 2013-04-05 | 1 | -1/+3 |
| * | Add 178663 back. | Rafael Espindola | 2013-04-03 | 1 | -12/+8 |
| * | Revert 178663. | Rafael Espindola | 2013-04-03 | 1 | -8/+12 |
| * | Don't compute a patched/semantic storage class. | Rafael Espindola | 2013-04-03 | 1 | -12/+8 |
| * | If a defaulted special member is implicitly deleted, check whether it's | Richard Smith | 2013-04-02 | 1 | -7/+30 |
| * | PR15597: Fix a confusion between the implicit exception specification and the | Richard Smith | 2013-03-27 | 1 | -2/+11 |
| * | <rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu... | Douglas Gregor | 2013-03-26 | 1 | -14/+10 |
| * | <rdar://problem/13185264> Don't crash when attempting to redundantly initiali... | Douglas Gregor | 2013-03-25 | 1 | -1/+1 |
| * | Fix a crash-on-valid where a block capture copy expression was | John McCall | 2013-03-22 | 1 | -0/+3 |
| * | Remove some dead code. | John McCall | 2013-03-20 | 1 | -11/+0 |
| * | Bring inheriting constructor implementation up-to-date with current defect | Richard Smith | 2013-03-18 | 1 | -79/+168 |
| * | ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. | Jordan Rose | 2013-03-08 | 1 | -17/+30 |
| * | Add a hasExternalLinkage helper. No functionality change. | Rafael Espindola | 2013-03-07 | 1 | -1/+1 |
| * | PR15390: If a function returns a pointer to a function, that function type | Richard Smith | 2013-03-06 | 1 | -1/+12 |
| * | Silence a number of static analyzer warnings with assertions and such. | Jordan Rose | 2013-03-05 | 1 | -3/+4 |
| * | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han | 2013-02-22 | 1 | -17/+11 |
| * | Process and handle attributes on conditions and for loop variables. Process and | Richard Smith | 2013-02-20 | 1 | -1/+25 |
| * | PR15300: Support C++11 attributes on base-specifiers. We don't support any such | Richard Smith | 2013-02-19 | 1 | -0/+17 |
| * | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie | 2013-02-18 | 1 | -10/+11 |