summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Add APIs to check the result of an integer expression in CXEvalRes...Argyrios Kyrtzidis2016-12-011-3/+36
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-0/+9
* Link include-fixer into libclang if clang-tools-extra is checked out.Benjamin Kramer2016-11-171-0/+6
* Add explicit (void) cast to result of unique_ptr::release()Eric Fiselier2016-11-141-1/+1
* [libclang] Fix issue with clang_tokenize and make sure it interprets CXSource...Argyrios Kyrtzidis2016-11-091-1/+1
* [index] Expose FriendDeclOlivier Goffart2016-11-041-0/+13
* Re-apply patch r279045.Kelvin Li2016-10-251-0/+9
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+12
* Handle empty message in static_asserts.Richard Trieu2016-09-131-2/+3
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-081-0/+1
* [libclang] Add clang_getAllSkippedRanges functionCameron Desrochers2016-08-181-0/+27
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-9/+0
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-0/+9
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-0/+8
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-1/+3
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-0/+8
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+1
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-0/+2
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-0/+9
* [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli2016-07-131-0/+3
* [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli2016-07-131-0/+3
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-071-4/+2
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-061-0/+8
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-0/+9
* [libclang] Sync-up the way top-level decls in an ASTUnit are handled with how...Argyrios Kyrtzidis2016-07-011-32/+42
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-0/+4
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-271-0/+9
* Revert r273705Carlo Bertolli2016-06-241-9/+0
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-241-0/+9
* Use more ArrayRefsDavid Majnemer2016-06-241-2/+2
* Use ranges to concisely express iterationDavid Majnemer2016-06-231-11/+10
* Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev2016-06-151-2/+0
* [MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev2016-06-151-0/+2
* CIndex: add support for static_assertOlivier Goffart2016-06-091-0/+10
* Update to match LLVM r272232.Richard Smith2016-06-091-1/+2
* Indexer: add CXObjCPropertyAttr_class for class properties.Manman Ren2016-05-311-0/+2
* clang-c: Add the clang_getCursorVisibility() APIEhsan Akhgari2016-05-311-0/+21
* Revert r253909 because it was committed with an incorrect messageEhsan Akhgari2016-05-311-21/+0
* [OpenMP] Parsing and sema support for the from clauseSamuel Antao2016-05-261-0/+3
* [OpenMP] Parsing and sema support for the to clauseSamuel Antao2016-05-261-0/+3
* [OpenMP] Parsing and sema support for target update directiveSamuel Antao2016-05-261-0/+2
* Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe2016-04-271-0/+52
* libclang: Use early-return to reduce indentation.David Blaikie2016-04-131-104/+96
* Simplify memory management of CXEvalResultKind/ExprEvalResult using unique_pt...David Blaikie2016-04-131-39/+28
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* libclang: fix two memory leaks (PR26292)Hans Wennborg2016-04-111-2/+3
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-12/+3
* [OPENMP 4.5] Codegen for data members in 'linear' clause.Alexey Bataev2016-03-091-0/+1
* [OPENMP] Simplify handling of clauses with postupdates, NFC.Alexey Bataev2016-03-041-2/+1
* [libclang] Link clang-tidy plugin into libclang if present.Benjamin Kramer2016-03-031-0/+7
OpenPOWER on IntegriCloud