[PATCH] Add clang-format VS extension

Kim Gräsman kim.grasman at gmail.com
Thu Aug 29 12:51:03 PDT 2013


  I think it's a little problematic to distribute the .snk file. Not sure how to manage builds without it, though. See e.g.:
  http://stackoverflow.com/questions/1831248/what-is-the-recommended-way-to-manage-a-strong-name-key-pair-for-an-open-source


================
Comment at: tools/clang-format-vs/ClangFormat/Properties/AssemblyInfo.cs:36
@@ +35,2 @@
+
+[assembly: InternalsVisibleTo("ClangFormat_UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f9ce6dec85f6d927d2f829d2c82bc3a467dd8ecf2397498ce8ac7ef839678553af1fc2ced523a0ea4394853ced10f1cbe31cbc7f29d4e98ab1513073410f114b8d679bbef548f656ca0c10859b9cf75a423908dcd6cedfc80b60c32ea20ae3352976ee4beb8c6c08e2eb82beb1e7ee6d7ad12189de1444edd25825f97b88f896")]
----------------
Are these tests available somewhere? Otherwise you could get rid of the InternalsVisibleTo attribute.


http://llvm-reviews.chandlerc.com/D1543



More information about the cfe-commits mailing list