[LLVMbugs] [Bug 7843] New: Enhance mouse-over macro expansion in HTML output

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Aug 8 09:12:31 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=7843

           Summary: Enhance mouse-over macro expansion in HTML output
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
        AssignedTo: kremenek at apple.com
        ReportedBy: alexei.svitkine at gmail.com
                CC: llvmbugs at cs.uiuc.edu


When mousing over a multi-line macro that is defined using \'s, the indentation
of the original macro should be preserved. Currently, the whole macro is put on
a single line, which is impossible to read for non-trivial macros.

For example, a macro defined as:

#define FOO(x) \
  do { \
    bar(x); \
  } while (0)

Should preserve the newlines from the source in the macro expansion mouse-over.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list