summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/chain-pending-instantiations.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-1/+1
| | | | | | | GCC 4.7 changed the MingW ABI. On the clang side this means that methods now have the thiscall calling convention by default. llvm-svn: 197164
* Store the full list of pending instantiations in a chained PCH. Previously ↵Sebastian Redl2011-04-241-0/+33
we attempted to store only new pending instantiations, but our filter was incorrect, dropping implicit instantiations of class template members. It's just not worth coming up with a complex filter that is correct, when the only cost is PCH files that are a few hundred bytes (at most) larger. llvm-svn: 130098
OpenPOWER on IntegriCloud