[all-commits] [llvm/llvm-project] 1828c7: [pseudo] Apply the function-declarator to member f...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Fri Aug 12 04:50:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1828c75d5f4ff657cf977476091fa224c8193e1d
https://github.com/llvm/llvm-project/commit/1828c75d5f4ff657cf977476091fa224c8193e1d
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2022-08-12 (Fri, 12 Aug 2022)
Changed paths:
M clang-tools-extra/pseudo/lib/cxx/cxx.bnf
A clang-tools-extra/pseudo/test/cxx/declator-member-function.cpp
Log Message:
-----------
[pseudo] Apply the function-declarator to member functions.
A followup patch of d489b3807f096584175c321ce7f20e9dcd49b1da, but for
member functions, this will eliminate a false parse of member
declaration.
Differential Revision: https://reviews.llvm.org/D131720
More information about the All-commits
mailing list