[PATCH] D93164: [AST] Add generator for source location introspection

Nathan Chancellor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 17:01:01 PDT 2021


nathanchance added a comment.

In D93164#2630534 <https://reviews.llvm.org/D93164#2630534>, @steveire wrote:

> In D93164#2630203 <https://reviews.llvm.org/D93164#2630203>, @nathanchance wrote:
>
>> I am seeing a spew of errors after 19740652c4c4329e2b9e77f96e5e31c360b4e8bb <https://reviews.llvm.org/rG19740652c4c4329e2b9e77f96e5e31c360b4e8bb> (what appears to be the latest version of this patch):
>
> Hi @nathanchance Does it make your build fail? I have pushed a fix. Can you update and try again?

Does not look like my build ever errored out (exit code was 0 even without the fix you pushed).

It does look like the errors are hidden now though (mostly but that is fine enough for me):

  [1373/1373] ASTNodeAPI.json
  20 errors generated.

Thanks for the quick response!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93164



More information about the llvm-commits mailing list