]> granicus.if.org Git - clang/shortlog
clang
2019-05-09 Roman LebedevRevert "[OPENMP]Fix PR41768: check DSA for globals...
2019-05-09 Roman LebedevRevert "[OPENMP]Fix PR41767: diagnose DSA for variables...
2019-05-09 Anastasia Stulova[SPIR] Simplified target checking.
2019-05-09 Diogo N. Sampaio[ARM] Fix the extensions implied by a cpu name
2019-05-09 Petr Hosek[NewPM] Setup Passes for KASan and KMSan
2019-05-09 Richard Smith[c++20] Add support for explicit(bool), as described...
2019-05-09 Richard Smith[cxx_status] Mark support for std::is_constant_evaluate...
2019-05-09 Richard Smith[cxx_dr_status] Update links to use wg21.link, and...
2019-05-09 Richard Smith[c++20] Implement P0846R0: allow (ADL-only) calls to...
2019-05-09 Richard SmithWhen typo-correcting a function name, consider correcti...
2019-05-08 Reid KlecknerTry to restore some clang test headers lost in r360291
2019-05-08 Reid KlecknerRevert Include corecrt.h in stddef.h and vcruntime...
2019-05-08 Mike RiceInclude corecrt.h in stddef.h and vcruntime.h in stdarg...
2019-05-08 Gheorghe-Teodor... [OpenMP][Clang] Support for target math functions
2019-05-08 Gabor Marton[ASTImporter] Fix inequivalence of unresolved exception...
2019-05-08 Anastasia Stulova[Sema][OpenCL] Make address space conversions a bit...
2019-05-08 Owen Pan[clang-format] Fix the crash when formatting unsupporte...
2019-05-08 Owen Pan[clang] Fix a bug that reports UTF32 (LE) files as...
2019-05-08 Aaron BallmanAllow test to pass after 2030.
2019-05-08 Aaron BallmanAllow 'static' storage specifier on an out-of-line...
2019-05-08 Nikolai Kosjar[libclang] PR41649: Remove pointless duplicate flag...
2019-05-08 Leonard ChanFix for the greendragon bots.
2019-05-08 Sam McCall[Sema] Correct typos in return statements so the return...
2019-05-08 Nemanja IvanovicFix buildbot break after r360195
2019-05-08 Richard SmithSplit ActOnCallExpr into an ActOnCallExpr to be called...
2019-05-08 Michael Liao[hip] Fix ambiguity from `>>>` of CUDA.
2019-05-07 Reid Kleckner[COFF] Use COFF stubs for extern_weak functions
2019-05-07 Artem Dergachev[analyzer] Fix a crash when doing RVO from within blocks.
2019-05-07 David Blaikie-frewrite-imports: Add support for wildcard rules in...
2019-05-07 Jonas DevlieghereRevert "[OpenMP][Clang] Support for target math functions"
2019-05-07 Balazs Keri[ASTImporter] Corrected type of integer constant in...
2019-05-07 Aaron BallmanAdd an explicit triple to this test to hopefully appeas...
2019-05-07 Sam McCall[Tooling] Add -x flags when inferring compile commands...
2019-05-07 Anastasia Stulova[OpenCL] Prevent mangling kernel functions.
2019-05-07 Aaron BallmanAllow field offset lookups in types with incomplete...
2019-05-07 Balazs Keri[ASTImporter] Import TemplateParameterLists in function...
2019-05-07 Sam McCall[Tooling] Don't mmap the JSONCompilationDatabase, it...
2019-05-07 Leonard Chan[Sema] Add missing VisitMacroQualifiedTypeLoc to TypeSp...
2019-05-07 Richard SmithImprove function / variable disambiguation.
2019-05-07 Leonard ChanRecommit r359859 "[Attribute/Diagnostics] Print macro...
2019-05-07 Eric ChristopherFix typo in risc-v register aliases.
2019-05-06 Petr Hosek[Clang][NewPM] Don't bail out if the target machine...
2019-05-06 Leonard Chan[Sema] Fix for P41774 where `ExpectNoDerefChunk` is...
2019-05-06 Jordan RupprechtRevert "Re-commit r357452: SimplifyCFG SinkCommonCodeFr...
2019-05-06 James Y KnightPR41183: Don't emit strict-prototypes warning for an...
2019-05-06 Martin Storsjo[AArch64] Add __builtin_sponentry, for calling setjmp...
2019-05-06 Martin Storsjo[MinGW] Use SEH by default on AArch64
2019-05-06 Alexey Bataev[OPENMP]Fix PR41767: diagnose DSA for variables in...
2019-05-06 Gheorghe-Teodor... [OpenMP][Clang] Support for target math functions
2019-05-06 Alexey Bataev[OPENMP]Fix PR41768: check DSA for globals with `defaul...
2019-05-06 Ilya Biryukov[CodeComplete] Update python tests after r360042
2019-05-06 Ilya Biryukov[CodeComplete] Add a trailing semicolons to some patter...
2019-05-06 Hans WennborgRevert r359949 "[clang] adding explicit(bool) from...
2019-05-06 Fangrui Song[X86] Move files to correct directories after D60552
2019-05-06 Luo, YuankeEnable intrinsics of AVX512_BF16, which are supported...
2019-05-06 Richard SmithP1286R2: Remove restriction that the exception specific...
2019-05-06 Richard SmithUse DiagRuntimeBehavior for -Wunsequenced to weed out...
2019-05-06 Richard Smith[c++20] Implement P1009R2: allow omitting the array...
2019-05-06 Galina KistanovaThe 'CodeGenObjC/illegal-UTF8.m' get failed with Clang...
2019-05-05 Kristof Umann[analyzer][UninitializedObjectChecker] PR41741: Regard...
2019-05-05 Simon PilgrimRevert rL359962 : Use DiagRuntimeBehavior for -Wunseque...
2019-05-05 Nicolas Lesser[clang] fixing -ast-print for variadic parameter pack...
2019-05-05 Nicolas Lesser[C++] Interpret unknown identifier in parameter clause...
2019-05-04 Nicolas Lesser[NFC] Add parentheses to avoid -Wparentheses.
2019-05-04 Hamza Sood[c++20] Implement P0428R2 - Familiar template syntax...
2019-05-04 Richard Smith[c++20] Implement tweaked __VA_OPT__ rules from P1042R1:
2019-05-04 Richard SmithUse DiagRuntimeBehavior for -Wunsequenced to weed out...
2019-05-04 Richard TrieuReduce amount of work ODR hashing does.
2019-05-04 Richard SmithDisallow the operand of __builtin_constant_p from modif...
2019-05-04 Petr Hosek[Driver] Create non-existent directory for -fcrash...
2019-05-04 Richard Smith[cxx_status] Don't list -fmodules / -fmodules-ts agains...
2019-05-04 Richard Smith[cxx_status] Replace "SVN" entries with Clang 8 as...
2019-05-04 Nicolas Lesser[clang] adding explicit(bool) from c++2a
2019-05-03 Richard SmithCWG issue 727: Fix numerous bugs in support for class...
2019-05-03 Owen Pan[clang-format] Fix bug in block comment reflow that...
2019-05-03 Mandeep Singh... [COFF, ARM64] Fix ABI implementation of struct returns
2019-05-03 Matt ArsenaultEnsure there is stack usage in stack size warning test
2019-05-03 Nico WeberAttempt to fix the clang-sphinx-docs bot after r358797
2019-05-03 David BlaikieRemove else-after-return
2019-05-03 Gheorghe-Teodor... [CUDA][Clang][Bugfix] Add missing CUDA 9.2 case
2019-05-03 Don Hinton[CommandLine] Change help output to prefix long options...
2019-05-03 Dmitri GribenkoAdded an AST matcher for declarations that are in the...
2019-05-03 Akira Hatanaka[Sema][ObjC] Disable -Wunused-parameter for ObjC methods
2019-05-03 Leonard ChanRevert "[Attribute/Diagnostics] Print macro if definiti...
2019-05-03 Nico WeberRevert r359814 "[Sema] Emit warning for visibility...
2019-05-03 David BlaikieSemaOverload: Complete candidates before emitting the...
2019-05-02 Richard SmithFix -Wunsequenced false-positives in code controlled...
2019-05-02 Artem Belevich[CUDA] Do not pass deprecated option fo fatbinary
2019-05-02 Leonard Chan[Attribute/Diagnostics] Print macro if definition is...
2019-05-02 Amy HuangChange the metadata for heapallocsite calls when the...
2019-05-02 Nico WeberAnother attempt to fix "could not find clang-check...
2019-05-02 Scott Linder[Sema] Emit warning for visibility attribute on interna...
2019-05-02 Reid KlecknerUse primary template parameter names for variable templ...
2019-05-02 David BlaikieDo not warn on switches over enums that do not use...
2019-05-02 Anastasia Stulova[OpenCL] Fix initialisation of this via pointer.
2019-05-02 Anastasia Stulova[OpenCL] Deduce static data members to __global addr...
2019-05-02 Akira HatanakaFix typo in test case.
2019-05-02 Stephan BergmannAdapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO
2019-05-02 Richard SmithReplace ad-hoc tracking of pattern for an instantiated...
2019-05-02 Richard SmithDiagnose non-dependent qualified friend function templa...
next