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

            Bug ID: 19691
           Summary: class MacroDirective::DefInfo default constructor
                    fails to initialize IsPublic
           Product: clang
           Version: 3.4
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The class MacroDirective::DefInfo in MacroInfo.h has a default constructor
which fails to initialize all of it's primitive member data. The member
"IsPublic" is left uninitialized.

I don't think this has any practical side-effects currently, outside of the API
oddity that the "isPublic()" method will return inconsistent results when
"isInvalid()" is true.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to