[all-commits] [llvm/llvm-project] 1ea9fa: [clang][parser] Set source ranges for GNU-style at...
tbaederr via All-commits
all-commits at lists.llvm.org
Thu Apr 1 08:27:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ea9fa8c507ec360cf43faf46d13b149e37c950d
https://github.com/llvm/llvm-project/commit/1ea9fa8c507ec360cf43faf46d13b149e37c950d
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/ParsedAttr.h
M clang/lib/Parse/ParseDecl.cpp
M clang/test/AST/sourceranges.cpp
M clang/test/SemaCXX/switch-implicit-fallthrough.cpp
Log Message:
-----------
[clang][parser] Set source ranges for GNU-style attributes
Set the source ranges for parsed GNU-style attributes in
ParseGNUAttributes(), the same way that ParseCXX11Attributes() does it.
Differential Revision: https://reviews.llvm.org/D75844
More information about the All-commits
mailing list