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

Nicolas Manichon via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 25 07:54:11 PDT 2019


nicolas updated this revision to Diff 206446.
nicolas added a comment.

- Added tests of instance and static functions
- Added tests of parameters with cv qualifiers
- Added tests of parameters with attributes
- Removed `auto`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63276/new/

https://reviews.llvm.org/D63276

Files:
  clang/include/clang/AST/Decl.h
  clang/lib/AST/Decl.cpp
  clang/unittests/AST/SourceLocationTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63276.206446.patch
Type: text/x-patch
Size: 4241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190625/70ea880b/attachment.bin>


More information about the cfe-commits mailing list