summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CXCursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eliminate CXXBindReferenceExpr, which was used in a ton ofDouglas Gregor2010-09-021-1/+0
* Implement libclang support for using declarations. Clang actually usesDouglas Gregor2010-09-011-0/+5
* Implement libclang support for using directives (cursor + visitation +Douglas Gregor2010-09-011-0/+1
* Add libclang support for namespace aliases (visitation + USRs) alongDouglas Gregor2010-08-311-4/+24
* Extend libclang with a new cursor kind that indicates a reference to aDouglas Gregor2010-08-311-0/+16
* Add libclang support for class template partial specializations,Douglas Gregor2010-08-311-0/+2
* Add a libclang cursor kind, visitation support and USR support for C++Douglas Gregor2010-08-311-0/+2
* Implement basic support for indexing function templates inDouglas Gregor2010-08-311-0/+4
* libclang indexing support for C++ constructors, destructors, andDouglas Gregor2010-08-311-0/+3
* Revert my user-defined literal commits - r1124{58,60,67} pendingSean Hunt2010-08-301-1/+0
* Implement C++0x user-defined string literals.Sean Hunt2010-08-291-0/+1
* Implement CXCursor support for walking C++ base specifiers. This includes ad...Ted Kremenek2010-08-271-0/+10
* Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti...Ted Kremenek2010-08-261-0/+4
* Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor2010-07-081-1/+1
* Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor2010-07-071-1/+1
* Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect itsDouglas Gregor2010-07-071-1/+1
* Implement first TD-based usage of attributes.Sean Hunt2010-06-161-3/+3
* Add clang support for IBOutletCollection.Ted Kremenek2010-05-191-0/+1
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-4/+4
* Add CXCursor support for C++ namespaces.Ted Kremenek2010-05-061-0/+1
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-0/+370