| Index: docs/clang_tidy.md
|
| diff --git a/docs/clang_tidy.md b/docs/clang_tidy.md
|
| index 756f60911b863122cf747d4c26881703ed1493f9..a7bcd6e02023846e30d9b2ee0b715f317f2d3e59 100644
|
| --- a/docs/clang_tidy.md
|
| +++ b/docs/clang_tidy.md
|
| @@ -95,7 +95,7 @@ goma. if you run into issues, let us know!
|
|
|
| If you see errors like
|
| ```
|
| -src/build/linux/debian_wheezy_amd64-sysroot/usr/include/wchar.h:40:11: error: 'stdarg.h' file not found [clang-diagnostic-error]
|
| +src/build/linux/debian_jessie_amd64-sysroot/usr/include/wchar.h:40:11: error: 'stdarg.h' file not found [clang-diagnostic-error]
|
| ```
|
|
|
| then you should also build the `clang-headers` target in your llvm checkout.
|
|
|