http://llvm.org/bugs/show_bug.cgi?id=18395
Bug ID: 18395
Summary: CallExpr should override const_child_range children()
const from Stmt
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
At line 2261 in
/include/clang/AST/Expr.h
in the definition of the class
clang::CallExpr,
it overrides
child_range children()
from the class
clang::Stmt
It should also override
const_child_range children () const
So that this method can be used in places where CallExpr is const.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs