| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | libclang: some type safety for CXTranslationUnitImpl's internals | Dmitri Gribenko | 2013-01-26 | 1 | -3/+3 |
* | libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) | Dmitri Gribenko | 2013-01-26 | 1 | -38/+38 |
* | libclang: make getCursorParentDecl() return 'const Decl *' | Dmitri Gribenko | 2013-01-26 | 1 | -1/+1 |
* | libclang: change getCursorAttr() to return 'const Attr *' | Dmitri Gribenko | 2013-01-26 | 1 | -4/+4 |
* | libclang: make getCursorStmt() and getCursorExpr() return const pointers | Dmitri Gribenko | 2013-01-26 | 1 | -157/+166 |
* | [libclang] Introduce clang_getFileUniqueID which returns a struct | Argyrios Kyrtzidis | 2013-01-26 | 1 | -0/+15 |
* | libclang: change return type of getCursorDecl() to 'const Decl *' | Dmitri Gribenko | 2013-01-23 | 1 | -102/+107 |
* | Remove uneeded casts | Dmitri Gribenko | 2013-01-23 | 1 | -5/+3 |
* | Explicitly cast away the const-ness instead of doing it implicitly. | Bill Wendling | 2013-01-23 | 1 | -5/+9 |
* | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei | 2013-01-20 | 1 | -0/+1 |
* | Nuke SetUpBuildDumpLog. | Sean Silva | 2013-01-20 | 1 | -3/+1 |
* | Re-sort all the headers. Lots of regressions have crept in here. | Chandler Carruth | 2013-01-19 | 1 | -3/+3 |
* | [libclang] In clang_reparseTranslationUnit_Impl, move the check whether TU is | Argyrios Kyrtzidis | 2013-01-16 | 1 | -3/+2 |
* | libclang: remove a few const_casts | Dmitri Gribenko | 2013-01-14 | 1 | -1/+1 |
* | Constify argument of Preprocessor::getMacroInfoHistory and propagate to | Dmitri Gribenko | 2013-01-14 | 1 | -1/+1 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -3/+3 |
* | libclang: change CXCursor to store 'const void *' pointers for | Dmitri Gribenko | 2013-01-11 | 1 | -32/+34 |
* | libclang: use getCursorTU and getCursorASTUnit instead of explicit casts | Dmitri Gribenko | 2013-01-11 | 1 | -2/+1 |
* | [libclang] Enhance logging capabilities of libclang. | Argyrios Kyrtzidis | 2013-01-10 | 1 | -16/+134 |
* | [libclang] In clang_equalCursors, clear out the "FirstInDeclGroup" part in a ... | Argyrios Kyrtzidis | 2013-01-08 | 1 | -0/+12 |
* | [libclang] When annotating preprocessor tokens, if we are in a macro definition, | Argyrios Kyrtzidis | 2013-01-07 | 1 | -1/+31 |
* | [libclang] Simplify annotation of preprocessing tokens and remove the Annotat... | Argyrios Kyrtzidis | 2013-01-07 | 1 | -82/+63 |
* | [libclang] Make token annotation of type/storage qualifiers accurate. | Argyrios Kyrtzidis | 2013-01-07 | 1 | -17/+0 |
* | [libclang] When getting the cursor for an identifier inside a macro definitio... | Argyrios Kyrtzidis | 2013-01-07 | 1 | -5/+112 |
* | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling | 2012-12-20 | 1 | -1/+1 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -1/+1 |
* | This is the libclang patch providing minimal API to | Fariborz Jahanian | 2012-12-18 | 1 | -0/+4 |
* | Re-commit r170428 changes with Linux style file endings. | Guy Benyei | 2012-12-18 | 1 | -0/+6 |
* | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei | 2012-12-18 | 1 | -6175/+6169 |
* | Add OpenCL images as clang builtin types. | Guy Benyei | 2012-12-18 | 1 | -6169/+6175 |
* | [libclang] Make sure tokens from preprocessor directives are annotated as such, | Argyrios Kyrtzidis | 2012-12-12 | 1 | -10/+5 |
* | Sort #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -13/+11 |
* | [libclang] Remove WorkingDir field from CIndexer, it has been rendered useless. | Argyrios Kyrtzidis | 2012-11-27 | 1 | -1/+0 |
* | Revert r167801, "[preprocessor] When #including something that contributes no | Daniel Dunbar | 2012-11-13 | 1 | -2/+0 |
* | [preprocessor] When #including something that contributes no tokens at all, | Argyrios Kyrtzidis | 2012-11-13 | 1 | -0/+2 |
* | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 2012-10-23 | 1 | -3/+3 |
* | [libclang] Add an environment variable to disable thread background priotity,... | Argyrios Kyrtzidis | 2012-10-23 | 1 | -0/+3 |