Add clang-cl alias to allow users to disable c4005
authorReid Kleckner <reid@kleckner.net>
Fri, 4 Apr 2014 01:36:55 +0000 (01:36 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 4 Apr 2014 01:36:55 +0000 (01:36 +0000)
commit9307fba85dc945a9cd59e530cc940836b7e20eb9
tree4c6cf27e41d0aaa491a71098f899cebdeafc336d
parent992fdc0785462f69917308b9436f39b0c4bb0516
Add clang-cl alias to allow users to disable c4005

If we ever want three or more aliases, at that point we should put MSVC
warning ids in DiagnosticGroups.td.  We can use that to support #pragma
warning.

llvm-svn: 205598
clang/include/clang/Driver/CLCompatOptions.td
clang/test/Driver/cl-options.c