Skip to content

Commit

Permalink
Use gcc trunk for clang-tidy (#4262)
Browse files Browse the repository at this point in the history
This seems like the better of the alternatives,
but happy to change if anyone thinks otherwise

Closes #4092
  • Loading branch information
RubenRBS committed Nov 12, 2022
1 parent c0d5bb4 commit 37ce074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/config/c++.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3109,7 +3109,7 @@ tools.clangtidytrunk.name=clang-tidy (trunk)
tools.clangtidytrunk.type=independent
tools.clangtidytrunk.class=clang-tidy-tool
tools.clangtidytrunk.exclude=cl19:cl_new
tools.clangtidytrunk.options=--gcc-toolchain=/opt/compiler-explorer/gcc-9.2.0
tools.clangtidytrunk.options=--gcc-toolchain=/opt/compiler-explorer/gcc-snapshot
tools.clangtidytrunk.stdinHint=disabled

tools.iwyu.exe=/opt/compiler-explorer/iwyu/0.12/bin/include-what-you-use
Expand Down

0 comments on commit 37ce074

Please sign in to comment.