[PATCH] D63276: [AST] Add FunctionDecl::getParametersSourceRange()
Nicolas Manichon via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 30 17:26:09 PST 2019
nicolas updated this revision to Diff 231604.
nicolas added a comment.
Hi @mordante, thanks for the interest.
Here's an updated patch that addresses @aaron.ballman's comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63276/new/
https://reviews.llvm.org/D63276
Files:
clang/include/clang/AST/Decl.h
clang/include/clang/AST/Type.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/Decl.cpp
clang/lib/AST/Type.cpp
clang/lib/Sema/SemaType.cpp
clang/unittests/AST/SourceLocationTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63276.231604.patch
Type: text/x-patch
Size: 10891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191201/efac0fbb/attachment.bin>
More information about the cfe-commits
mailing list