mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-08 06:48:41 +00:00
fix qualified identifier expression tree buil
This commit is contained in:
+1
-1
@@ -7,7 +7,6 @@ target:
|
||||
working_directory: "../raddebugger"
|
||||
arguments: "--user:C:/devel/raddebugger/build/raddbg_test.user"
|
||||
debug_subprocesses: 0
|
||||
enabled: 1
|
||||
}
|
||||
target:
|
||||
{
|
||||
@@ -67,6 +66,7 @@ target:
|
||||
{
|
||||
executable: "build/ryan_scratch.exe"
|
||||
working_directory: build
|
||||
enabled: 1
|
||||
}
|
||||
target:
|
||||
{
|
||||
|
||||
+1
-1
@@ -2127,7 +2127,7 @@ e2_parse_from_string(Arena *arena, E2_ParseState *state, B32 identifier_is_type,
|
||||
{
|
||||
identifier_mapped = 1;
|
||||
expr = e2_expr(arena, identifier_is_type ? E2_ExprKind_TypeIdentifier : E2_ExprKind_Identifier);
|
||||
expr->string = str8_substr(string, token.range);
|
||||
expr->string = identifier;
|
||||
expr->qualifiers = qualifiers;
|
||||
state->caller_request_count = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user