bloomberg / clangmetatool

A framework for reusing code in Clang tools
https://bloomberg.github.io/clangmetatool/
Apache License 2.0
119 stars 25 forks source link

Add support for clang 10 #51

Closed dbeer1 closed 4 years ago

dbeer1 commented 4 years ago

Signed-off-by: Daniel Beer dbeer1@bloomberg.net

DRQS 157422622

Describe your changes Add support for clang 10 to clangmetatool

Testing performed Built and tested with clang 10.

Additional context We seem to have gotten hit by a bug or possibly just a behavior change in the ordering of CFGElements in a CFGBlock when moving to clang 10. Just a note that others have seen this issue as well for example in https://bugzilla.mozilla.org/show_bug.cgi?id=1580260