[PATCH] D75009: [Diagnostic] Improve discoverability of ftabstop for misleading indentation

James Y Knight via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 22 11:44:53 PST 2020


jyknight added inline comments.


================
Comment at: clang/include/clang/Basic/DiagnosticParseKinds.td:67
+def note_misleading_indentation_tab_space_mix : Note<
+  "there is a mix of tabs spaces; the tab size (-ftabstop=X) is set to %0">;
 
----------------
Maybe "assuming tabstops every %0 spaces (override with -ftabstop=)"



Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75009/new/

https://reviews.llvm.org/D75009





More information about the cfe-commits mailing list