diff --git a/web/blog/_posts/2016-06-23-indexing_clang_with_coati_using_clang.md b/web/blog/_posts/2016-06-23-indexing_clang_with_coati_using_clang.md index 7424605b..881b3ea6 100644 --- a/web/blog/_posts/2016-06-23-indexing_clang_with_coati_using_clang.md +++ b/web/blog/_posts/2016-06-23-indexing_clang_with_coati_using_clang.md @@ -50,7 +50,7 @@ My co-workers are working on a Mac and Linux. They can use that same CMakeLists #### Manual setup For the sake of this post I decided not to use any of the automated approaches. Instead I wanted to setup the project manually. As I only needed to look at Clang and leave the rest of LLVW untouched this was rather simple. First I added all the *Project Paths* I wanted Coati to analyze: -``` +```plaintext Project Paths: /llvm/tools/clang/lib /llvm/tools/clang/include @@ -59,7 +59,7 @@ Project Paths: Please note that I also added some paths called *include* to the project paths above. Even though these paths only contain header files I still wanted Coati to know that once it encounters a header file located in one of these folders it should index it. Furthermore we need to add the following rows to the *Include Paths*. This tells Coati where to look for additional includes that should not be indexed. -``` +```plaintext Include Paths: /llvm/include /build/include