We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6d20f commit 8450671Copy full SHA for 8450671
docs/source/user_api/supported_plugins.rst
@@ -3,3 +3,19 @@ Supported Plugins
3
4
clang_compile_commands.h
5
------------------------
6
+
7
+.. doxygenclass:: buildcc::plugin::ClangCompileCommands
8
9
+Example
10
+--------
11
12
+.. code-block:: cpp
13
+ :linenos:
14
15
+ using namespace buildcc;
16
17
+ Target foolib;
18
+ Target hello_world;
19
20
+ // Foolib and Hello world targets are both added to a single "compile_commands.json" file
21
+ plugin::ClangCompileCommands({&foolib, &hello_world}).Generate();
0 commit comments