I am working on a project that requires an understanding of llvm compiler source code. To view the llvm source code, I tried using cscope with the following command in the source root directory:
cscope -R *
But that will not work. Since basically there are .cpp and .h files, but some .c files are also there. So now I have no clue how to make cscope work? Can anybody help?
user1129237
source share