[cfe-dev] [PATCH] Fixit for incorrect includes
Aaron Ballman
aaron at aaronballman.com
Tue Jul 17 09:14:54 PDT 2012
This patch creates a fixit for include directives where the file could
not be found when using angle brackets, but can be found when using
quotes. The converse is not needed since quoted includes will search
angle bracket locations by default.
Eg)
#include <header.h> // can be found via #include "header.h" instead
Thoughts?
~Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: include_fixit.patch
Type: application/octet-stream
Size: 2045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120717/2b766ec9/attachment.obj>
More information about the cfe-dev
mailing list