index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaTemplate.cpp
Age
Commit message (
Expand
)
Author
2013-04-22
When modifying an implicit instantiation with information from an explicit on...
Argyrios Kyrtzidis
2013-04-13
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-03-09
Add TagDecl::hasNameForLinkage(), which is true if the tag
John McCall
2013-03-08
Sema: Preserve attributes on parameters in instantiated function templates.
Jordan Rose
2013-03-08
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-02-27
PR15360: nullptr as a non-type template argument to a function type non-type ...
David Blaikie
2013-02-21
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-18
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-02
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-01-16
Apply adjustment to function- and array-typed non-type template
Douglas Gregor
2013-01-14
PR12008: defer adding the implicit 'const' to a constexpr member function until
Richard Smith
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-02
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2012-12-21
Remove duplicate includes.
Roman Divacky
2012-12-14
Remove code from Sema::ActOnStartOfFunctionTemplateDef that duplicates what
Argyrios Kyrtzidis
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-21
SemaCXX: an enumeral type can be of character or boolean type in a C++11 enum...
Benjamin Kramer
2012-11-15
Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, the
Richard Smith
2012-10-12
Fix typo correction of one qualified name to another.
David Blaikie
2012-09-26
Fix the AST representation for non-type template arguments to encode
Eli Friedman
2012-09-19
Remove Context argument from TemplateDeductionInfo constructor. It was no lon...
Craig Topper
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-07
PR9023: A template template parameter whose template parameter list contains an
Richard Smith
2012-09-05
Fixed lexical decl context of out of line class template instantiations.
Abramo Bagnara
2012-08-23
Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...
Benjamin Kramer
2012-08-23
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2012-08-23
Fix undefined behavior: member function calls where 'this' is a null pointer.
Richard Smith
2012-08-22
Merge existing attributes before processing pragmas in friend template
Rafael Espindola
2012-08-17
Don't forget to apply #pragma pack to partial and explicit specializations of
Richard Smith
2012-08-08
Don't add attributes for "#pragma pack" and friends to tag declarations which
Eli Friedman
2012-07-31
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-16
PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument
Richard Smith
2012-07-13
Apply visibility pragmas to class template declarations. This is needed because
Rafael Espindola
2012-07-13
Fix a bug in my previous commit. The problem is not that we were not using the
Rafael Espindola
2012-07-08
PR9793: Treat substitution as an instantiation step for the purpose of the
Richard Smith
2012-06-15
Documentation cleanup:
James Dennett
2012-06-15
Documentation cleanup:
James Dennett
2012-06-14
Still more Doxygen documentation fixes:
James Dennett
2012-06-08
Fix up the 'typename' suggestion logic introduced in r157085, based on
Kaelyn Uhrain
2012-06-07
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-05-18
Suggest adding 'typename' when it would make the compiler
Kaelyn Uhrain
2012-05-09
A little tweak to the SFINAE condition reporting. Don't say:
Richard Smith
2012-05-04
Move Sema::VerifyIntegerConstantExpression() and
Douglas Gregor
2012-05-01
In C++11 mode, implement the C++11 semantics for
Douglas Gregor
2012-04-26
Add a missing ExpressionEvaluationContext for template default arguments. Fi...
Eli Friedman
2012-04-26
Two missing -Wc++98-compat warnings, for null pointers as non-type template
Richard Smith
[next]