[LLVMbugs] [Bug 20307] New: Visual C++ clang-format plugin not updated

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 15 04:09:05 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20307

            Bug ID: 20307
           Summary: Visual C++ clang-format plugin not updated
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: yaron.keren at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

When installing a new clang-format plugin Visual C++ will not upgrade the old
one since their versions are identical. The version is hardcoded to 1.0 in line
6 of the file  "source.extension.vsixmanifest".

To make Visual C++ upgrade the plugin the version number must be newer than the
last one, probably following the revision number in some way or
auto-incrementing on every build.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140715/c6972c6d/attachment.html>


More information about the llvm-bugs mailing list