]> granicus.if.org Git - clang/commitdiff
Fixed a typo (compilation_commands.json --> compile_commands.json).
authorAndrey Bokhanko <andreybokhanko@gmail.com>
Fri, 19 Aug 2016 13:36:31 +0000 (13:36 +0000)
committerAndrey Bokhanko <andreybokhanko@gmail.com>
Fri, 19 Aug 2016 13:36:31 +0000 (13:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279240 91177308-0d34-0410-b5e6-96231b3b80d8

docs/HowToSetupToolingForLLVM.rst

index 924774210b3313e8fb5c804a885e8471c71b3237..3812fc9f46e7550f5169b528c006f73e7b96cd6c 100644 (file)
@@ -13,7 +13,7 @@ Introduction
 
 Clang Tooling needs a compilation database to figure out specific build
 options for each file. Currently it can create a compilation database
-from the ``compilation_commands.json`` file, generated by CMake. When
+from the ``compile_commands.json`` file, generated by CMake. When
 invoking clang tools, you can either specify a path to a build directory
 using a command line parameter ``-p`` or let Clang Tooling find this
 file in your source tree. In either case you need to configure your