Fabian Sperber
|
bce66e3b42
|
Add or_break and or_continue to the list of tokens that have an automatic semicolon added at the end of the line
|
2023-10-09 21:48:04 +02:00 |
|
Fabian Sperber
|
886d0de040
|
Remove auto_cast from field_flags
- auto_cast is parsed as its own expression
|
2023-09-05 23:14:55 +02:00 |
|
Fabian Sperber
|
16d797cb01
|
Add #const field flag
|
2023-09-05 22:57:40 +02:00 |
|
Fabian Sperber
|
bbf9678756
|
Fix parsing #force_inline call expression with or_return
|
2023-09-05 22:35:30 +02:00 |
|
Fabian Sperber
|
33798b8b80
|
Need to forward the name of the directive, not the hash token
|
2023-03-20 20:09:30 +01:00 |
|
Fabian Sperber
|
830d2007a6
|
Remove usage of global_default_temp_allocator_data when there is no default allocator (freestanding, JS or --default-to-nil-allocator)
|
2023-03-13 20:12:54 +01:00 |
|
Fabian Sperber
|
e50648279d
|
Add some wgl extensions
- fix upper case for wglSwapIntervalEXT to be the same as the exported name
|
2022-08-12 21:56:55 +02:00 |
|
Fabian Sperber
|
929af320da
|
Add more windows bindings
|
2022-08-12 21:56:54 +02:00 |
|
Fabian Sperber
|
9c059f1a12
|
Fix debug info for type switch variable to be only visible in correct switch case
- use correct scopes for type switch
|
2022-07-19 00:46:28 +02:00 |
|
Fabian Sperber
|
fb167d1d0a
|
Fix loop var (init) becoming hidden while stepping on the for-line
- set debug location of jumps between block (similar to clang to the location of 'for')
- extend scope range to include all parts of the for-stmt
|
2022-07-19 00:46:27 +02:00 |
|
Fabian Sperber
|
0992239d86
|
Embed natvis in windows debug build for easier viewing of strings and Arrays
|
2022-07-19 00:46:27 +02:00 |
|