summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+10
* [tooling] In CompileCommand, Expose the 'file' that was associated with the c...Argyrios Kyrtzidis2015-09-112-0/+11
* [libclang] Add missing clang_CompileCommand_* functions in libclang.exports.Argyrios Kyrtzidis2015-09-091-0/+2
* Index: expose visibility attributeSaleem Abdulrasool2015-09-052-0/+16
* [libclang] Return deduced type for auto type, not the one written in the source.Manuel Klimek2015-09-031-9/+3
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-271-1/+2
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-252-0/+6
* [libclang] For convenience to clients, make sure that nullability and __kindo...Argyrios Kyrtzidis2015-08-241-0/+5
* [OPENMP 4.1] Initial support for 'simdlen' clause.Alexey Bataev2015-08-211-0/+4
* [OPENMP 4.1] Allow variables with reference types in private clauses.Alexey Bataev2015-08-181-0/+3
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-2/+0
* This patch commits OpenMP 4 target device clausesMichael Wong2015-08-071-0/+4
* Rename DescriptionString -> DataLayoutString as it matches the actualEric Christopher2015-08-051-1/+1
* Remove unused header include.Argyrios Kyrtzidis2015-08-041-1/+0
* Use llvm::reverse to make a bunch of loops use foreach. NFC.Pete Cooper2015-07-301-4/+2
* [OPENMP 4.1] Initial support for extended 'ordered' clause.Alexey Bataev2015-07-301-1/+3
* [libclang] Use lambdas instead of explicit structs when storing arguments.Benjamin Kramer2015-07-254-251/+134
* Commit for http://reviews.llvm.org/D10765Michael Wong2015-07-212-0/+11
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-173-6/+5
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+6
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-6/+0
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+6
* Add clang_free to libclang to free memory allocated in libclang.Yaron Keren2015-07-092-0/+5
* [CMake] Reorder libdeps. NFC.NAKAMURA Takumi2015-07-081-4/+1
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-083-4/+20
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-073-13/+4
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-073-4/+13
* [libclang] Replace ObjC generic parameters in code-completion results.Douglas Gregor2015-07-072-5/+9
* C++ support for Objective-C lightweight generics.Douglas Gregor2015-07-072-8/+13
* Handle Objective-C type arguments.Douglas Gregor2015-07-072-1/+44
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-0/+2
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-2/+2
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-022-0/+10
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-012-0/+12
* [OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev2015-06-231-0/+3
* Update for LLVM api change.Rafael Espindola2015-06-231-3/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-2215-30/+26
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-2215-26/+30
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-204-26/+31
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-182-0/+11
* push_back() loop -> append() for random access iterators.Benjamin Kramer2015-06-121-3/+1
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+2
* Removing spurious semi colons; NFC.Aaron Ballman2015-06-091-1/+1
* [OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.Alexey Bataev2015-05-121-0/+1
* Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...Richard Smith2015-05-041-2/+2
* Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...Richard Smith2015-05-044-67/+63
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-2/+2
* [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.Alexey Bataev2015-04-161-0/+9
* [OPENMP] Codegen for 'lastprivate' clause in 'for' directive.Alexey Bataev2015-04-161-0/+12
* [libclang] Add functions to get information about fields.Argyrios Kyrtzidis2015-04-132-3/+75
OpenPOWER on IntegriCloud