]> granicus.if.org Git - clang/commit
Keep track of the right paren ')' source location in a function declarator.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 19 Aug 2009 23:14:54 +0000 (23:14 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 19 Aug 2009 23:14:54 +0000 (23:14 +0000)
commit82bf01061b97404fed8c422fc0eda0a380689cc9
treeb89ed4c0b08c04ad27b8ff2ae6b7cc1a8a98748d
parent1dea87a0760070190db3e35f3c47f611662b5f28
Keep track of the right paren ')' source location in a function declarator.

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