Home | History | Annotate | Download | only in docs

Lines Matching full:clang

2 Clang Plugins
5 Clang Plugins make it possible to run extra user defined actions during a
7 run a Clang Plugin.
12 Clang Plugins run FrontendActions over code. See the :doc:`FrontendAction
15 simple clang plugin.
70 example is checked into the clang repository; please take a look at
87 Note that those options must reach clang's cc1 process. There are two
94 * Use clang as usual, but prefix all arguments to the cc1 process with
98 clang, first build the plugin, and then call clang with the plugin from the
105 $ clang++ -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS \
107 -I$BD/tools/clang/include -Itools/clang/include -I$BD/include -Iinclude \
108 tools/clang/tools/clang-check/ClangCheck.cpp -fsyntax-only \
116 Using the clang command line
119 Using `-fplugin=plugin` on the clang command line passes the plugin