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: unassignedclangb...@nondot.org
          Reporter: cl...@bubke.de
                CC: kli...@google.com, llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to