summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-9/+9
* [libclang] Fix annotation of a range where the begin or end locationArgyrios Kyrtzidis2013-02-131-9/+23
* [libclang] Attribute visitation happens out-of-source-order, make sureArgyrios Kyrtzidis2013-02-081-8/+23
* libclang: CursorVisitor::VisitBuiltinTypeLoc(): Add OCLSampler. [-Wswitch]NAKAMURA Takumi2013-02-071-0/+1
* libclang: remove 'using namespace cxstring'Dmitri Gribenko2013-02-031-2/+1
* libclang: remove unneeded const_castsDmitri Gribenko2013-02-031-3/+2
* libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko2013-02-021-33/+32
* libclang: introduce cxstring::{createRef,createDup} for C stringsDmitri Gribenko2013-02-021-157/+157
* libclang: itroduce cxstring::createEmpty()Dmitri Gribenko2013-02-011-16/+16
* libclang: introduce cxstring::createNull()Dmitri Gribenko2013-02-011-4/+4
* libclang: refactor CXStringPool: make it a classDmitri Gribenko2013-01-261-2/+2
* libclang: type safety for CXTranslationUnitImpl::CIdxDmitri Gribenko2013-01-261-3/+3
* libclang: type safety for CXTranslationUnitImpl::FormatContextDmitri Gribenko2013-01-261-1/+1
* libclang: some type safety for CXTranslationUnitImpl's internalsDmitri Gribenko2013-01-261-3/+3
* libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko2013-01-261-38/+38
* libclang: make getCursorParentDecl() return 'const Decl *'Dmitri Gribenko2013-01-261-1/+1
* libclang: change getCursorAttr() to return 'const Attr *'Dmitri Gribenko2013-01-261-4/+4
* libclang: make getCursorStmt() and getCursorExpr() return const pointersDmitri Gribenko2013-01-261-157/+166
* [libclang] Introduce clang_getFileUniqueID which returns a structArgyrios Kyrtzidis2013-01-261-0/+15
* libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko2013-01-231-102/+107
* Remove uneeded castsDmitri Gribenko2013-01-231-5/+3
* Explicitly cast away the const-ness instead of doing it implicitly.Bill Wendling2013-01-231-5/+9
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-3/+1
* Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth2013-01-191-3/+3
* [libclang] In clang_reparseTranslationUnit_Impl, move the check whether TU isArgyrios Kyrtzidis2013-01-161-3/+2
* libclang: remove a few const_castsDmitri Gribenko2013-01-141-1/+1
* Constify argument of Preprocessor::getMacroInfoHistory and propagate toDmitri Gribenko2013-01-141-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-3/+3
* libclang: change CXCursor to store 'const void *' pointers forDmitri Gribenko2013-01-111-32/+34
* libclang: use getCursorTU and getCursorASTUnit instead of explicit castsDmitri Gribenko2013-01-111-2/+1
* [libclang] Enhance logging capabilities of libclang.Argyrios Kyrtzidis2013-01-101-16/+134
* [libclang] In clang_equalCursors, clear out the "FirstInDeclGroup" part in a ...Argyrios Kyrtzidis2013-01-081-0/+12
* [libclang] When annotating preprocessor tokens, if we are in a macro definition,Argyrios Kyrtzidis2013-01-071-1/+31
* [libclang] Simplify annotation of preprocessing tokens and remove the Annotat...Argyrios Kyrtzidis2013-01-071-82/+63
* [libclang] Make token annotation of type/storage qualifiers accurate.Argyrios Kyrtzidis2013-01-071-17/+0
* [libclang] When getting the cursor for an identifier inside a macro definitio...Argyrios Kyrtzidis2013-01-071-5/+112
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-1/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* This is the libclang patch providing minimal API toFariborz Jahanian2012-12-181-0/+4
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+6
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-6175/+6169
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-6169/+6175
* [libclang] Make sure tokens from preprocessor directives are annotated as such,Argyrios Kyrtzidis2012-12-121-10/+5
* Sort #include lines for tools/...Chandler Carruth2012-12-041-13/+11
* [libclang] Remove WorkingDir field from CIndexer, it has been rendered useless.Argyrios Kyrtzidis2012-11-271-1/+0
* Revert r167801, "[preprocessor] When #including something that contributes noDaniel Dunbar2012-11-131-2/+0
* [preprocessor] When #including something that contributes no tokens at all,Argyrios Kyrtzidis2012-11-131-0/+2
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-3/+3
* [libclang] Add an environment variable to disable thread background priotity,...Argyrios Kyrtzidis2012-10-231-0/+3
OpenPOWER on IntegriCloud