summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it...Aaron Ballman2014-03-131-12/+6
* [C++11] Replacing CXXRecordDecl iterators ctor_begin() and ctor_end() with it...Aaron Ballman2014-03-131-16/+10
* [C++11] Replacing CXXRecordDecl iterators method_begin() and method_end() wit...Aaron Ballman2014-03-131-24/+16
* [C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...Aaron Ballman2014-03-131-61/+37
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-112/+76
* Only allow streaming exactly type 'bool' to a DiagnosticBuilder, not anythingRichard Smith2014-03-121-2/+1
* [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...Aaron Ballman2014-03-081-24/+17
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-66/+31
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-071-15/+9
* Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...Aaron Ballman2014-03-071-2/+2
* [C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...Aaron Ballman2014-03-071-8/+4
* [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...Aaron Ballman2014-03-071-15/+10
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-071-17/+24
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-071-24/+17
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-061-4/+2
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-13/+12
* Diagnose attempts to apply ms_struct to records with base classesJohn McCall2014-02-271-5/+12
* argument -> parameter terminology fixes for FunctionTypeInfoAlp Toker2014-02-261-11/+11
* [Win32 ABI] Defer operator delete checks until vtable is marked usedHans Wennborg2014-02-241-9/+12
* Adding role-based capability attributes that allow you to express role manage...Aaron Ballman2014-02-211-0/+7
* DeLesley Hutchins (who wrote the original thread-safety attribute functionali...Aaron Ballman2014-02-181-6/+3
* PR18870: Parse language linkage specifiers properly if the string-literal isRichard Smith2014-02-171-16/+21
* DR101, PR12770: If a function is declared in the same context as aRichard Smith2014-02-061-1/+1
* Add implicit declarations of allocation functions when looking them up forRichard Smith2014-02-041-3/+6
* PR14995: Allow a dependent type as the second parameter of operator++ andRichard Smith2014-01-301-4/+3
* Rename getResultLoc() tooAlp Toker2014-01-251-2/+2
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-14/+14
* When a special member is explicitly defaulted outside its class, and we rejectRichard Smith2014-01-221-0/+1
* Introduce and use Decl::getAsFunction() to simplify templated function checksAlp Toker2014-01-221-7/+1
* Enforce restrictions that 'main' is not allowed to be deleted, or to be used byRichard Smith2014-01-221-0/+5
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-211-8/+8
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-18/+20
* PR18477: Create a function scope representing the constructor call whenRichard Smith2014-01-171-7/+18
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-161-2/+2
* Fix for PR9812: warn about bool instead of _Bool.Erik Verbruggen2014-01-151-1/+2
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-141-4/+4
* Add a new attribute 'enable_if' which can be used to control overload resolut...Nick Lewycky2014-01-111-0/+12
* PR18234: Mark a tag definition as invalid early if it appears in aRichard Smith2014-01-081-4/+5
* It turns out the problem was a bit more wide-spread. Removing a lot of unneed...Aaron Ballman2014-01-031-11/+7
* Removing an unneeded typecast. getScopeRep() already returns a NestedNameSpec...Aaron Ballman2014-01-031-1/+1
* [ms-cxxabi] Don't do destructor check on declarations if the dtor is deletedHans Wennborg2013-12-171-0/+9
* Better diagnostic for static override when methods are thiscall by defaultHans Wennborg2013-12-111-0/+7
* Tiny cleanup, as suggested by David Blaikie.Richard Smith2013-12-101-2/+2
* Implement DR1460: fix handling of default initializers in unions; don't allowRichard Smith2013-12-101-27/+91
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* PR17983: Fix crasher bug in C++1y mode when performing a non-global arrayRichard Smith2013-12-051-0/+4
* Implement DR482: namespace members can be redeclared with a qualified nameRichard Smith2013-12-051-8/+10
* Unify lookup from within not-yet-defined defaulted special members: use commonRichard Smith2013-11-271-47/+64
* Take cv-qualifiers on fields of class type into account when determiningRichard Smith2013-11-251-0/+4
* Add class-specific operator new to Decl hierarchy. This guarantees that DeclsRichard Smith2013-11-221-4/+2
OpenPOWER on IntegriCloud