summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-071-0/+1
* Fix crash in clang_getInstantiationLoc() when SourceManager::getInstantiation...Ted Kremenek2011-03-231-9/+26
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-4/+12
* Hopefully fix VS build by not using std::vector::data().Ted Kremenek2011-03-221-3/+6
* Rework crash recovery cleanup in ASTUnit and CIndex to recover more memory du...Ted Kremenek2011-03-221-21/+43
* In clang_parseTranslationUnit_Impl,p ut the source file after command_line_ar...Argyrios Kyrtzidis2011-03-201-6/+8
* Add libclang hook 'clang_toggleCrashRecovery()', which provides a mechanism f...Ted Kremenek2011-03-181-0/+7
* Run all functional logic of clang_annotateTokens() within a CrashRecoveryCont...Ted Kremenek2011-03-181-72/+89
* When libclang visits a translation unit via clang_visitChildren(),Douglas Gregor2011-03-161-37/+51
* c-index-test shouldn't crash when a goto has no matching label. Fixes <rdar:...Ted Kremenek2011-03-151-1/+3
* Renamed OffsetOfNode::getRange to getSourceRange for uniformity.Abramo Bagnara2011-03-121-1/+1
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-2/+3
* Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the...Argyrios Kyrtzidis2011-03-081-0/+1
* Teach libclang's token-annotation logic about context-sensitiveDouglas Gregor2011-03-081-3/+142
* Rename the type argument for the iboutletcollection attribute to notDouglas Gregor2011-03-061-1/+1
* Fix the source range for a member access expression that includes aDouglas Gregor2011-03-021-6/+2
* Teach libclang how to visit the children of a C++ base-class specifierDouglas Gregor2011-03-021-1/+10
* Push nested-name-specifier source location information into templateDouglas Gregor2011-03-021-0/+3
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-011-0/+17
* Reinstate the introduction of source-location information forDouglas Gregor2011-03-011-0/+8
* Revert r126748, my second attempt at nested-name-specifier sourceDouglas Gregor2011-03-011-8/+0
* Reinstate r126737, extending the generation of type-source locationDouglas Gregor2011-03-011-0/+8
* Revert r126737, the most recent nested-name-specifier location change, for bu...Douglas Gregor2011-03-011-8/+0
* Push nested-name-specifier source location information into elaboratedDouglas Gregor2011-03-011-0/+8
* Push nested-name-specifier source location information intoDouglas Gregor2011-03-011-25/+42
* Push nested-name-specifier location information into DeclRefExpr andDouglas Gregor2011-02-281-4/+4
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-281-2/+2
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-281-2/+2
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-251-2/+1
* Push nested-name-specifier source-location information intoDouglas Gregor2011-02-251-2/+38
* Push nested-name-specifier source location information into namespaceDouglas Gregor2011-02-251-2/+2
* Push nested-name-specifier source location information into using directives.Douglas Gregor2011-02-251-2/+2
* Use NestedNameSpecifierLoc within out-of-line variables, function, andDouglas Gregor2011-02-251-4/+14
* Update UsingDecl, UnresolvedUsingTypenameDecl, andDouglas Gregor2011-02-251-6/+51
* Teach NestedNameSpecifier to keep track of namespace aliases the sameDouglas Gregor2011-02-241-2/+4
* Add null check in CursorVisitor::RunVisitorWorkList() when visiting LabelDecl...Ted Kremenek2011-02-231-4/+6
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-3/+0
* Step #1/N of implementing support for __label__: split labels intoChris Lattner2011-02-171-8/+9
* Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall2011-02-131-2/+1
* Teach SourceManager::getLocation() how to cope with a source fileDouglas Gregor2011-02-031-4/+14
* Teach libclang about SizeOfPackExpr.Douglas Gregor2011-01-191-2/+36
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-1/+1
* Don't silently drop warning flags passed in toDouglas Gregor2011-01-191-1/+2
* Fix warnings found by gcc-4.6, from -Wunused-but-set-variable andJeffrey Yasskin2011-01-181-5/+5
* Introduce a new kind of TemplateName that captures a substitutedDouglas Gregor2011-01-151-0/+5
* Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor2011-01-151-0/+3
* Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Alexis Hunt2011-01-081-8/+8
* Replace the representation of template template argument packDouglas Gregor2011-01-051-1/+2
* Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor2011-01-041-1/+2
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-251-1/+2
OpenPOWER on IntegriCloud