[LLVMbugs] [Bug 23929] New: Code completion for macros broken when modules enabled

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jun 23 10:41:28 PDT 2015


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

            Bug ID: 23929
           Summary: Code completion for macros broken when modules enabled
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Modules
          Assignee: unassignedclangbugs at nondot.org
          Reporter: jordan_rose at apple.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 14510
  --> https://llvm.org/bugs/attachment.cgi?id=14510&action=edit
lit-style test case

The new logic for macros in modules breaks code completion, because
Preprocessor::macro_begin/_end no longer covers all visible macros. See the
attached test case.

-- 
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/20150623/1835d9b8/attachment.html>


More information about the llvm-bugs mailing list