[PATCH] D113168: [clang-tblgen] Fix non-determinism in generating AttrSubMatchRulesParserStringSwitches.inc

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 7 21:03:28 PST 2021


ikudrin added a comment.

We've noticed binary differences in `clang` in several builds on our local build bots, and the patch fixed that.

As for generating the documentation, the issue can be seen, for example, in Clang-12 <https://releases.llvm.org/12.0.0/tools/clang/docs/AttributeReference.html>  and Clang-13 <https://releases.llvm.org/13.0.0/tools/clang/docs/AttributeReference.html> documentation, where the section "Nullable Attributes" is placed differently. Maybe it'll be better to sort the categories alphabetically. Anyway, that is a similar but still a different issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113168



More information about the llvm-commits mailing list