summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* [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
* diagtool: refactor TreeView to resemble C++Alp Toker2014-06-20
* diagtool: simplify TreeView diagnostic classificationAlp Toker2014-06-19
* 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
* actually, just check if it is a file (including directory or symlink)Sylvestre Ledru2014-06-16
* Check that the directory does not exist.Sylvestre Ledru2014-06-16
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-16
* List the function/method name in the index page of scan-buildSylvestre Ledru2014-06-14
* With the option '-analyzer-config stable-report-filename=true',Sylvestre Ledru2014-06-14
* Refer to error_code with the std prefix.Rafael Espindola2014-06-12
* Include system_error directly.Rafael Espindola2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* 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
* Fix C++ style // comments in a couple of C filesTimur Iskhodzhanov2014-06-06
* Flush C stdio streams upon process terminationReid Kleckner2014-06-05
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-04
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-04
* cc1as: invert return bool to indicate failureAlp Toker2014-05-31
* cc1as: fix a potential leak and unremoved output file in error conditionsAlp Toker2014-05-31
* 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
* revert "r209526 List the function/method name in the index page of scan-build "Sylvestre Ledru2014-05-23
* List the function/method name in the index page of scan-build Sylvestre Ledru2014-05-23
* Replace system() by native perl callsSylvestre Ledru2014-05-23
* clang-format: Introduce DisableFormat that prevents formatting.Daniel Jasper2014-05-22
* clang-format: Fix vim-integration for empty files.Daniel Jasper2014-05-22
* RAV reunification: merge Lambda body visitation to DRAVAlp Toker2014-05-20
* VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping filesJustin Bogner2014-05-20
* Pass -gdwarf-N options to integrated assemblerOliver Stannard2014-05-19
* Provide and use a safe Token::getRawIdentifier() accessorAlp Toker2014-05-17
* Improve a scan-build messageSylvestre Ledru2014-05-16
* Switch another write_escaped to yaml::escapeBen Langmuir2014-05-16
* Eliminate DefaultImageName from the Driver constructorAlp Toker2014-05-15
* [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
* clang-format: Add clang-format-diff usage examples for SVN.Daniel Jasper2014-05-14
* [scan-build] Pass --sysroot through for both compilation and linking.Jordan Rose2014-05-12
* c-index-test: Don't leak diagnostic category text.Nico Weber2014-05-11