Home | History | Annotate | only in /external/clang/tools/clang-format-vs
Up to higher level directory
NameDateSize
ClangFormat/23-Apr-2015
ClangFormat.sln23-Apr-2015923
CMakeLists.txt23-Apr-2015764
README.txt23-Apr-2015516

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