clang:frontendgood first issuetest-suite
倉庫指標
- Star
- (26,378 star)
- PR 合併指標
- (平均合併 1天 2小時) (30 天內合併 1,000 個 PR)
描述
This is just a robustness enhancement suggestion.
https://github.com/llvm/llvm-project/issues/79748
I triggered this issue and found the solution done in https://github.com/llvm/llvm-project/issues/79748. However, the test cases attached to https://github.com/agozillon/llvm-project/commit/323660ae742aecb524898f956590d599e8869f7f do not include those for reference qualifiers, in addition to cv-qualifiers. As for the completeness consideration, I suggest to add more test cases like:
void* operator new(size_t bytes) &; //expected-error...
void* operator new(size_t bytes) &&; //expected-error...