[cfe-dev] clang::idx -> 3.2 release

Luis Ayuso luis at dps.uibk.ac.at
Mon Dec 10 09:13:53 PST 2012


Dear Clang Community

Recently we decided to port a tool which uses clang (llvm 3.0) to the 
latest version (llvm 3.2) and we had some trouble with the indexing tools.
Previously there was a namespace clang::idx containing Index and Entity, 
which has disappeared.
I'm wondering how can I use declarations Index with new versions.
I need to find correct definition of a symbol in a set of different 
source files.

thanks



More information about the cfe-dev mailing list