- 39c411f libclang: Allow callers of clang_saveTranslationUnit() to distinguish by Douglas Gregor · 13 years ago
- 8be80e1 Improve the Python bindings for libclang in a few ways, from Eli by Douglas Gregor · 13 years ago
- 352697a Expose @synthesize and @dynamic via their own cursor kinds in by Douglas Gregor · 13 years ago
- 211924b Add clang_CXXMethod_isVirtual() to libclang, from Erik Verbruggen! by Douglas Gregor · 14 years ago
- dca8ee8 Introduce a new libclang parsing flag, by Douglas Gregor · 14 years ago
- 5e1db6a Enhance clang_getCXTUResourceUsage() to return the amount of memory used by the Preprocessor's bump allocator as well as those from the PreprocessingRecord. by Ted Kremenek · 14 years ago
- dd3e554 Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), by Douglas Gregor · 14 years ago
- e9b5f3d Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffers used by PCH. by Ted Kremenek · 14 years ago
- f61b831 Enhance clang_getCXTUResourceUsage() to report how much memory is used by SourceManager's memory buffers. by Ted Kremenek · 14 years ago
- ba29bd2 Enhance clang_getCXTUResourceUsage() to report the amount of memory used by ASTContext's side tables. by Ted Kremenek · 14 years ago
- 457aaf0 Enhance clang_getCXTUResourceUsage() to report the amount of memory used by SourceManager's content cache allocator. by Ted Kremenek · 14 years ago
- f787002 Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'. by Ted Kremenek · 14 years ago
- 4e6a3f7 Report memory usage for global code completion results in CXTUMemoryUsage. by Ted Kremenek · 14 years ago
- 59fc1e5 Add libclang API to query how much memory is used by a CXTranslationUnit. This is a WIP. Currently we report by Ted Kremenek · 14 years ago
- 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
- d2427dd Add libclang hook 'clang_toggleCrashRecovery()', which provides a mechanism for a client to enable/disable CrashRecovery within libclang function calls. by Ted Kremenek · 14 years ago
- 87fb940 Mention libclang in the Doxygen documentation by Douglas Gregor · 14 years ago
- e72fb6f Add libclang functions to determine the const/volatile/restrict by Douglas Gregor · 14 years ago
- 5389f48 Expose Objective-C type encodings of declarations to libclang users. This also adds a method in ASTContext which encodes FunctionDecls using the same encoding format that is used for Objective-C methods. by David Chisnall · 14 years ago
- 3910cfd Teach clang_getCursorSemanticParent() and by Douglas Gregor · 14 years ago
- eca099b Add new libclang hooks for CXCursorSet, a by Ted Kremenek · 14 years ago
- 9ce5584 Implement a simple hash function for libclang cursors by Douglas Gregor · 14 years ago
- 1a9d050 Implement clang_getCanonicalCursor() in libclang, which does the obvious thing. by Douglas Gregor · 14 years ago
- aa5f135 Extend the libclang diagnostic API to provide information about the by Douglas Gregor · 14 years ago
- 0a90d32 Make definition of CXTranslationUnitImpl private to libclang. by Ted Kremenek · 14 years ago
- a60ed47 Change CXTranslationUnit to not directly cast to an ASTUnit*, by Ted Kremenek · 14 years ago
- ed12273 Move CXString creation/management routines into by Ted Kremenek · 14 years ago
- a9b06d4 ntroduce clang_getSpellingLocation() into libclang, to provide the by Douglas Gregor · 14 years ago
- 27a31fe Revert r118492, which didn't update all of its tests accordingly by Douglas Gregor · 14 years ago
- b627871 Introduce clang_getSpellingLocation() into libclang, to provide the by Douglas Gregor · 14 years ago
- 1ddb02c Clean up some of the comments in Index.h (e.g., misnamed or extra parameters in comments). by Ted Kremenek · 14 years ago
- 995aaf9 libclang: Add clang_executeOnThread, for use in c-index-test (and only there, by Daniel Dunbar · 14 years ago
- 3387c65 Added cursor visitor that takes a block as an argument. Tested compiling by David Chisnall · 14 years ago
- 99ba202 Introduce libclang-level options for C++ precompiled preambles, by Douglas Gregor · 14 years ago
- ecdcb88 Extend the preprocessing record and libclang with support for by Douglas Gregor · 14 years ago
- 83889a7 Add clang_getLocationForOffset() to libclang, for gives a source location from a character index into a file. by David Chisnall · 14 years ago
- e0cc52e Eliminate clang_codeComplete(). libclang clients should be using the by Douglas Gregor · 14 years ago
- b10daed Eliminate clang_setUseExternalASTGeneration() from libclang. Between by Douglas Gregor · 14 years ago
- 358559d Introduce a new libclang function, clang_getCursorDisplayName(), which by Douglas Gregor · 14 years ago
- 9f59234 Extend libclang with an API that determines, given a C++ virtual by Douglas Gregor · 14 years ago
- 2be5bc9 Implement libclang API functions for retrieving the lexical and by Douglas Gregor · 14 years ago
- 1f60d9e Introduce a new kind of cursor into libclang, which covers a reference by Douglas Gregor · 14 years ago
- 36897b0 Add libclang support for label statements, gotos, and taking the by Douglas Gregor · 14 years ago
- a67e03f Teach libclang to walk the base and member initializers of a by Douglas Gregor · 14 years ago
- e0329ac Introduce a new libclang function, by Douglas Gregor · 14 years ago
- 7e24256 Implement libclang support for using declarations. Clang actually uses by Douglas Gregor · 14 years ago
- 2ef6944 Make it clear that libclang does not modify the command-line arguments by Douglas Gregor · 14 years ago
- 0a35bce Implement libclang support for using directives (cursor + visitation + by Douglas Gregor · 14 years ago
- 6931900 Add libclang support for namespace aliases (visitation + USRs) along by Douglas Gregor · 14 years ago
- 49f6f54 Add a new libclang function clang_getTemplateCursorKind(), which by Douglas Gregor · 14 years ago
- 0b36e61 Extend libclang with a new cursor kind that indicates a reference to a by Douglas Gregor · 14 years ago
- 74dbe64 Add libclang support for class template partial specializations, by Douglas Gregor · 14 years ago
- 39d6f07 Add a libclang cursor kind, visitation support and USR support for C++ by Douglas Gregor · 14 years ago
- fe72e9c Implement basic support for indexing function templates in by Douglas Gregor · 14 years ago
- 01829d3 libclang indexing support for C++ constructors, destructors, and by Douglas Gregor · 14 years ago
- 3064ef9 Implement CXCursor support for walking C++ base specifiers. This includes adding the API hooks clang_isVirtualBase() and clang_getCXXAccessSpecifier() to query properties of the base specifier. by Ted Kremenek · 14 years ago
- ad72f4d Fix copy-paste in doxygen comment. by Ted Kremenek · 14 years ago
- 1e5e668 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
- 1cb237f Revert r112149, "Move the sorting of code-completion results out of the main by Daniel Dunbar · 14 years ago
- be13afe Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
- 95f3355 Add libclang API hook "clang_getIBOutletCollectionType" to query the collection type for iboutletcollection attributes. by Ted Kremenek · 14 years ago
- 076c22a Silence warning about C++-style comments. by Peter Collingbourne · 14 years ago
- 58ddb60 Introduce new libclang API functions that determine the availability by Douglas Gregor · 14 years ago
- 1999844 Add an options parameter to clang_saveTranslationUnit, because we'll want it later by Douglas Gregor · 14 years ago
- 7ae2faa Implement clang_saveTranslationUnit(), which saves a translation unit by Douglas Gregor · 14 years ago
- e1e13bf Add a (currently unused) "options" parameter to by Douglas Gregor · 14 years ago
- b1c031b Instead of having a specific CXTranslationUnit_* option flag for by Douglas Gregor · 14 years ago
- df95a13 Use precompiled preambles for in-process code completion. by Douglas Gregor · 14 years ago
- cee235c Give clang_codeCompleteAt() an "options" parameter, and add a new by Douglas Gregor · 14 years ago
- 1abc6bc Add code-completion support directly to ASTUnit, which performs code by Douglas Gregor · 14 years ago
- 3ce9e7d Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://problem/8250669>. by Ted Kremenek · 14 years ago
- 44c181a Basic plumbing for generating a precompiled preamble for an by Douglas Gregor · 14 years ago
- 5a43021 Introduce a new C API function, clang_parseTranslationUnit(), which by Douglas Gregor · 14 years ago
- abc563f Introduce a new libclang API, clang_reparseTranslationUnit(), which by Douglas Gregor · 14 years ago
- 9a14084 Add CXType support for querying the return type of Objective-C methods. This is done by by Ted Kremenek · 14 years ago
- 04c3cf3 Add CXType support for FunctionNoProto and FunctionProto types. This includes adding a new by Ted Kremenek · 14 years ago
- a7f1c00 Remove clang_isFromMainFile(). It doesn't work correctly with CXDiagnostics, and we shouldn't by Ted Kremenek · 14 years ago
- 12e1313 Introduce priorities into the code-completion results. by Douglas Gregor · 14 years ago
- 47e8e39 Add libclang function 'clang_isFromMainFile()' (which just wraps SourceManager::isFromMainFile()). by Ted Kremenek · 14 years ago
- 50aa6ac Move CXCursor_FirstDecl definition later to make the results more readable in the debugger. by Ted Kremenek · 14 years ago
- 2bb106e Remove clang_isDeclarationADefinition() since its functionality is already provided by clang_isCursorDefinition(). by Ted Kremenek · 14 years ago
- 857e918 Add clang support for IBOutletCollection. by Ted Kremenek · 14 years ago
- b12903e Add function 'clang_isTagDeclDefinition()' to allow clients of libclang to distinguish between by Ted Kremenek · 14 years ago
- 9ada39a Add libclang function 'clang_CXXMethod_isStatic' to query of a C++ method by Ted Kremenek · 14 years ago
- 8e0ac17 Add CXType and an initial set of supporting functions to libclang. This exposes details of by Ted Kremenek · 14 years ago
- a0536d8 Add CXCursor support for LinkageSpecDecl (e.g., 'extern "C"'). by Ted Kremenek · 15 years ago
- 8f06e0e Add CXCursor support for C++ namespaces. by Ted Kremenek · 15 years ago
- 6cd1e7c Make CXLanguage_Invalid the first enum value (with '0' as its value) in CXLanguageKind. by Ted Kremenek · 15 years ago
- 8bd5a69 Add cursor kind for C++ methods. by Ted Kremenek · 15 years ago
- 45e1dae Add 'clang_getCursorLanguage' to return the "language" of the AST element (e.g., distinguish between C and Objective-C language features). Currently this only returns results for declarations. by Ted Kremenek · 15 years ago
- c6f530d Update doxygen comments about lifetime requirements of CXUnsaveFile data arguments. by Ted Kremenek · 15 years ago
- 1ee6cad Add CIndex support for blocks. by Ted Kremenek · 15 years ago
- ebfa339 Make the CIndex API more resilient to being used on invalid code. by Ted Kremenek · 15 years ago
- 572feb2 Expose macro definitions as CIndex cursors. These can still only be by Douglas Gregor · 15 years ago
- 4807231 More token-annotation experimentation, preprocessing the annotated by Douglas Gregor · 15 years ago
- 9f1e3ff Experimental stab at using relexing to identify preprocessor by Douglas Gregor · 15 years ago
- 66ccaec Rename clang_constructUSR_ObjCategory to clang_constructUSR_ObjCCategory. by Ted Kremenek · 15 years ago
- 896b70f Implement several CIndex functions for constructing USRs from C-strings instead of AST elements. by Ted Kremenek · 15 years ago
- ad6eff6 Implement clang_isUnexposed(), a predicate function to simplify filtering out by Ted Kremenek · 15 years ago
- 16b4259 Add clang_getCursorLinkage(), which returns the by Ted Kremenek · 15 years ago