summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix stack overflow when trying to create an implicit movingArgyrios Kyrtzidis2012-10-101-1/+1
* Workaround for libstdc++4.6 <atomic> bug: make comment more explicit about wh...Richard Smith2012-10-051-2/+7
* Egriegious hack to support libstdc++4.6's broken <atomic> header, which definesRichard Smith2012-10-041-24/+41
* Add FP_CONTRACT support for clang.Lang Hames2012-10-021-1/+1
* Fix for r163013 regression and further __interface enhancement.John McCall2012-09-251-4/+59
* Don't produce diagnostics for missing ctor-initializers during templateRichard Smith2012-09-251-1/+5
* Make warnings about uninitialized fields include the field name.Hans Wennborg2012-09-211-1/+1
* Doxygen-ify a comment.Craig Topper2012-09-211-4/+4
* PR13890: Warn on abstract final classes.David Blaikie2012-09-211-0/+5
* Per C++11 [class.friend]p3, the 'friend' keyword must appear first in aRichard Smith2012-09-201-10/+14
* Warn about self references in in-class initializers.Hans Wennborg2012-09-181-94/+101
* Don't write uninitialized values even if nobody ever asks for it.Axel Naumann2012-09-171-1/+1
* When diagnosing multiple mem-initializers in a delegating ctor, point to the ...Richard Smith2012-09-141-4/+3
* As we do with base and member initializers in a dependent class, delayDouglas Gregor2012-09-141-1/+5
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-101-1/+1
* Don't try to check override control for invalid member functions. Fixes a cra...Richard Smith2012-09-061-0/+3
* Changed the remaining dead asserts to llvm_unreachable.Joao Matos2012-09-011-7/+5
* Normalize line endings of r163013 (part 2).Joao Matos2012-08-311-30/+30
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-311-14/+30
* Change the representation of builtin functions in the ASTEli Friedman2012-08-311-8/+8
* Push ArrayRef through the Expr hierarchy.Benjamin Kramer2012-08-241-5/+3
* Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...Benjamin Kramer2012-08-231-16/+13
* Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...Benjamin Kramer2012-08-231-5/+5
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-231-20/+20
* Fix undefined behavior: member function calls where 'this' is a null pointer.Richard Smith2012-08-231-16/+18
* Better wording for reference self-initialization warning.Hans Wennborg2012-08-201-1/+4
* Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith2012-08-161-1/+1
* Make __is_convertible_to handle abstract types correctly. PR13591.Eli Friedman2012-08-141-0/+1
* Check access to friend declarations. There's a number of differentJohn McCall2012-08-101-2/+4
* -Wunused-private-fields: Don't try to check unresolved initializer expressionsRichard Smith2012-08-071-43/+24
* PR13499: Don't try to check whether 'override' has been validly applied untilRichard Smith2012-08-061-35/+39
* PR13527: don't assert if a function is explicitly defaulted when it's alreadyRichard Smith2012-08-061-1/+2
* Fix crash if a literal operator template's template parameter pack is not a n...Richard Smith2012-08-031-1/+1
* Attaching comments to declarations: handle using-declaration.Dmitri Gribenko2012-08-021-0/+1
* PR13479: If we see the definition of an out-of-line destructor in C++11, beRichard Smith2012-07-301-8/+26
* Final piece of core issue 1330: delay computing the exception specification ofRichard Smith2012-07-271-228/+251
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* When we have an Objective-C object with non-trivial lifetime in aDouglas Gregor2012-07-231-1/+1
* PR13381, part 2: when determining if a defaulted special member function shouldRichard Smith2012-07-181-9/+18
* PR13381: consider cv-qualifiers on a class member's type when determining whichRichard Smith2012-07-181-12/+19
* Ignore visibility attributes after definitions. This matches newer (4.7) gcc'sRafael Espindola2012-07-121-0/+8
* Stop instantiating a class if we hit a static_assert failure. Also, if theRichard Smith2012-07-111-11/+23
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-0/+2
* When marking virtual functions as used for a class' vtable, mark all functionsRichard Smith2012-07-071-8/+17
* Split out the "empty" case for compound statement into a separate ctor.Benjamin Kramer2012-07-041-4/+3
* Be more eager about setting the 'Invalid' bit on an invalid classDouglas Gregor2012-07-021-0/+2
* Avoid redundant error when redefining a function as deleted.David Blaikie2012-06-291-2/+2
* PR12937: Explicitly deleting an explicit template specialization.David Blaikie2012-06-251-2/+7
* Unrevert r158887, reverted in r158949, along with a fix for the bug whichRichard Smith2012-06-251-9/+3
* Revert r158887. This fixes pr13168.Rafael Espindola2012-06-211-3/+9
OpenPOWER on IntegriCloud