summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-2/+1
* Added source locs for angled parentheses in class/var template partial specs.Enea Zaffanella2013-08-101-2/+3
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-1/+10
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-011-6/+3
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+52
* [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the d...Argyrios Kyrtzidis2013-07-051-0/+13
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-2/+2
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-241-0/+4
* [libclang] When annotating tokens, don't override a property annotation with ...Argyrios Kyrtzidis2013-06-041-0/+5
* Fix linkage computation for derived types in inline functions.Rafael Espindola2013-05-251-1/+2
* [libclang] Add logging for clang_createTranslationUnit.Argyrios Kyrtzidis2013-05-241-1/+5
* libclang: add a function to check whether a member function is pure virtualDmitri Gribenko2013-05-171-0/+14
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-161-2/+3
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-131-1/+1
* [libclang] Add a null check in CursorVisitor::visitPreprocessedEntities.Argyrios Kyrtzidis2013-05-071-0/+3
* [libclang] Introduce clang_Module_getASTFile function that returns the module...Argyrios Kyrtzidis2013-04-261-0/+7
* [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ...Argyrios Kyrtzidis2013-04-231-0/+2
* [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g...Argyrios Kyrtzidis2013-04-181-0/+13
* [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q...Argyrios Kyrtzidis2013-04-181-0/+24
* [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...Argyrios Kyrtzidis2013-04-181-0/+29
* Sema for Captured StatementsTareq A. Siraj2013-04-161-0/+1
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+1
* [libclang] Fix cursor visitation to not ignore template arguments in out-of-l...Argyrios Kyrtzidis2013-04-051-0/+14
* [libclang] Add some checks to make sure the given CXTranslationUnit is not nu...Argyrios Kyrtzidis2013-04-041-1/+7
* Update the error handing static functions for r178161.Chad Rosier2013-03-271-1/+2
* [Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis2013-03-261-5/+7
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+1
* [Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis2013-03-131-7/+13
* [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis2013-03-081-13/+18
* [libclang] Add Logger::operator<< overloads for CXCursor and FileEntry.Argyrios Kyrtzidis2013-03-081-0/+12
* [libclang] When logging a CXTranslationUnit that came from an AST file, print...Argyrios Kyrtzidis2013-03-051-0/+2
* Suppress -Wswitch to unbreak the build.David Blaikie2013-02-221-0/+1
* Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer2013-02-221-2/+2
* CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" ...NAKAMURA Takumi2013-02-211-2/+4
* Use None rather than Optional<T>() where possible.David Blaikie2013-02-211-2/+2
* Strip 'llvm' from 'llvm::Optional' uses.Ted Kremenek2013-02-211-7/+7
* [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...Argyrios Kyrtzidis2013-02-201-8/+8
* 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
OpenPOWER on IntegriCloud