]> granicus.if.org Git - clang/shortlog
clang
2018-11-19 Michael PlatingsTest commit - delete trailing space.
2018-11-19 Anastasia Stulova[OpenCL] Fix address space deduction in template args.
2018-11-19 Brad Smith[PowerPC] Set the default PLT mode on OpenBSD/powerpc...
2018-11-18 Brad SmithReplace the UTF-8 characters in the error message.
2018-11-18 Kristof Umann[analyzer][NFC] Move CheckerOptInfo to CheckerRegistry...
2018-11-18 Kristof Umann[analyzer][UninitializedObjectChecker] Uninit regions...
2018-11-18 Jan Kratochvilcmake: z3: Remove EXACT from 4.7.1 after being compatib...
2018-11-17 Calixte Denizet[Clang] Add options -fprofile-filter-files and -fprofil...
2018-11-17 David BlaikieSink BuryPointer from Clang into LLVM for reuse there
2018-11-17 Bruno Ricci[AST][NFC] Pack CXXDefaultInitExpr
2018-11-17 Bruno Ricci[AST][NFC] Pack CXXDefaultArgExpr
2018-11-17 Bruno Ricci[AST][NFC] Pack CXXThrowExpr
2018-11-17 David L. JonesFix unused variable warning.
2018-11-16 Reid KlecknerAdd missing test for r347072 -gcodeview-ghash
2018-11-16 Petr Hosek[CMake] Use lld and llvm-objcopy for first stage compil...
2018-11-16 Alexey Bataev[OPENMP]Fix PR39694: do not capture `this` in non-...
2018-11-16 Alexey Bataev[OPENMP][NVPTX]Emit correct reduction code for teams...
2018-11-16 Stefan PintilieRevert "[PowerPC] Make no-PIC default to match GCC...
2018-11-16 Reid Kleckner[codeview] Expose -gcodeview-ghash for global type...
2018-11-16 Stefan Pintilie[PowerPC] Make no-PIC default to match GCC - CLANG
2018-11-16 Bruno Ricci[AST][NFC] Pack CXXThisExpr
2018-11-16 Bruno Ricci[AST][NFC] Pack CXXNullPtrLiteralExpr
2018-11-16 Bruno Ricci[AST][NFC] Pack CXXBoolLiteralExpr
2018-11-16 Anastasia Stulova[OpenCL] Enable address spaces for references in C++
2018-11-16 George Rimar[clang] - Simplify tools::SplitDebugName.
2018-11-16 Petr Hosek[CMake] Support cross-compiling with Fuchsia toolchain...
2018-11-16 Petr Hosek[CMake] Support cross-compiling with multi-stage builds
2018-11-16 Petr Hosek[CMake] Use the correct spelling for armv7 in Fuchsia...
2018-11-16 Zi Xuan Wu[Clang][Sema]Choose a better candidate in overload...
2018-11-16 Volodymyr Sapsai[VFS] Implement `RedirectingFileSystem::getRealPath`.
2018-11-16 Kristof Umann[analyzer] ConversionChecker: handle floating point
2018-11-16 Heejin Ahn[WebAssembly] Change type of wake count to unsigned int
2018-11-15 Petr Hosek[CMake] Explicitly list Linux targets for Fuchsia toolchain
2018-11-15 Erich KeaneFix parens warning in assert in ASTMatchFinder
2018-11-15 Bruno Ricci[AST] Store the string data in StringLiteral in a trail...
2018-11-15 Bruno Ricci[AST][NFC] Various NFCs in StringLiteral
2018-11-15 Bruno Ricci[AST][NFC] Re-add comment in BinaryOperator which was...
2018-11-15 Bruno Ricci[AST] Pack BinaryOperator
2018-11-15 Bruno Ricci[AST] Pack MemberExpr
2018-11-15 Bruno Ricci[AST][NFC] Move the friend decls to the top of MemberExpr
2018-11-15 Bruno Ricci[AST] Pack UnaryOperator
2018-11-15 Mikael HolmenFix warning about unused variable [NFC]
2018-11-15 David BlaikieNFC cleanup: Prefer make_unique over reset(new T())
2018-11-15 David BlaikieFix combining pragma __debug dump & parser_crash with -E
2018-11-15 David BlaikieRewrite-imports on crash: Simplify handling
2018-11-15 David BlaikieStmt bits: Make ExprBits relative to StmtBits
2018-11-15 JF BastienCGDecl::emitStoresForConstant fix synthesized constant...
2018-11-14 Reid Kleckner[codeview] Make "clang -g" emit codeview by default...
2018-11-14 Richard Smith[c++20] Implement P0482R6: enable -fchar8_t by default...
2018-11-14 Scott Linder[Support] Teach YAMLIO about polymorphic types
2018-11-14 Shoaib Meenai[AST] Fix typo in MicrosoftMangle
2018-11-14 David BolvanskyReverted D52835 to fix review comments
2018-11-14 David Bolvansky[Diagnostics] Check integer to floating point number...
2018-11-14 Bruno Ricci[AST][NFC] Order the bit-field classes of Stmt like...
2018-11-14 Sam McCall[AST] Allow limiting the scope of common AST traversals...
2018-11-14 Alexey Sotkin[OpenCL] Fix invalid address space generation for clk_e...
2018-11-14 George Rimar[Clang] - Add '-gsplit-dwarf[=split,=single]' version...
2018-11-14 Yaxun Liu[HIP] Fix device only compilation
2018-11-14 Petr Hosek[CMake] Include clang-apply-replacements in Fuchsia...
2018-11-14 Alex Lorenz[HeaderSearch] loadSubdirectoryModuleMaps should respec...
2018-11-14 Tatyana KrasnukhaComplete reverting r346191
2018-11-13 Tatyana KrasnukhaComplete reverting r346191
2018-11-13 Matt ArsenaultOpenCL: Don't warn on v printf modifier
2018-11-13 David Greene[Driver] Support g++ headers in include/g++
2018-11-13 Bruno Ricci[AST] Revert r346793 and r346781
2018-11-13 Bruno Ricci[AST][NFC] Order the bit-field classes of Stmt like...
2018-11-13 David BlaikieDebugInfo: Add a driver flag for DWARF debug_ranges...
2018-11-13 Bruno Ricci[AST][NFC] Style fixes for UnaryOperator
2018-11-13 Bruno Ricci[AST][NFC] Pack DeclRefExpr
2018-11-13 Erich Keane[NFC] Move storage of dispatch-version to GlobalDecl
2018-11-13 Krasimir Georgiev[clang-format] Do not treat the asm clobber [ as ObjCExpr
2018-11-13 Hans WennborgUserManual: Tweak the /Zc:dllexportInlines- docs some
2018-11-13 Takuto Ikuta[clang-cl] Do not allow using both /Zc:dllexportInlines...
2018-11-13 Tom StellardCMake: Deprecate using llvm-config to detect llvm insta...
2018-11-13 Tom StellardCMake: Replace open-coded find_package
2018-11-12 Aaron BallmanConvert a condition into an assertion per post-review...
2018-11-12 Erik Pilkington[Sema] Make sure we substitute an instantiation-depende...
2018-11-12 Erich KeaneFix the 'fixit' for inline namespace replacement.
2018-11-12 Richard SmithPR39628 Treat all non-zero values as 'true' in bool...
2018-11-12 Erich Keane[NFC] Fix formatting in inline nested namespace definition.
2018-11-12 Jordan Rupprecht[clang-format] Support breaking consecutive string...
2018-11-12 Kristof Umann[analyzer] Drastically simplify the tblgen files used...
2018-11-12 Erich KeaneImplement P1094R2 (nested inline namespaces)
2018-11-12 Jonas DevlieghereRevert "Make clang-based tools find libc++ on MacOS"
2018-11-12 Calixte DenizetRevert rL346644, rL346642: the added test test/CodeGen...
2018-11-12 Ilya BiryukovMake clang-based tools find libc++ on MacOS
2018-11-12 Calixte Denizet[GCOV] fix test after patch rL346642
2018-11-12 Calixte Denizet[Clang] Add options -fprofile-filter-files and -fprofil...
2018-11-12 Hans WennborgRelease notes: Mention clang-cl's /Zc:dllexportInlines...
2018-11-12 Hans Wennborgclang-cl: Add documentation for /Zc:dllexportInlines-
2018-11-12 Jan KratochvilFix compatibility with z3-4.8.1
2018-11-12 Michael WuSupport Swift in platform availability attribute
2018-11-12 Kristina Brooks[CodeGen][CXX]: Fix no_destroy CG bug under specific...
2018-11-11 Jonas DevliegherePass the function type instead of the return type to...
2018-11-10 Richard Smith[cxx_status] Update for San Diego motions.
2018-11-10 Michal Gorny[python] Support PathLike filenames and directories
2018-11-10 Kristina Brooks[clang]: Fix misapplied patch in 346582.
2018-11-10 Kristina BrooksCorrect naming conventions and 80 col rule violation...
2018-11-09 Yan ZhangFix ClangFormat issue of recognizing ObjC subscript...
2018-11-09 Adrian PrantlRevert "Revert rL346454: Fix a use-after-free introduce...
next