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
*
If we friend a declaration twice, that should not make it visible to name
Richard Smith
2013-07-10
1
-2
/
+1
*
Part of PR15673: If a function template has a default argument in which
Richard Smith
2013-07-04
1
-3
/
+9
*
Allow typo correction to try removing nested name specifiers.
Kaelyn Uhrain
2013-07-02
1
-3
/
+7
*
Remove unnecessary check.
Eli Friedman
2013-06-27
1
-1
/
+1
*
PR8302: Check for shadowing a template parameter when declaring a template
Richard Smith
2013-06-25
1
-23
/
+19
*
Implement DR21
David Majnemer
2013-06-25
1
-7
/
+9
*
Fix assert if an attempt is made to explicitly instantiate an alias template.
Richard Smith
2013-06-22
1
-3
/
+11
*
Use FPT::getArgTypes() instead of manually building ArrayRefs
Reid Kleckner
2013-06-10
1
-3
/
+1
*
PR16273: Weaken a bogus assertion.
Richard Smith
2013-06-07
1
-1
/
+2
*
When the template specialization header is missing, set a valid source locati...
Argyrios Kyrtzidis
2013-06-05
1
-0
/
+1
*
A little ArrayRef'ization.
Richard Smith
2013-05-17
1
-1
/
+1
*
Cleanup handling of UniqueExternalLinkage.
Rafael Espindola
2013-05-13
1
-2
/
+2
*
When modifying an implicit instantiation with information from an explicit on...
Argyrios Kyrtzidis
2013-04-22
1
-0
/
+1
*
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
1
-2
/
+1
*
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
*
Add TagDecl::hasNameForLinkage(), which is true if the tag
John McCall
2013-03-09
1
-1
/
+1
*
Sema: Preserve attributes on parameters in instantiated function templates.
Jordan Rose
2013-03-08
1
-1
/
+5
*
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
1
-2
/
+3
*
PR15360: nullptr as a non-type template argument to a function type non-type ...
David Blaikie
2013-02-27
1
-9
/
+10
*
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
1
-1
/
+1
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-4
/
+4
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-8
/
+8
*
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-02-02
1
-1
/
+1
*
Apply adjustment to function- and array-typed non-type template
Douglas Gregor
2013-01-16
1
-0
/
+13
*
PR12008: defer adding the implicit 'const' to a constexpr member function until
Richard Smith
2013-01-14
1
-4
/
+21
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-26
/
+26
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
Remove code from Sema::ActOnStartOfFunctionTemplateDef that duplicates what
Argyrios Kyrtzidis
2012-12-14
1
-7
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-8
/
+9
*
SemaCXX: an enumeral type can be of character or boolean type in a C++11 enum...
Benjamin Kramer
2012-11-21
1
-25
/
+24
*
Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, the
Richard Smith
2012-11-15
1
-1
/
+1
*
Fix typo correction of one qualified name to another.
David Blaikie
2012-10-12
1
-1
/
+2
*
Fix the AST representation for non-type template arguments to encode
Eli Friedman
2012-09-26
1
-46
/
+42
*
Remove Context argument from TemplateDeductionInfo constructor. It was no lon...
Craig Topper
2012-09-19
1
-2
/
+2
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
1
-1
/
+1
*
PR9023: A template template parameter whose template parameter list contains an
Richard Smith
2012-09-07
1
-125
/
+156
*
Fixed lexical decl context of out of line class template instantiations.
Abramo Bagnara
2012-09-05
1
-1
/
+2
*
Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...
Benjamin Kramer
2012-08-23
1
-10
/
+8
*
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2012-08-23
1
-13
/
+9
*
Fix undefined behavior: member function calls where 'this' is a null pointer.
Richard Smith
2012-08-23
1
-0
/
+2
*
Merge existing attributes before processing pragmas in friend template
Rafael Espindola
2012-08-22
1
-2
/
+3
*
Don't forget to apply #pragma pack to partial and explicit specializations of
Richard Smith
2012-08-17
1
-0
/
+7
*
Don't add attributes for "#pragma pack" and friends to tag declarations which
Eli Friedman
2012-08-08
1
-2
/
+4
*
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-31
1
-1
/
+5
*
PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument
Richard Smith
2012-07-16
1
-10
/
+7
*
Apply visibility pragmas to class template declarations. This is needed because
Rafael Espindola
2012-07-13
1
-0
/
+2
*
Fix a bug in my previous commit. The problem is not that we were not using the
Rafael Espindola
2012-07-13
1
-0
/
+3
[next]