Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
42f849c4
Commit
42f849c4
authored
Dec 03, 2009
by
Roberto Raggi
Browse files
Fixed line/column position after macro expansion.
Task-Number: QTCREATORBUG-409
parent
5373017a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/libs/cplusplus/pp-engine.cpp
View file @
42f849c4
...
...
@@ -746,6 +746,9 @@ bool Preprocessor::markGeneratedTokens(bool markGeneratedTokens,
else
out
(
*
it
);
}
if
(
!
markGeneratedTokens
&&
dot
->
newline
())
processNewline
(
/*force = */
true
);
}
return
previous
;
...
...
Write
Preview
Supports
Markdown
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