summaryrefslogtreecommitdiffstats
path: root/clang/tools/CIndex/CIndex.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* More fleshing out the C-based indexing API (under construction).Steve Naroff2009-08-311-27/+101
| | | | llvm-svn: 80529
* gcc 4.4 needs cstdio for printf. Reorder includes while at it.Benjamin Kramer2009-08-291-6/+3
| | | | llvm-svn: 80430
* Hide IdxVisitor and remove unimplemented method (causing link errors on x86_64Daniel Dunbar2009-08-281-2/+4
| | | | | | linux builder). llvm-svn: 80376
* Lot's of little changes to get the C-based indexing API going...Steve Naroff2009-08-281-8/+43
| | | | | | Work in progress. llvm-svn: 80367
* Add CX prefix to Cursor and move a comment.Steve Naroff2009-08-281-15/+18
| | | | llvm-svn: 80359
* Fill in Index.h header file and add stubs to implementation file.Steve Naroff2009-08-271-1/+104
| | | | llvm-svn: 80279
* Add initial boilerplate for CIndex, a shared library that will vend high-levelTed Kremenek2009-08-261-0/+17
source symbol information (harvested by Clang) through a C API. llvm-svn: 80166
OpenPOWER on IntegriCloud