aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/CIndex.cpp
AgeCommit message (Expand)Author
2013-04-26[libclang] Introduce clang_Module_getASTFile function that returns the module...Argyrios Kyrtzidis
2013-04-23[libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ...Argyrios Kyrtzidis
2013-04-18[libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g...Argyrios Kyrtzidis
2013-04-18[libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q...Argyrios Kyrtzidis
2013-04-18[libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...Argyrios Kyrtzidis
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-04-05[libclang] Fix cursor visitation to not ignore template arguments in out-of-l...Argyrios Kyrtzidis
2013-04-04[libclang] Add some checks to make sure the given CXTranslationUnit is not nu...Argyrios Kyrtzidis
2013-03-27Update the error handing static functions for r178161.Chad Rosier
2013-03-26[Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-03-13[Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis
2013-03-08[libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis
2013-03-08[libclang] Add Logger::operator<< overloads for CXCursor and FileEntry.Argyrios Kyrtzidis
2013-03-05[libclang] When logging a CXTranslationUnit that came from an AST file, print...Argyrios Kyrtzidis
2013-02-22Suppress -Wswitch to unbreak the build.David Blaikie
2013-02-22Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer
2013-02-21CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" ...NAKAMURA Takumi
2013-02-21Use None rather than Optional<T>() where possible.David Blaikie
2013-02-21Strip 'llvm' from 'llvm::Optional' uses.Ted Kremenek
2013-02-20[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...Argyrios Kyrtzidis
2013-02-18Replace TypeLoc llvm::cast support to be well-defined.David Blaikie
2013-02-13[libclang] Fix annotation of a range where the begin or end locationArgyrios Kyrtzidis
2013-02-08[libclang] Attribute visitation happens out-of-source-order, make sureArgyrios Kyrtzidis
2013-02-07libclang: CursorVisitor::VisitBuiltinTypeLoc(): Add OCLSampler. [-Wswitch]NAKAMURA Takumi
2013-02-03libclang: remove 'using namespace cxstring'Dmitri Gribenko
2013-02-03libclang: remove unneeded const_castsDmitri Gribenko
2013-02-02libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko
2013-02-02libclang: introduce cxstring::{createRef,createDup} for C stringsDmitri Gribenko
2013-02-01libclang: itroduce cxstring::createEmpty()Dmitri Gribenko
2013-02-01libclang: introduce cxstring::createNull()Dmitri Gribenko
2013-01-26libclang: refactor CXStringPool: make it a classDmitri Gribenko
2013-01-26libclang: type safety for CXTranslationUnitImpl::CIdxDmitri Gribenko
2013-01-26libclang: type safety for CXTranslationUnitImpl::FormatContextDmitri Gribenko
2013-01-26libclang: some type safety for CXTranslationUnitImpl's internalsDmitri Gribenko
2013-01-26libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko
2013-01-26libclang: make getCursorParentDecl() return 'const Decl *'Dmitri Gribenko
2013-01-26libclang: change getCursorAttr() to return 'const Attr *'Dmitri Gribenko
2013-01-26libclang: make getCursorStmt() and getCursorExpr() return const pointersDmitri Gribenko
2013-01-26[libclang] Introduce clang_getFileUniqueID which returns a structArgyrios Kyrtzidis
2013-01-23libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko
2013-01-23Remove uneeded castsDmitri Gribenko
2013-01-23Explicitly cast away the const-ness instead of doing it implicitly.Bill Wendling
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2013-01-19Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth
2013-01-16[libclang] In clang_reparseTranslationUnit_Impl, move the check whether TU isArgyrios Kyrtzidis
2013-01-14libclang: remove a few const_castsDmitri Gribenko
2013-01-14Constify argument of Preprocessor::getMacroInfoHistory and propagate toDmitri Gribenko