[PATCH] D53607: [AST] Only store the needed data in IfStmt.

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 25 09:45:31 PDT 2018


riccibruno updated this revision to Diff 171121.
riccibruno edited the summary of this revision.
riccibruno added a comment.

Reworked so that the order of the children is kept the same.


Repository:
  rC Clang

https://reviews.llvm.org/D53607

Files:
  include/clang/AST/Stmt.h
  lib/AST/ASTImporter.cpp
  lib/AST/Stmt.cpp
  lib/Analysis/BodyFarm.cpp
  lib/Sema/SemaStmt.cpp
  lib/Serialization/ASTReaderStmt.cpp
  lib/Serialization/ASTWriterStmt.cpp
  test/Import/if-stmt/test.cpp
  test/Misc/ast-dump-invalid.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53607.171121.patch
Type: text/x-patch
Size: 22135 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181025/35ea521e/attachment-0001.bin>


More information about the cfe-commits mailing list