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
*
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
*
Enable DLL attribute propagation on explicit instantiation definitions (PR23770)
Hans Wennborg
2015-06-09
1
-0
/
+7
*
MinGW: don't allow adding DLL attribute if template already has explicit inst...
Hans Wennborg
2015-06-09
1
-1
/
+5
*
clang-cl: Handle dll attributes in explicit class template specialization def...
Hans Wennborg
2015-05-27
1
-1
/
+10
*
[modules] Support merging a parsed default argument with an imported hidden o...
Richard Smith
2015-05-20
1
-0
/
+4
*
[modules] Support merging a parsed default function/template argument with an...
Richard Smith
2015-05-20
1
-0
/
+3
*
[modules] Support for merging a parsed class template specialization definiti...
Richard Smith
2015-05-18
1
-2
/
+11
*
[modules] Suport for merging a parsed enum definition into an existing import...
Richard Smith
2015-05-07
1
-9
/
+4
*
[modules] Handle defining a class template on top of an existing imported-but...
Richard Smith
2015-03-27
1
-1
/
+20
*
[Modules] Preserve source order for the map of late parsed templates.
Chandler Carruth
2015-03-26
1
-1
/
+1
*
[MSVC] Explicit specializations can be declared in any namespace (fix for htt...
Alexey Bataev
2015-03-20
1
-5
/
+7
*
Wrap to 80 cols by removing trailing whitespace. No behavior change.
Nico Weber
2015-01-30
1
-1
/
+1
*
When checking the template argument list, use a copy of that list for changes
Richard Trieu
2015-01-24
1
-22
/
+34
*
Warn about dllexported explicit class template instantiation declarations (PR...
Hans Wennborg
2015-01-15
1
-3
/
+21
*
This reverts commit r224668 and r224667.
Rafael Espindola
2014-12-23
1
-7
/
+0
*
Fix for PR21758
Richard Trieu
2014-12-20
1
-0
/
+7
*
Don't drop attributes when checking explicit specializations.
Nico Weber
2014-12-19
1
-6
/
+3
*
Revert "Don't build invalid AST nodes during recovery"
Reid Kleckner
2014-12-18
1
-1
/
+1
*
[c++1z] Fixes for generalized non-type template argument support: check for
Richard Smith
2014-12-17
1
-42
/
+45
*
Don't build invalid AST nodes during recovery
Reid Kleckner
2014-12-17
1
-1
/
+1
*
Perform correct lookup when '__super' is used in class with dependent base.
Nikola Smiljanic
2014-12-01
1
-5
/
+1
*
[c++1z] Most of N4268 (allow constant evaluation for non-type template argume...
Richard Smith
2014-11-26
1
-1
/
+99
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
PR19372: Keep checking template arguments after we see an argument pack
Richard Smith
2014-11-12
1
-28
/
+11
*
PR21536: Fix a corner case where we'd get confused by a pack expanding into the
Richard Smith
2014-11-12
1
-1
/
+1
*
Fix for exception specification mismatch in explicit instantiation.
Alexey Bataev
2014-11-06
1
-0
/
+23
*
Remove StorageClass typedefs from VarDecl and FunctionDecl since StorageClass...
Craig Topper
2014-10-31
1
-1
/
+1
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-9
/
+8
*
PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...
David Blaikie
2014-10-16
1
-4
/
+4
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-1
/
+6
*
Add -Wunused-local-typedef, a warning that finds unused local typedefs.
Nico Weber
2014-09-06
1
-0
/
+1
*
[modules] Put class template declarations into the scope in which they're
Richard Smith
2014-08-23
1
-3
/
+7
*
Sema: Permit nullptr template args in MSVC compat mode
David Majnemer
2014-08-14
1
-1
/
+1
*
Take the canonical type when forming a canonical template argument with
Richard Smith
2014-07-24
1
-3
/
+6
[next]