summaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclCXX.h
Commit message (Expand)AuthorAge
* MS ABI: Fix inheritance model calculation in CRTPDavid Majnemer2014-06-13
* Fix line endings.Nikola Smiljanic2014-05-28
* Avoid allocating extra memory to handle the lazy definition data pointer forRichard Smith2014-05-22
* If two sibling modules declare the same entity, and we indirectly pull aRichard Smith2014-05-19
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-16
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* Stop all the Decl classes poking at Redeclarable's data member directly, and ...Richard Smith2014-05-10
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Fix comment.Richard Smith2014-04-17
* [C++11] Replacing UsingDecl iterators shadow_begin() and shadow_end() with it...Aaron Ballman2014-03-13
* [C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it...Aaron Ballman2014-03-13
* [C++11] Replacing CXXRecordDecl iterators capture_begin() and capture_end() w...Aaron Ballman2014-03-13
* [C++11] Replacing CXXRecordDecl iterators friend_begin() and friend_end() wit...Aaron Ballman2014-03-13
* [C++11] Replacing CXXRecordDecl iterators ctor_begin() and ctor_end() with it...Aaron Ballman2014-03-13
* [C++11] Replacing CXXRecordDecl iterators method_begin() and method_end() wit...Aaron Ballman2014-03-13
* [C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...Aaron Ballman2014-03-13
* Removing some methods which appear to be unused (at least in clang, lld and l...Aaron Ballman2014-03-13
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-11
* Partial revert of r203179. The build bots are telling me that some out-of-tre...Aaron Ballman2014-03-07
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-06
* [Win32 ABI] Defer operator delete checks until vtable is marked usedHans Wennborg2014-02-24
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-12
* MS ABI: Add support for #pragma pointers_to_membersDavid Majnemer2014-02-10
* MS ABI: Mangle member pointer template argumentsReid Kleckner2014-02-05
* Sema: Diagnose improper application of inheritance keywordsDavid Majnemer2014-01-29
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Revert "Revert r199416, "MS ABI: Improve selection of an inheritance model""David Majnemer2014-01-17
* Revert r199416, "MS ABI: Improve selection of an inheritance model"NAKAMURA Takumi2014-01-17
* MS ABI: Improve selection of an inheritance modelDavid Majnemer2014-01-16
* Simplify CXXMethodDecl::isVirtual() for __interface caseDmitri Gribenko2013-12-19
* Implement DR1460: fix handling of default initializers in unions; don't allowRichard Smith2013-12-10
* Add class-specific operator new to Decl hierarchy. This guarantees that DeclsRichard Smith2013-11-22
* Work around an MSVC 2013 miscompile with the Redeclarable class. Fixes PR16606Aaron Ballman2013-11-06
* Implement final resolution of DR1402: implicitly-declared move operators thatRichard Smith2013-11-04
* Refactor out the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali2013-10-23
* Revert r193223 and r193216.Rafael Espindola2013-10-23
* Remove the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali2013-10-23
* Make UsingShadowDecls redeclarable. This fixes some visibility problems withRichard Smith2013-10-23
* Miscellaneous speling fixes.Benjamin Kramer2013-10-20
* Simplify some implementations of get*Decl.Rafael Espindola2013-10-19
* Rename some functions for consistency.Rafael Espindola2013-10-17
* [ms-cxxabi] Fix the calling convention for operator new in recordsReid Kleckner2013-10-08
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-09-26
* Don't eagerly load all conversion operators when loading a class declarationRichard Smith2013-08-30
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-22
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-22
* Implement [class.friend]p11's special name lookup rules for friend declarationsRichard Smith2013-08-09
* Eliminate CXXConstructorDecl::IsImplicitlyDefined.Jordan Rose2013-08-07
* Removed useless source loc field in UnresolvedUsingTypenameDecl node.Enea Zaffanella2013-07-23