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

Jiangning Liu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |[email protected]
         Resolution|FIXED                       |---

--- Comment #3 from Jiangning Liu <[email protected]> ---
Clang still fail on case 1, although it can pass case 2.

/* case 1: fail */
typedef bool BOOL;
static const BOOL __is_signed = false;

/* case 2: pass */
static const bool __is_signed = false;

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