index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaTemplateInstantiateDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Support attribute used in member funcs of class templates"
Rafael Auler
2019-01-31
1
-14
/
+0
*
Support attribute used in member funcs of class templates
Rafael Auler
2019-01-31
1
-0
/
+14
*
Rename getTypeQualifiers to getMethodQualifiers.
Anastasia Stulova
2019-01-28
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remember to instantiate explicit template argument lists in a friend
Richard Smith
2019-01-11
1
-11
/
+73
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-5
/
+5
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-5
/
+5
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-5
/
+5
*
Diagnose friend function template redefinitions.
Serge Pavlov
2018-12-06
1
-1
/
+3
*
Fix crash if an in-class explicit function specialization has explicit
Richard Smith
2018-12-04
1
-10
/
+12
*
[attributes] Add a family of OS_CONSUMED, OS_RETURNS and OS_RETURNS_RETAINED ...
George Karpenkov
2018-11-30
1
-5
/
+20
*
Follow-up to r345699: Call CheckStaticLocalForDllExport later for templates
Hans Wennborg
2018-10-31
1
-3
/
+3
*
[clang-cl] Inherit dllexport to static locals also in template instantiations...
Hans Wennborg
2018-10-31
1
-0
/
+3
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-0
/
+5
*
[clang] Make sure attributes on member classes are applied properly
Louis Dionne
2018-09-14
1
-0
/
+6
*
[OPENMP] Fix PR38903: Crash on instantiation of the non-dependent
Alexey Bataev
2018-09-13
1
-32
/
+47
*
Consistently create a new declaration when merging a pre-existing but
Richard Smith
2018-09-12
1
-1
/
+1
*
PR38627: Fix handling of exception specification adjustment for
Richard Smith
2018-09-05
1
-0
/
+3
*
Enforce instantiation of template multiversion functions
Erich Keane
2018-08-13
1
-4
/
+14
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-12
/
+9
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-43
/
+29
*
Remove trailing space
Fangrui Song
2018-07-30
1
-8
/
+8
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-3
/
+3
*
Revert r335019 "Update NRVO logic to support early return (Attempt 2)"
Taiju Tsuiki
2018-06-19
1
-3
/
+2
*
Update NRVO logic to support early return (Attempt 2)
Taiju Tsuiki
2018-06-19
1
-2
/
+3
*
[CUDA] Check initializers of instantiated template variables.
Artem Belevich
2018-06-06
1
-0
/
+3
*
PR34520: after instantiating a non-templated member deduction guide, don't fo...
Richard Smith
2018-05-30
1
-1
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-13
/
+13
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-5
/
+0
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
1
-0
/
+5
*
Revert "[CUDA] Check initializers of instantiated template variables."
Artem Belevich
2018-04-04
1
-3
/
+0
*
[CUDA] Check initializers of instantiated template variables.
Artem Belevich
2018-04-03
1
-0
/
+3
*
[ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ...
George Karpenkov
2018-03-29
1
-1
/
+2
*
[MS] Fix late-parsed template infinite loop in eager instantiation
Reid Kleckner
2018-03-26
1
-2
/
+2
*
Sink PrettyDeclStackTrace down to the AST library
Jordan Rose
2018-03-23
1
-5
/
+5
*
Properly construct `inline` members without initializers
George Burgess IV
2018-03-20
1
-1
/
+3
*
Implement C++ DR727, which permits explicit specializations at class scope.
Richard Smith
2018-03-16
1
-0
/
+3
*
Refactoring code around move/copy initialization. NFC.
Richard Trieu
2018-03-15
1
-1
/
+1
*
[Sema] Pop function scope when instantiating a func with skipped body
Ilya Biryukov
2018-03-14
1
-6
/
+6
*
Reland "[Attr] Fix parameter indexing for several attributes"
Joel E. Denny
2018-03-13
1
-1
/
+2
*
When substituting previously-checked template arguments into a template
Richard Smith
2018-03-08
1
-0
/
+7
*
Revert r326602, it caused PR36620.
Nico Weber
2018-03-07
1
-1
/
+1
*
[Attr] Fix parameter indexing for several attributes
Joel E. Denny
2018-03-02
1
-1
/
+1
*
Function definition may have uninstantiated body
Serge Pavlov
2018-03-01
1
-39
/
+18
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-2
/
+2
*
[Sema] Don't mark plain MS enums as fixed
Reid Kleckner
2018-02-12
1
-2
/
+1
*
[Templight] Template Instantiation Observer
Gabor Horvath
2018-02-10
1
-0
/
+3
*
In C++17, when instantiating an out-of-line definition of an inline static data
Richard Smith
2018-01-10
1
-1
/
+2
*
Make attribute instantiation instantiate all attributes, not just the first of
Richard Smith
2018-01-04
1
-11
/
+2
*
Fix and simplify handling of return type for (generic) lambda conversion func...
Richard Smith
2018-01-02
1
-0
/
+24
[next]