]> granicus.if.org Git - clang/commit
Fix for PR3418: make sure to handle the RHS of expressions starting with
authorEli Friedman <eli.friedman@gmail.com>
Tue, 27 Jan 2009 08:43:38 +0000 (08:43 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 27 Jan 2009 08:43:38 +0000 (08:43 +0000)
commitadf077f46ba5cddcd801a647a5e9a3eb97060df4
tree8263373dce2909ecc7dcf9acf8d51f61d1d9bec0
parentb9c3f966b103f7cfe8e5e60007c4c8b38f7298eb
Fix for PR3418: make sure to handle the RHS of expressions starting with
__extension__.  This sort of construct shows up in the gcc source code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63100 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseExpr.cpp
lib/Parse/ParseStmt.cpp
test/Parser/expressions.c