]> granicus.if.org Git - clang/commit
Fix an abiguous-else warning from GCC. I have no idea why Clang doesn't
authorChandler Carruth <chandlerc@gmail.com>
Sat, 17 Dec 2011 22:32:42 +0000 (22:32 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 17 Dec 2011 22:32:42 +0000 (22:32 +0000)
commit657849c60378b045a9e904f35ece8fd84425a20a
tree64aabfa9058de583ed3fc145361356eb8a34958c
parentb05dcdd1f2ba50bba91495fcb0498e93cf7dbeee
Fix an abiguous-else warning from GCC. I have no idea why Clang doesn't
have this warning.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146839 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp