summaryrefslogtreecommitdiff
path: root/tools/libclang/CXCursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+1
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-1/+0
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+1
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-0/+3
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-101-0/+3
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-021-0/+2
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-0/+1
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-4/+4
* [libclang] Expose aligned() attribute.Emilio Cobos Alvarez2019-03-131-0/+1
* [libclang] Expose warn_unused and warn_unused_result attributes.Emilio Cobos Alvarez2019-02-251-0/+2
* [libclang] Add attribute support for 'convergent'.Sven van Haastregt2019-02-111-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libclang] CoroutineBody/Coreturn statements are UnexposedStmts and not ExprsAlex Lorenz2019-01-031-3/+6
* [libclang] Fix clang_Cursor_getNumArguments and clang_Cursor_getArgument for ...Ivan Donchevskii2018-11-271-0/+10
* [libclang] Unify getCursorDecl and getCursorParentDeclFangrui Song2018-11-201-4/+0
* Create ConstantExpr classBill Wendling2018-10-311-0/+4
* [Sema] Store MacroInfo in CodeCompletionResult for macro results.Eric Liu2018-09-051-9/+9
* [libclang 8/8] Add support for the flag_enum attributeMichael Wu2018-08-031-0/+1
* [libclang 5/8] Add support for ObjC attributes without argsMichael Wu2018-08-031-0/+17
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-5/+5
* Fix typos in clangAlexander Kornienko2018-04-061-3/+3
* libclang: remove unused variable.Tim Northover2017-04-271-2/+1
* [libclang] Enhance clang_Cursor_isDynamicCall and clang_Cursor_getReceiverTyp...Argyrios Kyrtzidis2017-04-271-1/+26
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-0/+1
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-0/+3
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-0/+3
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-0/+3
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-0/+3
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-0/+3
* [libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis2016-12-171-9/+0
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-121-0/+2
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-0/+3
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-0/+3
* Re-apply patch r279045.Kelvin Li2016-10-251-0/+3
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-3/+0
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-0/+3
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-0/+3
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-0/+3
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-1/+5
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-0/+3
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-061-0/+3
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-0/+3
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-0/+1
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-271-0/+3
* Revert r273705Carlo Bertolli2016-06-241-3/+0
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-241-0/+3
* Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev2016-06-151-4/+0
* [MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev2016-06-151-0/+4
* Make sizeof and alignof a CXCursor_UnaryExprOlivier Goffart2016-06-091-1/+1