| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce clang_getCursorReferenced, to get a cursor pointing at the | Douglas Gregor | 2010-01-19 | 1 | -5/+7 |
* | Implement clang_getCursorExtent, which provides a source range for the | Douglas Gregor | 2010-01-19 | 1 | -8/+8 |
* | Introduce clang_getCursorLocation(), which supercedes | Douglas Gregor | 2010-01-18 | 1 | -16/+23 |
* | Clean up the CIndex API slightly. | Douglas Gregor | 2010-01-18 | 1 | -1/+1 |
* | Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing '... | Ted Kremenek | 2010-01-18 | 1 | -18/+4 |
* | Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). ... | Ted Kremenek | 2010-01-16 | 1 | -8/+17 |
* | Make CXCursor's data opaque. | Douglas Gregor | 2010-01-15 | 1 | -7/+7 |
* | Add -cursor-at=file:line:column command line option to c-index-test, | Douglas Gregor | 2010-01-15 | 1 | -1/+71 |
* | Add USR printing modes to c-index-test. | Ted Kremenek | 2010-01-12 | 1 | -10/+54 |
* | Make 'CXTranslationUnitIterator' an argument to perform_test_load(), | Ted Kremenek | 2010-01-12 | 1 | -8/+12 |
* | Improve code completion by introducing patterns for the various C and | Douglas Gregor | 2010-01-10 | 1 | -0/+5 |
* | Add FileCheck prefix to another location in the output of c-index-test. | Ted Kremenek | 2010-01-07 | 1 | -1/+1 |
* | Remove unused variables. | Ted Kremenek | 2010-01-05 | 1 | -2/+0 |
* | Add C API hook 'clang_getDeclExtent()', which returns the source extent of a ... | Ted Kremenek | 2010-01-05 | 1 | -16/+42 |
* | Extend code-completion results with the type of each result | Douglas Gregor | 2009-12-18 | 1 | -0/+1 |
* | Change clang_codeComplete API to return the results in a structure on | Douglas Gregor | 2009-12-18 | 1 | -4/+13 |
* | Test for errors during fread() inside c-index-test and handle them | Chandler Carruth | 2009-12-17 | 1 | -1/+9 |
* | Switch clang_createTranslationUnitFromSourceFile to use ASTUnit::LoadFromComm... | Daniel Dunbar | 2009-12-03 | 1 | -0/+5 |
* | Extend the CIndex code-completion API to perform code completion | Douglas Gregor | 2009-12-02 | 1 | -1/+95 |
* | c-index-test: Split "function scanning" behavior into its own "filter" -- its | Daniel Dunbar | 2009-12-01 | 1 | -68/+63 |
* | Add c-index-test -test-load-source, which loads the translation unit from a s... | Daniel Dunbar | 2009-12-01 | 1 | -1/+36 |
* | Add special clang_getCursor() support for @class. Handles <rdar://problem/73... | Ted Kremenek | 2009-11-18 | 1 | -9/+16 |
* | fgetln is a BSDism; replace it with more portable code. | Benjamin Kramer | 2009-11-17 | 1 | -6/+9 |
* | Add c-index-test mode "-test-file-scan", which scans a source file and calls ... | Ted Kremenek | 2009-11-17 | 1 | -6/+100 |
* | Organize c-index-test into logic sections, and add section headers. | Ted Kremenek | 2009-11-17 | 1 | -42/+62 |
* | Clean up c-index-test command line usage a bit by requiring a "-test-load-tu"... | Ted Kremenek | 2009-11-17 | 1 | -36/+49 |
* | Have clang_getCursorSource() return NULL when the source location is invalid ... | Ted Kremenek | 2009-11-17 | 1 | -4/+11 |
* | Improve c-index-test's parsing of the -code-completion-at=file:line:column ar... | Douglas Gregor | 2009-11-09 | 1 | -21/+24 |
* | Introduce CXString type and associated functions clang_getCString() and clang... | Steve Naroff | 2009-11-09 | 1 | -4/+17 |
* | C doesn't allow mixing declarations and statements, silly | Douglas Gregor | 2009-11-09 | 1 | -2/+2 |
* | Minor cleanup for CIndex-based code-completion: | Douglas Gregor | 2009-11-09 | 1 | -11/+24 |
* | Revert unintentional change to this file. | Daniel Dunbar | 2009-11-08 | 1 | -2/+1 |
* | CIndex: Add temporary hack to leak memory instead of returning invalid pointers. | Daniel Dunbar | 2009-11-08 | 1 | -1/+2 |
* | Fix some build warnings. | Daniel Dunbar | 2009-11-07 | 1 | -2/+5 |
* | Various improvements to Clang's code-completion infrastructure: | Douglas Gregor | 2009-11-07 | 1 | -0/+106 |
* | Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <... | Steve Naroff | 2009-10-28 | 1 | -6/+2 |
* | Changes for building as a Windows DLL | John Thompson | 2009-10-27 | 1 | -0/+16 |
* | Fixes a warning. | Fariborz Jahanian | 2009-10-22 | 1 | -1/+1 |
* | Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint(). | Ted Kremenek | 2009-10-22 | 1 | -2/+6 |
* | Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc... | Steve Naroff | 2009-10-21 | 1 | -2/+2 |
* | - Extend clang_createIndex() to support PCH and diagnostic 'filtering'. This ... | Steve Naroff | 2009-10-20 | 1 | -5/+3 |
* | Really fix <rdar://problem/7312058> by adding a 'displayDiagnostics' option to | Ted Kremenek | 2009-10-19 | 1 | -1/+1 |
* | Fix compiler warning: "ISO C90 forbids mixed declarations and code" | Ted Kremenek | 2009-10-17 | 1 | -3/+9 |
* | Fix warning: 'warning: C++ style comments are not allowed in ISO C90' | Ted Kremenek | 2009-10-17 | 1 | -1/+1 |
* | Make CIndex and c-index-test a little bit more robust. The only | Douglas Gregor | 2009-10-16 | 1 | -1/+3 |
* | Keep track of whether declararions were loaded from a precompiled | Douglas Gregor | 2009-10-16 | 1 | -1/+7 |
* | Make sure temporary files get unlinked. | Steve Naroff | 2009-10-15 | 1 | -0/+2 |
* | Fix C90 compile warning about mixed declarations and code. | Eric Christopher | 2009-10-05 | 1 | -9/+10 |
* | Add support for class and protocol references. | Steve Naroff | 2009-10-01 | 1 | -6/+4 |
* | Add clang_getDeclLine and clang_getDeclColumn | Steve Naroff | 2009-09-25 | 1 | -1/+8 |