[LLVMbugs] [Bug 14181] New: Diagnostics not restored when temporarily disabled from within PCH

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Oct 25 12:33:32 PDT 2012


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

             Bug #: 14181
           Summary: Diagnostics not restored when temporarily disabled
                    from within PCH
           Product: clang
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: matthias_kleine at gmx.de
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 9418
  --> http://llvm.org/bugs/attachment.cgi?id=9418
Testcase for the bug

Diagnostics that are temporarily disabled (using "#pragma clang diagnostic
push/pop") from within precompiled headers are not re-enabled in the including
file. Find attached a patch that extends the existing PCH-diagnostics-test to
also test for this.

-- 
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