]> granicus.if.org Git - clang/shortlog
clang
2017-10-03 Vedant Kumar[ubsan] Save the result of getLLVMContext. NFC.
2017-10-03 Vedant Kumar[ubsan] Add helpers to decide when null/vptr checks...
2017-10-03 Vedant Kumar[ubsan] Save a ptrtoint when emitting alignment checks
2017-10-03 Faisal ValiRemove an assertion I added from the refactoring of...
2017-10-03 Faisal Vali[NFC] Refactor PasteTokens so that it can be passed...
2017-10-03 Reid Kleckner[clang-cl] Claim ignored /O[12xd] arguments
2017-10-02 Richard SmithPR33839: Fix -Wunused handling for structured binding...
2017-10-02 George Karpenkov[Analyzer] Avoid copy and modifying passed reference...
2017-10-02 Alex LorenzAdd std::move in RefactoringActionRulesTest.cpp
2017-10-02 Walter LeeAdd support for Myriad ma2x8x series of CPUs
2017-10-02 Alex Lorenz[refactor] Simplify the refactoring interface
2017-10-02 Adrian PrantlAdd a testcase to check that debug info is upgraded...
2017-10-02 Douglas GregorRevert "Add /System/Library/PrivateFrameworks as a...
2017-10-02 George Karpenkov[Analyzer] Make testing scripts flake8 compliant
2017-10-02 Jonas Hahnfeld[CUDA] Fix name of __activemask()
2017-10-02 Reid KlecknerRevert "[Sema] Warn on attribute nothrow conflicting...
2017-10-02 Erich KeaneUpdate IUnknown lit test to pass on Win32
2017-10-02 Alexey Bataev[OPENMP] Capture argument of `device` clause for target...
2017-10-02 Krasimir Georgiev[clang-format] Fix regression about short functions...
2017-10-02 Alexey Bataev[OPENMP] Fix test, NFC.
2017-10-02 Alexey Bataev[OPENMP] Simplify codegen for non-offloading code.
2017-10-02 Andrew GozillonDependent Address Space Support Test Fix
2017-10-02 Ivan A. Kosarev[CodeGen] Have a special function to get TBAA info...
2017-10-02 Ivan A. Kosarev[CodeGen] Do not refer to complete TBAA info where...
2017-10-02 Andrew GozillonDependent Address Space Support Test File
2017-10-02 Andrew GozillonDependent Address Space Support
2017-10-01 Andrew GozillonTest Commit.
2017-09-30 Davide Italiano[Analysis] Remove unused makeLvalueToRValue variant.
2017-09-30 Faisal Vali[NFC] Add assertion that we assume a valid macro argume...
2017-09-30 Faisal Vali[NFC] Remove superfluous parameter
2017-09-30 NAKAMURA Takumiclang/test/SemaCXX/ms-iunknown-template-function.cpp...
2017-09-30 Richard Trieu[ODRHash] Add base classes to hashing CXXRecordDecl.
2017-09-30 George Karpenkov[Analyzer] Add dummy implementation to call_once to...
2017-09-30 George Karpenkov[Analyzer] Document a gotcha: for C++ -analyze-function...
2017-09-30 George Karpenkov[Analyzer] Add nullability to the list of tested checke...
2017-09-30 George Karpenkov[Analyzer] Synthesize function body for std::call_once
2017-09-29 Richard SmithAdd a "vexing parse" warning for ambiguity between...
2017-09-29 Paul Robinson[PS4] Tidy up some debug-tuning v. triple decision...
2017-09-29 Erich Keane[Sema] Correct IUnknown to support Unknwnbase.h Header.
2017-09-29 Coby Tayreefixup, post rL314493
2017-09-29 Francis Ricci[test] Disable leak checking on a clang crash test...
2017-09-29 Filipe CabecinhasFix Modules/{builtin-import.mm,umbrella-header-include...
2017-09-29 Alex Lorenz[docs][refactor] Add refactoring engine design document...
2017-09-29 Daniel Marjamaki[Sema] Suppress warnings for C's zero initializer
2017-09-29 Coby Tayree[X86][MS-InlineAsm] Extended support for variables...
2017-09-29 Faisal Vali[NFC] Replace 'arguments' with 'parameters' in comments...
2017-09-29 Faisal Vali[NFC] Rename variable 'Arguments' to 'Parameters' when...
2017-09-28 Volodymyr Sapsai[Sema] Put nullability fix-it after the end of the...
2017-09-28 Alexander Shaposhnikov[clang] Add getUnsignedPointerDiffType method
2017-09-28 Aaron BallmanProperly parse a postfix expression following a Boolean...
2017-09-28 Erich Keane[Sema] Correct nothrow inherited by noexcept
2017-09-28 Erich Keane[Sema] Warn on attribute nothrow conflicting with langu...
2017-09-28 Erich KeaneFix test change missed in r314456
2017-09-28 Erich KeaneAdd Documentation to attribute-nothrow. Additionally...
2017-09-28 Yaxun Liu[AMDGPU] Allow flexible register names in inline asm...
2017-09-28 Paul Robinson[DWARF] Allow forward declarations of a class template...
2017-09-28 Nico WeberConsolidate std::move() detection code. No behavior...
2017-09-28 Nico WeberFix -Wcast-qual warning after r314336.
2017-09-28 Benjamin KramerUse std::is_trivial instead of is_trivially_copyable.
2017-09-28 Sylvestre LedruAdd the new -Wnull-pointer-arithmetic warnings to the...
2017-09-28 Faisal Vali[NFC] Don't use C++17 standard lib variable template...
2017-09-28 Faisal Vali[NFC] Modernize MacroArgs using TrailingObjects
2017-09-28 Akira HatanakaLook through parentheses.
2017-09-28 Davide Italiano[Targets/X86] Remove unneded `return` in setMaxAtomicWi...
2017-09-27 Eli Friedman[Preprocessor] Preserve #pragma clang assume_nonnull...
2017-09-27 Dylan McKay[AVR] Update data layout to match current LLVM trunk
2017-09-27 Sean CallananAdd support for remembering origins to ExternalASTMerger
2017-09-27 Artem Belevich[CUDA] Work around conflicting function definitions...
2017-09-27 Jonas Hahnfeld[OpenMP] Fix translation of target args
2017-09-27 Jonas Hahnfeld[OpenMP] Fix passing of -m arguments to device toolchain
2017-09-27 Jonas Hahnfeld[OpenMP] Fix memory leak when translating arguments
2017-09-27 Nico Weberclang-format/java: Unbreak genenrics formatting after...
2017-09-27 Anastasia Stulova[OpenCL] Fixed CL version in failing test.
2017-09-27 Anastasia Stulova[OpenCL] Handle address space conversion while setting...
2017-09-27 Gheorghe-Teodor... [OpenMP] Add an additional test for D34888
2017-09-27 Coby Tayreerevert rL314300
2017-09-27 Coby Tayree[X86][MS-InlineAsm] Extended support for variables...
2017-09-27 Artem Dergachev[analyzer] Fix an outdated comment in a test. NFC.
2017-09-27 Artem Dergachev[analyzer] Match more patterns in bugreporter::getDeref...
2017-09-27 Artem Dergachev[analyzer] Fix and refactor bugreporter::getDerefExpr...
2017-09-27 Marek Kurdej[clang-format] Fix FixNamespaceComments when BraceWrapp...
2017-09-27 Erich KeaneAdd test forgotten in r314262.
2017-09-27 Erich KeaneFix capitalization of a bunch of parameters in SemaDecl...
2017-09-27 Chih-Hung Hsieh[clang-format] Adjust space around &/&& of structured...
2017-09-26 Erich KeaneEmit section information for extern variables.
2017-09-26 Richard SmithFix uninitialized member found by msan build bot.
2017-09-26 Saleem AbdulrasoolSema: rename SemaBuiltinVAStart to SemaBuiltinVAStartMi...
2017-09-26 Gheorghe-Teodor... Revert commmit 314228.
2017-09-26 Saleem AbdulrasoolBasic: support Preserve{Most,All} CC on Windows
2017-09-26 Erich KeaneAllow IUnknown/IInterface types to come from extern C++
2017-09-26 Nico WeberDelete trailing whitespace.
2017-09-26 Richard SmithResolve a defect in C++17 copy omission.
2017-09-26 Erich Keane[Sema] Corrected the warn-on-throw-from-noexcept behavi...
2017-09-26 Gheorghe-Teodor... [OpenMP] Add an additional test for D34888
2017-09-26 Saleem AbdulrasoolSema: Windows/ARM __va_start is not const correct
2017-09-26 Artem Belevich[NVPTX] added match.{any,all}.sync instructions, intrin...
2017-09-26 Alexey Bataev[OPENMP] Fix handling of implicit mapping of array...
2017-09-26 Artem Dergachev[analyzer] Keep track of design discusions as part...
2017-09-26 Gheorghe-Teodor... [OpenMP] Don't throw cudalib not found error if only...
2017-09-26 Gheorghe-Teodor... Revert commit 314210.
next