commit | 4d107bccf19ce4a94f3efba4c853f4f85e48c9a9 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Apr 21 22:00:54 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Apr 21 22:00:54 2009 +0000 |
tree | 84220b462bff7a7b17c94c373c236683ad434ae3 | |
parent | 4c91a40f3c880d0e1c5a676db48dee8e0e6d8830 [diff] [blame] |
this is a warning now, return a well formed ast. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69731 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index b6f1afb..33fefe5 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp
@@ -1237,7 +1237,7 @@ if (LangOpts.ObjCNonFragileABI) { Diag(OpLoc, diag::err_sizeof_nonfragile_interface) << IIT->getDecl()->getDeclName() << isSizeof; - return true; + //return false; } }