JonasToth added inline comments.

================
Comment at: clang/include/clang/Format/Format.h:1110
+  /// Different const alignment styles.
+  enum ConstAlignmentStyle {
+    /// Don't change const to either East const or West const.
----------------
Drive-By question: https://reviews.llvm.org/D54395 implements clang-tidy part 
of adding `const` to variables. It would be great to use the same underlying 
functionality, e.g. this enum for determining which const-style to use.
Is this header-file always accessible from clang-tidy-code? Or can e.g. 
clang-format be deactivated while building leading to exclusion of these bits?


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

https://reviews.llvm.org/D69764



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

Reply via email to