| Commit message (Expand) | Author | Age | Files | Lines |
| * | [libclang] Index implicit property references. | Argyrios Kyrtzidis | 2011-10-18 | 1 | -0/+6 |
| * | [libclang] Introduce a new high level API for indexing clients that assumes | Argyrios Kyrtzidis | 2011-10-17 | 1 | -0/+323 |
| * | Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to | Erik Verbruggen | 2011-10-14 | 1 | -2/+28 |
| * | Allow for annotate attributes after access specifiers. When such | Erik Verbruggen | 2011-10-13 | 1 | -1/+2 |
| * | [libclang] Removed accidental addition of CXCursor_AnnotateAttr. | Erik Verbruggen | 2011-10-06 | 1 | -2/+1 |
| * | [libclang] Fix symbol export for clang_Range_isNull so MSVC won't complain. | Erik Verbruggen | 2011-10-06 | 1 | -2/+3 |
| * | Added CXAvailability_NotAccessible to indicate that a declaration is availabl... | Erik Verbruggen | 2011-10-06 | 1 | -1/+6 |
| * | [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, | Argyrios Kyrtzidis | 2011-10-06 | 1 | -0/+48 |
| * | Expose more statement, expression, and declaration kinds in libclang, | Douglas Gregor | 2011-10-05 | 1 | -3/+326 |
| * | [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/p... | Argyrios Kyrtzidis | 2011-09-30 | 1 | -2/+5 |
| * | [libclang] Introduce clang_Range_isNull. | Argyrios Kyrtzidis | 2011-09-28 | 1 | -0/+5 |
| * | [libclang] Expose array size and element type, patch by Vinay Sajip! | Argyrios Kyrtzidis | 2011-09-27 | 1 | -1/+16 |
| * | MSVC is stuck in the 80s. | Argyrios Kyrtzidis | 2011-09-27 | 1 | -3/+1 |
| * | [libclang] Introduce clang_Cursor_isNull and clang_Cursor_getTranslationUnit ... | Argyrios Kyrtzidis | 2011-09-27 | 1 | -0/+12 |
| * | [libclang] Introduce clang_getPresumedLocation which works like clang_getExpa... | Argyrios Kyrtzidis | 2011-09-13 | 1 | -0/+43 |
| * | [libclang] | Argyrios Kyrtzidis | 2011-09-13 | 1 | -1/+3 |
| * | Update libclang to have APIs corresponding to the new 'expansion' naming | Chandler Carruth | 2011-08-31 | 1 | -3/+17 |
| * | Eliminate the -chained-pch flag and all of the frontend and libclang options ... | Douglas Gregor | 2011-08-25 | 1 | -4/+4 |
| * | Add a new libclang API to return a CXCompletionString for an arbitrary | Douglas Gregor | 2011-08-04 | 1 | -0/+12 |
| * | clang_getCXTUResourceUsage: report memory used by HeaderSearch. | Ted Kremenek | 2011-07-26 | 1 | -2/+3 |
| * | clang_getCXTUResourceUsage: Report memory used by data structures in SourceMa... | Ted Kremenek | 2011-07-26 | 1 | -2/+3 |
| * | Add new libclang API, clang_codeCompleteGetObjCSelector(), which | Douglas Gregor | 2011-07-26 | 1 | -0/+15 |
| * | Fix the MSVC build. 2 problems: | Francois Pichet | 2011-07-25 | 1 | -1/+2 |
| * | Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of | Douglas Gregor | 2011-07-25 | 1 | -0/+47 |
| * | Extend libclang with clang_equalRanges, from Erik Verbruggen! | Douglas Gregor | 2011-07-23 | 1 | -0/+8 |
| * | New libclang API to expose container type for code completion, from | Douglas Gregor | 2011-07-21 | 1 | -0/+33 |
| * | Clean up some comments I missed when switching from | Chandler Carruth | 2011-07-14 | 1 | -4/+4 |
| * | NestedMacroInstantiations -> NestedMacroExpansions | Chandler Carruth | 2011-07-14 | 1 | -1/+11 |
| * | Update all of the libclang code corresponding to the preprocessor | Chandler Carruth | 2011-07-14 | 1 | -1/+2 |
| * | [arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' p... | Argyrios Kyrtzidis | 2011-07-11 | 2 | -79/+45 |
| * | [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. | Argyrios Kyrtzidis | 2011-07-09 | 1 | -0/+79 |
| * | Introduce a new libclang aPI function, | Douglas Gregor | 2011-07-07 | 1 | -0/+144 |
| * | libclang: Allow callers of clang_saveTranslationUnit() to distinguish | Douglas Gregor | 2011-07-06 | 1 | -2/+38 |
| * | Improve the Python bindings for libclang in a few ways, from Eli | Douglas Gregor | 2011-07-06 | 1 | -0/+5 |
| * | Expose @synthesize and @dynamic via their own cursor kinds in | Douglas Gregor | 2011-06-03 | 1 | -1/+5 |
| * | Add clang_CXXMethod_isVirtual() to libclang, from Erik Verbruggen! | Douglas Gregor | 2011-05-12 | 1 | -0/+7 |
| * | Introduce a new libclang parsing flag, | Douglas Gregor | 2011-05-06 | 1 | -1/+12 |
| * | Enhance clang_getCXTUResourceUsage() to return the amount of memory used by t... | Ted Kremenek | 2011-05-04 | 1 | -2/+4 |
| * | Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), | Douglas Gregor | 2011-05-04 | 1 | -0/+8 |
| * | Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer... | Ted Kremenek | 2011-04-28 | 1 | -4/+5 |
| * | Enhance clang_getCXTUResourceUsage() to report how much memory is used by Sou... | Ted Kremenek | 2011-04-28 | 1 | -2/+4 |
| * | Enhance clang_getCXTUResourceUsage() to report the amount of memory used by A... | Ted Kremenek | 2011-04-28 | 1 | -2/+3 |
| * | Enhance clang_getCXTUResourceUsage() to report the amount of memory used by S... | Ted Kremenek | 2011-04-28 | 1 | -2/+3 |
| * | Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'. | Ted Kremenek | 2011-04-20 | 1 | -19/+25 |
| * | Report memory usage for global code completion results in CXTUMemoryUsage. | Ted Kremenek | 2011-04-18 | 1 | -1/+2 |
| * | Add libclang API to query how much memory is used by a CXTranslationUnit. Th... | Ted Kremenek | 2011-04-18 | 1 | -1/+50 |
| * | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -2/+4 |
| * | Add libclang hook 'clang_toggleCrashRecovery()', which provides a mechanism f... | Ted Kremenek | 2011-03-18 | 1 | -0/+9 |
| * | Mention libclang in the Doxygen documentation | Douglas Gregor | 2011-02-23 | 1 | -1/+1 |
| * | Add libclang functions to determine the const/volatile/restrict | Douglas Gregor | 2011-01-27 | 1 | -0/+18 |