[LLVMbugs] [Bug 2039] clang doesn't propagate qualifiers for arrays correctly

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Apr 1 22:19:52 PDT 2008


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


Chris Lattner <sabre at nondot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Chris Lattner <sabre at nondot.org>  2008-04-02 00:19:52 ---
Fixed, patch here:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080331/004901.html

Clang doesn't diagnose this:

int d() {
  int *A;  const int *B;
  return A == B;
}

so one of your testcases isn't triggering.  The AST looks correct though.

Thanks!

-Chris


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