From 4fd910a096532fed2552c67bceabe237a9e3c7d6 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Sat, 2 Feb 2013 22:59:17 +0100 Subject: tutorial examples for writing new Clang plugin actions http://wiki.documentfoundation.org/Clang_plugins Change-Id: Ieb4fc186490e81ab961c094ca0a7fcdabc0f348f --- compilerplugins/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compilerplugins/README') diff --git a/compilerplugins/README b/compilerplugins/README index 9d531db946ea..a5441c95dd90 100644 --- a/compilerplugins/README +++ b/compilerplugins/README @@ -40,4 +40,5 @@ Modifications will be written directly to the source files. == Code documentation / howtos == -TBD +http://wiki.documentfoundation.org/Clang_plugins + -- cgit