[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cfe-commits
Subject:    [PATCH] D69180: [Format] Add format check for coroutine keywords with negative numbers
From:       Brian Gesiak via Phabricator via cfe-commits <cfe-commits () lists ! llvm ! org>
Date:       2019-11-30 20:49:46
Message-ID: 2fc7e173988973a561083d7f3158219b () localhost ! localdomain
[Download RAW message or body]

modocache added inline comments.


================
Comment at: clang/lib/Format/TokenAnnotator.cpp:1761
+                           tok::kw_case, tok::at, tok::l_brace, tok::kw_throw,
+                           tok::kw_co_return, tok_kw_co_yield))
       return TT_UnaryOperator;
----------------
I didn't notice this during review, but `tok_kw_co_yield` is a typo. I'm replacing \
this with `tok::kw_co_yield` in the commit I'm making for this patch, as that \
spelling allows the build and tests to pass.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69180/new/

https://reviews.llvm.org/D69180



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic