llvm-project/clang-tools-extra/pseudo/lib/cxx
Haojian Wu f7dc91ad56 [pseudo] Eliminate a false parse of structured binding declaration.
Using the guard to implement part of the rule https://eel.is/c++draft/dcl.pre#6.

```
void foo() {
  // can be parsed as
  //   - structured-binding declaration (a false parse)
  //   - assignment expression
  array[index] = value;
}
```

Differential Revision: https://reviews.llvm.org/D132260
2022-08-23 15:25:52 +02:00
..
CMakeLists.txt [pseudo] Fix link error after 3132e9cd7c 2022-07-22 08:43:56 +02:00
CXX.cpp [pseudo] Eliminate a false parse of structured binding declaration. 2022-08-23 15:25:52 +02:00
cxx.bnf [pseudo] Eliminate a false parse of structured binding declaration. 2022-08-23 15:25:52 +02:00