summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAge
* Fix bug in code for avoiding dynamic initialization of dllimport globalsHans Wennborg2014-06-18
* Improve checking for dynamic initializers of dllimport fields in template ins...Hans Wennborg2014-06-10
* Don't dynamically initialize dllimport vars (PR19933)Hans Wennborg2014-06-04
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-29
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* When merging functions across modules (and in particular, instantiations ofRichard Smith2014-05-29
* Move the logic for testing for namespace std into one location. This check canRichard Trieu2014-05-28
* Retain isImplicit flag for local variable declarations when instantiatingAlexander Kornienko2014-05-27
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-03
* Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...Nick Lewycky2014-05-03
* Make typo-correction of inheriting constructors work a bit better. LimitRichard Smith2014-05-01
* If a using-declaration names a class member, but appears outside a class, tryRichard Smith2014-04-02
* PR19252: Fix crash if alignas is used with an auto-typed variable. Don't checkRichard Smith2014-03-27
* Emit an update record if we instantiate the definition of a function templateRichard Smith2014-03-22
* Refactor: move loading pending instantiations from chained PCHs to a more app...Richard Smith2014-03-22
* When the exception specification for a function in an imported PCH or module isRichard Smith2014-03-20
* PR19152: If a variable template's type involves 'auto', instantiate theRichard Smith2014-03-16
* [C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...Aaron Ballman2014-03-14
* [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
* PR18275: If a member function of a class template is declared with aRichard Smith2014-03-13
* [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...Aaron Ballman2014-03-08
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-08
* Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...Aaron Ballman2014-03-07
* [C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...Aaron Ballman2014-03-07
* [C++11] Replacing iterators ddiag_begin() and ddiag_end() with iterator_range...Aaron Ballman2014-03-07
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-07
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-07
* [OPENMP] Fix for threadprivate construct instantiatiation.Alexey Bataev2014-03-07
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-06
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-05
* Sema: Don't crash when trying to instantiate a local class with an invalid ba...David Majnemer2014-02-22
* Implement DR329. We already did the right thing here in C++98 mode, but r104014Richard Smith2014-02-03
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-21
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* Clean up variable template handling a bit, and correct the behavior of nameRichard Smith2014-01-16
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-16
* Add a new attribute 'enable_if' which can be used to control overload resolut...Nick Lewycky2014-01-11
* PR18401: Fix assert by implementing the current proposed direction of coreRichard Smith2014-01-09
* Removing some more unnecessary manual quotes from attribute diagnostics.Aaron Ballman2014-01-03
* PR18232: implement instantiation for class-scope explicit specializations ofRichard Smith2013-12-14
* Sema: Propagate the mangling number into instantiationsDavid Majnemer2013-12-04
* Sema: Instantiation of variable definitions weren't local enoughDavid Majnemer2013-11-27
* [Sema] Don't look for the instantiation of a local extern decl in a differentArgyrios Kyrtzidis2013-11-27
* Sema: Instantiate local class and their members appropriatelyDavid Majnemer2013-11-27
* Add class-specific operator new to Decl hierarchy. This guarantees that DeclsRichard Smith2013-11-22
* A decl never becomes unused. Make that explicit in the API.Rafael Espindola2013-10-23
* And Again: Teach TreeTransform how to transform nested generic lambdas.Faisal Vali2013-10-23