summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Teach libclang to visit OverloadExprs, so that we can reuse thisDouglas Gregor2010-09-021-2/+13
* Add libclang visitation for UnresolvedLookupExprsDouglas Gregor2010-09-021-2/+19
* Add libclang visitation for C++ pseudo-destructor expressions.Douglas Gregor2010-09-021-0/+28
* Eliminate CXXBindReferenceExpr, which was used in a ton ofDouglas Gregor2010-09-021-1/+0
* Teach libclang not to recursive into default argument expressionsDouglas Gregor2010-09-021-0/+1
* Add libclang visitation for C++ typeid expressions.Douglas Gregor2010-09-021-0/+12
* In libclang, visit the nested-name-specifier and explicitly-specified templat...Douglas Gregor2010-09-021-1/+29
* Visit the nested-name-specifier and explicitly-specified templateDouglas Gregor2010-09-021-1/+24
* Implement basic visitation for nested name specifiers via libclangDouglas Gregor2010-09-021-7/+71
* Introduce a new libclang function,Douglas Gregor2010-09-024-3/+59
* Teach libclang to visit the default arguments of template parameters.Douglas Gregor2010-09-011-1/+30
* Implement libclang support for using declarations. Clang actually usesDouglas Gregor2010-09-013-2/+43
* Improve libclang indexing support for class template specializationsDouglas Gregor2010-09-012-0/+47
* Make it clear that libclang does not modify the command-line argumentsDouglas Gregor2010-09-012-5/+5
* Implement libclang support for using directives (cursor + visitation +Douglas Gregor2010-09-013-3/+19
* Add libclang support for namespace aliases (visitation + USRs) alongDouglas Gregor2010-08-314-6/+70
* Add a new libclang function clang_getTemplateCursorKind(), whichDouglas Gregor2010-08-314-2/+43
* Extend libclang with a new cursor kind that indicates a reference to aDouglas Gregor2010-08-313-9/+80
* Add libclang support for class template partial specializations,Douglas Gregor2010-08-313-8/+42
* Add a libclang cursor kind, visitation support and USR support for C++Douglas Gregor2010-08-313-6/+42
* Implement basic support for indexing function templates inDouglas Gregor2010-08-313-6/+223
* libclang indexing support for C++ constructors, destructors, andDouglas Gregor2010-08-312-7/+74
* Revert my user-defined literal commits - r1124{58,60,67} pendingSean Hunt2010-08-301-1/+0
* Straighten out target triples provided on the command lineDuncan Sands2010-08-301-1/+2
* Implement C++0x user-defined string literals.Sean Hunt2010-08-291-0/+1
* Add source file I meant to include in my previous commit.Ted Kremenek2010-08-271-0/+48
* Implement CXCursor support for walking C++ base specifiers. This includes ad...Ted Kremenek2010-08-277-4/+81
* Teach clang_codeComplete to always sort its code-completion resultsDouglas Gregor2010-08-271-0/+1
* Implement code completion for @selector expressionsDouglas Gregor2010-08-261-1/+1
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-264-1/+62
* Revert r112149, "Move the sorting of code-completion results out of the mainDaniel Dunbar2010-08-264-62/+1
* Revert r112154, "Fix thinko in sorting operation", it depends on r112149 whichDaniel Dunbar2010-08-261-2/+2
* Fix thinko in sorting operationDouglas Gregor2010-08-261-2/+2
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-264-1/+62
* Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti...Ted Kremenek2010-08-269-5/+71
* Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-262-87/+1
* When annotating tokens, don't fallback to annotating with a null cursor for c...Ted Kremenek2010-08-251-3/+2
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-252-1/+87
* Teach Sema to live without CodeCompleteConsumer.h.John McCall2010-08-251-1/+1
* USRs for class extensions should "mangle" in the location of the extension. ...Ted Kremenek2010-08-241-2/+23
* Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne2010-08-243-4/+6
* Introduce new libclang API functions that determine the availabilityDouglas Gregor2010-08-235-5/+67
* libclang: Print more information when recovering from crashes inDaniel Dunbar2010-08-231-1/+20
* Detabify.Eli Friedman2010-08-221-1/+1
* Another step in the process of making the parser depend on Sema:John McCall2010-08-206-9/+9
* When performing code-completion in the presence of a preamble, makeDouglas Gregor2010-08-201-6/+2
* libclang: Execute clang_codeCompleteAt() inside a crash recovery context.Daniel Dunbar2010-08-192-13/+48
* c-index-test: Diagnose parse / completion failures in -code-completion-at=.Daniel Dunbar2010-08-191-0/+8
* c-index-test: As with reparse, only honor remapped false during the codeDaniel Dunbar2010-08-191-3/+1
* libclang/Darwin: Always set the compatibility version in the dylib.Daniel Dunbar2010-08-191-11/+10