Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6d9d5ab

Browse filesBrowse files
committed
+ allow _Complex specifier before float/double/etc
1 parent af2fdce commit 6d9d5ab
Copy full SHA for 6d9d5ab

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎Tools/c-analyzer/c_parser/parser/_regexes.py

Copy file name to clipboardExpand all lines: Tools/c-analyzer/c_parser/parser/_regexes.py
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ def _ind(text, level=1, edges='both'):
127127
_Complex
128128
)
129129
|
130+
(?:
131+
_Complex
132+
(?: \s+ (?: float | double | long\s+double ) )?
133+
)
134+
|
130135
(?:
131136
(?: (?: signed | unsigned ) \s+ )?
132137
(?: (?: long | short ) \s+ )?

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.