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
/
SemaTemplateInstantiate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix declaring class template methods with an attributed typedef
Reid Kleckner
2013-07-31
1
-0
/
+3
*
When we perform dependent name lookup during template instantiation, it's not
Richard Smith
2013-07-25
1
-0
/
+12
*
FIXME fix: improving diagnostics for template arguments deduction of class te...
Larisse Voufo
2013-07-19
1
-3
/
+6
*
Revert "Use function overloading instead of template specialization for diagn...
Larisse Voufo
2013-07-19
1
-6
/
+3
*
Use function overloading instead of template specialization for diagnosis of ...
Larisse Voufo
2013-07-19
1
-3
/
+6
*
Fix for template substitution with packs.
Eli Friedman
2013-07-19
1
-38
/
+27
*
Fix to PR12262 - assertion when substituting explicit template arguments
Serge Pavlov
2013-07-15
1
-0
/
+6
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-9
/
+9
*
Propagate the invalid bit from bases to derived template classes.
Matt Beaumont-Gay
2013-06-21
1
-0
/
+4
*
PR16243: Use CXXThisOverride during template instantiation, and fix up the
Richard Smith
2013-06-07
1
-0
/
+8
*
A little ArrayRef'ization.
Richard Smith
2013-05-17
1
-7
/
+6
*
Add support for __wchar_t in -fms-extensions mode.
Hans Wennborg
2013-05-10
1
-1
/
+1
*
Sema: Give a typically small DenseMap some inline capacity.
Benjamin Kramer
2013-04-12
1
-4
/
+3
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-2
/
+1
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-1
/
+2
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-2
/
+1
*
Sema: Preserve attributes on parameters in instantiated function templates.
Jordan Rose
2013-03-08
1
-1
/
+3
*
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
1
-6
/
+10
*
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
1
-2
/
+2
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-9
/
+9
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-8
/
+7
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
PR13470: Ensure that copy-list-initialization isntantiates as
Richard Smith
2012-12-19
1
-1
/
+10
*
Add a FIXME.
Richard Smith
2012-12-08
1
-0
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-5
/
+5
*
Store this Decl* as a Decl* instead of a uintptr_t. No functionality change.
Nick Lewycky
2012-11-16
1
-21
/
+19
*
Fix template instantiation of attributes. More specifically, fix the case
DeLesley Hutchins
2012-09-26
1
-0
/
+20
*
Fix the AST representation for non-type template arguments to encode
Eli Friedman
2012-09-26
1
-3
/
+4
*
Remove Context argument from TemplateDeductionInfo constructor. It was no lon...
Craig Topper
2012-09-19
1
-1
/
+1
*
Fix a couple of Doxygen issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
1
-1
/
+1
*
PR13811: Add a FunctionParmPackExpr node to handle references to function
Richard Smith
2012-09-12
1
-1
/
+92
*
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2012-08-23
1
-1
/
+1
*
Don't form a null reference when checking for validity of an anonymous
Richard Smith
2012-08-17
1
-2
/
+1
*
Check access to friend declarations. There's a number of different
John McCall
2012-08-10
1
-0
/
+3
*
Final piece of core issue 1330: delay computing the exception specification of
Richard Smith
2012-07-27
1
-2
/
+1
*
PR12057: Allow variadic template pack expansions to cross lambda boundaries.
Richard Smith
2012-07-25
1
-0
/
+13
*
PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument
Richard Smith
2012-07-16
1
-56
/
+46
*
Stop instantiating a class if we hit a static_assert failure. Also, if the
Richard Smith
2012-07-11
1
-1
/
+8
*
PR13136:
Richard Smith
2012-07-09
1
-2
/
+10
*
PR9793: Treat substitution as an instantiation step for the purpose of the
Richard Smith
2012-07-08
1
-49
/
+42
*
Be more eager about setting the 'Invalid' bit on an invalid class
Douglas Gregor
2012-07-02
1
-13
/
+10
*
Give L__FUNCTION__ the right type in templates. PR13206.
Nico Weber
2012-06-25
1
-1
/
+5
*
Still more Doxygen documentation fixes:
James Dennett
2012-06-14
1
-1
/
+1
*
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-06-10
1
-3
/
+1
*
CXXThisScopeRAII objects aren't free, don't compute one if it's unused.
Benjamin Kramer
2012-05-17
1
-1
/
+1
*
PR12710 - broken default argument handling for templates.
David Blaikie
2012-05-01
1
-7
/
+5
*
Fix PR12378: provide conversion warnings on default args of function templates
David Blaikie
2012-04-30
1
-2
/
+7
*
PR12647: An alias template instantiation which occurs in a SFINAE context is
Richard Smith
2012-04-26
1
-1
/
+6
*
Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.
Richard Smith
2012-04-17
1
-0
/
+32
*
Implement C++11 [expr.prim.general]p3, which permits the use of 'this'
Douglas Gregor
2012-04-16
1
-18
/
+51
[next]