[PATCH] D63663: [clang-doc] Add html links to references

Diego Astiazarán via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 25 17:28:33 PDT 2019


DiegoAstiazaran added inline comments.


================
Comment at: clang-tools-extra/unittests/clang-doc/SerializeTest.cpp:145-146
   void ProtectedMethod();
-};)raw", 3, /*Public=*/false, Infos);
+};)raw",
+                       3, /*Public=*/false, Infos);
 
----------------
juliehockett wrote:
> formatting change?
Yes, clang-format did that change.


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

https://reviews.llvm.org/D63663





More information about the cfe-commits mailing list