diff options
author | Matt Godbolt <matt@godbolt.org> | 2022-09-16 18:27:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 18:27:48 -0500 |
commit | cf2da5f9b3b0745880c1896415e42f81c2bfca30 (patch) | |
tree | f491c35645314d72998518c8ece39267d837da6b /lib/compilers/_all.js | |
parent | 2556bc5bb35d7313f6dd5266d37a1cad1ad226fb (diff) | |
download | compiler-explorer-cf2da5f9b3b0745880c1896415e42f81c2bfca30.tar.gz compiler-explorer-cf2da5f9b3b0745880c1896415e42f81c2bfca30.zip |
cppfront (#4069)gh-4247
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js index ba13a2b57..d7c034966 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -36,6 +36,7 @@ export {ClangCudaCompiler} from './clang'; export {ClangHipCompiler} from './clang'; export {ClangIntelCompiler} from './clang'; export {CleanCompiler} from './clean'; +export {CppFrontCompiler} from './cppfront'; export {CprocCompiler} from './cproc'; export {CLSPVCompiler} from './clspv'; export {CrystalCompiler} from './crystal'; |