[PATCH] D53607: [AST] Only store the needed data in IfStmt.
Bruno Ricci via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 26 12:26:56 PDT 2018
riccibruno updated this revision to Diff 171332.
riccibruno added a reviewer: rsmith.
riccibruno added a comment.
Add a flag to the output of -ast-dump indicating
which sub-statement `IfStmt` is storing. This removes
the ambiguity in the output of -ast-dump and addresses
rsmith's comment in https://reviews.llvm.org/D53717.
Repository:
rC Clang
https://reviews.llvm.org/D53607
Files:
include/clang/AST/Stmt.h
lib/AST/ASTDumper.cpp
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.171332.patch
Type: text/x-patch
Size: 23596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181026/4acbd946/attachment-0001.bin>
More information about the cfe-commits
mailing list