]> granicus.if.org Git - clang/commit
const'ify Sema::ActOnCompoundStmt by
authorRobert Wilhelm <robert.wilhelm@gmx.net>
Mon, 19 Aug 2013 20:51:20 +0000 (20:51 +0000)
committerRobert Wilhelm <robert.wilhelm@gmx.net>
Mon, 19 Aug 2013 20:51:20 +0000 (20:51 +0000)
commitc895f4d411152b08365cac48f330a8a7898fb382
treeefcc93daa9ac7f6a28f44f69526193f77979e113
parentd588f5c448bd0f38b3950c7fb0571e1875cdc505
const'ify Sema::ActOnCompoundStmt by
changing Parameter of Sema::ActOnCompoundStmt from MutableArrayRef to
ArrayRef.
No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188705 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Parse/ParseStmt.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaStmt.cpp