Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Umbrello
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Bugzilla
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SDK
Umbrello
Commits
7380a0fc
Commit
7380a0fc
authored
9 years ago
by
Ralf Habacker
Browse files
Options
Downloads
Patches
Plain Diff
Coverity check of master@e2a24e0, CID 71501: Uninitialized scalar field (UNINIT_CTOR).
CCBUG:340646
parent
8e000103
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/cppparser/lexer.h
+4
-0
4 additions, 0 deletions
lib/cppparser/lexer.h
with
4 additions
and
0 deletions
lib/cppparser/lexer.h
+
4
−
0
View file @
7380a0fc
...
...
@@ -374,6 +374,10 @@ inline Token::Token(int type, int position, int length, const QString& text)
:
m_type
(
type
),
m_position
(
position
),
m_length
(
length
),
m_startLine
(
0
),
m_startColumn
(
0
),
m_endLine
(
0
),
m_endColumn
(
0
),
m_text
(
text
)
{
DBG_LEXER
<<
type
<<
position
<<
length
<<
text
.
mid
(
position
,
length
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment