diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-02-02 22:59:17 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-02-02 22:59:46 +0100 |
commit | 4fd910a096532fed2552c67bceabe237a9e3c7d6 (patch) | |
tree | 6ea0e4eee6813cf5e7b735afda358499e7289d76 /compilerplugins/README | |
parent | 18e615189df93cb704c32553a41505a1bdc984f1 (diff) |
tutorial examples for writing new Clang plugin actions
http://wiki.documentfoundation.org/Clang_plugins
Change-Id: Ieb4fc186490e81ab961c094ca0a7fcdabc0f348f
Diffstat (limited to 'compilerplugins/README')
-rw-r--r-- | compilerplugins/README | 3 |
1 files changed, 2 insertions, 1 deletions
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 + |