| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up two lingering comments that mention 'instantiation' w.r.t. | Chandler Carruth | 2011-07-14 | 1 | -3/+3 |
| * | NestedMacroInstantiations -> NestedMacroExpansions | Chandler Carruth | 2011-07-14 | 1 | -5/+5 |
| * | Update all of the libclang code corresponding to the preprocessor | Chandler Carruth | 2011-07-14 | 1 | -8/+8 |
| * | Move the rest of the preprocessor terminology from 'instantiate' and | Chandler Carruth | 2011-07-14 | 1 | -6/+6 |
| * | libclang: Allow callers of clang_saveTranslationUnit() to distinguish | Douglas Gregor | 2011-07-06 | 1 | -2/+2 |
| * | Improve the Python bindings for libclang in a few ways, from Eli | Douglas Gregor | 2011-07-06 | 1 | -0/+4 |
| * | Preserve that a TemplateName was arrived at by substituting | John McCall | 2011-06-30 | 1 | -0/+5 |
| * | [libclang] Introduce cxcursor::getCursorParentDecl(CXCursor Cursor) and use i... | Argyrios Kyrtzidis | 2011-06-29 | 1 | -1/+1 |
| * | Introduce Preprocessor::getTotalMemory() and use it in CIndex.cpp, no functio... | Argyrios Kyrtzidis | 2011-06-29 | 1 | -2/+1 |
| * | [libclang] Avoid having the cursor of an expression replace the declaration c... | Argyrios Kyrtzidis | 2011-06-27 | 1 | -3/+27 |
| * | [libclang] Avoid having the cursor of an expression "overwrite" the annotatio... | Argyrios Kyrtzidis | 2011-06-27 | 1 | -0/+18 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -1/+5 |
| * | Expose @synthesize and @dynamic via their own cursor kinds in | Douglas Gregor | 2011-06-03 | 1 | -1/+5 |
| * | Implement a new type node, UnaryTransformType, designed to represent a | Alexis Hunt | 2011-05-24 | 1 | -0/+8 |
| * | Do some safety checks. | Argyrios Kyrtzidis | 2011-05-17 | 1 | -11/+5 |
| * | Add clang_CXXMethod_isVirtual() to libclang, from Erik Verbruggen! | Douglas Gregor | 2011-05-12 | 1 | -0/+13 |
| * | Modify some deleted function methods to better reflect reality: | Alexis Hunt | 2011-05-06 | 1 | -1/+1 |
| * | Introduce a new libclang parsing flag, | Douglas Gregor | 2011-05-06 | 1 | -2/+8 |
| * | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -0/+1 |
| * | When the environment variable LIBCLANG_RESOURCE_USAGE is set, teach | Douglas Gregor | 2011-05-05 | 1 | -4/+19 |
| * | Enhance clang_getCXTUResourceUsage() to return the amount of memory used by t... | Ted Kremenek | 2011-05-04 | 1 | -2/+22 |
| * | Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), | Douglas Gregor | 2011-05-04 | 1 | -0/+11 |
| * | Based on the new information in the AST provided by r130628, write | Chandler Carruth | 2011-05-01 | 1 | -4/+1 |
| * | Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer... | Ted Kremenek | 2011-04-28 | 1 | -1/+20 |
| * | Enhance clang_getCXTUResourceUsage() to report how much memory is used by Sou... | Ted Kremenek | 2011-04-28 | 1 | -1/+17 |
| * | Enhance clang_getCXTUResourceUsage() to report the amount of memory used by A... | Ted Kremenek | 2011-04-28 | 1 | -2/+9 |
| * | Enhance clang_getCXTUResourceUsage() to report the amount of memory used by S... | Ted Kremenek | 2011-04-28 | 1 | -2/+11 |
| * | Implementation of Embarcadero array type traits | John Wiegley | 2011-04-28 | 1 | -0/+6 |
| * | Make yet another placeholder type, this one marking that an expression is a b... | John McCall | 2011-04-26 | 1 | -0/+1 |
| * | t/clang/expr-traits | John Wiegley | 2011-04-25 | 1 | -0/+5 |
| * | Teach libclang to be more careful around BlockDecls, and don't assume | Douglas Gregor | 2011-04-22 | 1 | -2/+3 |
| * | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet | 2011-04-22 | 1 | -1/+1 |
| * | When translating a Clang source range into a libclang source range, | Douglas Gregor | 2011-04-20 | 1 | -1/+1 |
| * | Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'. | Ted Kremenek | 2011-04-20 | 1 | -17/+17 |
| * | Teach SourceManager::getSLocEntry() that it can fail due to problems | Douglas Gregor | 2011-04-20 | 1 | -2/+3 |
| * | Add missing break statements. | Ted Kremenek | 2011-04-19 | 1 | -0/+2 |
| * | Report memory usage for global code completion results in CXTUMemoryUsage. | Ted Kremenek | 2011-04-18 | 1 | -0/+12 |
| * | Add libclang API to query how much memory is used by a CXTranslationUnit. Th... | Ted Kremenek | 2011-04-18 | 1 | -0/+67 |
| * | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -1/+12 |
| * | Harden Clang's cursor visitation logic against NULL declaration, | Douglas Gregor | 2011-04-14 | 1 | -5/+16 |
| * | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -0/+1 |
| * | Fix crash in clang_getInstantiationLoc() when SourceManager::getInstantiation... | Ted Kremenek | 2011-03-23 | 1 | -9/+26 |
| * | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -4/+12 |
| * | Hopefully fix VS build by not using std::vector::data(). | Ted Kremenek | 2011-03-22 | 1 | -3/+6 |
| * | Rework crash recovery cleanup in ASTUnit and CIndex to recover more memory du... | Ted Kremenek | 2011-03-22 | 1 | -21/+43 |
| * | In clang_parseTranslationUnit_Impl,p ut the source file after command_line_ar... | Argyrios Kyrtzidis | 2011-03-20 | 1 | -6/+8 |
| * | Add libclang hook 'clang_toggleCrashRecovery()', which provides a mechanism f... | Ted Kremenek | 2011-03-18 | 1 | -0/+7 |
| * | Run all functional logic of clang_annotateTokens() within a CrashRecoveryCont... | Ted Kremenek | 2011-03-18 | 1 | -72/+89 |
| * | When libclang visits a translation unit via clang_visitChildren(), | Douglas Gregor | 2011-03-16 | 1 | -37/+51 |
| * | c-index-test shouldn't crash when a goto has no matching label. Fixes <rdar:... | Ted Kremenek | 2011-03-15 | 1 | -1/+3 |