summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [libclang] Add PrintingPolicy for pretty printing declarationsJonathan Coe2018-01-161-0/+189
* [PCH] Serialize skipped preprocessor rangesCameron Desrochers2018-01-151-0/+3
* [libclang] Support querying whether a declaration is invalidIvan Donchevskii2018-01-041-0/+9
* [libclang] Fix cursors for functions with trailing return typeIvan Donchevskii2018-01-031-3/+19
* Revert r321697 "[libclang] Support querying whether a declaration is invalid"...Hans Wennborg2018-01-031-28/+3
* Fix line endings.Ivan Donchevskii2018-01-031-58/+58
* [libclang] Fix cursors for functions with trailing return typeIvan Donchevskii2018-01-031-27/+43
* [libclang] Support querying whether a declaration is invalidIvan Donchevskii2018-01-031-6/+15
* [libclang] Add support for checking abstractness of recordsAlex Lorenz2017-12-141-0/+11
* [libclang] Record code-completion invocations to a temporary file whenAlex Lorenz2017-12-071-2/+12
* [libclang] Add function to get the buffer for a fileErik Verbruggen2017-12-061-0/+21
* [libclang] Store unsaved file hashes when recording parsing invocationsAlex Lorenz2017-12-051-2/+1
* [libclang] Record parsing invocation to a temporary file when requestedAlex Lorenz2017-12-041-0/+11
* [SourceLocations] Use stronger sort predicate to remove non-deterministic ord...Mandeep Singh Grang2017-11-291-2/+3
* Refactor functions PrintTemplateArgumentListSerge Pavlov2017-11-281-3/+3
* [libclang] Fix cursors for in-class initializer of field declarationsBenjamin Kramer2017-11-151-0/+3
* [libclang] Allow crash recovery with LIBCLANG_NOTHREADSErik Verbruggen2017-11-141-13/+2
* [libclang] Visit attributes for function and class templatesJonathan Coe2017-10-161-2/+4
* Dependent Address Space SupportAndrew Gozillon2017-10-021-0/+1
* [index] Generate class & metaclass manglings for objcDave Lee2017-09-221-0/+14
* libclang: expose `clang_getCursorTLSKind`Saleem Abdulrasool2017-09-131-0/+16
* [libclang]: Honor LIBCLANG_NOTHREADS for clang_parseTranslationUnit*Erik Verbruggen2017-08-291-0/+6
* [libclang] Determinize order of platform availability attrsReid Kleckner2017-08-041-1/+2
* [OPENMP] Codegen for 'in_reduction' clause.Alexey Bataev2017-07-271-0/+2
* [OPENMP] Codegen for 'task_reduction' clause.Alexey Bataev2017-07-251-0/+2
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-211-0/+17
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-0/+17
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-1/+1
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-171-1/+1
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-1/+1
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+9
* Revert r307769 (Forgot to mention the name of the contributor).Alex Lorenz2017-07-121-9/+0
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+9
* Fix warnings introduced by r307434.Richard Smith2017-07-081-0/+2
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-291-1/+2
* Recommit r305117: [libclang] Merge multiple availability clauses whenAlex Lorenz2017-06-121-38/+82
* Revert r305117Alex Lorenz2017-06-091-82/+38
* [libclang] Merge multiple availability clauses when getting the platform'sAlex Lorenz2017-06-091-38/+82
* [libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...Argyrios Kyrtzidis2017-06-091-2/+4
* [libclang] Allow to suspend a translation unit.Erik Verbruggen2017-05-301-0/+14
* [index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis2017-05-201-10/+1
* [libclang] Introduce clang_Cursor_isExternalSymbol that provides info about d...Argyrios Kyrtzidis2017-05-101-0/+29
* [modules] Round-trip -Werror flag through explicit module build.Richard Smith2017-05-031-1/+1
* [libclang] Expose some target information via the C API.Emilio Cobos Alvarez2017-04-281-0/+45
* [libclang] Pass in the -fallow-editor-placeholders optionAlex Lorenz2017-04-271-1/+4
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-0/+1
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-1/+0
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-1/+2
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-0/+9
* [OpenMP] Support for thread_limit-clause on the 'target teams' directive.Arpith Chacko Jacob2017-01-251-0/+1
OpenPOWER on IntegriCloud