• Home
  • History
  • Annotate
  • only in /external/clang/tools/clang-format-vs/
History log of /external/clang/tools/clang-format-vs/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
651f13cea278ec967336033dd032faef0e9fc2ec 24-Apr-2014 Stephen Hines <srhines@google.com> Updated to Clang 3.5a.

Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
MakeLists.txt
langFormat/ClangFormat.csproj
langFormat/ClangFormatPackage.cs
EADME.txt
ffa56211ae9b3c84897d91bbc561950f30004964 26-Nov-2013 Bill Wendling <isanbard@gmail.com> Merging r195420:
------------------------------------------------------------------------
r195420 | alp | 2013-11-22 00:00:20 -0800 (Fri, 22 Nov 2013) | 6 lines

Add txt file extension to VS solution's README

This matches other README.txt files in LLVM and makes things more obvious on
Windows where it's likely to be read. CRLFs are retained for the same reason.

Also fix Visual Studio product name.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@195725 91177308-0d34-0410-b5e6-96231b3b80d8
EADME
EADME.txt
43c2ec5448e8830d8a1d735940de5dc2f1f6f4aa 12-Nov-2013 Manuel Klimek <klimek@google.com> Upgrade the VS solution to 2012.

Now we can compile a VSPackage that works with VS 2010-2013 from within VS 2012.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194488 91177308-0d34-0410-b5e6-96231b3b80d8
langFormat.sln
langFormat/ClangFormat.csproj
langFormat/Resources.Designer.cs
4fba6ae921d74ec74608c63e8422090f4efaf31f 12-Nov-2013 Manuel Klimek <klimek@google.com> 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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194482 91177308-0d34-0410-b5e6-96231b3b80d8
langFormat/ClangFormat.vsct
701c45a6ff0eeb1f838758b0e5ba429b13bc927f 12-Nov-2013 Manuel Klimek <klimek@google.com> Recreated the ClangFormat VSPackage with VS 2010.

The generated package is now compatible with VS 2010 - 2013.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194480 91177308-0d34-0410-b5e6-96231b3b80d8
langFormat.sln
langFormat/ClangFormat.csproj
langFormat/ClangFormat.vsct
langFormat/Resources/Images.png
langFormat/Resources/Images_32bit.bmp
langFormat/Resources/Package.ico
langFormat/source.extension.vsixmanifest
556af5cb0da74546117a5589e4dc427151d9a65f 12-Nov-2013 Manuel Klimek <klimek@google.com> Revert unintentional commit from r194477.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194478 91177308-0d34-0410-b5e6-96231b3b80d8
langFormat.sln
langFormat/ClangFormat.csproj
langFormat/ClangFormat.vsct
langFormat/Resources/Package.ico
langFormat/source.extension.vsixmanifest
8f2b52be1f8b206ed3e81c27f3f09d034545bdaa 12-Nov-2013 Manuel Klimek <klimek@google.com> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194477 91177308-0d34-0410-b5e6-96231b3b80d8
langFormat.sln
langFormat/ClangFormat.csproj
langFormat/ClangFormat.vsct
langFormat/Resources/Package.ico
langFormat/source.extension.vsixmanifest
9a7a50eef777765e4d20e3b1f3670b32582114fb 10-Sep-2013 Hans Wennborg <hans@hanshq.net> 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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190413 91177308-0d34-0410-b5e6-96231b3b80d8
langFormat/ClangFormatPackage.cs
22d58ddc9e3cb01ef2d736a27759cda39a336b95 05-Sep-2013 Manuel Klimek <klimek@google.com> 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).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190036 91177308-0d34-0410-b5e6-96231b3b80d8
langFormat/ClangFormatPackage.cs
15852fc162eb6f77c28b67c868fdeeffed8c57d4 04-Sep-2013 Manuel Klimek <klimek@google.com> Adds a VSPackage project that builds a VS extension to run clang-format over a selection / the line at the cursor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189955 91177308-0d34-0410-b5e6-96231b3b80d8
langFormat.sln
langFormat/ClangFormat.csproj
langFormat/ClangFormat.vsct
langFormat/ClangFormatPackage.cs
langFormat/GlobalSuppressions.cs
langFormat/Guids.cs
langFormat/PkgCmdID.cs
langFormat/Properties/AssemblyInfo.cs
langFormat/Resources.Designer.cs
langFormat/Resources.resx
langFormat/Resources/Images.png
langFormat/Resources/Package.ico
langFormat/VSPackage.resx
langFormat/source.extension.vsixmanifest
EADME