Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to the new MingW ABI. | Rafael Espindola | 2013-12-12 | 1 | -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 Redl | 2011-04-24 | 1 | -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 |