[PATCH] D60128: Add const children accessors to all nodes.

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


nicolas created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Add const children accessors to all AST nodes where non const accessors
exist.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D60128

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: D60128.193285.patch
Type: text/x-patch
Size: 51570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190402/2d678606/attachment-0001.bin>


More information about the cfe-commits mailing list