summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Don't leak CXStrings for replacement fix-its in c-index-test.Nico Weber2014-05-10
* 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
* Enable alternative tokens by default for clang-format.Nikola Smiljanic2014-05-08
* c-index-test: Don't leak the strings returned by makeClientContainer().Nico Weber2014-05-07
* Make 2 functions static, remove unneeded cast, rewrap. No behavior change.Nico Weber2014-05-07
* Update for llvm api change.Rafael Espindola2014-05-07
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-06
* [leaks] Parse the schema file every time we try to verify the XML. Yes,Chandler Carruth2014-05-02
* [libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.Joey Gouly2014-05-01
* scan-build: Don't use realpath when the user provides an explicit path.Jordan Rose2014-04-29
* Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.Nico Weber2014-04-28
* libclang: split out the documentation comment APIAlp Toker2014-04-28
* c-arcmt-test/Makefile: Update USEDLIBS for -static.NAKAMURA Takumi2014-04-27
* 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
* Fix two leaks in c-index-test found by LSan.Nico Weber2014-04-24
* Update Target::createMCAsmParser calls for the LLVM interface change.Evgeniy Stepanov2014-04-23
* Attempt to fix null ASTContext in ASTUnit error pathBen Langmuir2014-04-22
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-22
* Handle possible trailing '/' in xcode-select output. Patch by Jeff Olson.Ted Kremenek2014-04-21
* CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=Justin Bogner2014-04-18
* clang-format.py: Don't omit the first two words from error messages.Nico Weber2014-04-17
* When writing YAML in libclang, use yaml::escape instead of write_escapedBen Langmuir2014-04-17