summaryrefslogtreecommitdiff
path: root/CODE_OF_CONDUCT.md
diff options
context:
space:
mode:
authorGangzheng Tong <tonggangzheng@gmail.com>2025-03-25 19:47:01 -0700
committerGitHub <noreply@github.com>2025-03-25 19:47:01 -0700
commitff5e04f7f2e50466ed626193941c24b38494a785 (patch)
tree710ba72842fed921f15cd11ed1379d927f2dcd4c /CODE_OF_CONDUCT.md
parent5339e46020c19653df6119b127e90e759bdda6b9 (diff)
Fix mul operator followed by global scope (#6686)
* Fix mul operator followed by global scope This should fix expr like `2.0f * ::a::b::c`. But it will no longer parse something like ``` extension<T> Ptr<T> { static void foo(); } int*::foo() // won't work, but this is a less common case ``` Fixes #6684 * Update simpe-namespace.slang to test global scope
Diffstat (limited to 'CODE_OF_CONDUCT.md')
0 files changed, 0 insertions, 0 deletions