[PATCH] D83529: Summary: [clang] Provide a way for WhileStmt to report the location of its LParen and RParen.
Vy Nguyen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 10 12:02:53 PDT 2020
oontvoo updated this revision to Diff 277115.
oontvoo marked 3 inline comments as done.
oontvoo added a comment.
Added unit test and the missing serialisation code
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83529/new/
https://reviews.llvm.org/D83529
Files:
clang/include/clang/AST/Stmt.h
clang/include/clang/Parse/Parser.h
clang/include/clang/Sema/Sema.h
clang/lib/AST/ASTImporter.cpp
clang/lib/AST/Stmt.cpp
clang/lib/Parse/ParseStmt.cpp
clang/lib/Sema/SemaStmt.cpp
clang/lib/Sema/TreeTransform.h
clang/lib/Serialization/ASTReaderStmt.cpp
clang/lib/Serialization/ASTWriterStmt.cpp
clang/unittests/AST/SourceLocationTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83529.277115.patch
Type: text/x-patch
Size: 13556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200710/9b6eec5d/attachment.bin>
More information about the cfe-commits
mailing list