]> granicus.if.org Git - clang/shortlog
clang
2017-09-22 Gabor HorvathAdd Cross Translation Unit support library
2017-09-22 Gabor Horvath[analyzer] Add new delete with non-virtual destructor...
2017-09-22 Krasimir Georgiev[clang-format] Ignore case and stable sort using-declar...
2017-09-22 Richard SmithClosure types have no name (and can't have a typedef...
2017-09-22 Richard SmithGive external linkage and mangling to lambdas inside...
2017-09-22 Saleem AbdulrasoolDriver: remove support for libstdc++ from CrossWindows
2017-09-22 Richard SmithClean up some mistreatment of enumerations.
2017-09-22 Akira HatanakaAdd test cases that weren't committed in r313945.
2017-09-22 George Karpenkov[Analyzer] Static analyzer script for updating referenc...
2017-09-22 George Karpenkov[Analyzer] Refactor analyzer testing scripts.
2017-09-22 Richard SmithFix tracking of whether a destructor would be deleted.
2017-09-22 Akira HatanakaAdd support for attribute 'noescape'.
2017-09-22 George Karpenkov[Analyzer] Log when auto-synthesized body is used.
2017-09-22 Richard SmithExtend -ast-dump for CXXRecordDecl to dump the flags...
2017-09-21 Zachary TurnerResubmit "[lit] Refactor out some more common lit confi...
2017-09-21 George Karpenkov[Analyzer] Use CC environment variable to select analyz...
2017-09-21 George Karpenkov[Analyzer] Add simple help to SATestAdd.py
2017-09-21 George Karpenkov[Analyzer] Remove dead code from CmpRuns.py.
2017-09-21 Zachary TurnerRevert "[lit] Refactor out some more common lit configu...
2017-09-21 Zachary Turner[lit] Refactor out some more common lit configuration...
2017-09-21 Jonathan Coe[libclang] Keep track of TranslationUnit instance when...
2017-09-21 Erich KeaneRemove svn-properties for file added in 313909 (NFC)
2017-09-21 Erich KeaneAdd testcase I forgot to add in R313907.
2017-09-21 Erich KeaneSuppress Wsign-conversion for enums with matching under...
2017-09-21 Volodymyr Sapsai[Sema] Prevent InstantiateClass from checking unrelated...
2017-09-21 Artem Belevich[CUDA] Fixed order of words in the names of shfl builtins.
2017-09-21 Artem Belevich[NVPTX] Implemented bar.warp.sync, barrier.sync, and...
2017-09-21 Volodymyr Sapsai[Sema] Fix using old initializer during switch statemen...
2017-09-21 Volodymyr Sapsai[fixup][Sema] Allow in C to define tags inside enumerat...
2017-09-21 Zachary Turner[lit] Rename lld and clang lit configs to end in .py
2017-09-21 Alexey Bataev[OPENMP] Use canonical declarations for redeclarations...
2017-09-21 Gabor Horvath[analyzer] Fix an assertion fail in VirtualCallChecker
2017-09-21 Vitaly BukaRevert "Give external linkage and mangling to lambdas...
2017-09-20 Matt Morehouse[MSan] Disable sanitization for __sanitizer_dtor_callback.
2017-09-20 Erich Keane[MS Compat]Allow __interfaces to have properties.
2017-09-20 Richard SmithGive external linkage and mangling to lambdas inside...
2017-09-20 Artem Belevich[NVPTX] Implemented shfl.sync instruction and supportin...
2017-09-20 Alexey Bataev[OPENMP] Support for re-declarations when checking...
2017-09-20 Cameron DesrochersFixed unused variable warning introduced in r313796...
2017-09-20 Cameron Desrochers[PCH] Fixed preamble breaking with BOM presence (and...
2017-09-20 Andrew KaylorRemove offset size check in nullptr arithmetic handling
2017-09-20 Serge PavlovPut target deduced from executable name at the start...
2017-09-20 Roman LebedevReplace r313747, don't always warn on enums, rework...
2017-09-20 Roman Lebedev[Sema] CheckTautologicalComparisonWithZero(): always...
2017-09-20 Roman Lebedev[Sema] Move some stuff into -Wtautological-unsigned...
2017-09-20 Manuel Klimekclang-format clang-format.
2017-09-20 Manuel KlimekFix clang-format's detection of structured bindings.
2017-09-20 Richard SmithImplement C++ [basic.link]p8.
2017-09-20 Akira HatanakaRevert "Add support for attribute 'noescape'."
2017-09-20 Akira HatanakaAdd support for attribute 'noescape'.
2017-09-20 Akira HatanakaRevert "Add support for attribute 'noescape'."
2017-09-20 Akira HatanakaAdd support for attribute 'noescape'.
2017-09-20 Akira Hatanaka[Sema][ObjC] Warn about mismatches in attributes betwee...
2017-09-19 Adam NemetAdd override for ClangDiagnosticHandler::isAnyRemarkEna...
2017-09-19 Andrew KaylorFix 32-bit buildbots by removing tests that are depende...
2017-09-19 Roman LebedevRevert "[Sema] Move some stuff into -Wtautological...
2017-09-19 Roman Lebedev[Sema] Move some stuff into -Wtautological-unsigned...
2017-09-19 Rachel Craik[OpenMP] fix seg-faults printing diagnostics with inval...
2017-09-19 Andrew KaylorTeach clang to tolerate the 'p = nullptr + n' idiom...
2017-09-19 Adam NemetFix ClangDiagnosticHandler::is*RemarkEnabled members
2017-09-19 Bjorn Pettersson[Sema] Disallow assigning record lvalues with nested...
2017-09-19 Jina NahiasLowering Mask Set1 intrinsics to LLVM IR
2017-09-19 Manuel KlimekFix formatting of lambda introducers with initializers.
2017-09-19 Vedant Kumar[Coverage] Remove deferred region for trailing return...
2017-09-18 Vedant Kumar[Coverage] Use a new API to label gap areas
2017-09-18 Yi Kong[Docs] Document cache pruning support for gold
2017-09-18 Zachary Turner[lit] Update clang and lld to use new config helpers.
2017-09-18 Erich Keane[Sema] Fix a pair of crashes when generating exception...
2017-09-18 Vitaly BukaAnother attempt to fix warning discovered by r313487...
2017-09-18 NAKAMURA TakumiRevert rL313511, "Fix a warning discovered by rL313487...
2017-09-18 NAKAMURA TakumiFix a warning discovered by rL313487. [-Wunused-lambda...
2017-09-18 NAKAMURA TakumiReformat.
2017-09-17 Craig Topper[X86] Move even more of our CPU to feature mapping...
2017-09-17 Faisal ValiFix the second half of PR34266: Don't implicitly captu...
2017-09-16 Craig Topper[X86] Remove unnecessary extra encodings from the CPU...
2017-09-16 Vedant KumarRemove comment accidentally committed with D36642....
2017-09-16 Heejin Ahn[WebAssembly] Restore __builtin_wasm_rethrow builtin
2017-09-16 Bob Haarman[docs] add Windows examples to ThinLTO.rst
2017-09-15 Craig Topper[X86] Use native shuffle vector for the perm2f128 intri...
2017-09-15 Zachary TurnerResubmit "[lit] Force site configs to run before source...
2017-09-15 Heejin AhnRemove __builtin_wasm_rethrow builtin
2017-09-15 Craig Topper[X86] Disable _mm512_maskz_set1_epi64 intrinsic on...
2017-09-15 Vivek PandyaThis patch fixes https://bugs.llvm.org/show_bug.cgi...
2017-09-15 Volodymyr Sapsai[Sema] Error out early for tags defined inside an enume...
2017-09-15 George Karpenkov[Analyzer] Check function name size before indexing.
2017-09-15 Artem Belevich[CUDA] Work around a new quirk in CUDA9 headers.
2017-09-15 Erich KeaneFix the __interface inheritence rules to work better...
2017-09-15 Krasimir Georgiev[clang-format] New flag - BraceWrapping.AfterExternBlock
2017-09-15 Zachary TurnerRevert "[lit] Force site configs to run before source...
2017-09-15 Volodymyr Sapsai[Sema] Correct typos in LHS, RHS before building a...
2017-09-14 Douglas GregorFix reStructuredText warning.
2017-09-14 Matt Morehouse[MSan] Specify use-after-dtor default value in header.
2017-09-14 Douglas GregorMinor cleanups to address feedback from Bruno. NFC
2017-09-14 Douglas GregorAdd /System/Library/PrivateFrameworks as a header searc...
2017-09-14 Douglas Gregor[Module map] Introduce a private module re-export direc...
2017-09-14 Douglas GregorDiagnostic specific failed condition in a static_assert.
2017-09-14 Matt Morehouse[MSan] Add flag to disable use-after-dtor.
2017-09-14 Sam Clegg[WebAssembly] Fix wasm-toolchain.c tests
2017-09-14 Zachary TurnerFix 2 stage build on some apple bots.
2017-09-14 Sam Clegg[WebAssembly] Remove invliad lld arguments
next