issues
search
hsutter
/
cppfront
A personal experimental C++ Syntax 2 -> Syntax 1 compiler
Other
5.56k
stars
248
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[SUGGESTION/RFC] Replace scope resolution operator '::' with member access operator '.'
#1341
mhermier
opened
1 day ago
8
[SUGGESTION] Make free functions illegal
#1340
ivo-doko
opened
3 days ago
3
Updates for missing features in regular expressions.
#1337
MaxSagebaum
opened
1 week ago
2
CI Update test after recent mods
#1336
jarzec
opened
2 weeks ago
0
Fix clang-18 compilation issue
#1335
jarzec
opened
2 weeks ago
0
[BUG] errors compiling the hello world exmaple
#1334
hros
opened
2 weeks ago
14
documentation: fix type
#1333
ChocolateChipKookie
opened
3 weeks ago
0
[SUGGESTION] Allow perfect return capturing `r: forward _ = func()`
#1332
MaxSagebaum
opened
3 weeks ago
2
[BUG] Links to the website in the README don't work
#1331
dffdff2423
closed
3 weeks ago
2
Fix: using statement in another namespace that pointer to type alias
#1329
HungMingWu
opened
3 weeks ago
4
[BUG] `is` type for `std::optional` can return unexpected results
#1328
bluetarpmedia
opened
3 weeks ago
0
Feat: Add ability to compile from stdin
#1327
vanceism7
closed
3 weeks ago
4
[BUG] can not override a virtual function to pure virtual
#1325
Xeverous
opened
1 month ago
1
CI Update tests - make all tests pass
#1324
jarzec
closed
3 weeks ago
2
[Maybe Bug?]: cppfront doesn't capture class member variables in symbol table
#1323
vanceism7
opened
1 month ago
0
[BUG] cpp2::move(std)::cout suddenly appears
#1321
MatthieuHernandez
opened
1 month ago
2
[BUG] Missing #endif in pure cpp1 header file when generated using -import-std
#1320
MatthieuHernandez
opened
1 month ago
0
Fix pure cpp1 header file generated using -import-std
#1319
MatthieuHernandez
opened
1 month ago
3
[BUG] z: u8 = x + y; does not compile
#1318
MatthieuHernandez
opened
1 month ago
14
[BUG] Initializing an enum array does not compile
#1316
MatthieuHernandez
opened
1 month ago
10
Improving diagnostics with "Reasons:" and "Suggestions:"
#1315
JohelEGP
opened
1 month ago
3
Add ability to emit errors in json + capture symbol name in `error_entry`
#1314
vanceism7
closed
1 month ago
5
[BUG] Variable initialized after equally named capture rejected
#1312
JohelEGP
opened
1 month ago
1
[BUG] Infinite recursion in block parameter named after initializing capture
#1311
JohelEGP
opened
1 month ago
1
[BUG] fix(parse): diagnose function expression without initializer
#1310
JohelEGP
opened
1 month ago
0
Apache license
#1309
hsutter
closed
1 month ago
0
[BUG] License is incompatible with contributions
#1308
Josaphat
closed
1 month ago
3
Fix Clang with MSVC standard library
#1307
MatthieuHernandez
closed
1 month ago
1
Exclude MSVC workaround on clang and gcc
#1306
gregmarr
closed
1 month ago
3
[BUG] fix(reflect): recognize default constructor overload in `@basic_value`
#1305
JohelEGP
opened
1 month ago
0
[BUG] Unable to compile cpp2 enum
#1304
MatthieuHernandez
closed
1 month ago
12
CI Update test outputs
#1303
jarzec
closed
1 month ago
4
feat: add _computed-type-id_ for qualified `type_of` and `decltype`
#1301
JohelEGP
opened
1 month ago
1
CI Update the GitHub checkout action
#1299
jarzec
closed
1 month ago
1
[BUG] fix(to_cpp1): type alias loses the **pointer** to function type
#1298
JohelEGP
opened
1 month ago
0
feat(parse): add _type-id_ production for `type_of`
#1296
JohelEGP
closed
1 month ago
0
refactor(to_cpp1): decentralize lowering of special member functions
#1295
JohelEGP
opened
1 month ago
2
[BUG] Compilation failure with Clang on Windows
#1294
MatthieuHernandez
opened
1 month ago
6
test: avoid unnamed parameter in function type template argument
#1291
JohelEGP
opened
1 month ago
1
[QUESTION] will Cpp2 in/inout/out parameters honor the law of exclusivity? (Related to C++ safe subsets)
#1289
germandiagogomez
closed
1 month ago
10
[BUG] Wrong error message for variable left uninitialized
#1288
JohelEGP
opened
2 months ago
2
Fix: using statement in another namespace that pointer to type alias
#1286
HungMingWu
closed
3 weeks ago
3
[SUGGESTION] Make recieving and returning functions from a function easier and safer.
#1285
feature-engineer
opened
2 months ago
15
[BUG] Captured functor requires parenthesis around it to be interpreted correctly.
#1283
feature-engineer
opened
2 months ago
4
[BUG] When trying to manually initialize std::array it's considered "use before initialization"
#1282
feature-engineer
closed
2 months ago
2
Make cpp2::args usable as a std::ranges::bidirectional_range
#1281
jhugard
opened
2 months ago
4
[SUGGESTION] Make main args usable with ranges
#1280
jhugard
opened
2 months ago
0
[BUG] Move on definitive last use in fold expressions
#1279
Velocirobtor
opened
2 months ago
5
Welcome to cppfront Discussions!
#1277
feature-engineer
closed
2 months ago
1
[BUG] Integer div-by-zero check prevents constexpr variable creation
#1276
mrizaln
closed
1 month ago
3
Next