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
/
SemaTemplate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR31081: ignore exception specifications when deducing function template
Richard Smith
2016-12-01
1
-1
/
+2
*
Rangify for loop, NFC.
Yaron Keren
2016-11-16
1
-6
/
+4
*
[Sema] Use MS ABI behavior for dllexport in Itanium
Shoaib Meenai
2016-11-09
1
-1
/
+2
*
Add a note that points to the linkage specifier for the C++ linkage errors
Alex Lorenz
2016-11-02
1
-3
/
+7
*
Reinstate r284008 reverted in r284081, with two fixes:
Richard Smith
2016-10-14
1
-13
/
+34
*
Revert r284008. This is us to fail to instantiate static data members in some
Richard Smith
2016-10-12
1
-34
/
+13
*
Reinstate r283887 and r283882.
Vassil Vassilev
2016-10-12
1
-13
/
+34
*
Revert r283887 and r283882, until the issue is understood and fixed.
Vassil Vassilev
2016-10-11
1
-34
/
+13
*
[modules] PR28752: Do not instantiate variable declarations which are not vis...
Vassil Vassilev
2016-10-11
1
-13
/
+34
*
[Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map.
Justin Lebar
2016-10-10
1
-2
/
+2
*
Factor out a diagnostic kind enum for use in two %select expressions
Reid Kleckner
2016-10-03
1
-9
/
+3
*
P0127R2: Support type deduction for types of non-type template parameters in
Richard Smith
2016-09-28
1
-2
/
+31
*
C++ Modules TS: Add parsing and some semantic analysis support for
Richard Smith
2016-09-08
1
-3
/
+1
*
DR259: Demote the pedantic error for an explicit instantiation after an
Richard Smith
2016-08-31
1
-7
/
+1
*
PR12298 et al: don't recursively instantiate a template specialization from
Richard Smith
2016-08-31
1
-5
/
+8
*
Fix regression introduced by r279164: only pass definitions as the PatternDef
Richard Smith
2016-08-23
1
-13
/
+26
*
Revert r279486 "Fix regression introduced by r279164"
Chandler Carruth
2016-08-23
1
-23
/
+10
*
Fix regression introduced by r279164: only pass definitions as the PatternDef
Richard Smith
2016-08-22
1
-10
/
+23
*
PR28794: Don't try to instantiate function templates which are not visible.
Vassil Vassilev
2016-08-18
1
-0
/
+64
*
P0217R3: Perform semantic checks and initialization for the bindings in a
Richard Smith
2016-08-11
1
-5
/
+2
*
Move helpers into anonymous namespaces. NFC.
Benjamin Kramer
2016-08-06
1
-0
/
+2
*
Reapply r276069 with workaround for MSVC 2013
Hubert Tong
2016-07-30
1
-3
/
+2
*
Revert r276069: MSVC bots not happy
Hubert Tong
2016-07-20
1
-2
/
+3
*
Concepts: Create space for requires-clause in TemplateParameterList; NFC
Hubert Tong
2016-07-20
1
-3
/
+2
*
[AST] Keep track of the left brace source location of a tag decl.
Argyrios Kyrtzidis
2016-07-15
1
-1
/
+1
*
[Sema] Don't artificially forbid BuiltinTemplateDecls in CheckTemplateArgument
David Majnemer
2016-07-11
1
-7
/
+6
*
[Sema] Disallow __make_integer_seq from showing up in __make_integer_seq
David Majnemer
2016-07-11
1
-4
/
+6
*
[AST] Use ArrayRef in more interfaces
David Majnemer
2016-07-07
1
-9
/
+5
*
[AST] Use ArrayRef in more interfaces
David Majnemer
2016-07-03
1
-21
/
+13
*
[Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...
Eric Fiselier
2016-07-01
1
-1
/
+25
*
Fix PR28100 - Allow redeclarations of deleted explicit specializations.
Faisal Vali
2016-06-14
1
-6
/
+14
*
Fix recognition of shadowed template parameter
Serge Pavlov
2016-06-10
1
-6
/
+8
*
Re-commit r270748 "clang-cl: Treat dllimport explicit template instantiation ...
Hans Wennborg
2016-05-26
1
-2
/
+31
*
Revert r270748 "clang-cl: Treat dllimport explicit template instantiation def...
Hans Wennborg
2016-05-25
1
-31
/
+2
*
clang-cl: Treat dllimport explicit template instantiation definitions as decl...
Hans Wennborg
2016-05-25
1
-2
/
+31
*
Properly track the found declaration (possibly a using-declaration) when
Richard Smith
2016-05-24
1
-2
/
+7
*
Preserve the FoundDecl when performing overload resolution for constructors.
Richard Smith
2016-05-11
1
-7
/
+9
*
[modules] Enforce the rules that an explicit or partial specialization must be
Richard Smith
2016-05-05
1
-4
/
+154
*
[Concepts] Pass requires-clause to ActOnTemplateParameterList; NFC
Hubert Tong
2016-04-29
1
-3
/
+6
*
Implement CWG 941 - explicit specializations of deleted function templates
Faisal Vali
2016-04-17
1
-0
/
+14
*
[Concepts] Implement subsection [dcl.spec.concept]p7 of the Concepts TS
Nathan Wilson
2016-04-09
1
-0
/
+28
*
Fix a crash on invalid with template handling
Richard Trieu
2016-04-05
1
-6
/
+12
*
[NFC] Tweak diagnostic for template template arguments, to include template a...
Faisal Vali
2016-03-26
1
-2
/
+2
*
Allow sizeof(UnrelatedClass::field) in C++11 class template methods
Reid Kleckner
2016-03-11
1
-3
/
+16
*
[dllexport] Sort out emission order of delayed exported classes
Reid Kleckner
2016-02-26
1
-0
/
+6
*
Removed unused local variable
Serge Pavlov
2016-02-19
1
-3
/
+0
*
Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...
Eugene Zelenko
2016-02-12
1
-9
/
+8
*
[Concepts] Implement a portion of Concepts TS[dcl.spec.concept]p1 by
Nathan Wilson
2016-02-08
1
-0
/
+9
*
Fix PR26134: When substituting into default template arguments, keep CurConte...
Faisal Vali
2016-01-19
1
-1
/
+0
*
OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedef
David Blaikie
2016-01-15
1
-1
/
+1
[next]