Skip to content

Commit 8d97516

Browse files
Bekennmattgodbolt
authored andcommitted

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,4 @@ From oldest to newest contributor, we would like to thank:
150150
- [Nicholas Hubbard](https://github.com/nhubbard)
151151
- [Detjon Mataj](https://github.com/detjonmataj)
152152
- [Pierre Bayerl](https://github.com/goto40)
153+
- [James Touton](https://github.com/Bekenn)

etc/config/c++.amazon.properties

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ compiler.clang1910.ldPath=${exePath}/../lib|${exePath}/../lib/x86_64-unknown-lin
423423
compiler.clang1910.debugPatched=true
424424

425425

426-
group.clangx86trunk.compilers=clang_trunk:clang_assertions_trunk:clang_concepts:clang_p1144:clang_autonsdmi:clang_bb_p2996:clang_p3068:clang_p3309:clang_p3367:clang_p3372:clang_p3412:clang_lifetime:clang_p1061:clang_parmexpr:clang_patmat:clang_embed:clang_dang:clang_reflection:clang_variadic_friends:clang_widberg:clang_resugar:clang_clangir:clang_dascandy_contracts:clang_ericwf_contracts:clang_p1974
426+
group.clangx86trunk.compilers=clang_trunk:clang_assertions_trunk:clang_concepts:clang_p1144:clang_autonsdmi:clang_bb_p2996:clang_p2998:clang_p3068:clang_p3309:clang_p3367:clang_p3372:clang_p3412:clang_lifetime:clang_p1061:clang_parmexpr:clang_patmat:clang_embed:clang_dang:clang_reflection:clang_variadic_friends:clang_widberg:clang_resugar:clang_clangir:clang_dascandy_contracts:clang_ericwf_contracts:clang_p1974
427427
group.clangx86trunk.intelAsm=-mllvm --x86-asm-syntax=intel
428428
group.clangx86trunk.options=--gcc-toolchain=/opt/compiler-explorer/gcc-snapshot
429429
group.clangx86trunk.objdumper=/opt/compiler-explorer/gcc-snapshot/bin/objdump
@@ -466,6 +466,10 @@ compiler.clang_bb_p2996.exe=/opt/compiler-explorer/clang-bb-p2996-trunk/bin/clan
466466
compiler.clang_bb_p2996.semver=(experimental P2996)
467467
compiler.clang_bb_p2996.notification=Experimental Reflection Support; see <a href="https://github.com/bloomberg/clang-p2996/blob/p2996/P2996.md" target="_blank" rel="noopener noreferrer">P2996<sup><small class="fas fa-external-link-alt opens-new-window" title="Opens in a new window"></small></sup></a>
468468
compiler.clang_bb_p2996.options=-std=c++26 -freflection -stdlib=libc++
469+
compiler.clang_p2998.exe=/opt/compiler-explorer/clang-p2998-trunk/bin/clang++
470+
compiler.clang_p2998.semver=(experimental P2998)
471+
compiler.clang_p2998.notification=Experimental support for additional template argument deduction from a function call; see <a href="https://github.com/Bekenn/llvm-project/tree/p2998" target="_blank" rel="noopener noreferrer">P2998<sup><small class="fas fa-external-link-alt opens-new-window" title="Opens in a new window"></small></sup></a>
472+
compiler.clang_p2998.options=-p2998
469473
compiler.clang_p3068.exe=/opt/compiler-explorer/clang-p3068-trunk/bin/clang++
470474
compiler.clang_p3068.semver=(experimental P3068)
471475
compiler.clang_p3068.notification=Experimental constexpr Exception Support; see <a href="https://github.com/hanickadot/llvm-project/tree/P3068-constexpr-exceptions" target="_blank" rel="noopener noreferrer">P3068<sup><small class="fas fa-external-link-alt opens-new-window" title="Opens in a new window"></small></sup></a>

0 commit comments

Comments
 (0)