index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
c-index-test
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2011-02-19
Re-instate r125819 and r125820 with no functionality change
Peter Collingbourne
2011-02-19
Revert 125820 and 125819 to fix PR9266.
Rafael Espindola
2011-02-18
Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction
Peter Collingbourne
2011-02-10
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
2010-09-13
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-10
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-09-09
Clean up CMake dependencies
Douglas Gregor
2010-08-20
Another step in the process of making the parser depend on Sema:
John McCall
2010-08-17
Reintroduce the serialization library, with fixed dependencies.
Sebastian Redl
2010-04-30
Rename 'CIndex' to 'libclang', since it has basically become our stable public
Daniel Dunbar
2009-12-02
Normalize CIndex/c-index-test/index-test link lines in the hopes it will fix
Daniel Dunbar
2009-12-02
Fix relative ordering of Analyis library.
Daniel Dunbar
2009-12-01
Add ASTUnit::LoadFromCompilerInvocation, which does what it says.
Daniel Dunbar
2009-10-05
Make sure that c-index-test links as a C++ executable
Douglas Gregor
2009-08-28
Lot's of little changes to get the C-based indexing API going...
Steve Naroff