r191642 - Add section on VS integration to the ClangFormat documentation.
Manuel Klimek
klimek at google.com
Sun Sep 29 10:49:51 PDT 2013
Author: klimek
Date: Sun Sep 29 12:49:50 2013
New Revision: 191642
URL: http://llvm.org/viewvc/llvm-project?rev=191642&view=rev
Log:
Add section on VS integration to the ClangFormat documentation.
Modified:
cfe/trunk/docs/ClangFormat.rst
Modified: cfe/trunk/docs/ClangFormat.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangFormat.rst?rev=191642&r1=191641&r2=191642&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormat.rst (original)
+++ cfe/trunk/docs/ClangFormat.rst Sun Sep 29 12:49:50 2013
@@ -143,6 +143,13 @@ menu item by renaming the script, and ca
shortcut in the BBEdit preferences, under Menus & Shortcuts.
+Visual Studio Integration
+=========================
+
+Download the latest Visual Studio plugin from the `alpha build site
+<http://llvm.org/builds/>`_. The default key-binding is Ctrl-R,Ctrl-F.
+
+
Script for patch reformatting
=============================
More information about the cfe-commits
mailing list