]> granicus.if.org Git - clang/commit
Suppress -Wswitch to unbreak the build.
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 22 Feb 2013 17:44:58 +0000 (17:44 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 22 Feb 2013 17:44:58 +0000 (17:44 +0000)
commitf23546a913825bdc1f972f21f638a6ee472aab20
tree72c7f77833100643879bba8ce0bec20cb00f02c9
parent684aa73192d92850a926870be62a1787eb5b7ed9
Suppress -Wswitch to unbreak the build.

This may need to be fixed more intelligently - I don't have enough context to
be sure what the appropriate fix is right now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175902 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/CIndex.cpp