https://bugs.llvm.org/show_bug.cgi?id=33574
Bug ID: 33574
Summary: Spurious errors when editing header files with
precompiled preamble
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Since r304207 there are spurious errors when editing header files in YCM.
$ cat foo.h
#ifndef FOO_H
#define FOO_H
void foo();
#endif
$ CINDEXTEST_EDITING=1 c-index-test -test-load-source all foo.h
[...]
foo.h:1:2: error: unterminated conditional directive
Number FIX-ITs = 0
foo.h:6:2: error: #endif without #if
Number FIX-ITs = 0
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs