| commit | f24d569f9e8916c6f855f2d2f6ae8245e3d2d097 | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon Sep 13 11:45:48 2010 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon Sep 13 11:45:48 2010 +0000 |
| tree | 61ecf775a34d30d8809f81d5e08ff953ed5f8b8d | |
| parent | 0e8b3ce2471a764fa4b274e55458c6d569c29bc1 [diff] |
Fix C++ PCH issue. The canonical FunctionTemplateDecl contains the specializations but we cannot use getCanonicalDecl on Template because it may still be initializing. Write and read it from PCH. Fixes http://llvm.org/PR8134 llvm-svn: 113744