[all-commits] [llvm/llvm-project] cc3c93: Add FunctionDecl::getParameterSourceRange()
Nicolas Manichon via All-commits
all-commits at lists.llvm.org
Tue Dec 3 05:22:53 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cc3c935da24c8ebe4fd92638574462b762d92335
https://github.com/llvm/llvm-project/commit/cc3c935da24c8ebe4fd92638574462b762d92335
Author: Nicolas Manichon <nmanichon at gmail.com>
Date: 2019-12-03 (Tue, 03 Dec 2019)
Changed paths:
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/Type.h
M clang/lib/AST/ASTContext.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/AST/Type.cpp
M clang/lib/Sema/SemaType.cpp
M clang/unittests/AST/SourceLocationTest.cpp
Log Message:
-----------
Add FunctionDecl::getParameterSourceRange()
This source range covers the list of parameters of the function declaration,
including the ellipsis for a variadic function.
More information about the All-commits
mailing list