klimek added inline comments.
================
Comment at: docs/ClangFormatStyleOptions.rst:218
+
+ #define A \
+ int aaaa; \
----------------
Do we really align these 3 spaces out?
================
Comment at: docs/ClangFormatStyleOptions.rst:447
+ SomeClass::Constructor()
+ : a(a)
+ , b(b)
----------------
Don't we align the : further to the right?
================
Comment at: docs/ClangFormatStyleOptions.rst:517
+
+ namespace a {} // namespace a;
+
----------------
I thought we don't do that for single lines?
================
Comment at: docs/ClangFormatStyleOptions.rst:729
+
+ template<int> void foo();
+
----------------
Missing the space?
https://reviews.llvm.org/D30532
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits