[all-commits] [llvm/llvm-project] 4048aa: [clang][ExtractAPI] Fix declaration fragments for ...
Zixu Wang via All-commits
all-commits at lists.llvm.org
Thu Apr 7 10:23:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4048aad85a843d2b15cb8e60b2ea37f148b7b770
https://github.com/llvm/llvm-project/commit/4048aad85a843d2b15cb8e60b2ea37f148b7b770
Author: Zixu Wang <zixu_wang at apple.com>
Date: 2022-04-07 (Thu, 07 Apr 2022)
Changed paths:
M clang/lib/ExtractAPI/DeclarationFragments.cpp
M clang/test/ExtractAPI/objc_category.m
M clang/test/ExtractAPI/objc_interface.m
Log Message:
-----------
[clang][ExtractAPI] Fix declaration fragments for ObjC methods
Objective-C methods selector parts should be considered as identifiers.
Depends on D123259
Differential Revision: https://reviews.llvm.org/D123261
More information about the All-commits
mailing list