[PATCH] D63276: [AST] Add FunctionDecl::getParametersSourceRange()

Nicolas Manichon via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 25 16:21:27 PDT 2019


nicolas updated this revision to Diff 211849.
nicolas edited the summary of this revision.
nicolas added a comment.

I added the SourceLocation of the ellipsis to `FunctionProtoType` in addition to the `Variadic` boolean.


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.211849.patch
Type: text/x-patch
Size: 11082 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190725/66c3dedf/attachment-0001.bin>


More information about the cfe-commits mailing list