[PATCH] D61316: [clangd] Improvements to header mapping: more precise parsing of cppreference symbol pages.

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 2 01:06:20 PDT 2019


kadircet added inline comments.


================
Comment at: clangd/include-mapping/gen_std.py:95
+        if was_decl:
+          current_headers = []
+        was_decl = False
----------------
kadircet wrote:
> why not perform clean-up unconditionally?
ok I see the reason for that one, https://en.cppreference.com/w/cpp/numeric/math/abs, NVM


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61316/new/

https://reviews.llvm.org/D61316





More information about the cfe-commits mailing list