Hello,
I like to find out if anyone came across this earlier with C++ code completion:
1) Is there anyway to handle "*.ipp" extension file properly. It seems to me YCM/clangd is not properly parsing this file. I am not sure if there is anyway to convert this file in "*.h" before indexing in to clang/YCM.
2) Some of the namespaces are not getting recognized. I do have valid includes passed as "-I" command to clangd. Also I see following diagnostic error:
Use of undeclared identifier 'std' [undeclared_var_use]
It seems that standard namespace is getting evaluated as identifier for some reason.
If someone came across such issue and have a fix, please let me know.
Thanks in advance,
Priyank