summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CXCursor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Parsing/AST support for Structured Exception HandlingJohn Wiegley2011-04-281-0/+3
* Implementation of Embarcadero array type traitsJohn Wiegley2011-04-281-0/+1
* t/clang/expr-traitsJohn Wiegley2011-04-251-0/+1
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+1
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+1
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-1/+1
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-0/+1
* AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne2011-02-091-0/+1
* Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall2011-02-091-1/+0
* Fix warnings found by gcc-4.6, from -Wunused-but-set-variable andJeffrey Yasskin2011-01-181-2/+1
* Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor2011-01-151-0/+1
* Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor2011-01-041-0/+1
* Implement support for pack expansions whose pattern is a non-typeDouglas Gregor2011-01-031-0/+1
* Fix build.Anders Carlsson2010-12-091-1/+1
* Remove extra namespace specifier.Ted Kremenek2010-12-091-1/+1
* DenseMapInfo is a 'struct', not a 'class'.Ted Kremenek2010-12-091-1/+1
* Add new libclang hooks for CXCursorSet, aTed Kremenek2010-12-081-0/+65
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-081-1/+0
* Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet2010-12-071-0/+1
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-061-1/+1
* Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...John McCall2010-12-021-2/+0
* Make definition of CXTranslationUnitImpl privateTed Kremenek2010-11-171-0/+1
* Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek2010-11-161-20/+30
* Move CXString creation/management routines intoTed Kremenek2010-11-161-0/+1
* Add a new expression kind, OpaqueValueExpr, which is useful forJohn McCall2010-11-151-0/+1
* Encapsulate within CXCursor the notion of whether a VarDecl* is the first Dec...Ted Kremenek2010-11-011-2/+14
* Extend the preprocessing record and libclang with support forDouglas Gregor2010-10-201-0/+11
* Eliminate usage of ObjCSuperExpr used forFariborz Jahanian2010-10-141-1/+0
* Introduce a new kind of cursor into libclang, which covers a referenceDouglas Gregor2010-09-131-0/+48
* Define and implement CXXNoexceptExpr. Create it in Sema.Sebastian Redl2010-09-101-0/+1
* Add libclang support for label statements, gotos, and taking theDouglas Gregor2010-09-101-1/+22
* Teach libclang to walk the base and member initializers of aDouglas Gregor2010-09-091-0/+17
* Fix warnings caused by new CXXUuidofExprClass enumerator.Francois Pichet2010-09-081-0/+1
* Synchronize code-completion cursor kinds with indexing cursorDouglas Gregor2010-09-031-65/+1
* 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} pendingAlexis Hunt2010-08-301-1/+0
* Implement C++0x user-defined string literals.Alexis 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
OpenPOWER on IntegriCloud