]> granicus.if.org Git - clang/shortlog
clang
2017-11-02 Shoaib Meenai[libclang] Add dummy libclang-headers target
2017-11-02 Shoaib Meenai[clang-rename] Use add_clang_tool
2017-11-02 Richard SmithPR33746: Store the 'inline'ness of a static data member...
2017-11-02 Saleem AbdulrasoolCodeGen: simplify EH personality selection (NFC)
2017-11-01 Richard SmithFix missing -Wregister warning when 'register' is appli...
2017-11-01 Eugene Zelenko[ASTMatchers] Fix some Clang-tidy modernize and Include...
2017-11-01 Krasimir Georgiev[clang-format] Make parseUnaryOperator non-recursive...
2017-11-01 NAKAMURA TakumiFix warnings discovered by rL317076. [-Wunused-private...
2017-11-01 NAKAMURA TakumiReformat.
2017-11-01 Richard SmithFix -Wunused-private-field to fire regardless of which...
2017-11-01 NAKAMURA Takumiclang/lib/Format/Format.cpp: Fix warnings introduced...
2017-11-01 Richard TrieuChange assertion to quick exit from checking function.
2017-11-01 George Karpenkov[analyzer] Removing unused stored field.
2017-11-01 Craig Topper[X86] Define i586 and pentium preprocessor defines...
2017-11-01 Richard Smith[c++17] Refine resolution of constructor / conversion...
2017-11-01 George Karpenkov[Analyzer] Use value storage for BodyFarm
2017-11-01 Alex Lorenz[refactor][extract] code extracted from inline method...
2017-11-01 Alex Lorenz[refactor][extract] prohibit extraction of ObjC propert...
2017-11-01 Alex Lorenz[refactor][selection] code ranges can be selected in...
2017-11-01 Wolfgang PiebMaking a couple of tests a bit more flexible wrt thunk...
2017-10-31 Benjamin KramerMake helper function static. NFC.
2017-10-31 Wolfgang PiebFix for PR33930. Short-circuit metadata mapping when...
2017-10-31 Vlad Tsyrklevich[CFI] Add CFI-icall pointer type generalization
2017-10-31 Vitaly Buka[clang-fuzzer] Fix incremental builds of the fuzzer
2017-10-31 Richard SmithFix usage of right shift operator in fold expressions
2017-10-31 Sanjay Patel[CodeGen] map sqrt libcalls to llvm.sqrt when errno...
2017-10-31 Ivan A. Kosarev[CodeGen] Propagate may-alias'ness of lvalues with...
2017-10-31 Alex Lorenz[refactor] select the entire DeclStmt if one ifs decls...
2017-10-30 Alex LorenzTypo correct the condition of 'do-while' before exiting...
2017-10-30 Richard Smith[modules] Retain multiple using-directives in the same...
2017-10-30 George Karpenkov[analyzer] Use the same filename for the header and...
2017-10-30 George Karpenkov[analyzer] [tests] Remove empty folders in reference...
2017-10-30 Richard SmithUndo accidental language mode change in this test.
2017-10-30 Richard SmithAdd a test to make sure that -Wdeprecated doesn't warn...
2017-10-30 Gabor Horvath[analyzer] Left shifting a negative value is undefined
2017-10-30 Krasimir Georgiev[clang-format] Handle CRLF correctly when formatting...
2017-10-30 Yaxun LiuCodeGen: Fix insertion position of addrspace cast for...
2017-10-30 Krasimir GeorgievKeep MSVC2015 happy after r316903
2017-10-30 Krasimir Georgiev[clang-format] Format raw string literals
2017-10-30 Gabor Horvath[analyzer] Use the signature of the primary template...
2017-10-30 Gabor Horvath[analyzer] Make issue hash related tests more concise
2017-10-30 Ivan A. Kosarev[CodeGen] Generate TBAA info for reference loads
2017-10-30 Haojian Wu[refactor] Fix a clang-tidy warning.
2017-10-30 Gabor Horvath[analyzer] lock_guard and unique_lock extension for...
2017-10-30 Gabor HorvathAdd missing expected-no-diagnostics comment to test.
2017-10-30 Gabor Horvath[analyzer] Handle ObjC messages conservatively in CallD...
2017-10-29 Saleem AbdulrasoolDriver: default to `unsigned int` `wchar_t` for ARM
2017-10-28 Peter Szecsi[analyzer] MisusedMovedObjectChecker: More precise...
2017-10-28 Peter Szecsi[analyzer] MisusedMovedObjectChecker: Fix false positiv...
2017-10-28 Richard SmithPR35039: Materialize temporary objects before wrapping...
2017-10-28 Peter Szecsi[analyzer] LoopUnrolling: check the bitwidth of the...
2017-10-28 Saleem AbdulrasoolBasic: improve coverage for Darwin targets and fix ABI
2017-10-28 Richard SmithNever try to instantiate a deduction guide's "definitio...
2017-10-27 Saleem AbdulrasoolARM: centralise SizeType, PtrDiffType, and IntPtrType
2017-10-27 George Karpenkov[Analyzer] [Tests] Fixing typo from the previous commit.
2017-10-27 Reid Kleckner[MS] Allow access to ambiguous, inaccessible direct...
2017-10-27 George Karpenkov[Analyzer] [Tests] Dump the output of scan-build to...
2017-10-27 David BlaikieStaticAnalyzer: Modularize/fix ODR violations making...
2017-10-27 David BlaikieSanitizers.h: Modularize/Fix ODR violations by making...
2017-10-27 David BlaikieCharInfo.h: Modularize/fix ODR violations by making...
2017-10-27 David BlaikieASTContext.h: Modularize/fix ODR violations by removing...
2017-10-27 Erich KeaneReplace a few usages of llvm::join with range-version...
2017-10-27 Erich KeaneFilter out invalid 'target' items from being passed...
2017-10-27 Erich KeaneRemove x86,x86_32/64 from isValidFeatureName
2017-10-27 Alex Lorenz[refactor] Describe refactorings in the operation classes
2017-10-27 Alex Lorenz[Sema] Fix an assert-on-invalid by avoiding function...
2017-10-27 Sam Clegg[WebAssembly] Add crt1.o with calling lld
2017-10-27 Don HintonNew lldb python module for managing diagnostic breakpoints
2017-10-27 Gabor Horvath[CrossTU] Fix handling of Cross Translation Unit direct...
2017-10-27 Ivan DonchevskiiTest commit
2017-10-27 Sam CleggFix test/Driver/wasm-toolchain.c on windows
2017-10-27 Volodymyr Sapsai[CodeGen] Add support for IncompleteArrayType in Obj...
2017-10-27 Sam Clegg[WebAssembly] Include libclang_rt.builtins in the stand...
2017-10-27 Craig Topper[X86] Add 'sse4' to X86TargetInfo::isValidFeatureName
2017-10-26 Nico WeberUse -fuse-init-array if no gcc installation is found.
2017-10-26 Craig Topper[X86] Make -march=i686 an alias of -march=pentiumpro
2017-10-26 Craig Topper[X86][Driver] Move all of the X86 feature flags to...
2017-10-26 Vedant Kumar[CGBlocks] Improve line info in backtraces containing...
2017-10-26 Richard Smith[www] Regenerate diagnostics reference.
2017-10-26 Adrian PrantlFix C++ testcase I forgot to add to r316689.
2017-10-26 Adrian PrantlSimplify codegen and debug info generation for block...
2017-10-26 George Karpenkov[Analyzer] [Tests] Write analyzers crashes to stdout...
2017-10-26 Adrian PrantlRevert "Simplify codegen and debug info generation...
2017-10-26 Adrian PrantlSimplify codegen and debug info generation for block...
2017-10-26 Craig Topper[X86] Add a target attribute test for no-sse4.
2017-10-26 Reid KlecknerMove MS inline asm parser methods out of line to reduce...
2017-10-26 Dave LeeAdd objcCategoryImplDecl matcher
2017-10-26 Roman Lebedev[Sema] -Wzero-as-null-pointer-constant: don't warn...
2017-10-26 Eric LiuTry to fix warnings and windows test failures caused...
2017-10-26 Aaron BallmanAdd a new attribute definition spelling, Clang<"attr...
2017-10-26 Eric Liu[Tooling] A new framework for executing clang frontend...
2017-10-26 Benjamin KramerFix overloaded static functions in SemaCodeComplete
2017-10-26 Alex Shlyapnikov[LSan] Enable -fsanitize=leak for PPC64 Linux.
2017-10-26 George Karpenkov[Analyzer] [Tests] Consistently use exit codes. Use...
2017-10-26 Alex LorenzAllow StmtPrinter to supress implicit 'this' and 'self...
2017-10-25 Alex LorenzHandle PragmaDebug in PPChainedCallbacks
2017-10-25 George Karpenkov[Analyzer] [Tests] Do not discard output from CmpRuns...
2017-10-25 George Karpenkov[Analyzer] Give more descriptive name to BdyFrm field.
2017-10-25 Justin Lebar[CUDA] Print an error if you try to compile with <...
2017-10-25 Evgeniy StepanovEnable -pie and --enable-new-dtags by default on Android.
next