[PATCH] D33920: [index] Record C++17 binding declarations

2017-06-15 Thread Alex Lorenz via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL305508: [index] Record C++17 global binding declarations (authored by arphaman). Changed prior to commit: https://reviews.llvm.org/D33920?vs=101478&id=102722#toc Repository: rL LLVM https://reviews.

[PATCH] D33920: [index] Record C++17 binding declarations

2017-06-05 Thread Alex Lorenz via Phabricator via cfe-commits
arphaman created this revision. Global binding declarations should be recorded as `variable` symbols. Repository: rL LLVM https://reviews.llvm.org/D33920 Files: lib/Index/IndexDecl.cpp lib/Index/IndexSymbol.cpp test/Index/Core/index-source.cpp Index: test/Index/Core/index-source.cpp