[LLVMbugs] [Bug 13201] Warning for #include " " instead of < >
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jul 18 00:16:47 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13201
Olaf van der Spek <olafvdspek at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #4 from Olaf van der Spek <olafvdspek at gmail.com> 2012-07-18 02:16:47 CDT ---
I'm afraid we misunderstood eachother, although the fixit you implemented looks
useful.
Suppose #include "vector" is used. This should be #include <vector>. My request
is to warn for this 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