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
/
SemaTemplateInstantiateDecl.cpp
Age
Commit message (
Expand
)
Author
2013-05-17
Merging r182072:
Bill Wendling
2013-05-04
In VarDecl nodes, store the thread storage class specifier as written.
Enea Zaffanella
2013-05-04
Implement most of N3638 (return type deduction for normal functions).
Richard Smith
2013-05-03
ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali!
Richard Smith
2013-04-27
ArrayRef'ize Sema::ActOnEnumBody. No functionality change.
Dmitri Gribenko
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-16
Correctly propagate the storage class to function template instantiations.
Rafael Espindola
2013-04-15
Fix the storage class of method instantiations.
Rafael Espindola
2013-04-13
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-10
C++11 inheriting constructors: support for inheriting constructor templates.
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-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-09
Add TagDecl::hasNameForLinkage(), which is true if the tag
John McCall
2013-03-08
<rdar://problem/13094134> Don't try to wire up typedef names for invalid anon...
Douglas Gregor
2013-03-08
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-02-24
In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the cons...
Argyrios Kyrtzidis
2013-02-22
Handle alignas(foo...) pack expansions.
Richard Smith
2013-02-22
Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of
Richard Smith
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-01
Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.
Richard Smith
2013-02-01
[Sema][Attr]Fix alignment attribute printing.
Michael Han
2013-01-29
Propagate the spelling list index for an attribute across template instantiat...
Richard Smith
2013-01-25
Clean up: since we have FunctionDecl::IsInline, make it store the right value
Richard Smith
2013-01-17
ArrayRef-ize some ctor initializer related APIs
David Blaikie
2013-01-02
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2012-12-19
PR13470: Ensure that copy-list-initialization isntantiates as
Richard Smith
2012-12-19
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...
David Blaikie
2012-12-11
PR14558: Compute triviality of special members (etc) at the end of the class
Richard Smith
2012-12-08
Properly compute triviality for explicitly-defaulted or deleted special members.
Richard Smith
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-16
Store this Decl* as a Decl* instead of a uintptr_t. No functionality change.
Nick Lewycky
2012-11-14
s/tranform/transform/
Benjamin Kramer
2012-10-23
Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. These
Richard Smith
2012-10-04
Fixed instantiated operators source range.
Abramo Bagnara
2012-09-25
Don't produce diagnostics for missing ctor-initializers during template
Richard Smith
2012-09-20
Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a
Richard Smith
2012-09-13
Actually rebuild function types properly when adjusting the function
Douglas Gregor
2012-09-13
When we substitute into the type of a function based on the
Douglas Gregor
2012-09-12
PR13811: Add a FunctionParmPackExpr node to handle references to function
Richard Smith
2012-09-07
PR9023: A template template parameter whose template parameter list contains an
Richard Smith
2012-09-05
Do not add using directives to a function decl context when instantiating.
Abramo Bagnara
2012-08-23
Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...
Benjamin Kramer
2012-08-23
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2012-08-10
Check access to friend declarations. There's a number of different
John McCall
2012-07-27
Final piece of core issue 1330: delay computing the exception specification of
Richard Smith
2012-07-22
PR12917: Remove incorrect assumption that lambda mangling information cannot
Richard Smith
[next]