]> granicus.if.org Git - clang/commit
Revert "Improve declaration / expression disambiguation around ptr-operators, and...
authorJustin Bogner <mail@justinbogner.com>
Mon, 23 Feb 2015 22:36:28 +0000 (22:36 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 23 Feb 2015 22:36:28 +0000 (22:36 +0000)
commit9c4b255d03d29db66d0eb5dfc775b34e9efe3531
treeacc047cdbfa17dd2bcc0bac25d2542ac40b22a6f
parent8ddefeaaec707ad08f6e2190682eeb5004480b83
Revert "Improve declaration / expression disambiguation around ptr-operators, and use"

This seems to break mixing function-style and c-style casts, and is
breaking bootstrapping llvm.

This reverts r230261.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230274 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseTentative.cpp
test/Parser/cxx-ambig-init-templ.cpp
test/Parser/cxx-variadic-func.cpp
test/Parser/recovery.cpp
test/SemaTemplate/rdar9173693.cpp