make/vscode/indexers/clangd-notes.txt
author sgehwolf
Tue, 08 Oct 2019 15:30:46 +0200
changeset 58515 8f849d3ec1e5
parent 55166 2ae056696b15
permissions -rw-r--r--
8232003: (fs) Files.write can leak file descriptor in the exception case Summary: Be sure to close the leaked OutputStream in all cases Reviewed-by: alanb, bpb, clanger


* 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.