summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++11: If a class has a user-declared copy operation or destructor, theRichard Smith2013-06-131-1/+67
* In C++11, promote access declaration diagnostic from warning to error. ThereRichard Smith2013-06-131-2/+4
* PR12086, PR15117Richard Smith2013-06-121-9/+0
* Move detection of reference members binding to temporaries from building ofRichard Smith2013-06-121-9/+1
* Reapply r183721, reverted in r183776, with a fix for a bug in the former (weRichard Smith2013-06-121-1/+2
* When we're synthesizing copy/move-assignment, we can't form a reference to anEli Friedman2013-06-071-1/+11
* Implement DR7David Majnemer2013-06-061-5/+12
* [ms-cxxabi] Look up operator delete() at every virtual dtor declaration.Peter Collingbourne2013-05-201-1/+1
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-131-1/+1
* Add support for __wchar_t in -fms-extensions mode.Hans Wennborg2013-05-101-2/+2
* ArrayRef'ize Sema::ActOnMemInitializerDmitri Gribenko2013-05-091-3/+2
* ArrayRef'ize some SemaOverload methodsDmitri Gribenko2013-05-091-3/+5
* C++1y: an assignment operator is implicitly 'constexpr' if it would only call...Richard Smith2013-05-071-22/+46
* Replace 'MultiExprArg()' with 'None'Dmitri Gribenko2013-05-051-10/+10
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-13/+6
* ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...Dmitri Gribenko2013-05-031-48/+28
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-2/+1
* C++1y: support simple variable assignments in constexpr functions.Richard Smith2013-04-261-5/+6
* Add r180263 back, but fix hasBraces() to be correct during parsing.Rafael Espindola2013-04-261-1/+2
* Put friend decls in the correct context.Rafael Espindola2013-04-251-15/+25
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-221-48/+200
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-3/+5
* PR15755: don't drop parameter packs when dropping parameters with defaultRichard Smith2013-04-171-7/+10
* Sema: Remove unused variable.Benjamin Kramer2013-04-171-4/+0
* DR974: Lambdas can have default arguments.Richard Smith2013-04-171-12/+2
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-2/+108
* Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith2013-04-121-22/+16
* Add support for computing the exception specification for an inheritingRichard Smith2013-04-101-4/+69
* C++11 inheriting constructors: support for inheriting constructor templates.Richard Smith2013-04-101-192/+288
* When checking for illegal expressions in a default-argumentJohn McCall2013-04-091-0/+18
* When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to addRichard Trieu2013-04-051-1/+3
* Add 178663 back.Rafael Espindola2013-04-031-12/+8
* Revert 178663.Rafael Espindola2013-04-031-8/+12
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-12/+8
* If a defaulted special member is implicitly deleted, check whether it'sRichard Smith2013-04-021-7/+30
* PR15597: Fix a confusion between the implicit exception specification and theRichard Smith2013-03-271-2/+11
* <rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu...Douglas Gregor2013-03-261-14/+10
* <rdar://problem/13185264> Don't crash when attempting to redundantly initiali...Douglas Gregor2013-03-251-1/+1
* Fix a crash-on-valid where a block capture copy expression wasJohn McCall2013-03-221-0/+3
* Remove some dead code.John McCall2013-03-201-11/+0
* Bring inheriting constructor implementation up-to-date with current defectRichard Smith2013-03-181-79/+168
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-081-17/+30
* Add a hasExternalLinkage helper. No functionality change.Rafael Espindola2013-03-071-1/+1
* PR15390: If a function returns a pointer to a function, that function typeRichard Smith2013-03-061-1/+12
* Silence a number of static analyzer warnings with assertions and such.Jordan Rose2013-03-051-3/+4
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-221-17/+11
* Process and handle attributes on conditions and for loop variables. Process andRichard Smith2013-02-201-1/+25
* PR15300: Support C++11 attributes on base-specifiers. We don't support any suchRichard Smith2013-02-191-0/+17
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-10/+11
OpenPOWER on IntegriCloud