woodruffw updated this revision to Diff 378476.
woodruffw added a comment.
Resolve conflicts.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108441/new/
https://reviews.llvm.org/D108441
Files:
clang/lib/Frontend/ASTConsumers.cpp
clang/test/AST/
woodruffw added a comment.
Another gentle ping for review.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108441/new/
https://reviews.llvm.org/D108441
___
cfe-commits mailing list
cfe-commits@lists.llvm.o
woodruffw updated this revision to Diff 372595.
woodruffw added a comment.
Increase the context for the patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108441/new/
https://reviews.llvm.org/D108441
Files:
clang/lib/Frontend/ASTConsumers.cpp
woodruffw added a comment.
Another gentle ping for review.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108441/new/
https://reviews.llvm.org/D108441
___
cfe-commits mailing list
cfe-commits@lists.llvm.o
woodruffw added a comment.
Gentle ping for review on this!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108441/new/
https://reviews.llvm.org/D108441
___
cfe-commits mailing list
cfe-commits@lists.llvm.o
woodruffw updated this revision to Diff 367938.
woodruffw added a comment.
Updated the AST dump tests for JSON to refute the presence of the `Dumping `
prefix.
Also, updated the `gen_ast_dump_json_test.py` generator to work with Python 3
and to behave better without the presence of the `Dumping
woodruffw created this revision.
woodruffw added reviewers: klimek, rsmith.
woodruffw added a project: clang.
woodruffw requested review of this revision.
Herald added a subscriber: cfe-commits.
Without this, the combination of `-ast-dump=json` and `-ast-dump-filter FILTER`
produces invalid JSON:
woodruffw added a comment.
Yep, I'll add one in a bit.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63697/new/
https://reviews.llvm.org/D63697
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.ll
woodruffw created this revision.
woodruffw added reviewers: clang, thakis.
woodruffw added a project: clang.
Herald added a subscriber: cfe-commits.
Causes clang-format to exit with an appropriate error code
when the invalid combination of -i and stdin is provided.
Repository:
rC Clang
https: