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
...
*
[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
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-0
/
+4
*
Properly track that a character literal is UTF-8, and pretty print the prefix...
Aaron Ballman
2016-01-07
1
-0
/
+2
*
Teach typo correction to properly handle mapping declarations to their
Richard Smith
2015-12-29
1
-2
/
+2
*
ArrayRef-ize TemplateParameterList. NFC
David Majnemer
2015-12-27
1
-4
/
+5
*
[Sema] ArrayRef-ize ActOnTemplateParameterList. NFC
Craig Topper
2015-12-24
1
-3
/
+3
*
Split RequireCompleteType into a function that actually requires that the type
Richard Smith
2015-12-18
1
-1
/
+1
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-2
/
+4
*
Change the expression evaluation context from Unevaluated to ConstantEvaluate...
Faisal Vali
2015-11-19
1
-1
/
+2
*
[Sema] Don't work around a malformed AST
David Majnemer
2015-11-18
1
-1
/
+11
*
[Sema] Implement __make_integer_seq
David Majnemer
2015-11-04
1
-1
/
+58
*
PR24921: checking explicitly-specified template arguments when matching a
Richard Smith
2015-10-02
1
-6
/
+15
*
Simplify logic introduced in r247464.
David Majnemer
2015-09-11
1
-3
/
+3
*
[MS ABI] Select an inheritance model in template arguments
David Majnemer
2015-09-11
1
-3
/
+5
*
[sema] Fix assertion hit when using libclang to index a particular C++ snippe...
Argyrios Kyrtzidis
2015-09-11
1
-2
/
+7
*
[modules] When we see a definition of a function for which we already have a
Richard Smith
2015-08-21
1
-18
/
+0
*
PR24483: Delete some dead/incorrect code that triggered assertions.
Richard Smith
2015-08-20
1
-19
/
+0
*
[AST] ArrayRefize template param list info setters. No functionality change i...
Benjamin Kramer
2015-08-05
1
-8
/
+6
*
[AST] ArrayRefize template argument packs. No functionality change intended.
Benjamin Kramer
2015-08-05
1
-10
/
+6
*
Sema: Allow null names to be passed in to isAcceptableTagRedeclaration
Justin Bogner
2015-07-10
1
-4
/
+4
*
PR24030, PR24033: Consistently check whether a new declaration conflicts with
Richard Smith
2015-07-06
1
-3
/
+18
*
DR1909: Diagnose all invalid cases of a class member sharing its name with th...
Richard Smith
2015-07-06
1
-0
/
+10
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-3
/
+3
*
[modules] Improve diagnostic for a template-id that's invalid because a default
Richard Smith
2015-06-17
1
-3
/
+35
*
[modules] Don't allow use of non-visible (inherited) default template arguments.
Richard Smith
2015-06-10
1
-6
/
+6
*
[modules] Track all default template arguments for a given parameter across
Richard Smith
2015-06-10
1
-12
/
+5
*
Refactor storage of default template arguments.
Richard Smith
2015-06-10
1
-16
/
+6
[prev]
[next]