| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Renamed OffsetOfNode::getRange to getSourceRange for uniformity. | Abramo Bagnara | 2011-03-12 | 1 | -1/+1 |
| * | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -2/+3 |
| * | Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the... | Argyrios Kyrtzidis | 2011-03-08 | 1 | -0/+1 |
| * | Teach libclang's token-annotation logic about context-sensitive | Douglas Gregor | 2011-03-08 | 1 | -3/+142 |
| * | Rename the type argument for the iboutletcollection attribute to not | Douglas Gregor | 2011-03-06 | 1 | -1/+1 |
| * | Fix the source range for a member access expression that includes a | Douglas Gregor | 2011-03-02 | 1 | -6/+2 |
| * | Teach libclang how to visit the children of a C++ base-class specifier | Douglas Gregor | 2011-03-02 | 1 | -1/+10 |
| * | Push nested-name-specifier source location information into template | Douglas Gregor | 2011-03-02 | 1 | -0/+3 |
| * | Push nested-name-specifier source-location information into dependent | Douglas Gregor | 2011-03-01 | 1 | -0/+17 |
| * | Reinstate the introduction of source-location information for | Douglas Gregor | 2011-03-01 | 1 | -0/+8 |
| * | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor | 2011-03-01 | 1 | -8/+0 |
| * | Reinstate r126737, extending the generation of type-source location | Douglas Gregor | 2011-03-01 | 1 | -0/+8 |
| * | Revert r126737, the most recent nested-name-specifier location change, for bu... | Douglas Gregor | 2011-03-01 | 1 | -8/+0 |
| * | Push nested-name-specifier source location information into elaborated | Douglas Gregor | 2011-03-01 | 1 | -0/+8 |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-03-01 | 1 | -25/+42 |
| * | Push nested-name-specifier location information into DeclRefExpr and | Douglas Gregor | 2011-02-28 | 1 | -4/+4 |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -2/+2 |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -2/+2 |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-25 | 1 | -2/+1 |
| * | Push nested-name-specifier source-location information into | Douglas Gregor | 2011-02-25 | 1 | -2/+38 |
| * | Push nested-name-specifier source location information into namespace | Douglas Gregor | 2011-02-25 | 1 | -2/+2 |
| * | Push nested-name-specifier source location information into using directives. | Douglas Gregor | 2011-02-25 | 1 | -2/+2 |
| * | Use NestedNameSpecifierLoc within out-of-line variables, function, and | Douglas Gregor | 2011-02-25 | 1 | -4/+14 |
| * | Update UsingDecl, UnresolvedUsingTypenameDecl, and | Douglas Gregor | 2011-02-25 | 1 | -6/+51 |
| * | Teach NestedNameSpecifier to keep track of namespace aliases the same | Douglas Gregor | 2011-02-24 | 1 | -2/+4 |
| * | Add null check in CursorVisitor::RunVisitorWorkList() when visiting LabelDecl... | Ted Kremenek | 2011-02-23 | 1 | -4/+6 |
| * | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -3/+0 |
| * | Step #1/N of implementing support for __label__: split labels into | Chris Lattner | 2011-02-17 | 1 | -8/+9 |
| * | Give some convenient idiomatic accessors to Stmt::child_range and | John McCall | 2011-02-13 | 1 | -2/+1 |
| * | Teach SourceManager::getLocation() how to cope with a source file | Douglas Gregor | 2011-02-03 | 1 | -4/+14 |
| * | Teach libclang about SizeOfPackExpr. | Douglas Gregor | 2011-01-19 | 1 | -2/+36 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -1/+1 |
| * | Don't silently drop warning flags passed in to | Douglas Gregor | 2011-01-19 | 1 | -1/+2 |
| * | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -5/+5 |
| * | Introduce a new kind of TemplateName that captures a substituted | Douglas Gregor | 2011-01-15 | 1 | -0/+5 |
| * | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | Douglas Gregor | 2011-01-15 | 1 | -0/+3 |
| * | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Alexis Hunt | 2011-01-08 | 1 | -8/+8 |
| * | Replace the representation of template template argument pack | Douglas Gregor | 2011-01-05 | 1 | -1/+2 |
| * | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor | 2011-01-04 | 1 | -1/+2 |
| * | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner | 2010-12-25 | 1 | -1/+2 |