aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-05-11[HIP] Let clang-offload-bundler support HIPYaxun Liu
2018-05-10Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'Julie Hockett
2018-05-09Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"Julie Hockett
2018-05-09[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirectiveJulie Hockett
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-05-01[libclang] Fix the type of 'int (Foo);'Shoaib Meenai
2018-04-30[MC] Change AsmParser to leverage Assembler during evaluationNirav Dave
2018-04-30IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber
2018-04-30PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith
2018-04-27s/LLVM_ON_WIN32/_WIN32/, clangNico Weber
2018-04-27[MC] Undo spurious commit added into r331052.Nirav Dave
2018-04-27[MC] Provide default value for IsResolved.Nirav Dave
2018-04-27[MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.Nirav Dave
2018-04-26Revert rC330794 and some dependent tiny bug fixes Faisal Vali
2018-04-25[c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali
2018-04-24Link to AggressiveInstCombine in a few places. Unbreaks build for me.Roman Lebedev
2018-04-24[libclang] Only mark CXCursors for explicit attributes with a typeErik Verbruggen
2018-04-24Make add_clang_tool() formatting a bit more consistent.Nico Weber
2018-04-23Fix typo in comment.Nico Weber
2018-04-23Fix case of LLVM library names.Nico Weber
2018-04-23Remove unused code (made unused by r161073, and later more so by r248043).Nico Weber
2018-04-23[index] Fix methods that take a shared_ptr to just take a reference.Benjamin Kramer
2018-04-13Use InitLLVM in clang as well.Rui Ueyama
2018-04-09[Index] Return SourceLocation to consumers, not FileID/Offset pair.Sam McCall
2018-04-09Try to fix libclang reproducer tests after r329465Hans Wennborg
2018-04-07[libclang] Add clang_File_tryGetRealPathNameFangrui Song
2018-04-07Recommit r329442: Generate Libclang invocation reproducers using a newAlex Lorenz
2018-04-06Revert r329442 "Generate Libclang invocation reproducers using a newAlex Lorenz
2018-04-06Generate Libclang invocation reproducers using a new -cc1gen-reproducerAlex Lorenz
2018-04-06Fix typos in clangAlexander Kornienko
2018-04-06Allow the creation of human-friendly ASTDumper to arbitrary output streamAlexander Kornienko
2018-04-03Revert "Set calling convention for CUDA kernel"Artem Belevich
2018-03-29Set calling convention for CUDA kernelYaxun Liu
2018-03-27[clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-26[clang-format] Wildcard expansion on Windows.Alexander Kornienko
2018-03-19[Driver] Avoid invalidated iterator in insertTargetAndModeArgsSerge Pavlov
2018-03-13clang-import-test: fix build with clang-3.8Pavel Labath
2018-03-01Resubmit [analyzer] Support for naive cross translation unit analysisIlya Biryukov
2018-03-01Revert "[analyzer] Support for naive cross translation unit analysis"Ilya Biryukov
2018-02-28[analyzer] Support for naive cross translation unit analysisGabor Horvath
2018-02-27Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev
2018-02-27[Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev
2018-02-21Clean up use of C allocation functionsSerge Pavlov
2018-02-20clang-format plugin: Add missing semicolon in list of file extensions (PR36383)Hans Wennborg
2018-02-14Update for llvm change. NFC.Rafael Espindola
2018-02-12[libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfoFangrui Song
2018-02-07[clang-import-test] Run clang-format, NFCVedant Kumar
2018-02-02[clang-proto-to-cxx] Accept protobufs with missing fields.Matt Morehouse
2018-01-29[clang-format] Fix bug where -dump-config failed on ObjC headerBen Hamilton
2018-01-29[scan-build] Add an option to skip overriding CC and CXX make varsJonathan Roelofs