probinson added a subscriber: probinson.
probinson added a comment.

I'm still bemused that Clang thinks of a defined-in-class method and a method 
marked with 'inline' as significantly different things.  But given that it 
does, a way to make them be treated the same will be nice.


================
Comment at: include/clang/Driver/Options.td:751
@@ -750,1 +750,3 @@
+def finline_implicit_hint: Flag<["-"], "finline-implicit-hint">, 
Group<f_clang_Group>, Flags<[CC1Option]>;
+def fno_inline_implicit_hint: Flag<["-"], "fno-inline-implicit-hint">, 
Group<f_clang_Group>, Flags<[CC1Option]>;
 def finline : Flag<["-"], "finline">, Group<clang_ignored_f_Group>;
----------------
Seems like a HelpText would be appropriate here?


http://reviews.llvm.org/D20647



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to