summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up two lingering comments that mention 'instantiation' w.r.t.Chandler Carruth2011-07-141-3/+3
* NestedMacroInstantiations -> NestedMacroExpansionsChandler Carruth2011-07-141-5/+5
* Update all of the libclang code corresponding to the preprocessorChandler Carruth2011-07-141-8/+8
* Move the rest of the preprocessor terminology from 'instantiate' andChandler Carruth2011-07-141-6/+6
* libclang: Allow callers of clang_saveTranslationUnit() to distinguishDouglas Gregor2011-07-061-2/+2
* Improve the Python bindings for libclang in a few ways, from EliDouglas Gregor2011-07-061-0/+4
* Preserve that a TemplateName was arrived at by substitutingJohn McCall2011-06-301-0/+5
* [libclang] Introduce cxcursor::getCursorParentDecl(CXCursor Cursor) and use i...Argyrios Kyrtzidis2011-06-291-1/+1
* Introduce Preprocessor::getTotalMemory() and use it in CIndex.cpp, no functio...Argyrios Kyrtzidis2011-06-291-2/+1
* [libclang] Avoid having the cursor of an expression replace the declaration c...Argyrios Kyrtzidis2011-06-271-3/+27
* [libclang] Avoid having the cursor of an expression "overwrite" the annotatio...Argyrios Kyrtzidis2011-06-271-0/+18
* Automatic Reference Counting.John McCall2011-06-151-1/+5
* Expose @synthesize and @dynamic via their own cursor kinds inDouglas Gregor2011-06-031-1/+5
* Implement a new type node, UnaryTransformType, designed to represent aAlexis Hunt2011-05-241-0/+8
* Do some safety checks.Argyrios Kyrtzidis2011-05-171-11/+5
* Add clang_CXXMethod_isVirtual() to libclang, from Erik Verbruggen!Douglas Gregor2011-05-121-0/+13
* Modify some deleted function methods to better reflect reality:Alexis Hunt2011-05-061-1/+1
* Introduce a new libclang parsing flag,Douglas Gregor2011-05-061-2/+8
* Implement support for C++0x alias templates.Richard Smith2011-05-051-0/+1
* When the environment variable LIBCLANG_RESOURCE_USAGE is set, teachDouglas Gregor2011-05-051-4/+19
* Enhance clang_getCXTUResourceUsage() to return the amount of memory used by t...Ted Kremenek2011-05-041-2/+22
* Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor2011-05-041-0/+11
* Based on the new information in the AST provided by r130628, writeChandler Carruth2011-05-011-4/+1
* Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer...Ted Kremenek2011-04-281-1/+20
* Enhance clang_getCXTUResourceUsage() to report how much memory is used by Sou...Ted Kremenek2011-04-281-1/+17
* Enhance clang_getCXTUResourceUsage() to report the amount of memory used by A...Ted Kremenek2011-04-281-2/+9
* Enhance clang_getCXTUResourceUsage() to report the amount of memory used by S...Ted Kremenek2011-04-281-2/+11
* Implementation of Embarcadero array type traitsJohn Wiegley2011-04-281-0/+6
* Make yet another placeholder type, this one marking that an expression is a b...John McCall2011-04-261-0/+1
* t/clang/expr-traitsJohn Wiegley2011-04-251-0/+5
* Teach libclang to be more careful around BlockDecls, and don't assumeDouglas Gregor2011-04-221-2/+3
* Add -fdelayed-template-parsing option. Using this option all templated functi...Francois Pichet2011-04-221-1/+1
* When translating a Clang source range into a libclang source range,Douglas Gregor2011-04-201-1/+1
* Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'.Ted Kremenek2011-04-201-17/+17
* Teach SourceManager::getSLocEntry() that it can fail due to problemsDouglas Gregor2011-04-201-2/+3
* Add missing break statements.Ted Kremenek2011-04-191-0/+2
* Report memory usage for global code completion results in CXTUMemoryUsage.Ted Kremenek2011-04-181-0/+12
* Add libclang API to query how much memory is used by a CXTranslationUnit. Th...Ted Kremenek2011-04-181-0/+67
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-1/+12
* Harden Clang's cursor visitation logic against NULL declaration,Douglas Gregor2011-04-141-5/+16
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-071-0/+1
* Fix crash in clang_getInstantiationLoc() when SourceManager::getInstantiation...Ted Kremenek2011-03-231-9/+26
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-4/+12
* Hopefully fix VS build by not using std::vector::data().Ted Kremenek2011-03-221-3/+6
* Rework crash recovery cleanup in ASTUnit and CIndex to recover more memory du...Ted Kremenek2011-03-221-21/+43
* In clang_parseTranslationUnit_Impl,p ut the source file after command_line_ar...Argyrios Kyrtzidis2011-03-201-6/+8
* Add libclang hook 'clang_toggleCrashRecovery()', which provides a mechanism f...Ted Kremenek2011-03-181-0/+7
* Run all functional logic of clang_annotateTokens() within a CrashRecoveryCont...Ted Kremenek2011-03-181-72/+89
* When libclang visits a translation unit via clang_visitChildren(),Douglas Gregor2011-03-161-37/+51
* c-index-test shouldn't crash when a goto has no matching label. Fixes <rdar:...Ted Kremenek2011-03-151-1/+3
OpenPOWER on IntegriCloud