[PATCH] D50764: [AST] Make NullStmt final and give it factory functions
Hamza Sood via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 15 04:24:34 PDT 2018
hamzasood created this revision.
hamzasood added reviewers: klimek, steveire, bkramer.
Herald added a subscriber: cfe-commits.
I've submitted a patch for contracts (review linked to this) that adds trailing objects to NullStmt. This patch contains the changes to make that possible.
Repository:
rC Clang
https://reviews.llvm.org/D50764
Files:
include/clang/AST/Stmt.h
lib/AST/ASTImporter.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50764.160764.patch
Type: text/x-patch
Size: 3981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180815/edf89bfc/attachment.bin>
More information about the cfe-commits
mailing list