]> granicus.if.org Git - clang/shortlog
clang
2019-10-02 Puyan Lotfi[clang][ifs] Clang Interface Stubs ToolChain plumbing.
2019-10-02 Simon PilgrimFix uninitialized variable warning in CodeGenPGO constr...
2019-10-02 Simon PilgrimItaniumCXXABI - silence static analyzer getAs<RecordTyp...
2019-10-02 Sergey Dmitriev[Clang][Driver][NFC] Corrected DeviceActionBuilder...
2019-10-02 Simon PilgrimCGObjCMac - silence static analyzer dyn_cast<>/getAs...
2019-10-02 Benjamin Kramer[Stencil] Hide implementaion detai. NFC.
2019-10-02 Alexey Bataev[OPENMP50]Add parsing/sema analysis for declare variant...
2019-10-02 Simon PilgrimType - silence static analyzer getAs<> null dereference...
2019-10-02 Simon PilgrimSilence static analyzer getAs<VectorType> null derefere...
2019-10-02 Simon PilgrimSemaOverload - silence static analyzer getAs<> null...
2019-10-02 Simon PilgrimSemaInit - silence static analyzer getAs<> null derefer...
2019-10-02 Simon PilgrimLog2_32 returns an unsigned. NFCI.
2019-10-02 Simon PilgrimASTContext - silence static analyzer getAs<> null deref...
2019-10-02 Sam McCall[ClangFormat] relnotes for r373439
2019-10-02 Haojian Wu[clang-rename] Better renaming the typedef decl.
2019-10-02 Sam McCall[ClangFormat] Future-proof Standard option, allow float...
2019-10-02 John McCallRename TypeNodes.def to TypeNodes.inc for consistency...
2019-10-02 Richard TrieuRevert r368237 - Update fix-it hints for std::move...
2019-10-02 Richard SmithFix crash on constant-evaluation of pseudo-destruction...
2019-10-02 John McCallRemove TypeNodes.def from the modulemap.
2019-10-02 Michael LiaoFix unused variable warning. NFCI.
2019-10-01 John McCallEmit TypeNodes.def with tblgen.
2019-10-01 John McCallUse scope qualifiers in Clang's tblgen backends to...
2019-10-01 Jordan Rupprecht[clang][OpenMP][NFC] #include GlobalDecl.h to avoid...
2019-10-01 Simon PilgrimCGVTables - silence static analyzer getAs<FunctionProto...
2019-10-01 Simon PilgrimCGExprAgg - remove duplicate code. NFCI.
2019-10-01 Paul Hoad[clang-format] [PR43372] - clang-format shows replaceme...
2019-10-01 Alexey Bataev[OPENMP50]Initial codegen for declare variant implement...
2019-10-01 David Bolvansky[NFC] Updated tests after rL373371
2019-10-01 Alexey Bataev[OPENMP]Fix PR43330: OpenMP target: Mapping of partial...
2019-10-01 David Bolvansky[Diagnostics] Make -Wenum-compare-conditional off by...
2019-10-01 Teresa Johnson[ThinLTO] Enable index-only WPD from clang
2019-10-01 Alexey Bataev[OPENMP]Fix PR43516: Compiler crash with collapse(2...
2019-10-01 David Bolvansky[Diagnostics] Move warning into the subgroup (-Wenum...
2019-10-01 Kadir Cetinkaya[clang] Make handling of unnamed template params simila...
2019-10-01 Raphael Isemann[clang] Ignore builtin namespaces in test/Import/cxx...
2019-10-01 Raphael Isemann[clang][lldb][NFC] Encapsulate ExternalASTMerger::Impor...
2019-10-01 Sylvestre LedruDecrease the verbosity of the -ftime-trace option
2019-10-01 Richard SmithDon't elide the use of the thread wrapper for a thread_...
2019-10-01 Richard Smith[c++20] Add a C++20 version of the existing turing...
2019-10-01 Richard SmithDuring constant evaluation, handle CXXBindTemporaryExpr...
2019-10-01 Richard Smith[c++20] Fix crash when constant-evaluating an assignmen...
2019-09-30 Tom StellardFix Driver/modules.cpp test to work when build director...
2019-09-30 Richard SmithFix crash on value-dependent delete-expressions.
2019-09-30 Erich KeaneMake function static that didn't need linkage.
2019-09-30 Erich KeaneFix failure caused by r373247
2019-09-30 David Bolvansky[NFC] Fix tests, second try
2019-09-30 Alexey Bataev[OPENMP50]Mark declare variant attribute as inheritable.
2019-09-30 David Bolvansky[NFCI] Updated broken test
2019-09-30 David Bolvansky[Diagnostics] Warn if enumeration type mismatch in...
2019-09-30 Erich KeaneTeach CallGraph to look into Generic Lambdas.
2019-09-30 Alexey Bataev[OPENMP50]Do not emit warning for the function with...
2019-09-30 Teresa JohnsonFix buildbot failure from r373217 (don't match metadata...
2019-09-30 Teresa Johnson[Clang] Use -main-file-name for source filename if...
2019-09-30 Aaron BallmanCorrect function declarations; NFC.
2019-09-30 Alexey Bataev[OPENMP] Fix comment, NFC.
2019-09-30 Guillaume Chatelet[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
2019-09-30 Simon PilgrimDeclCXX/ExprCXX - silence static analyzer getAs<> null...
2019-09-30 Guillaume Chatelet[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
2019-09-30 Raphael Isemann[lldb][clang][modern-type-lookup] Use ASTImporterShared...
2019-09-29 Richard SmithDon't crash if a variable with a constexpr destructor...
2019-09-29 Paul Hoad[clang-format] Reference qualifiers in member templates...
2019-09-29 Richard Smith[cxx_status] Mark P0784R7 as partially complete.
2019-09-29 Richard SmithFor now, disallow lifetime-extended temporaries with...
2019-09-29 Richard SmithFix checking for permitted results of constant expressions.
2019-09-29 Richard SmithFor P0784R7: compute whether a variable has constant...
2019-09-28 Simon PilgrimSemaExpr - silence static analyzer getAs<> null derefer...
2019-09-28 Aaron PuchertDon't install example analyzer plugins
2019-09-28 Serge PavlovDriver tests: set `--sysroot=""` to support clang with...
2019-09-28 Anton Afanasyev[TimeProfiler] Fix "OptModule" section and add new...
2019-09-27 Richard SmithFor P0784R7: add support for explicit destructor calls and
2019-09-27 Sergey Dmitriev[Clang][OpenMP Offload] Create start/end symbols for...
2019-09-27 Yitzhak Mandelbaum[libTooling] Transformer: refine `SourceLocation` speci...
2019-09-27 Sven van Haastregt[OpenCL] Pass LangOptions as const ref
2019-09-27 Martin Storsjo[clang] [AST] Treat "inline gnu_inline" the same way...
2019-09-27 Ilya BiryukovRevert r373056: [clang-format] Reference qualifiers...
2019-09-27 Ilya Biryukov[clang-format] Reference qualifiers in member templates...
2019-09-27 Hans WennborgFix the 'directory' field in DumpCompilationDatabase...
2019-09-27 Fangrui Song[test] Use %clang_cc1 instead of %clang -cc1
2019-09-27 Richard SmithFix use-after-free found in Clang's testsuite.
2019-09-27 Nicholas AllegraRevert r373034
2019-09-27 Richard SmithFor P0784R7: add support for new (std::nothrow).
2019-09-27 Richard SmithFor P0784R7: Add support for dynamic allocation with...
2019-09-26 Nicholas Allegra[Consumed][NFC] Refactor handleCall to take function...
2019-09-26 Michael Kruse[OpenMP 5.0] Fix user-defined mapper lookup in sema
2019-09-26 Richard SmithAlways rebuild a DeclRefExpr if its FoundDecl would...
2019-09-26 Alexey Bataev[OPENMP50]Emit warnings if the functions was defined...
2019-09-26 Alex Lorenz[clang-scan-deps] Allow continuation line backslashes...
2019-09-26 Artem DergachevRevert "[analyzer] A speculative attempt to avoid gcc...
2019-09-26 Reid KlecknerOnly pass -coverage-notes-file when emitting coverage
2019-09-26 Reid KlecknerMove normalization of `\` in #includes from -fms-compat...
2019-09-26 Reid KlecknerUn-XFAIL coverage_no_integrated_as.c test on Windows
2019-09-26 Sven van Haastregt[OpenCL] Add -Wconversion to fdeclare-opencl-builtins...
2019-09-26 David Zarzycki[Testing] Workaround libcxx bug when OS is "none"
2019-09-26 Artem Dergachev[analyzer] A speculative attempt to avoid gcc-7 crashes...
2019-09-26 Mikael Holmen[SortIncludesTest] Add SortPriority fields to fix ...
2019-09-26 Artem Dergachev[analyzer] Avoid small vectors of non-default-construct...
2019-09-26 Fangrui Song[clang-format] Add SortPriority fields to fix -Wmissing...
2019-09-26 Yitzhak Mandelbaum[libTooling] Add `run` combinator to Stencils.
2019-09-25 Reid KlecknerSimplify -fms-compatibility include lookup logic, NFC
next