summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-59/+134
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-134/+59
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-59/+134
* Fix some interactions between C++11 and C++14 features and using-declarations:Richard Smith2016-12-181-23/+27
* [Sema] Set range end of constructors and destructors in template instantiationsMalcolm Parsons2016-11-281-0/+2
* [Sema] Fix a bug in enable_if condition instantiation.George Burgess IV2016-11-171-3/+2
* Fix PR28366: Handle variables from enclosing local scopes more gracefully dur...Faisal Vali2016-11-131-1/+1
* Reinstate r284008 reverted in r284081, with two fixes:Richard Smith2016-10-141-22/+18
* Revert r284008. This is us to fail to instantiate static data members in someRichard Smith2016-10-121-18/+22
* Reinstate r283887 and r283882.Vassil Vassilev2016-10-121-22/+18
* Revert r283887 and r283882, until the issue is understood and fixed.Vassil Vassilev2016-10-111-18/+22
* [modules] PR28752: Do not instantiate variable declarations which are not vis...Vassil Vassilev2016-10-111-22/+18
* [Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map.Justin Lebar2016-10-101-3/+4
* Simplify. NFC.Vassil Vassilev2016-09-131-3/+3
* PR12298 et al: don't recursively instantiate a template specialization fromRichard Smith2016-08-311-9/+26
* Fix member call on null pointer, found by sanitizer buildbot.Richard Smith2016-08-231-2/+4
* Fix regression introduced by r279164: only pass definitions as the PatternDefRichard Smith2016-08-231-45/+29
* Revert r279486 "Fix regression introduced by r279164"Chandler Carruth2016-08-231-29/+45
* Fix regression introduced by r279164: only pass definitions as the PatternDefRichard Smith2016-08-221-45/+29
* PR28794: Don't try to instantiate function templates which are not visible.Vassil Vassilev2016-08-181-11/+21
* P0217R3: template instantiation support for decomposition declarations.Richard Smith2016-08-121-8/+30
* Remove unused and undesirable reference from BindingDecl to DecompositionDecl.Richard Smith2016-08-121-7/+1
* P0217R3: Constant expression evaluation for decomposition declarations.Richard Smith2016-08-121-1/+7
* Reapply r276069 with workaround for MSVC 2013Hubert Tong2016-07-301-1/+5
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-0/+10
* Revert r276069: MSVC bots not happyHubert Tong2016-07-201-5/+1
* Concepts: Create space for requires-clause in TemplateParameterList; NFCHubert Tong2016-07-201-1/+5
* [AST] Keep track of the left brace source location of a tag decl.Argyrios Kyrtzidis2016-07-151-3/+1
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-071-4/+3
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-061-10/+5
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-031-12/+6
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-36/+22
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-251-8/+21
* Use more ArrayRefsDavid Majnemer2016-06-241-4/+4
* Produce better pretty stack traces from crashes in template instantiation: addRichard Smith2016-05-261-2/+6
* [modules] Enforce the rules that an explicit or partial specialization must beRichard Smith2016-05-051-0/+8
* [Sema] Fix a crash that occurs when a variable template is initializedAkira Hatanaka2016-04-281-3/+8
* Warn if function or variable cannot be implicitly instantiatedSerge Pavlov2016-04-191-4/+25
* [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
OpenPOWER on IntegriCloud