Skip to content

Commit d0b6cd6

Browse files
Fixed a typo (compilation_commands.json --> compile_commands.json).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279240 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent d16a551 commit d0b6cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/HowToSetupToolingForLLVM.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Introduction
1313

1414
Clang Tooling needs a compilation database to figure out specific build
1515
options for each file. Currently it can create a compilation database
16-
from the ``compilation_commands.json`` file, generated by CMake. When
16+
from the ``compile_commands.json`` file, generated by CMake. When
1717
invoking clang tools, you can either specify a path to a build directory
1818
using a command line parameter ``-p`` or let Clang Tooling find this
1919
file in your source tree. In either case you need to configure your

0 commit comments

Comments
 (0)