Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
bfb4ae4c
Commit
bfb4ae4c
authored
Oct 12, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 709921 - position of linebreak in template argument list affects inheritance relation
parent
316f0d0c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
15 deletions
+1
-15
scanner.l
src/scanner.l
+1
-15
No files found.
src/scanner.l
View file @
bfb4ae4c
...
@@ -5776,21 +5776,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
...
@@ -5776,21 +5776,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
*specName += *yytext;
*specName += *yytext;
if (roundCount==0 && --sharpCount<=0)
if (roundCount==0 && --sharpCount<=0)
{
{
if (1 /*!insideCS*/)
baseName+=removeRedundantWhiteSpace(*specName);
{
baseName+=*specName;
}
else
{
if (current->tArgLists==0)
{
current->tArgLists = new QList<ArgumentList>;
current->tArgLists->setAutoDelete(TRUE);
}
ArgumentList *al = new ArgumentList;
current->tArgLists->append(al);
stringToArgumentList(*specName,al);
}
BEGIN(lastSkipSharpContext);
BEGIN(lastSkipSharpContext);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment