Re: c/c++: static function usages cannot be collected

2019-04-17 Thread Wade Chandler
I too like C++, and am waiting on the C/C++ support from the Oracle donations to appear before digging in. My guess is this is something missing (bug/limitation), but as I’m not using NetBeans 8.2 nor working on those sources I can’t be sure. Once that donation is done, supporting “Modern C++”

c/c++: static function usages cannot be collected

2019-04-15 Thread Pablo Chin
Hello, I have a C/C++ "Project with Existing Sources" in Netbeans 8.2. For Code Assitance, I'm using CLang. I configured Code Assistance to Search file system for C/C++ header files. After parsing the project, I'm only able to find functions for which a declaration exists in a .h file. Any