Files
llvm/clang/test/Parser
Haojian Wu 625acd8f68 [Parser] Improve diagnostic and error recovery when C++ keywords are used as identifiers.
Summary:
Previously, clang emitted a less-usefull diagnostic and didnt recover
well when the keywords is used as identifier in function paramter.

```
void foo(int case, int x); // previously we drop all parameters after
`int case`.
```

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D77633
2020-04-08 15:15:33 +02:00
..
2019-05-30 15:38:02 +00:00
2019-09-04 21:01:57 +00:00
2019-08-27 20:33:05 +00:00
2020-02-24 08:08:47 -05:00
2019-03-14 14:40:48 +00:00