summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-115-10/+10
* [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.Alexey Bataev2015-04-101-0/+9
* Refactor: Simplify boolean expressions in libclangDmitri Gribenko2015-03-231-1/+1
* [OPENMP] Codegen for 'copyprivate' clause ('single' directive).Alexey Bataev2015-03-231-0/+9
* [OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive.Alexander Musman2015-03-211-0/+10
* [libclang] During member ref expression visitation, ignore base anonymous str...Argyrios Kyrtzidis2015-03-131-2/+15
* Make helper functions static. NFC.Benjamin Kramer2015-03-101-1/+1
* Teach raw_ostream to accept SmallString.Yaron Keren2015-03-101-1/+1
* Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith2015-03-071-0/+1
* Clang side change following r231392.Zachary Turner2015-03-051-1/+1
* Add missing include.Benjamin Kramer2015-03-011-0/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-252-4/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-252-2/+4
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-242-3/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-242-1/+3
* Cleanup: remove artificial division between lookup results and const lookupRichard Smith2015-02-211-1/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-212-4/+1
* configure+make: Add ipo to the dependencies of libclang.Adrian Prantl2015-02-211-1/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-202-1/+4
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-202-4/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-202-1/+4
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-1/+0
OpenPOWER on IntegriCloud