[llvm-bugs] [Bug 26045] New: ifdef breaks preamble generation

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jan 6 09:55:58 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26045

            Bug ID: 26045
           Summary: ifdef breaks preamble generation
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: libclang
          Assignee: unassignedclangbugs at nondot.org
          Reporter: clang at bubke.de
                CC: klimek at google.com, llvm-bugs at lists.llvm.org
    Classification: Unclassified

If you use header guards or other #ifdefs every include after them are not
included in the preamble. pragma once it working. This is slowing down the code
completion massively.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160106/5ad066fb/attachment-0001.html>


More information about the llvm-bugs mailing list