[PATCH] D100719: [Introspection] Dont emit json if unchanged.

2021-04-18 Thread Nathan James via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGdb75db85f231: [Introspection] Dont emit json if unchanged. (authored by njames93). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D100719/new/ https://reviews

[PATCH] D100719: [Introspection] Dont emit json if unchanged.

2021-04-18 Thread Stephen Kelly via Phabricator via cfe-commits
steveire accepted this revision. steveire added a comment. This revision is now accepted and ready to land. Great, thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D100719/new/ https://reviews.llvm.org/D100719 _

[PATCH] D100719: [Introspection] Dont emit json if unchanged.

2021-04-18 Thread Nathan James via Phabricator via cfe-commits
njames93 created this revision. njames93 added a reviewer: steveire. njames93 requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Saves running the generate inc script in the, somewhat common, case where the json file doesn't need changing.