]> granicus.if.org Git - clang/shortlog
clang
2019-07-09 Reid KlecknerRevert [clang] DirectoryWatcher
2019-07-09 Reid Kleckner[MS] Treat ignored explicit calling conventions as...
2019-07-09 Jan Korous[clang] DirectoryWatcher
2019-07-09 Andus YuXFAIL clang/test/Headers/max_align.c on i686
2019-07-09 Reid KlecknerUse the Itanium C++ ABI for the pipe_builtin.cl test
2019-07-09 Reid KlecknerDe-templatize non-dependent VS macro logic, NFC
2019-07-09 Paul Robinson[CXX] Exercise all paths through these tests.
2019-07-09 Peter Collingbournehwasan: Improve precision of checks using short granule...
2019-07-09 Fangrui Song[OpenMP] Simplify getFloatTypeSemantics
2019-07-09 Stanislav Mekhanoshin[AMDGPU] gfx908 clang target
2019-07-09 Erik Pilkington[ObjC] Add a warning for implicit conversions of a...
2019-07-09 Hiroshi YamauchiRevert Revert Devirtualize destructor of final class.
2019-07-09 Marco Antognini[OpenCL][Sema] Improve address space support for blocks
2019-07-09 Marco Antognini[OpenCL][Sema] Fix builtin rewriting
2019-07-09 Aaron BallmanIgnore trailing NullStmts in StmtExprs for GCC compatib...
2019-07-09 Emilio Cobos... [libclang] Fix hang in release / assertion in debug...
2019-07-09 Alexey Bataev[OPENMP]Fix the float point semantics handling on the...
2019-07-09 Fangrui Song[ItaniumMangle] Refactor long double/__float128 manglin...
2019-07-09 Ilya Biryukov[Syntax] Move roles into a separate enum
2019-07-09 Pengfei Wang[NFC] [X86] Fix scan-build complaining
2019-07-09 Ilya BiryukovReland r365355: [Syntax] Introduce syntax trees
2019-07-09 Simon PilgrimRevert rL365355 : [Syntax] Introduce syntax trees
2019-07-09 Balazs Keri[ASTImporter] Added visibility context check for EnumDecl.
2019-07-09 Simon PilgrimRetire VS2015 Support
2019-07-09 Sylvestre LedruRemove trailing whitespaces in the Language Extensions doc
2019-07-09 Sylvestre LedruAdd AlignConsecutiveMacros to the clang release notes
2019-07-09 Yonghong Song[BPF] Preserve debuginfo array/union/struct type/access...
2019-07-09 Yonghong SongRevert "[BPF] Preserve debuginfo array/union/struct...
2019-07-09 Yonghong Song[BPF] Preserve debuginfo array/union/struct type/access...
2019-07-09 Nico WeberUse `ln -n` to prevent forming a symlink cycle, instead...
2019-07-09 Nico WeberLet unaliased Args track which Alias they were created...
2019-07-09 Fangrui Song[X86][PPC] Support -mlong-double-64
2019-07-09 Nico Weberclang-cl: Port cl.exe's C4659 to clang-cl
2019-07-08 Artem Dergachev[analyzer] exploded-graph-rewriter: Implement a topolog...
2019-07-08 Artem Dergachev[analyzer] exploded-graph-rewriter: Implement a single...
2019-07-08 Erik Pilkington[ObjC] Add a -Wtautological-compare warning for BOOL
2019-07-08 David Blaikie[cxx2a] P0624R2 fix: only lambdas with no lambda-captur...
2019-07-08 Francis Visoiu... [Frontend] Explicitly include Bitstream/BitCodes.h...
2019-07-08 Paul RobinsonFix line endings. NFC
2019-07-08 Rainer Orth[Sanitizers] Don't use clang_rt.sancov_{begin,end}...
2019-07-08 Bill WendlingAdd parentheses to silence warnings.
2019-07-08 Reid KlecknerRevert [Sema] Resolve placeholder types before type...
2019-07-08 Akira Hatanaka[Sema] Resolve placeholder types before type deduction...
2019-07-08 Richard SmithAdd missing declarations of explicit member specializat...
2019-07-08 Alexey Bataev[OPENMP]Improve error message for device unsupported...
2019-07-08 Amy HuangReplace temporary variable matches in test since r36395...
2019-07-08 Ilya Biryukov[Syntax] Introduce syntax trees
2019-07-08 Brian HomerdingAdd nofree attribute to CodeGenOpenCL/convergent.cl...
2019-07-08 Alexey Bataev[OPENMP]Add -Wunintialized to the erroneous tests for...
2019-07-08 Ilya Biryukov[clangd] A code tweak to expand a macro
2019-07-08 Alex Bradbury[RISCV][NFC] Make use of Triple::isRISCV
2019-07-08 Gabor Marton[ASTImporter] Fix import of lambda in function param
2019-07-08 Endre Fulop[analyzer] Add analyzer option to limit the number...
2019-07-08 Alex Bradbury[RISCV] Specify registers used for exception handling
2019-07-08 Diogo N. Sampaio[AArch64] Fix scalar vuqadd intrinsics operands
2019-07-08 Diogo N. Sampaio[AArch64] Fix vsqadd scalar intrinsics operands
2019-07-06 Richard SmithTreat the range of representable values of floating...
2019-07-06 Joel E. Denny[Rewrite] Try to fix buildbot link fail left by r365263
2019-07-06 Joel E. Denny[Rewrite] Try to fix buildbot link fail caused by r365258
2019-07-06 Joel E. Denny[Rewrite] Extend to further accept CharSourceRange
2019-07-05 Mike SpertusImprove MSVC visualization of annot_template_id tokens
2019-07-05 Bjorn PetterssonBitstream reader: Fix undefined behavior seen after...
2019-07-05 Nico WeberAdd a comment explaining why a function exists
2019-07-05 Hamza SoodNFC: Add an explicit return for safety and consistency
2019-07-05 Kristof UmannRemoved the test case added in D63538 due to windows...
2019-07-05 Kristof Umann[analyzer] Add a debug analyzer config to place an...
2019-07-05 Kristof Umann[analyzer] Track terminator conditions on which a track...
2019-07-05 Kristof Umann[analyzer][IDF] Add a control dependency calculator...
2019-07-05 Endre Fulop[NFC] Test commit access
2019-07-05 Nico WeberMake joined instances of JoinedOrSeparate flags point...
2019-07-05 Kristof UmannFix a buildbot failure due to the AST's lifetime ending...
2019-07-05 Kristof Umann[analyzer][Dominators][NFC] Add unit tests
2019-07-05 Kristof Umann[CFG] Add a new function to get the proper condition...
2019-07-05 Mikael HolmenSilence gcc warning "control reaches end of non-void...
2019-07-04 Hubert Tong[NFC] Make some ObjectFormatType switches covering
2019-07-04 Vassil Vassilev[modules] Add PP callbacks for entering and leaving...
2019-07-04 Gabor Marton[CTU] Add support for virtual functions
2019-07-04 Simon PilgrimFix -Wdocumentation warning.
2019-07-04 Fangrui Song[PowerPC] Support constraint code "ww"
2019-07-04 Csaba Dabis[analyzer] ReturnValueChecker: Model the guaranteed...
2019-07-03 Tom Stellardcmake: Add CLANG_LINK_CLANG_DYLIB option
2019-07-03 Francis Visoiu... [Bitcode] Move Bitstream to a separate library
2019-07-03 Artem Dergachev[analyzer] exploded-graph-rewriter: Implement a black...
2019-07-03 Alex Lorenz[clang-scan-deps] use `-Wno-error` when scanning for...
2019-07-03 Kristof UmannRevert "[analyzer][CFG] Return the correct terminator...
2019-07-03 Kristof Umann[analyzer][CFG] Return the correct terminator condition
2019-07-03 Simon PilgrimFix -Wcast-qual const warning. NFCI.
2019-07-03 Kristof UmannMake a buildbot using a buggy gcc happy
2019-07-03 Kristof UmannSpecialize an anchor() function in the correct namespace
2019-07-03 Kristof Umann[analyzer][Dominator] Add post dominators to CFG +...
2019-07-03 Kristof Umann[Dominators] PR42041: Skip nullpointer successors
2019-07-03 Simon PilgrimFix MSVC "signed/unsigned mismatch" warning. NFCI.
2019-07-03 Ivan Donchevskii[clang-tidy] Fix the YAML created for checks like moder...
2019-07-03 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2019-07-03 Fangrui SongChange std::{lower,upper}_bound to llvm::{lower,upper...
2019-07-03 Kadir Cetinkaya[clang][HeaderSearch] Shorten paths for includes in...
2019-07-03 Artem Dergachev[analyzer] exploded-graph-rewriter: Implement bug nodes...
2019-07-03 Artem Dergachev[analyzer] exploded-graph-rewriter: NFC: Add more comments.
2019-07-03 Artem Dergachev[analyzer] exploded-graph-rewriter: Collapse very long...
2019-07-03 Artem Dergachev[analyzer] exploded-graph-rewriter: Implement checker...
next