]> granicus.if.org Git - clang/commit
Remove function name from comment.
authorNico Weber <nicolasweber@gmx.de>
Sat, 3 Sep 2016 02:41:17 +0000 (02:41 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 3 Sep 2016 02:41:17 +0000 (02:41 +0000)
commitd92382ef31b56e8305c3130aea1312ef25f7af5b
treeb083d5612bb19bf198ba8963b22734968f70d276
parent4527486ff1c1f3ab060623f02171b5ae70541ec1
Remove function name from comment.

The comment starting with "ParseDeclarationOrFunctionDefinition -" is above
a function called ParseDeclOrFunctionDefInternal.  Fix the comment by not
mentioning a function name, like the style guide requests nowadays.  No behavior
change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280572 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/Parser.cpp