| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use pop_back_val() instead of both back() and pop_back(). | Robert Wilhelm | 2013-08-23 | 1 | -2/+1 |
| * | Added source locs for angled parentheses in class/var template partial specs. | Enea Zaffanella | 2013-08-10 | 1 | -2/+3 |
| * | Started implementing variable templates. Top level declarations should be ful... | Larisse Voufo | 2013-08-06 | 1 | -1/+10 |
| * | Use llvm::sys::fs::UniqueID for windows and unix. | Rafael Espindola | 2013-08-01 | 1 | -6/+3 |
| * | OpenMP: basic support for #pragma omp parallel | Alexey Bataev | 2013-07-19 | 1 | -0/+52 |
| * | [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the d... | Argyrios Kyrtzidis | 2013-07-05 | 1 | -0/+13 |
| * | Use SmallVectorImpl instead of SmallVector for iterators and references to av... | Craig Topper | 2013-07-04 | 1 | -2/+2 |
| * | [AST] Introduce a new DecayedType sugar node | Reid Kleckner | 2013-06-24 | 1 | -0/+4 |
| * | [libclang] When annotating tokens, don't override a property annotation with ... | Argyrios Kyrtzidis | 2013-06-04 | 1 | -0/+5 |
| * | Fix linkage computation for derived types in inline functions. | Rafael Espindola | 2013-05-25 | 1 | -1/+2 |
| * | [libclang] Add logging for clang_createTranslationUnit. | Argyrios Kyrtzidis | 2013-05-24 | 1 | -1/+5 |
| * | libclang: add a function to check whether a member function is pure virtual | Dmitri Gribenko | 2013-05-17 | 1 | -0/+14 |
| * | First pass of semantic analysis for init-captures: check the initializer, build | Richard Smith | 2013-05-16 | 1 | -2/+3 |
| * | Cleanup handling of UniqueExternalLinkage. | Rafael Espindola | 2013-05-13 | 1 | -1/+1 |
| * | [libclang] Add a null check in CursorVisitor::visitPreprocessedEntities. | Argyrios Kyrtzidis | 2013-05-07 | 1 | -0/+3 |
| * | [libclang] Introduce clang_Module_getASTFile function that returns the module... | Argyrios Kyrtzidis | 2013-04-26 | 1 | -0/+7 |
| * | [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ... | Argyrios Kyrtzidis | 2013-04-23 | 1 | -0/+2 |
| * | [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g... | Argyrios Kyrtzidis | 2013-04-18 | 1 | -0/+13 |
| * | [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q... | Argyrios Kyrtzidis | 2013-04-18 | 1 | -0/+24 |
| * | [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ... | Argyrios Kyrtzidis | 2013-04-18 | 1 | -0/+29 |
| * | Sema for Captured Statements | Tareq A. Siraj | 2013-04-16 | 1 | -0/+1 |
| * | Basic support for Microsoft property declarations and | John McCall | 2013-04-16 | 1 | -0/+1 |
| * | [libclang] Fix cursor visitation to not ignore template arguments in out-of-l... | Argyrios Kyrtzidis | 2013-04-05 | 1 | -0/+14 |
| * | [libclang] Add some checks to make sure the given CXTranslationUnit is not nu... | Argyrios Kyrtzidis | 2013-04-04 | 1 | -1/+7 |
| * | Update the error handing static functions for r178161. | Chad Rosier | 2013-03-27 | 1 | -1/+2 |
| * | [Preprocessor/Modules] Separate the macro directives kinds into their own Mac... | Argyrios Kyrtzidis | 2013-03-26 | 1 | -5/+7 |
| * | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev | 2013-03-22 | 1 | -0/+1 |
| * | [Modules] Resolve top-headers of modules lazily. | Argyrios Kyrtzidis | 2013-03-13 | 1 | -7/+13 |
| * | [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ... | Argyrios Kyrtzidis | 2013-03-08 | 1 | -13/+18 |
| * | [libclang] Add Logger::operator<< overloads for CXCursor and FileEntry. | Argyrios Kyrtzidis | 2013-03-08 | 1 | -0/+12 |
| * | [libclang] When logging a CXTranslationUnit that came from an AST file, print... | Argyrios Kyrtzidis | 2013-03-05 | 1 | -0/+2 |
| * | Suppress -Wswitch to unbreak the build. | David Blaikie | 2013-02-22 | 1 | -0/+1 |
| * | Streamify getNameForDiagnostic and remove the string versions of PrintTemplat... | Benjamin Kramer | 2013-02-22 | 1 | -2/+2 |
| * | CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" ... | NAKAMURA Takumi | 2013-02-21 | 1 | -2/+4 |
| * | Use None rather than Optional<T>() where possible. | David Blaikie | 2013-02-21 | 1 | -2/+2 |
| * | Strip 'llvm' from 'llvm::Optional' uses. | Ted Kremenek | 2013-02-21 | 1 | -7/+7 |
| * | [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf... | Argyrios Kyrtzidis | 2013-02-20 | 1 | -8/+8 |
| * | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie | 2013-02-18 | 1 | -9/+9 |
| * | [libclang] Fix annotation of a range where the begin or end location | Argyrios Kyrtzidis | 2013-02-13 | 1 | -9/+23 |
| * | [libclang] Attribute visitation happens out-of-source-order, make sure | Argyrios Kyrtzidis | 2013-02-08 | 1 | -8/+23 |
| * | libclang: CursorVisitor::VisitBuiltinTypeLoc(): Add OCLSampler. [-Wswitch] | NAKAMURA Takumi | 2013-02-07 | 1 | -0/+1 |
| * | libclang: remove 'using namespace cxstring' | Dmitri Gribenko | 2013-02-03 | 1 | -2/+1 |
| * | libclang: remove unneeded const_casts | Dmitri Gribenko | 2013-02-03 | 1 | -3/+2 |
| * | libclang: introduce cxstring::{createRef,createDup} for StringRefs | Dmitri Gribenko | 2013-02-02 | 1 | -33/+32 |
| * | libclang: introduce cxstring::{createRef,createDup} for C strings | Dmitri Gribenko | 2013-02-02 | 1 | -157/+157 |
| * | libclang: itroduce cxstring::createEmpty() | Dmitri Gribenko | 2013-02-01 | 1 | -16/+16 |
| * | libclang: introduce cxstring::createNull() | Dmitri Gribenko | 2013-02-01 | 1 | -4/+4 |
| * | libclang: refactor CXStringPool: make it a class | Dmitri Gribenko | 2013-01-26 | 1 | -2/+2 |
| * | libclang: type safety for CXTranslationUnitImpl::CIdx | Dmitri Gribenko | 2013-01-26 | 1 | -3/+3 |
| * | libclang: type safety for CXTranslationUnitImpl::FormatContext | Dmitri Gribenko | 2013-01-26 | 1 | -1/+1 |