Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Plus, fix some issues with pre-defined preprocessor symbols and version checking.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Need to add local vars of original function to the new scope's variable
list (though the DECLs were already present).
In slang_operation_copy() call slang_replace_scope() for SLANG_OPER_BLOCK_NEW_SCOPE opers.
|
|
|
|
|
|
Before, main() had to come after any functions it called.
|
|
Before, main() had to come after any functions it called.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes a failure for cases such as y = f(a, f(a, b))
All the usual tests still pass but regressions are possible...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cherry-picked from master
|
|
cherry-picked from master
|
|
|
|
cherry-picked from master
|
|
|
|
|
|
|
|
|
|
We can sometimes fail these assertions because of how swizzled storage
works. Will revisit someday.
|