Bug 345863 - Background parser doesn't add newline at the end of a file
Summary: Background parser doesn't add newline at the end of a file
Status: RESOLVED WAITINGFORINFO
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR minor
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-04 13:04 UTC by aan3d
Modified: 2016-03-09 08:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description aan3d 2015-04-04 13:04:44 UTC
If there's a header file which ends with a macro definition but lacks the newline at the end of a file, then later background parser stumbles upon EOF character at macro invocation line and stops parsing a file after it.
Comment 1 Kevin Funk 2016-03-09 08:16:17 UTC
Is still valid? Care to elaborate more? Provide an example?