]> granicus.if.org Git - clang/commit
Add const children() accessors to match the existing non-const children() accessors.
authorAaron Ballman <aaron@aaronballman.com>
Tue, 11 Apr 2017 20:21:30 +0000 (20:21 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 11 Apr 2017 20:21:30 +0000 (20:21 +0000)
commit8f1ece045641420bd0b5489a83367ffd25b02b1d
tree06f9e0c56e56c5a6869342adf14ba18ca3613284
parent384745c49331bf0e20170246b32e511a3ec560d6
Add const children() accessors to match the existing non-const children() accessors.

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