summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* During cross field uninitialized checking, when processing an assignment,Richard Trieu2014-08-281-29/+43
* PR20769: Fix confusion when checking whether a prior default argument was inRichard Smith2014-08-271-6/+10
* More -Wuninitialized updatesRichard Trieu2014-08-271-4/+6
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-11/+11
* Passing a variable to std::move now counts as a use for -WuninitializedRichard Trieu2014-08-261-0/+15
* [modules] Track the described template in an alias declaration that is theRichard Smith2014-08-261-0/+1
* Don't assert on different DLL attributes in template and explicit instantiati...Hans Wennborg2014-08-241-11/+23
* MS ABI: Inherit DLL attributes to partial class template specializationsHans Wennborg2014-08-231-0/+13
* checkDLLAttribute: remove a redundant dyn_castHans Wennborg2014-08-231-21/+19
* MS ABI: Don't always instantiate all members of dllexported class templates (...Hans Wennborg2014-08-211-1/+11
* C++1y is now C++14!Aaron Ballman2014-08-191-9/+9
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-5/+5
* Improve -Wuninitialized to catch const classes being used in their own copyRichard Trieu2014-08-121-6/+12
* Factor out exception specification information fromRichard Smith2014-07-311-24/+20
* Updating a comment related to the implementation of -Woverloaded-virtual, and...Aaron Ballman2014-07-301-1/+8
* Avoid crash if default argument parsed with errors.Serge Pavlov2014-07-221-1/+4
* PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith2014-07-191-1/+1
* Mark the vtable used when defining implicit copy and move ctorsReid Kleckner2014-07-181-0/+3
* Track the difference betweenRichard Smith2014-07-171-2/+6
* Fix FriendDecl source location and range for class templates and function dec...Nikola Smiljanic2014-07-171-4/+3
* Sema: Don't allow CVR qualifiers before structorsDavid Majnemer2014-07-081-4/+23
* Introduce a FunctionDecl::getReturnTypeSourceRange() utilityAlp Toker2014-07-021-17/+25
* Convert some function arguments to use ArrayRef.Craig Topper2014-06-261-4/+2
* MS ABI: Propagate class-level DLL attributes to class template specialization...Hans Wennborg2014-06-251-4/+63
* [C++1z] Implement N3928: message in static_assert is optional.Richard Smith2014-06-201-5/+6
* Fix/Improve SourceRange of explicitly defaulted membersDaniel Jasper2014-06-201-12/+25
* Inherit dll attributes to static localsHans Wennborg2014-06-181-11/+0
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-151-11/+6
* MS ABI: Fix inheritance model calculation in CRTPDavid Majnemer2014-06-131-0/+3
* Check the access of operator delete from the destructor contextReid Kleckner2014-06-121-1/+3
* Don't inherit dllimport to inline move assignment operatorsHans Wennborg2014-06-111-2/+15
* Don't inherit dll attributes to deleted methods (PR19988)Hans Wennborg2014-06-101-3/+2
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-091-0/+2
* Fix typosAlp Toker2014-06-061-1/+1
* The exception-declaration for a function-try-block cannot redeclare aAaron Ballman2014-06-021-4/+8
* Diagnose dll attribute on member of class that already has a dll attributeHans Wennborg2014-05-311-7/+16
* Start adding support for dllimport/dllexport on classes (PR11170)Hans Wennborg2014-05-301-0/+57
* Sema: Functions with dll attributes cannot be deletedNico Rieck2014-05-291-0/+15
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-291-9/+8
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-47/+47
* Consolidate some note diagnosticsAlp Toker2014-05-281-2/+2
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-176/+183
* PR19352 - getLocation() points to the wrong position for FriendDeclsNikola Smiljanic2014-05-231-1/+3
* DeclVisitor is not used here.Yaron Keren2014-05-211-1/+0
* Fixed spelling.Yaron Keren2014-05-201-1/+1
* Consolidate single void paramter checkingAlp Toker2014-05-111-8/+1
* Don't emit -Wnon-virtual-dtor on final classes, since it's not a problem there.David Blaikie2014-05-091-1/+2
* StringRefize and take out an old FIXMEAlp Toker2014-05-051-3/+4
* Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...Nick Lewycky2014-05-031-4/+4
* Handle -fdelayed-template-parsing of out-of-line definitions ofHans Wennborg2014-05-021-33/+41