[cfe-commits] PATCH: Add a custom initialization hook for clang tools.

Alexander Kornienko alexfh at google.com
Tue Jul 17 07:47:22 PDT 2012


This patch adds a custom initialize hook for clang tools. This is useful
for plugging in custom initialization in private code bases and IDEs.
Currently it can be used by compiling with a -DUSE_CUSTOM_TOOL_INIT and
linking in an implementation for the customToolInit function.

-- 
Regards,
Alexander
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120717/60ebab4f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tool-init-hook.diff
Type: application/octet-stream
Size: 3487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120717/60ebab4f/attachment.obj>


More information about the cfe-commits mailing list