summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-format-vs/ClangFormat/Resources.Designer.cs
Commit message (Collapse)AuthorAgeFilesLines
* clang-format VS plugin: upgrade the project files to VS2015Hans Wennborg2016-09-151-1/+1
| | | | | | | The plugin itself runs on previous VS versions, but this enables it to be built with VS2015. llvm-svn: 281648
* Migrate clang-format-vs plugin project to VS 2013Hans Wennborg2015-03-031-2/+1
| | | | | | | | | | The plugin still works fine in versions starting from 2010, but this was needed to make the project _build_ in VS 2013, which is the blessed version for building LLVM projects these days. http://reviews.llvm.org/D8021 llvm-svn: 231084
* Upgrade the VS solution to 2012.Manuel Klimek2013-11-121-2/+2
| | | | | | Now we can compile a VSPackage that works with VS 2010-2013 from within VS 2012. llvm-svn: 194488
* Adds a VSPackage project that builds a VS extension to run clang-format over ↵Manuel Klimek2013-09-041-0/+64
a selection / the line at the cursor. llvm-svn: 189955
OpenPOWER on IntegriCloud