ilya-biryukov added inline comments.

================
Comment at: lib/Format/Format.cpp:461
+
+template <> struct MappingTraits<IncludeStyle::IncludeCategory> {
+  static void mapping(IO &IO, IncludeStyle::IncludeCategory &Category) {
----------------
Should we move this to `tooling::Core` too?
If we need to specialize `MappingTraits`, we should probably do it close to the 
class definitions. To avoid accidental ODR violations...


Repository:
  rC Clang

https://reviews.llvm.org/D46758



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

Reply via email to