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)
llvm-svn: 279240

clang/docs/HowToSetupToolingForLLVM.rst

index 9247742..3812fc9 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