commit | 849196f2754a3460dcc48d7b86d273f18d325189 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <doug.gregor@gmail.com> | Wed Feb 25 19:48:02 2009 +0000 |
committer | Douglas Gregor <doug.gregor@gmail.com> | Wed Feb 25 19:48:02 2009 +0000 |
tree | dda08693ea1f153289b3b6ab13b71ea18ba50405 | |
parent | e9b9bba0892983ffe009bf46933b1377e75803de [diff] [blame] |
Include the appropriate header for malloc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65471 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaTemplate/class-template-spec.cpp b/test/SemaTemplate/class-template-spec.cpp index 86cd52c..4de220a 100644 --- a/test/SemaTemplate/class-template-spec.cpp +++ b/test/SemaTemplate/class-template-spec.cpp
@@ -41,4 +41,5 @@ x2->bar(); // okay: refers to #2 } -// FIXME: diagnose specializations in a different namespace +// Diagnose specializations in a different namespace +class A<double> { };