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)
commitd26f95bc949b98d4c092c79ae0ab689d29889e7a
treebbe1625d51d176db66a4e2cb6c3439dc37ad077c
parentb6c31f3878377b1c60bf5fe521fcb717e039e62b
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.

llvm-svn: 230274
clang/include/clang/Parse/Parser.h
clang/lib/Parse/ParseTentative.cpp
clang/test/Parser/cxx-ambig-init-templ.cpp
clang/test/Parser/cxx-variadic-func.cpp
clang/test/Parser/recovery.cpp
clang/test/SemaTemplate/rdar9173693.cpp