| Commit message (Expand) | Author | Age | Files | Lines |
* | Add clang_free to libclang to free memory allocated in libclang. | Yaron Keren | 2015-07-09 | 2 | -0/+5 |
* | [CMake] Reorder libdeps. NFC. | NAKAMURA Takumi | 2015-07-08 | 1 | -4/+1 |
* | Revert "Revert r241620 and follow-up commits" and move the initialization | Adrian Prantl | 2015-07-08 | 3 | -4/+20 |
* | Revert r241620 and follow-up commits while investigating linux buildbot failu... | Adrian Prantl | 2015-07-07 | 3 | -13/+4 |
* | Wrap clang modules and pch files in an object file container. | Adrian Prantl | 2015-07-07 | 3 | -4/+13 |
* | [libclang] Replace ObjC generic parameters in code-completion results. | Douglas Gregor | 2015-07-07 | 2 | -5/+9 |
* | C++ support for Objective-C lightweight generics. | Douglas Gregor | 2015-07-07 | 2 | -8/+13 |
* | Handle Objective-C type arguments. | Douglas Gregor | 2015-07-07 | 2 | -1/+44 |
* | Parsing, semantic analysis, and AST for Objective-C type parameters. | Douglas Gregor | 2015-07-07 | 1 | -0/+2 |
* | Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)... | Benjamin Kramer | 2015-07-02 | 1 | -2/+2 |
* | [OPENMP 4.0] Initial support for 'omp cancel' construct. | Alexey Bataev | 2015-07-02 | 2 | -0/+10 |
* | [OPENMP 4.0] Initial support for 'omp cancellation point' construct. | Alexey Bataev | 2015-07-01 | 2 | -0/+12 |
* | [OPENMP] Initial support for 'depend' clause (4.0). | Alexey Bataev | 2015-06-23 | 1 | -0/+3 |
* | Update for LLVM api change. | Rafael Espindola | 2015-06-23 | 1 | -3/+2 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 15 | -30/+26 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 15 | -26/+30 |
* | Introduce a PCHContainerOperations interface (NFC). | Adrian Prantl | 2015-06-20 | 4 | -26/+31 |
* | [OPENMP] Support for '#pragma omp taskgroup' directive. | Alexey Bataev | 2015-06-18 | 2 | -0/+11 |
* | push_back() loop -> append() for random access iterators. | Benjamin Kramer | 2015-06-12 | 1 | -3/+1 |
* | Implementing C99 partial re-initialization behavior (DR-253) | Yunzhong Gao | 2015-06-10 | 1 | -0/+2 |
* | Removing spurious semi colons; NFC. | Aaron Ballman | 2015-06-09 | 1 | -1/+1 |
* | [OPENMP] Fixed support for 'schedule' clause with non-constant chunk size. | Alexey Bataev | 2015-05-12 | 1 | -0/+1 |
* | Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*... | Richard Smith | 2015-05-04 | 1 | -2/+2 |
* | Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio... | Richard Smith | 2015-05-04 | 4 | -67/+63 |
* | [modules] Stop trying to fake up a linear MacroDirective history. | Richard Smith | 2015-04-29 | 1 | -2/+2 |
* | [OPENMP] Codegen for 'copyin' clause in 'parallel' directive. | Alexey Bataev | 2015-04-16 | 1 | -0/+9 |
* | [OPENMP] Codegen for 'lastprivate' clause in 'for' directive. | Alexey Bataev | 2015-04-16 | 1 | -0/+12 |
* | [libclang] Add functions to get information about fields. | Argyrios Kyrtzidis | 2015-04-13 | 2 | -3/+75 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 5 | -10/+10 |
* | [OPENMP] Codegen for 'reduction' clause in 'parallel' directive. | Alexey Bataev | 2015-04-10 | 1 | -0/+9 |
* | Refactor: Simplify boolean expressions in libclang | Dmitri Gribenko | 2015-03-23 | 1 | -1/+1 |
* | [OPENMP] Codegen for 'copyprivate' clause ('single' directive). | Alexey Bataev | 2015-03-23 | 1 | -0/+9 |
* | [OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive. | Alexander Musman | 2015-03-21 | 1 | -0/+10 |
* | [libclang] During member ref expression visitation, ignore base anonymous str... | Argyrios Kyrtzidis | 2015-03-13 | 1 | -2/+15 |
* | Make helper functions static. NFC. | Benjamin Kramer | 2015-03-10 | 1 | -1/+1 |
* | Teach raw_ostream to accept SmallString. | Yaron Keren | 2015-03-10 | 1 | -1/+1 |
* | Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext | Richard Smith | 2015-03-07 | 1 | -0/+1 |
* | Clang side change following r231392. | Zachary Turner | 2015-03-05 | 1 | -1/+1 |
* | Add missing include. | Benjamin Kramer | 2015-03-01 | 1 | -0/+1 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 2 | -4/+2 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 2 | -2/+4 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 2 | -3/+1 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 2 | -1/+3 |
* | Cleanup: remove artificial division between lookup results and const lookup | Richard Smith | 2015-02-21 | 1 | -1/+1 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 2 | -4/+1 |
* | configure+make: Add ipo to the dependencies of libclang. | Adrian Prantl | 2015-02-21 | 1 | -1/+1 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 2 | -1/+4 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 2 | -4/+1 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 2 | -1/+4 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -1/+0 |