]> granicus.if.org Git - clang/commit
remove optimization to avoid looking ahead for cases like ::foo. This
authorChris Lattner <sabre@nondot.org>
Mon, 5 Jan 2009 03:55:46 +0000 (03:55 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Jan 2009 03:55:46 +0000 (03:55 +0000)
commit5b4547318bb179fc76f984f0eeaaf615927e795c
tree23463f07964aeba1dfa3576d2912fa0ffe1709be
parent357089dea05855e27f80f6f244f9c60fc77cee83
remove optimization to avoid looking ahead for cases like ::foo.  This
isn't worth the complexity and the code already does a ton of lookahead.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61671 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
include/clang/Parse/Parser.h
lib/Parse/ParseExpr.cpp
lib/Parse/ParseExprCXX.cpp
lib/Parse/Parser.cpp