]> granicus.if.org Git - clang/shortlog
clang
2019-05-16 Kristof UmannReland "[analyzer] Add an example plugin for checker...
2019-05-16 Serge GueltonFix isInSystemMacro in presence of macro and pasted...
2019-05-16 Karl-Johan... [builtin] Fixed definitions of builtins that rely on...
2019-05-16 Kristina BrooksRevert r360833 until I can work out the issue with...
2019-05-16 Kristina BrooksFix assumption about Win32 paths in r360833
2019-05-16 Richard SmithFix regression in r360311 caused by reversed bool argum...
2019-05-16 Kristina Brooks[Clang][PP] Add the __FILE_NAME__ builtin macro.
2019-05-15 Richard SmithMake tentative parsing to detect template-argument...
2019-05-15 David Bolvansky[clang-format] Fixed self assignment
2019-05-15 Gheorghe-Teodor... [OpenMP][Bugfix] Move double and float versions of...
2019-05-15 Richard Smith[c++20] For P1327R1: support dynamic_cast in constant...
2019-05-15 Kristof UmannRevert "[analyzer] Add a test for plugins using checker...
2019-05-15 Gheorghe-Teodor... [OpenMP][bugfix] Fix issues with C++ 17 compilation...
2019-05-15 Erik Pilkington[CodeGenObjC] invoke objc_autorelease, objc_retain...
2019-05-15 Kristof Umann[analyzer] Add a test for plugins using checker depende...
2019-05-15 Artem Dergachev[analyzer] RetainCount: Fix os_returns_retained_on_zero...
2019-05-15 Kevin PetitTest commit
2019-05-15 Gabor Marton[ASTImporter] Use llvm::Expected and Error in the impor...
2019-05-15 Artem Dergachev[analyzer] MIGChecker: Fix redundant semicolon.
2019-05-15 Artem Dergachev[analyzer] MIGChecker: Add support for os_ref_retain().
2019-05-14 Leonard ChanFix bots by adding target triple to test.
2019-05-14 Leonard Chan[NewPM] Port HWASan and Kernel HWASan
2019-05-14 Reid KlecknerFix ASTMerge/namespace/test.cpp after r360701
2019-05-14 Eric ChristopherTemporarily revert "Change -gz and -Wa,--compress-debug...
2019-05-14 Reid KlecknerUpdate ASTMerge FileCheck test expectations
2019-05-14 Reid KlecknerRestore test files accidentally deleted in r354839
2019-05-14 Simon Pilgrim[Sema] CodeSynthesisContext - add missing variable...
2019-05-14 Russell Gallop[Driver][Windows] Add dependent lib argument for profil...
2019-05-14 Nico WeberMake getObjCEncodingForTypeImpl() take a bitmask instea...
2019-05-14 Aaron BallmanAdd a new language mode for C2x; enable [[attribute...
2019-05-14 Hans WennborgRevert r360637 "PR41817: Fix regression in r359260...
2019-05-14 Richard SmithPR41817: Fix regression in r359260 that caused the...
2019-05-13 Richard Smith[c++20] P1064R0: Allow virtual function calls in consta...
2019-05-13 Stanislav Mekhanoshin[AMDGPU] gfx1010 clang target
2019-05-13 Volodymyr Sapsai[X86] Make `x86intrin.h`, `immintrin.h` includable...
2019-05-13 Aaron BallmanRemoving an unused member variable; NFC.
2019-05-13 Gheorghe-Teodor... [OpenMP][Clang][BugFix] Split declares and math functio...
2019-05-13 Volodymyr SapsaiMake language option `GNUAsm` discoverable with `__has_...
2019-05-13 Aaron BallmanIntroduce the ability to dump the AST to JSON.
2019-05-13 Marshall ClowMake more friendly with unions. Reviewed as https...
2019-05-13 Jan Korous[clang][ASTContext] Call setAttached for comments attac...
2019-05-13 Hans WennborgRevert r360559 "[c++20] P1064R0: Allow virtual function...
2019-05-13 Gabor Marton[ASTImporter] Separate unittest files
2019-05-13 Richard SmithPR41845: Detect and reject mismatched inner/outer pack...
2019-05-13 Richard SmithPR41854: Don't assert when constant-evaluating a member...
2019-05-13 Richard Smith[c++20] P1064R0: Allow virtual function calls in consta...
2019-05-12 Leonard ChanFix test to use -cc1.
2019-05-12 Stephane Moore[clang] Regenerate AST matcher docs 📖
2019-05-12 Leonard ChanFix for P41852 where builtin attributes were being...
2019-05-12 Lubos Lunakmake -ftime-trace also print template arguments
2019-05-12 Richard SmithReject attempts to call non-static member functions...
2019-05-12 Richard SmithFix handling of objects under construction during const...
2019-05-11 Simon PilgrimRevert rL360499 and rL360464 from cfe/trunk:
2019-05-11 Simon PilgrimConstantLValueEmitter::tryEmitAbsolute - remove unused...
2019-05-11 Richard SmithReject attempts to call non-static member functions...
2019-05-11 Fangrui Song[cc1as] Change -compress-debug-sections= to use --
2019-05-10 Amara Emerson[Darwin] Introduce a new flag, -fapple-link-rtlib that...
2019-05-10 Akira Hatanaka[CodeGen][ObjC] Emit invoke instead of call to call...
2019-05-10 Teresa Johnson[ThinLTO] Clang test changes for new CanAutoHide flag
2019-05-10 Alexandre GaneaFixed tests where grep was not matching the linefeed
2019-05-10 Leonard ChanAdd target triple to test.
2019-05-10 Richard SmithFix handling of objects under construction during const...
2019-05-10 Richard SmithImprove interface of APValuePathEntry.
2019-05-10 Paul RobinsonReplace 'REQUIRES: nozlib' with '!zlib' because we...
2019-05-10 Leonard ChanFix and test for assertion error in P41835.
2019-05-10 Paul RobinsonReplace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san...
2019-05-10 Erik Pilkington[Sema] Mark array element destructors referenced during...
2019-05-10 Nikolai Kosjar[libclang] Forward isInline for NamespaceDecl to libclang
2019-05-10 Nico WeberAdd name comments for bools passed to getObjCEncodingFo...
2019-05-10 Paul RobinsonReplace lit feature keyword 'non-ms-sdk' with 'ms-sdk...
2019-05-10 Simon PilgrimFix Wdocumentation warning. NFCI.
2019-05-10 Nikolai Kosjar[Preamble] Stop circular inclusion of main file when...
2019-05-10 Krasimir GeorgievRevert "Revert "[clang-format] Keep protobuf "package...
2019-05-10 Fangrui SongDelete write-only HasQualifiers after rC360370
2019-05-10 Dmitri GribenkoAdded an assert in `isConstantInitializer`: initializer...
2019-05-10 Akira HatanakaAssume `__cxa_allocate_exception` returns an under...
2019-05-10 Fangrui SongChange -gz and -Wa,--compress-debug-sections to use...
2019-05-09 Richard SmithRemember to decay arrays to pointers before checking...
2019-05-09 Alex LorenzNFC, make XFAIL work on macOS correctly for test/Driver...
2019-05-09 Richard SmithDR1872: don't allow any calls to virtual functions...
2019-05-09 Richard SmithSimplify tracking of end of consumed decl-specifier...
2019-05-09 Alexey Bataev[OPENMP]Fix PR41767: diagnose DSA for variables in...
2019-05-09 Akira HatanakaSpecify target triple to fix the tests I committed...
2019-05-09 Alexey Bataev[OPENMP]Fix PR41768: check DSA for globals with default...
2019-05-09 Akira HatanakaSpecify ObjC runtime to fix the tests I committed in...
2019-05-09 Akira Hatanaka[CodeGen][ObjC] Remove the leading `l_` from ObjC symbo...
2019-05-09 Anastasia Stulova[OpenCL] Make global ctor init function a kernel
2019-05-09 Mikael HolmenFix gcc compilation warning in an assert [NFC]
2019-05-09 Anastasia Stulova[OpenCL] Switched CXX mode to be derived from C++17
2019-05-09 Diogo N. Sampaio[FIX] Change test to read file instead
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...
next