lebedev.ri added a comment.

It will be good to have the tests for generators.



================
Comment at: clang-doc/generators/Generators.h:28
+public:
+  Generator(std::unique_ptr<InfoSet> &IS, StringRef Root, StringRef Format) : 
IS(IS), Root(Root), Format(Format) {};
+  virtual ~Generator() {};
----------------
Is this code (and the code in two parent Differentials) formatted with 
`clang-format`?
This line is certainly longer than 80 columns.


https://reviews.llvm.org/D43424



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

Reply via email to