]> granicus.if.org Git - clang/commit
Add const to accessors that don't modify the object.
authorMike Stump <mrs@apple.com>
Mon, 30 Nov 2009 20:10:58 +0000 (20:10 +0000)
committerMike Stump <mrs@apple.com>
Mon, 30 Nov 2009 20:10:58 +0000 (20:10 +0000)
commit6515afe50c8d69dbb029b85f879cb2e083854b6c
treebb63a00880252c0246f52931d2aad097291e1407
parentf71d232ce5354bd2f0c94ded30fb936c2a3d968b
Add const to accessors that don't modify the object.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90153 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/StmtCXX.h
lib/AST/Stmt.cpp