]> granicus.if.org Git - clang/commit
Make Parser::getAccessSpecifierIfPresent const, since it does not modify the state
authorDouglas Gregor <dgregor@apple.com>
Mon, 14 Apr 2008 00:13:42 +0000 (00:13 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 14 Apr 2008 00:13:42 +0000 (00:13 +0000)
commit1b7f89846f10681ce3cbe89ef5d60691d55bd918
tree8af28cc582bb1d67034ce21440f7cd65179937f1
parent7bc198fb47a498e327a9ceb2d17612dcb3d15095
Make Parser::getAccessSpecifierIfPresent const, since it does not modify the state

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