]> granicus.if.org Git - clang/commit
Really trivial patch to accept pointer to const void in indirect goto. Despite
authorChandler Carruth <chandlerc@gmail.com>
Sun, 31 Jan 2010 10:26:25 +0000 (10:26 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 31 Jan 2010 10:26:25 +0000 (10:26 +0000)
commit2877998bd8db2fac1c56430a4edcfa0ce138aff9
tree77d1a9e6cc54c15c2bce2dfaf8b336eb00962d42
parent038cc399940deefc0f55aad8be97312a7390e2ad
Really trivial patch to accept pointer to const void in indirect goto. Despite
the lack of documentation, this matches the behavior of GCC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94954 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmt.cpp
test/Sema/indirect-goto.c