Author: asbokhan Date: Fri Aug 19 08:36:31 2016 New Revision: 279240 URL: http://llvm.org/viewvc/llvm-project?rev=279240&view=rev Log: Fixed a typo (compilation_commands.json --> compile_commands.json).
Modified: cfe/trunk/docs/HowToSetupToolingForLLVM.rst Modified: cfe/trunk/docs/HowToSetupToolingForLLVM.rst URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/HowToSetupToolingForLLVM.rst?rev=279240&r1=279239&r2=279240&view=diff ============================================================================== --- cfe/trunk/docs/HowToSetupToolingForLLVM.rst (original) +++ cfe/trunk/docs/HowToSetupToolingForLLVM.rst Fri Aug 19 08:36:31 2016 @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits