[PATCH] D74643: [Parse] Fix `TryParsePtrOperatorSeq`.

2020-02-24 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman closed this revision. aaron.ballman added a comment. Thank you for the patch -- I've commit on your behalf in bd5b22070b6984d89c13b6cf38c3e54fc98ce291 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST A

[PATCH] D74643: [Parse] Fix `TryParsePtrOperatorSeq`.

2020-02-24 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman accepted this revision. aaron.ballman added a comment. Thank you for the new tests and drive-by fix for `_Atomic`! LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D74643/new/ https://reviews.llvm.org/D74643 __