summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP 4.0] Support for 'linear' clause in 'declare simd' directive.Alexey Bataev2016-04-121-5/+22
* [OPENMP 4.0] Support for 'aligned' clause in 'declare simd' directive.Alexey Bataev2016-04-121-4/+16
* [OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.Alexey Bataev2016-04-121-4/+31
* [OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause in 'declare simd'Alexey Bataev2016-04-071-0/+21
* Semantic analysis for the swiftcall calling convention.John McCall2016-03-031-0/+6
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-0/+75
* Improve some infrastructure for extended parameter infos andJohn McCall2016-03-031-0/+8
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+5
* Serialize `#pragma comment`.Nico Weber2016-03-021-0/+5
* Fix the template instantiation of ExtParameterInfos; tests to follow.John McCall2016-03-011-2/+3
* Fix assertion failure on MaybeODRUseExprs.Manman Ren2016-02-241-0/+2
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-111-2/+2
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-0/+5
* Fix for PR8901: attribute "mode" rejected for enums and dependent types.Denis Zobnin2016-02-021-0/+13
* Include RecordDecls from anonymous unions in the AST.Nico Weber2016-01-281-14/+0
* ArrayRef-ize TemplateParameterList. NFCDavid Majnemer2015-12-271-1/+1
* [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
OpenPOWER on IntegriCloud