summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/cxx-templates.cpp
Commit message (Expand)AuthorAgeFilesLines
* If an instantiation of a template is required to be a complete type, checkRichard Smith2014-05-071-5/+18
* When two templates get merged together, also merge their pattern declarationsRichard Smith2014-04-241-10/+2
* Add the location of Decls to ast dump.David Blaikie2014-04-021-1/+1
* Save out a correct lookup table if a lookup table entry is stale (it containsRichard Smith2014-03-251-0/+8
* When we inject a declaration into a namespace, add the primary DeclContext toRichard Smith2014-03-231-0/+5
* If a template instantation introduces a name into a namespace, we need to writeRichard Smith2014-03-231-0/+4
* clang/test/Modules/cxx-templates.cpp: Tweak for dos path.NAKAMURA Takumi2014-03-181-1/+1
* AST dumper: if we have multiple implicit instantiations of the same classRichard Smith2014-03-181-0/+11
* Test that we can merge together explicit and partial specializations fromRichard Smith2013-10-151-0/+8
* C++ modules: merging for enumerations and enumerators with multiple definitionsRichard Smith2013-10-151-0/+16
* Merge common pointers for redeclarations of the same template across modules.Richard Smith2013-10-131-0/+2
* C++ modules: if a class is defined in multiple modules (for instance, becauseRichard Smith2013-09-091-0/+8
* C++ modules: fix a bug where loading a declaration with some name would preventRichard Smith2013-09-091-3/+0
* When merging redeclaration chains across modules, if a declaration is visibleRichard Smith2013-08-021-0/+4
* Fix assert when instantiating a default argument of a template defined in aRichard Smith2013-08-011-0/+3
* When we perform dependent name lookup during template instantiation, it's notRichard Smith2013-07-251-5/+22
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-2/+2
* Fix deserializing of class template partial specializations. Assign sequenceRichard Smith2013-06-251-12/+19
* Check for matching template-parameter-lists when merging template declarations.Richard Smith2013-06-241-0/+26
* Avoid adding entries to the DeclContext lookup table multiple times when lazilyRichard Smith2013-06-241-4/+0
* Slightly improve cross-module merging for function templates.Richard Smith2013-06-241-0/+41
OpenPOWER on IntegriCloud