You seem to be missing code in the driver to handle your two new `-f` options and to pass `-fuse-line-directive` to the frontend.
================ Comment at: include/clang/Driver/Options.td:572-574 @@ -571,1 +571,5 @@ +def fuse_line_directive : Flag<["-"], "fuse-line-directive">, Group<f_Group>, + Flags<[CC1Option]>; +def fno_use_line_directive : Flag<["-"], "fno-use-line-directive">, Group<f_Group>; + ---------------- Maybe `[...]directives`? http://reviews.llvm.org/D5217 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
