diff options
Diffstat (limited to 'clang/test/Frontend')
-rw-r--r-- | clang/test/Frontend/ast-main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Frontend/ast-main.cpp b/clang/test/Frontend/ast-main.cpp index 89fd5e5a638..e6e2825bb33 100644 --- a/clang/test/Frontend/ast-main.cpp +++ b/clang/test/Frontend/ast-main.cpp @@ -10,7 +10,7 @@ struct S { }; template<typename T> T *S<T>::mf() { - // warning: control reaches end of non-void function [-Wreturn-type] + // warning: non-void function does not return a value [-Wreturn-type] } void f() { |