]> granicus.if.org Git - clang/commit
Not sure why we bother updating FunctionDecl's EndRangeLoc in FunctionDecl::setParams.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 30 Jul 2011 17:23:28 +0000 (17:23 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 30 Jul 2011 17:23:28 +0000 (17:23 +0000)
commit1b39dc8b1c7509aba7deaca3b7c4f8be931f53e2
tree53449fb8d9c2f494a68fe852f0e2b7203d1d611d
parent0bfe83b5a98ce37bf3a10274bca6f93ca4cb9696
Not sure why we bother updating FunctionDecl's EndRangeLoc in FunctionDecl::setParams.
EndRangeLoc should always be set to at least the ending paren or brace.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136573 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp