Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More fleshing out the C-based indexing API (under construction). | Steve Naroff | 2009-08-31 | 1 | -27/+101 | |
| | | | | llvm-svn: 80529 | |||||
* | gcc 4.4 needs cstdio for printf. Reorder includes while at it. | Benjamin Kramer | 2009-08-29 | 1 | -6/+3 | |
| | | | | llvm-svn: 80430 | |||||
* | Hide IdxVisitor and remove unimplemented method (causing link errors on x86_64 | Daniel Dunbar | 2009-08-28 | 1 | -2/+4 | |
| | | | | | | linux builder). llvm-svn: 80376 | |||||
* | Lot's of little changes to get the C-based indexing API going... | Steve Naroff | 2009-08-28 | 1 | -8/+43 | |
| | | | | | | Work in progress. llvm-svn: 80367 | |||||
* | Add CX prefix to Cursor and move a comment. | Steve Naroff | 2009-08-28 | 1 | -15/+18 | |
| | | | | llvm-svn: 80359 | |||||
* | Fill in Index.h header file and add stubs to implementation file. | Steve Naroff | 2009-08-27 | 1 | -1/+104 | |
| | | | | llvm-svn: 80279 | |||||
* | Add initial boilerplate for CIndex, a shared library that will vend high-level | Ted Kremenek | 2009-08-26 | 1 | -0/+17 | |
source symbol information (harvested by Clang) through a C API. llvm-svn: 80166 |