[LLVMbugs] [Bug 2357] declaration error, from self included file

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Jun 1 11:32:55 PDT 2008


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


Nuno Lopes <nunoplopes at sapo.pt> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nunoplopes at sapo.pt
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Nuno Lopes <nunoplopes at sapo.pt>  2008-06-01 13:32:55 ---
fixed in r51843. The problem was with the multiple #include optimization that
clang performs when files are protected with standard #ifndef/#define/#endif.
In this case, clang was considering the file to have just one big #ifndef
macro, which is not the case.


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