Manuel Klimek
8f5c84fb74
Upgrade the VS solution to 2012.
...
Now we can compile a VSPackage that works with VS 2010-2013 from within VS 2012.
llvm-svn: 194488
2013-11-12 17:01:53 +00:00
Manuel Klimek
eff9a4d336
Fix key bindings for VS 2010.
...
Set the default key-binding only in the text editor; the
global binding of ctrl-r,ctrl-f was already taken in VS 2010.
llvm-svn: 194482
2013-11-12 15:25:18 +00:00
Manuel Klimek
c51098d4aa
Recreated the ClangFormat VSPackage with VS 2010.
...
The generated package is now compatible with VS 2010 - 2013.
llvm-svn: 194480
2013-11-12 15:02:53 +00:00
Manuel Klimek
25d69507dd
Revert unintentional commit from r194477.
...
llvm-svn: 194478
2013-11-12 13:56:36 +00:00
Manuel Klimek
1445131092
(no commit message)
...
llvm-svn: 194477
2013-11-12 13:54:22 +00:00
Hans Wennborg
9f6581bb88
Allow _clang-format as alternative to .clang-format config filename
...
Dotfiles are impractical on Windows. This makes clang-format search
for the style configuration file as '_clang-format' in addition to
the usual '.clang-format'. This is similar to how VIM searches for
'_vimrc' on Windows.
Differential Revision: http://llvm-reviews.chandlerc.com/D1629
llvm-svn: 190413
2013-09-10 15:41:12 +00:00
Manuel Klimek
ee0d350613
Make error text if clang-format is not on the system PATH more helpful,
...
as this is going to be a common mistake (installing LLVM defaults to not putting
the tools onto the PATH).
llvm-svn: 190036
2013-09-05 08:31:48 +00:00
Manuel Klimek
bb556156a4
Adds a VSPackage project that builds a VS extension to run clang-format over a selection / the line at the cursor.
...
llvm-svn: 189955
2013-09-04 16:11:46 +00:00