summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-0/+5
* [MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enumDavid Majnemer2015-10-081-1/+2
* [MS ABI] Correctly mangle classes without names for linkage purposesDavid Majnemer2015-08-311-13/+18
* Instantiate function declarations in instantiated functions.Serge Pavlov2015-08-231-6/+1
* If a variable template is inside a context with template arguments that is be...Nick Lewycky2015-08-101-0/+1
* [AST] ArrayRefize template param list info setters. No functionality change i...Benjamin Kramer2015-08-051-3/+3
* [Sema] Allocate SmallVector to the right size.Benjamin Kramer2015-08-041-1/+1
* [Sema] Range-loopify SemaTemplateInstantiateDecl.cpp. NFC.Davide Italiano2015-07-021-8/+6
* Instantiation of local class members.Serge Pavlov2015-06-291-1/+9
* [modules] Fix merging of default template arguments onto friend templates.Richard Smith2015-06-161-3/+3
* Refactor storage of default template arguments.Richard Smith2015-06-101-4/+4
* Limit set of types instantiated in FindInstantiatedDecl.Serge Pavlov2015-05-151-3/+19
* PR20625: Instantiate static constexpr member function of a local struct in a ...Richard Smith2015-05-111-0/+8
* Get rid of compiler warning.Serge Pavlov2015-05-041-1/+1
* Instantiate incomplete class used in template method.Serge Pavlov2015-05-041-0/+8
* Revert r236063 due to regression with -fdelayed-template-parsing.Richard Smith2015-04-291-8/+0
* PR20625: Instantiate static constexpr member function of a local struct in a ...Richard Smith2015-04-291-0/+8
* [cuda] Allow using integral non-type template parameters as launch_bounds att...Artem Belevich2015-04-211-0/+32
* Move the logic to avoid double global emission from Sema to CodeGenReid Kleckner2015-04-151-14/+7
* Only notify consumers about static data members of class templates onceReid Kleckner2015-04-111-7/+14
* Revert "Mark instantiated function decls as inline specified if any pattern is"Reid Kleckner2015-04-071-15/+5
* Mark instantiated function decls as inline specified if any pattern isReid Kleckner2015-04-011-5/+15
* Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith2015-03-071-0/+5
* Address review feedback from r215780: Use a flag insteda of the heap. No beha...Nico Weber2015-01-181-24/+12
* Instantiation of a CXXMethodDecl may fail when the parameter type cannot be i...Nick Lewycky2015-01-021-2/+4
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-11-121-133/+35
* Prune CRLF.NAKAMURA Takumi2014-10-271-2/+2
* Don't forget to substitute into the qualifier when instantiating the definitionRichard Smith2014-10-171-19/+29
* Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...NAKAMURA Takumi2014-10-171-35/+133
* Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These wereRichard Smith2014-10-161-133/+35
* Adding attributes to the IndirectFieldDecl that we generate for anonymous str...Aaron Ballman2014-10-151-4/+5
* [modules] Merging for class-scope using-declarations.Richard Smith2014-10-141-6/+7
* [modules] When instantiating a class member, don't expect to find the previousRichard Smith2014-10-111-12/+33
* Initial support for the align_value attributeHal Finkel2014-10-021-0/+17
* Support the assume_aligned function attributeHal Finkel2014-09-261-0/+29
* Revert r217995 and follow-ups:Hans Wennborg2014-09-181-35/+133
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-09-171-133/+35
* Add -Wunused-local-typedef, a warning that finds unused local typedefs.Nico Weber2014-09-061-1/+4
* Fix member function call on null pointer in Sema::FindInstantiatedDecl.Alexey Samsonov2014-09-031-11/+11
* [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-0/+8
* Make sure that vtables referenced from delay-parsed templates get referenced.Nico Weber2014-08-151-12/+15
* Add a RAII class for saving and restoring instantiations and uses. No behavio...Nico Weber2014-08-151-39/+18
* Factor out exception specification information fromRichard Smith2014-07-311-18/+15
* PR20256: don't accidentally instantiate non-dependent default-initialization asRichard Smith2014-07-101-2/+3
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-1/+1
* Convert some function arguments to use ArrayRef.Craig Topper2014-06-261-12/+6
* Fix bug in code for avoiding dynamic initialization of dllimport globalsHans Wennborg2014-06-181-1/+0
* Improve checking for dynamic initializers of dllimport fields in template ins...Hans Wennborg2014-06-101-8/+8
* Don't dynamically initialize dllimport vars (PR19933)Hans Wennborg2014-06-041-0/+6
OpenPOWER on IntegriCloud