From 1632c414b5f7d23bb8305501e397727f8135e0ea Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 19 Jan 2019 15:20:57 -0500 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 5e4effc..f602a1b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -16,7 +16,7 @@ options with GCC which are not available in Clang you can use remove them. If you want to convince Clang to use the GCC header files you can add the -`--gcc-toolchain` option either via the [`.ccls` file](Customization#ccls-file) +`--gcc-toolchain` option either via the [`.ccls` file](Project-Setup#ccls-file) or the [`clang.extraArgs](Customization#clangextraargs--clangexcludeargs) initialization option. For example to choose the GCC system header files you might add: @@ -129,7 +129,7 @@ use `c-index-test`. `Debug/clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-16.04/bin/c-index-test -index-file local /tmp/c/a.cc -isystem/usr/include/c++/7.3.0 -isystemyour_include_path2` Play with your `-isystem` options until you get a group of options that you -can add to the [`.ccls` file](Customization#ccls-file) or add through +can add to the [`.ccls` file](Project-Setup#ccls-file) or add through `clang.extraArgs`. ## Inspect index files