]> granicus.if.org Git - clang/commit
Refactor the common code of 'ParseTypeofSpecifier' and 'ParseSizeofAlignofExpression...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 22 May 2009 10:22:50 +0000 (10:22 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 22 May 2009 10:22:50 +0000 (10:22 +0000)
commit5ab0640efb436a721d408c853b771932d1a6ffce
tree8ca6bf0589cbb398662c852dfa628022de4acbe9
parent6409625011e4a11ff07956ff46a44d6ca4473992
Refactor the common code of 'ParseTypeofSpecifier' and 'ParseSizeofAlignofExpression' into a new
'ParseExprAfterTypeofSizeofAlignof' method.

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