[all-commits] [llvm/llvm-project] 6b187f: [pseudo] Add xfail tests for a simple-declaration/...
Sam McCall via All-commits
all-commits at lists.llvm.org
Thu Jun 23 06:52:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b187fdf3bb409061b6a235487517f478b09afed
https://github.com/llvm/llvm-project/commit/6b187fdf3bb409061b6a235487517f478b09afed
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-06-23 (Thu, 23 Jun 2022)
Changed paths:
A clang-tools-extra/pseudo/test/cxx/declarator-function.cpp
A clang-tools-extra/pseudo/test/cxx/declarator-var.cpp
Log Message:
-----------
[pseudo] Add xfail tests for a simple-declaration/function-definition ambiguity
I expect to eliminate this ambiguity at the grammar level by use of guards,
because it interferes with brace-based error recvoery.
Differential Revision: https://reviews.llvm.org/D127400
More information about the All-commits
mailing list