summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make typo-correction of inheriting constructors work a bit better. LimitRichard Smith2014-05-011-53/+118
* When typo-correcting a member using declaration, don't exclude member templates.Richard Smith2014-04-301-4/+0
* When typo-correcting a member using-declaration, only consider members of bas...Richard Smith2014-04-301-10/+11
* Fix crash if typo correction corrects a member using-declaration to aRichard Smith2014-04-301-0/+6
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-3/+5
* PR18746: If a constexpr function has a dependent return type and no returnRichard Smith2014-04-221-2/+4
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-191-8/+8
* Refactor all the checking for missing 'template<>'s when a declaration has aRichard Smith2014-04-171-1/+1
* PR19415: Converting 'constexpr' to 'const' in a non-static data member can failRichard Smith2014-04-141-8/+13
* Fix handling of redeclaration lookup for using declarations, where the priorRichard Smith2014-04-111-0/+7
* If a using-declaration names a class member, but appears outside a class, tryRichard Smith2014-04-021-1/+50
* Sema: Implement DR317David Majnemer2014-03-301-0/+8
* Don't emit exit-time destructor warnings for trivial explicitly defaulted dtorsStephan Tolksdorf2014-03-271-1/+2
* -Wglobal-constructors: Don't warn on trivial defaulted dtorsReid Kleckner2014-03-261-1/+1
* When the exception specification for a function in an imported PCH or module isRichard Smith2014-03-201-12/+5
* Replacing the exclusive_lock_function, shared_lock_function and unlock_functi...Aaron Ballman2014-03-201-7/+1
* [C++11] Replacing FunctionProtoType iterators exception_begin() and exception...Aaron Ballman2014-03-171-9/+5
* [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...Aaron Ballman2014-03-171-6/+4
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-141-6/+5
* [C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it...Aaron Ballman2014-03-131-12/+6
OpenPOWER on IntegriCloud