PP output loses line count with -C · Issue #3113 · llvm/llvm-project (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@llvmbot

Description

@llvmbot

Bugzilla Link 2741
Resolution FIXED
Resolved on Mar 12, 2010 00:57
Version unspecified
OS NetBSD
Blocks llvm/llvm-bugzilla-archive#4068
Reporter LLVM Bugzilla Contributor
CC @edwintorok

Extended Description

For example, preprocessing the following with -C puts y on the wrong line.

/* a
boring
comment */
y

Although a problem with -C, the issue is more generic, for example if the raw string literals patch is accepted it would have the same bug.