[cfe-dev] RFC: Adding a rename refactoring tool to clang

Reid Kleckner rnk at google.com
Wed Jul 30 10:19:00 PDT 2014


On Tue, Jul 29, 2014 at 10:18 PM, Daniel Albuschat <d.albuschat at gmail.com>
wrote:

> Will this only work on a codebase that can be compiled (or at least
> strictly parsed) with clang, or is it more "fuzzy", so it will work with
> e.g. a codebase that uses windows.h (that, afaik, can not be compiled with
> clang - please correct me if I'm wrong)?
>

Clang can parse windows.h.  :)  Besides, windows.h is plain C, which makes
it easy.  The C++ headers are the hard part.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140730/fe539104/attachment.html>


More information about the cfe-dev mailing list