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
*
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
*
PR9793: Treat substitution as an instantiation step for the purpose of the
Richard Smith
2012-07-08
1
-0
/
+14
*
Documentation cleanup:
James Dennett
2012-06-15
1
-5
/
+8
*
Documentation cleanup:
James Dennett
2012-06-15
1
-1
/
+1
*
Still more Doxygen documentation fixes:
James Dennett
2012-06-14
1
-1
/
+1
*
Fix up the 'typename' suggestion logic introduced in r157085, based on
Kaelyn Uhrain
2012-06-08
1
-11
/
+9
*
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-06-07
1
-5
/
+6
*
Suggest adding 'typename' when it would make the compiler
Kaelyn Uhrain
2012-05-18
1
-0
/
+39
*
A little tweak to the SFINAE condition reporting. Don't say:
Richard Smith
2012-05-09
1
-1
/
+47
*
Move Sema::VerifyIntegerConstantExpression() and
Douglas Gregor
2012-05-04
1
-2
/
+14
*
In C++11 mode, implement the C++11 semantics for
Douglas Gregor
2012-05-01
1
-2
/
+4
*
Add a missing ExpressionEvaluationContext for template default arguments. Fi...
Eli Friedman
2012-04-26
1
-0
/
+1
*
Two missing -Wc++98-compat warnings, for null pointers as non-type template
Richard Smith
2012-04-26
1
-0
/
+3
*
When resolving default template arguments, it should be done in the declarati...
Argyrios Kyrtzidis
2012-04-25
1
-0
/
+3
[next]