summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Make sure to visit the body of a CXXForRangeStmt.Argyrios Kyrtzidis2014-11-131-1/+2
* [liblang] Handle CXXForRangeStmt during AST visitation.Argyrios Kyrtzidis2014-11-131-0/+6
* Refactor implementation of 'exclude header'.Richard Smith2014-10-231-5/+1
* [OPENMP] Codegen for 'private' clause in 'parallel' directive.Alexey Bataev2014-10-211-1/+5
* Add llvm_unreachable after switch to avoid warnings about a missingKaelyn Takata2014-10-151-0/+1
* Drop unneccessary default case from switch introduced in r219809Kaelyn Takata2014-10-151-2/+0
* [libclang] Add function to retrieve storage class in libclang.Argyrios Kyrtzidis2014-10-151-0/+35
* Frontend: Don't accept null DiagnosticsEngines when building ASTUnitsJustin Bogner2014-10-151-1/+2
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+7
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-7/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+7
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-0/+2
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+8
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-0/+7
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-0/+7
* Update for LLVM api change.Rafael Espindola2014-08-271-4/+4
* [libclang] Fixup the cursor spelling range for C++ destructors, operator over...Argyrios Kyrtzidis2014-08-261-0/+12
* [OPENMP] Extract common superclass from all the loop directives. No functiona...Alexander Musman2014-08-191-3/+8
* [libclang] Introduce clang_File_isEqual for comparing CXFile handles.Argyrios Kyrtzidis2014-08-161-0/+12
* std::unique_ptr-ify the result of ASTUnit::LoadFromASTFileDavid Blaikie2014-08-101-6/+6
* Expose the CUDA shared attribute to the C API.Eli Bendersky2014-08-081-0/+2
* Add IR Mangler for more stable mangling.Eli Bendersky2014-08-011-12/+21
* Exposes a C API to name mangling for a given cursor.Eli Bendersky2014-07-311-0/+26
* [OPENMP] Initial parsing and sema analysis for clause 'seq_cst' of 'atomic' d...Alexey Bataev2014-07-241-0/+2
* [OPENMP] Initial parsing and sema analysis for clause 'capture' in 'atomic' d...Alexey Bataev2014-07-241-0/+2
* [OPENMP] Initial parsing and sema analysis for 'update' clause of 'atomic' di...Alexey Bataev2014-07-231-0/+2
* [OPENMP] Initial parsing an sema analysis for 'write' clause of 'atomic' dire...Alexey Bataev2014-07-231-0/+2
* [OPENMP] Initial parsing and sema analysis for 'read' clause in 'atomic' dire...Alexey Bataev2014-07-231-0/+2
* [OPENMP] Initial parsing and sema analysis for 'atomic' directive.Alexey Bataev2014-07-221-0/+7
* [OPENMP] Initial parsing and sema analysis for 'ordered' directive.Alexey Bataev2014-07-221-0/+7
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-211-0/+10
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-211-0/+10
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-181-0/+7
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-181-0/+7
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-181-0/+8
* [OPENMP] Initial parsing and sema analysis of 'mergeable' clause.Alexey Bataev2014-07-171-0/+2
* [OPENMP] Initial support for parsing and sema analysis of 'untied' clause.Alexey Bataev2014-07-171-0/+2
* [OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman2014-07-171-0/+7
* [OPENMP] Initial parsing and sema analysis for 'final' clause.Alexey Bataev2014-07-171-0/+4
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-111-0/+7
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-081-0/+8
* libclang: pass return code out argument by referenceAlp Toker2014-07-071-11/+10
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-071-0/+8
* libclang: refactor handling of unsaved_filesAlp Toker2014-07-071-39/+36
* Add an AST node for __leave statements, hook it up.Nico Weber2014-07-071-0/+2
* libclang: make darwin pthread hacks conditional on LLVM_ENABLE_THREADSAlp Toker2014-07-061-5/+8
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-2/+2
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-271-4/+4
* Fix a bug in my previous patch by restoring the behavior that the fatalChandler Carruth2014-06-271-1/+14
* This fixes libclang to cope with the now compile-time multithreadedChandler Carruth2014-06-271-13/+5
OpenPOWER on IntegriCloud