make/vscode/indexers/clangd-notes.txt
author ysuenaga
Fri, 18 Oct 2019 09:57:20 +0900
changeset 58682 9f5b92d5a1b2
parent 55166 2ae056696b15
permissions -rw-r--r--
8232084: HotSpot build failed with GCC 9.2.1 Reviewed-by: sspitsyn, cjplummer, dholmes, iklam


* The "clangd" indexer must be present in PATH, or configured with "clangd.path" in user preferences.
* If building with clang (default on OSX), precompiled headers must be disabled.