summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Record ranges skipped by the preprocessor and expose them with lib...Argyrios Kyrtzidis2013-12-051-0/+41
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-051-0/+4
* Fix method/variable name typosAlp Toker2013-12-031-2/+2
* [libclang] Check for LIBCLANG_DISABLE_CRASH_RECOVERY before enabling crash re...Argyrios Kyrtzidis2013-11-271-6/+2
* [libclang] Make sure we don't access past the tokens buffer while token annot...Argyrios Kyrtzidis2013-11-271-7/+29
* Documentation parsing: move comment-to-XML conversion routines to libIndexDmitri Gribenko2013-11-131-4/+3
* It is no longer necessary to opt out of pretty stack traces.Filip Pizlo2013-11-041-5/+0
* Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as aRichard Smith2013-10-311-2/+3
* Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith2013-10-311-2/+2
* Add llvm_unreachable to pacify GCC's dropping off non-void function warning.Benjamin Kramer2013-10-151-1/+4
* [libclang] When querying for the availability of an enumerator, pick up the a...Argyrios Kyrtzidis2013-10-151-40/+75
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-0/+4
* [libclang] Provide location for attributes and expose 'packed' attribute.Argyrios Kyrtzidis2013-09-251-0/+12
* [OPENMP] Bug fixes and improvements.Alexey Bataev2013-09-241-7/+13
* Fix array_pod_sort predicates after LLVM change.Benjamin Kramer2013-09-221-12/+3
* Remove unnecessary inclusion of Sema.hDavid Blaikie2013-09-131-0/+1
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-061-0/+3
* Remove unused typedef.Eric Christopher2013-09-031-1/+0
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-3/+0
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-0/+3
* 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
OpenPOWER on IntegriCloud