index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
PCH
/
cxx-templates.cpp
Age
Commit message (
Expand
)
Author
2013-04-01
Don't eagerly deserialize every templated function (and every static data
Richard Smith
2013-02-16
[PCH] Deserializing the DeclContext of a template parameter is not safe
Argyrios Kyrtzidis
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-09-12
PR13811: Add a FunctionParmPackExpr node to handle references to function
Richard Smith
2012-03-26
Canonicalize the declaration we write to a PCH file for an
Douglas Gregor
2011-03-06
When serializing a DeclRefExpr, always store the number of explicit template
Anders Carlsson
2011-02-28
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-02-19
Pass -fexceptions to all tests that use try/catch/throw.
Anders Carlsson
2011-02-04
Implement proper (de-)serialization for explicit template argument
Douglas Gregor
2010-10-29
Make the deserialization of C++ base class specifiers lazy, improving
Douglas Gregor
2010-10-26
When de-serializing a type that is supposed to be canonical, call
Douglas Gregor
2010-09-06
Fix a C++ PCH problem which was exposed by r113019. CXXBaseOrMemberInitialize...
Argyrios Kyrtzidis
2010-08-10
tests: Avoid unnecessary redirection.
Daniel Dunbar
2010-08-05
Store the pending implicit instantiations in the PCH and perform them at the ...
Argyrios Kyrtzidis
2010-08-03
Apart from storing/retrieving the previous redeclaration from PCH, also store...
Argyrios Kyrtzidis
2010-06-25
Support NonTypeTemplateParmDecl for PCH.
Argyrios Kyrtzidis
2010-06-24
Support a couple more C++ Exprs for PCH.
Argyrios Kyrtzidis
2010-06-23
Support C++ class template specializations and partial specializations for PCH.
Argyrios Kyrtzidis
2010-06-22
Support emitting/reading function templates to/from PCH.
Argyrios Kyrtzidis
2010-06-19
Include a hack to allow loading of templated CXXRecordDecls and test template...
Argyrios Kyrtzidis
2010-06-19
Initial support for writing templates to PCH.
Argyrios Kyrtzidis