summaryrefslogtreecommitdiff
path: root/tools/libclang
Commit message (Expand)AuthorAge
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-27
* Fix a bug in my previous patch by restoring the behavior that the fatalChandler Carruth2014-06-27
* This fixes libclang to cope with the now compile-time multithreadedChandler Carruth2014-06-27
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-27
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-26
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-26
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* Revert r211121 (and r211285), "Change libclang initialization to use std::cal...NAKAMURA Takumi2014-06-24
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-20
* Don't call llvm_start_multithreaded() during init. As of LLVMZachary Turner2014-06-19
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-18
* Change libclang initialization to use std::call_once instead ofZachary Turner2014-06-17
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-17
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-17
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-16
* Revert "Clang changes to support LLVM removal of runtime multithreading"Zachary Turner2014-06-10
* Clang changes to support LLVM removal of runtime multithreadingZachary Turner2014-06-10
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-08
* Avoid dubious IdentifierInfo::getNameStart() usesAlp Toker2014-06-07
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-04
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-04
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-29
* Expose CUDA function attributes to the C interface.Eli Bendersky2014-05-28
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-27
* RAV reunification: merge Lambda body visitation to DRAVAlp Toker2014-05-20
* VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping filesJustin Bogner2014-05-20
* Provide and use a safe Token::getRawIdentifier() accessorAlp Toker2014-05-17
* Switch another write_escaped to yaml::escapeBen Langmuir2014-05-16
* [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g...Argyrios Kyrtzidis2014-05-15
* [liblang] Introduce clang_getModuleForFile, which given a CXFile header file,...Argyrios Kyrtzidis2014-05-14
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* Don't leak the CXStoredDiagnostics returned by clang_codeCompleteGetDiagnostic()Nico Weber2014-05-09
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-06
* [libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.Joey Gouly2014-05-01
* libclang: split out the documentation comment APIAlp Toker2014-04-28
* libclang: remove 'CXDiagnostic_Remark'Alp Toker2014-04-26
* Simplify leak fix of r207076, by just disposing the previous CXString.Argyrios Kyrtzidis2014-04-24
* Fix two leaks found by LSan.Nico Weber2014-04-24
* Attempt to fix null ASTContext in ASTUnit error pathBen Langmuir2014-04-22
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-22
* When writing YAML in libclang, use yaml::escape instead of write_escapedBen Langmuir2014-04-17
* Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir2014-04-15
* libclang: add clang_CXXMethod_isConst API that allows to determine if a C++Dmitri Gribenko2014-04-07
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-31
* libclang/libIndex: USR generation: mangle source location into USRs for macros,Dmitri Gribenko2014-03-28
* [cleanup] Stop specifying size overrides for BumpPtrAllocators.Chandler Carruth2014-03-27
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-21
* Tooling: Move heavyweight vectors around instead of copying.Benjamin Kramer2014-03-20