index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Sema
/
Template.h
Age
Commit message (
Expand
)
Author
2013-05-17
Merging r182072:
Bill Wendling
2013-05-03
ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali!
Richard Smith
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-12
Sema: Give a typically small DenseMap some inline capacity.
Benjamin Kramer
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-01-18
Once we've collected the template arguments for a
Douglas Gregor
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-09-18
Mark unimplemented copy constructors and copy assignment operators with LLVM_...
Craig Topper
2012-07-25
PR12057: Allow variadic template pack expansions to cross lambda boundaries.
Richard Smith
2012-06-07
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-03-14
Instantiating a class template should not instantiate the definition of any
Richard Smith
2012-01-20
Delayed template instantiation of late-parsed attributes.
DeLesley Hutchins
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-08-14
Implement function template specialization at class scope extension in Micros...
Francois Pichet
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-05-05
Implement support for C++0x alias templates.
Richard Smith
2011-04-15
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-02-17
Step #2/N of __label__ support: keep pushing LabelDecl forward,
Chris Lattner
2011-02-17
Inline LocalInstantiationScope::getInstantiationOf into its one
Chris Lattner
2011-02-17
remove some dead overloads.
Chris Lattner
2011-01-10
Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which
Douglas Gregor
2011-01-07
Implement substitution of a function parameter pack for its set of
Douglas Gregor
2010-12-20
Implement basic support for template instantiation of pack expansions
Douglas Gregor
2010-11-21
Major anonymous union/struct redesign.
Francois Pichet
2010-11-10
Instantiate class member template partial specialization declarations
Douglas Gregor
2010-11-07
Remove broken support for variadic templates, along with the various
Douglas Gregor
2010-08-25
Move more stuff out of Sema.h.
John McCall
2010-08-24
Struggle mightily against header inclusion in Sema.h.
John McCall
2010-08-12
Move Sema's headers into include/clang/Sema, renaming a few along the way.
Douglas Gregor