Home | History | Annotate | only in /external/clang/tools/clang-format-vs
Up to higher level directory
NameDateSize
ClangFormat/03-Dec-2014
ClangFormat.sln03-Dec-2014923
CMakeLists.txt03-Dec-2014764
README.txt03-Dec-2014516

README.txt

      1 This directory contains a VSPackage project to generate a Visual Studio extension
      2 for clang-format.
      3 
      4 Build prerequisites are:
      5 - Visual Studio 2012 Professional
      6 - Visual Studio 2010 Professional
      7 - Visual Studio 2010 SDK.
      8 
      9 clang-format.exe must be copied into the ClangFormat/ directory before building.
     10 It will be bundled into the .vsix file.
     11 
     12 The extension can be built manually from ClangFormat.sln (e.g. by opening it in
     13 Visual Studio), or with cmake by setting the BUILD_CLANG_FORMAT_VS_PLUGIN flag.
     14