[PATCH] D60029: Add const children() accessors to all AST nodes.

Nicolas Manichon via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 2 07:36:57 PDT 2019


nicolas updated this revision to Diff 193288.
nicolas retitled this revision from "Add const children() accessors to Stmts" to "Add const children() accessors to all AST nodes.".
nicolas edited the summary of this revision.
nicolas added a comment.

Added children() const to all AST nodes.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60029/new/

https://reviews.llvm.org/D60029

Files:
  clang/include/clang/AST/Expr.h
  clang/include/clang/AST/ExprCXX.h
  clang/include/clang/AST/ExprObjC.h
  clang/include/clang/AST/ExprOpenMP.h
  clang/include/clang/AST/OpenMPClause.h
  clang/include/clang/AST/Stmt.h
  clang/include/clang/AST/StmtCXX.h
  clang/include/clang/AST/StmtObjC.h
  clang/include/clang/AST/StmtOpenMP.h
  clang/lib/AST/ExprObjC.cpp
  clang/lib/AST/Stmt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60029.193288.patch
Type: text/x-patch
Size: 51570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190402/ef78f2e8/attachment-0001.bin>


More information about the cfe-commits mailing list