Age | Commit 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-16 | Sema for Captured Statements | Tareq A. Siraj |
2013-04-16 | Basic support for Microsoft property declarations and | John 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-27 | Update 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-22 | OpenMP threadprivate directive parsing and semantic analysis | Alexey 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-22 | Suppress -Wswitch to unbreak the build. | David Blaikie |
2013-02-22 | Streamify getNameForDiagnostic and remove the string versions of PrintTemplat... | Benjamin Kramer |
2013-02-21 | CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" ... | NAKAMURA Takumi |
2013-02-21 | Use None rather than Optional<T>() where possible. | David Blaikie |
2013-02-21 | Strip 'llvm' from 'llvm::Optional' uses. | Ted Kremenek |
2013-02-20 | [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf... | Argyrios Kyrtzidis |
2013-02-18 | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie |
2013-02-13 | [libclang] Fix annotation of a range where the begin or end location | Argyrios Kyrtzidis |
2013-02-08 | [libclang] Attribute visitation happens out-of-source-order, make sure | Argyrios Kyrtzidis |
2013-02-07 | libclang: CursorVisitor::VisitBuiltinTypeLoc(): Add OCLSampler. [-Wswitch] | NAKAMURA Takumi |
2013-02-03 | libclang: remove 'using namespace cxstring' | Dmitri Gribenko |
2013-02-03 | libclang: remove unneeded const_casts | Dmitri Gribenko |
2013-02-02 | libclang: introduce cxstring::{createRef,createDup} for StringRefs | Dmitri Gribenko |
2013-02-02 | libclang: introduce cxstring::{createRef,createDup} for C strings | Dmitri Gribenko |
2013-02-01 | libclang: itroduce cxstring::createEmpty() | Dmitri Gribenko |
2013-02-01 | libclang: introduce cxstring::createNull() | Dmitri Gribenko |
2013-01-26 | libclang: refactor CXStringPool: make it a class | Dmitri Gribenko |
2013-01-26 | libclang: type safety for CXTranslationUnitImpl::CIdx | Dmitri Gribenko |
2013-01-26 | libclang: type safety for CXTranslationUnitImpl::FormatContext | Dmitri Gribenko |
2013-01-26 | libclang: some type safety for CXTranslationUnitImpl's internals | Dmitri Gribenko |
2013-01-26 | libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) | Dmitri Gribenko |
2013-01-26 | libclang: make getCursorParentDecl() return 'const Decl *' | Dmitri Gribenko |
2013-01-26 | libclang: change getCursorAttr() to return 'const Attr *' | Dmitri Gribenko |
2013-01-26 | libclang: make getCursorStmt() and getCursorExpr() return const pointers | Dmitri Gribenko |
2013-01-26 | [libclang] Introduce clang_getFileUniqueID which returns a struct | Argyrios Kyrtzidis |
2013-01-23 | libclang: change return type of getCursorDecl() to 'const Decl *' | Dmitri Gribenko |
2013-01-23 | Remove uneeded casts | Dmitri Gribenko |
2013-01-23 | Explicitly cast away the const-ness instead of doing it implicitly. | Bill Wendling |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2013-01-20 | Nuke SetUpBuildDumpLog. | Sean Silva |
2013-01-19 | Re-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 is | Argyrios Kyrtzidis |
2013-01-14 | libclang: remove a few const_casts | Dmitri Gribenko |
2013-01-14 | Constify argument of Preprocessor::getMacroInfoHistory and propagate to | Dmitri Gribenko |