aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2014-06-08[C++11] Use 'nullptr'. Tools edition.Craig Topper
2014-06-07Avoid dubious IdentifierInfo::getNameStart() usesAlp Toker
2014-06-06Fix C++ style // comments in a couple of C filesTimur Iskhodzhanov
2014-06-05Flush C stdio streams upon process terminationReid Kleckner
2014-06-04[OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman
2014-06-04Remove the last remaining llvm/Config/config.h includesAlp Toker
2014-05-31cc1as: invert return bool to indicate failureAlp Toker
2014-05-31cc1as: fix a potential leak and unremoved output file in error conditionsAlp Toker
2014-05-29Parsing/Sema for OMPAlignedClause.Alexander Musman
2014-05-28Expose CUDA function attributes to the C interface.Eli Bendersky
2014-05-27Parsing/Sema for OMPCollapseClause.Alexander Musman
2014-05-23revert "r209526 List the function/method name in the index page of scan-build "Sylvestre Ledru
2014-05-23List the function/method name in the index page of scan-build Sylvestre Ledru
2014-05-23Replace system() by native perl callsSylvestre Ledru
2014-05-22clang-format: Introduce DisableFormat that prevents formatting.Daniel Jasper
2014-05-22clang-format: Fix vim-integration for empty files.Daniel Jasper
2014-05-20RAV reunification: merge Lambda body visitation to DRAVAlp Toker
2014-05-20VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping filesJustin Bogner
2014-05-19Pass -gdwarf-N options to integrated assemblerOliver Stannard
2014-05-17Provide and use a safe Token::getRawIdentifier() accessorAlp Toker
2014-05-16Improve a scan-build messageSylvestre Ledru
2014-05-16Switch another write_escaped to yaml::escapeBen Langmuir
2014-05-15Eliminate DefaultImageName from the Driver constructorAlp Toker
2014-05-15[libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g...Argyrios Kyrtzidis
2014-05-14[liblang] Introduce clang_getModuleForFile, which given a CXFile header file,...Argyrios Kyrtzidis
2014-05-14clang-format: Add clang-format-diff usage examples for SVN.Daniel Jasper
2014-05-12[scan-build] Pass --sysroot through for both compilation and linking.Jordan Rose
2014-05-11c-index-test: Don't leak diagnostic category text.Nico Weber
2014-05-10Don't leak CXStrings for replacement fix-its in c-index-test.Nico Weber
2014-05-10Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer
2014-05-09Don't leak the CXStoredDiagnostics returned by clang_codeCompleteGetDiagnostic()Nico Weber
2014-05-08Enable alternative tokens by default for clang-format.Nikola Smiljanic
2014-05-07c-index-test: Don't leak the strings returned by makeClientContainer().Nico Weber
2014-05-07Make 2 functions static, remove unneeded cast, rewrap. No behavior change.Nico Weber
2014-05-07Update for llvm api change.Rafael Espindola
2014-05-06[OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev
2014-05-02[leaks] Parse the schema file every time we try to verify the XML. Yes,Chandler Carruth
2014-05-01[libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.Joey Gouly
2014-04-29scan-build: Don't use realpath when the user provides an explicit path.Jordan Rose
2014-04-28Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.Nico Weber
2014-04-28libclang: split out the documentation comment APIAlp Toker
2014-04-27c-arcmt-test/Makefile: Update USEDLIBS for -static.NAKAMURA Takumi
2014-04-26libclang: remove 'CXDiagnostic_Remark'Alp Toker
2014-04-24Simplify leak fix of r207076, by just disposing the previous CXString.Argyrios Kyrtzidis
2014-04-24Fix two leaks found by LSan.Nico Weber
2014-04-24Fix two leaks in c-index-test found by LSan.Nico Weber
2014-04-23Update Target::createMCAsmParser calls for the LLVM interface change.Evgeniy Stepanov
2014-04-22Attempt to fix null ASTContext in ASTUnit error pathBen Langmuir
2014-04-22[OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman
2014-04-21Handle possible trailing '/' in xcode-select output. Patch by Jeff Olson.Ted Kremenek