diff options
author | Francois Pichet <pichet2000@gmail.com> | 2011-05-14 19:17:07 +0000 |
---|---|---|
committer | Francois Pichet <pichet2000@gmail.com> | 2011-05-14 19:17:07 +0000 |
commit | c2fac71c75f76932dcbfdbc4552c48e2b4d58297 (patch) | |
tree | 0fd7fe142c3d93bb10c57db0458e2b067f15ccb7 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | f6ed8ffd695a633369b6dd048216076629ad5ef3 (diff) | |
download | bcm5719-llvm-c2fac71c75f76932dcbfdbc4552c48e2b4d58297.tar.gz bcm5719-llvm-c2fac71c75f76932dcbfdbc4552c48e2b4d58297.zip |
Revert 131347. It asserts if the specialization in within a class template:
template<class U>
struct X1 {
template<class T> void f(T*);
template<> void f(int*) { }
};
Won't be so simple. I need to think more about it.
llvm-svn: 131362
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions