hans marked an inline comment as done.

================
Comment at: include/clang/Driver/Options.td:994
@@ -993,1 +993,3 @@
   Flags<[CC1Option]>, HelpText<"Do not include source location information 
with diagnostics">;
+def fdiagnostics_abs_path : Flag<["-"], "fdiagnostics-abs-path">, 
Group<f_Group>,
+  Flags<[CC1Option, CoreOption]>, HelpText<"Print absolute paths in 
diagnostics">;
----------------
rsmith wrote:
> How about `-fdiagnostics-[use-]absolute-paths` rather than 
> `-fdiagnostics-abs-path` to avoid any confusion about this referring to the 
> `abs` function?
Sounds good to me.


https://reviews.llvm.org/D23816



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

Reply via email to