This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6b16b5e741
llvm-project
/
clang
/
tools
/
CIndex
History
Ted Kremenek
2a3ffa9658
Always emit error diagnostics when an error occurs within clang_createTranslationUnit() and clang_createTranslationUnitFromSource(). These kind of errors are ones that shouldn't be missed.
...
llvm-svn: 84904
2009-10-22 22:19:00 +00:00
..
CIndex.cpp
Always emit error diagnostics when an error occurs within clang_createTranslationUnit() and clang_createTranslationUnitFromSource(). These kind of errors are ones that shouldn't be missed.
2009-10-22 22:19:00 +00:00
CIndex.exports
Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint().
2009-10-22 17:22:53 +00:00
CMakeLists.txt
Try to unbreak MSVC build.
2009-10-18 19:59:44 +00:00
Makefile
Add CIndex dependencies: libLLVMC and libclangSema (for IdentifierResolver).
2009-08-28 18:33:53 +00:00