[LLVMbugs] [Bug 5617] Inconsistency when reporting macro location

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Dec 3 23:07:00 PST 2009


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


Chris Lattner <clattner at apple.com> changed:

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




--- Comment #5 from Chris Lattner <clattner at apple.com>  2009-12-04 01:06:59 ---
A preprocessor-only example is:

$ cat t.c
#if CL
#endif
$ clang-cc "-DCL=?" -Eonly t.c

Fixed here:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20091130/024888.html


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