This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
b6e376ddfa
llvm-project
/
clang-tools-extra
/
clang-tidy-vs
/
ClangTidy
/
PkgCmdID.cs
8 lines
132 B
C#
Raw
Normal View
History
Unescape
Escape
Add a clang-tidy visual studio extension. For now this only adds the UI necessary to configure clang-tidy settings graphically, and it enables reading in and saving out of .clang-tidy files. It does not actually run clang-tidy on any source files yet. Differential Revision: https://reviews.llvm.org/D23848 llvm-svn: 280840
2016-09-08 02:28:55 +08:00
namespace
LLVM.ClangTidy
{
static
class
PkgCmdIDList
{
public
const
uint
cmdidClangTidy
=
0x100
;
}
;
Update some code used in our visual studio plugins to use linux file endings. We already used them in some cases, and this makes things consistent. This will also simplify updating the licenses in these files. llvm-svn: 351632
2019-01-19 14:29:07 +08:00
}