We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16a551 commit d0b6cd6Copy full SHA for d0b6cd6
docs/HowToSetupToolingForLLVM.rst
@@ -13,7 +13,7 @@ Introduction
13
14
Clang Tooling needs a compilation database to figure out specific build
15
options for each file. Currently it can create a compilation database
16
-from the ``compilation_commands.json`` file, generated by CMake. When
+from the ``compile_commands.json`` file, generated by CMake. When
17
invoking clang tools, you can either specify a path to a build directory
18
using a command line parameter ``-p`` or let Clang Tooling find this
19
file in your source tree. In either case you need to configure your
0 commit comments