]> granicus.if.org Git - clang/shortlog
clang
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.
2017-10-25 Erich KeaneIgnore implicity casts for zero-as-null-pointer-constan...
2017-10-25 Saleem AbdulrasoolCodeGen: fix PPC Darwin variadics
2017-10-25 Craig Topper[X86] Add avx512vpopcntdq to Knights Mill
2017-10-25 Alexey Bataev[OPENMP] Improve debug info for taskgroup implicitly...
2017-10-25 Alexey Bataev[OPENMP] Constify function parameters, NFC.
2017-10-25 Sylvestre LedruAdd support of the next Debian (Debian buster - version 10)
2017-10-25 Sylvestre LedruAlso update IsUbuntu() with Ubuntu Bionic
2017-10-25 Sylvestre LedruAdd support of the next Ubuntu (Ubuntu 18.04 - Bionic...
2017-10-25 Haojian Wu[rename] support renaming class member.
2017-10-25 Haojian Wu[clang-rename] Fix and enable the failing TemplatedClas...
2017-10-25 Saleem AbdulrasoolCodeGen: fix a case of incorrect checks for ivars
2017-10-25 Petr Hosek[CMake] Build host builtins in Fuchsia toolchain even...
2017-10-25 Petr Hosek[CMake] Include clang-refactor in Fuchsia toolchain
2017-10-25 Petr Hosek[clang-refactor] Use add_clang_tool CMake template
2017-10-25 George Karpenkov[Analyzer] Remove spaces inside comments mentioning...
2017-10-25 George Karpenkov[Analyzer] Remove unnecessary semicolon in analyzer...
2017-10-24 George Karpenkov[Analyzer] Store BodyFarm in std::unique_ptr
2017-10-24 George Karpenkov[Analyzer] [Tests] Minor refactor of testing infrastruc...
2017-10-24 George Karpenkov[Analyzer] [Tests] Remove temporary fields from generat...
2017-10-24 Akira Hatanaka[Sema][ObjC] Look for either objc_bridge or objc_bridge...
2017-10-24 Erich KeaneCorrect behavior of fastcall when default CC is set.
2017-10-24 George Karpenkov[Analyzer] Fix bug in testing scripts, which always...
2017-10-24 Erich KeaneReplaced unicode characters with ASCII, as introduced...
2017-10-24 Erich Keanemplement __has_unique_object_representations
2017-10-24 Roman Lebedev[Sema] Document+test the -Wsign-compare change for...
2017-10-24 Alexey Bataev[OPENMP] Fix PR35013: Fix passing VLAs captures to...
2017-10-24 Yaxun LiuCodeGen: Fix missing debug loc due to alloca
2017-10-24 Alex LorenzAdd missing clangRewrite lib dependency for clangToolin...
2017-10-24 Alex Lorenz[refactor] Initial outline of implementation of "extrac...
2017-10-24 Alex Lorenz[code completion] Complete ObjC methods in @implementat...
2017-10-24 Erich KeaneRemove repeated function name in doxygen comment.
2017-10-24 Erich KeaneFix spelling in comment, field is isMsStruct, not Strust
2017-10-24 Vassil Vassilev[modules] Add a regression test for merging anon decls...
2017-10-24 Erich KeaneAdd Forgotten test for: Fix template parameter default...
2017-10-24 Erik VerbruggenDo not add a colon chunk to the code completion of...
2017-10-24 Eric Liu[Tooling] Add a factory method for CommonOptionsParser
2017-10-24 Peter Smith[AArch64] Fix PR34625 -mtune without -mcpu should not...
2017-10-24 Tim Shen[test] Fix clang-test for FreeBSD and NetBSD
2017-10-24 Jordan RoseUnnamed bitfields don't block constant evaluation of...
2017-10-24 Erich KeaneFix template parameter default args missed if redecled
2017-10-24 George Karpenkov[Analyzer] Fix for the memory leak: fix typo in if...
2017-10-24 George Karpenkov[Analyzer] Handle implicit function reference in bodyfa...
2017-10-23 George Karpenkov[Analyzer] Do not use static storage to for implementat...
2017-10-23 Alexander Shaposhnikov[analyzer] Fix handling of labels in getLValueElement
2017-10-23 Volodymyr Sapsai[Sema] Add support for flexible array members in Obj-C.
2017-10-23 Petr Hosek[Driver] Use ld.lld directly for Fuchsia rather than...
2017-10-23 Jonas Hahnfeld[OpenMP] Avoid VLAs for some reductions on array sections
2017-10-23 Yaxun LiuCodeGen: Fix invalid bitcast in partial initialization...
2017-10-23 Benjamin Kramer[ASTMatchers] Expose forEachOverriden in dynamic AST...
2017-10-23 Erich KeanePull X86 "CPUKind" checking into .cpp file. [NFC]
2017-10-23 Nico Weberclang-cl: Expose --version.
2017-10-23 Haojian Wu[rename] Don't overwrite the template argument when...
2017-10-23 Richard SmithFor better compatibility with C++11 and C++14, emit...
2017-10-22 Faisal Vali[c++2a] Update cxx_status w __VA_OPT__ marked as comple...
2017-10-22 Benjamin KramerCreate fewer copies of StringMaps. No functionality...
2017-10-22 Faisal Vali[C++17] Fix PR34970 - tweak overload resolution for...
2017-10-21 Aaron BallmanReverting r316278 due to failing build bots.
2017-10-21 Masud Rahman[libclang, bindings]: add spelling location
2017-10-21 Aaron BallmanFix a typo with -fno-double-square-bracket-attributes...
2017-10-21 Aaron BallmanAdd release notes for the recent -fdouble-square-bracke...
2017-10-21 Roman Lebedev[Sema] Fixes for enum handling for tautological compari...
2017-10-21 Aaron BallmanFixing broken attribute documentation for __attribute__...
2017-10-21 Masud Rahman[bindings] allow null strings in Python 3
2017-10-21 Masud RahmanTest commit
2017-10-20 Sanjay Patel[CodeGen] add tests for __builtin_sqrt*; NFC
2017-10-20 George Karpenkov[Analyzer] Correctly handle parameters passed by refere...
2017-10-20 Richard SmithImplement current CWG direction for support of arrays...
2017-10-20 Jonas HahnfeldRevert "[OpenMP] Avoid VLAs for some reductions on...
2017-10-20 Jonas Hahnfeld[OpenMP] Avoid VLAs for some reductions on array sections
2017-10-20 Erich KeaneAllow /showIncludes with /P
2017-10-20 Haojian Wu[clang-refactor] Add "-Inplace" option to the commandli...
2017-10-20 Ivan A. Kosarev[CodeGen] Fix generation of TBAA info for array-to...
2017-10-20 Saleem AbdulrasoolBasic: restore {,u}intptr_t on NetBSD/ARM
2017-10-20 Richard SmithRevert r316193.
2017-10-19 Peter WuTry to shorten system header paths when using -MD depfiles
2017-10-19 Aaron BallmanThese attributes are not supported by GCC and should...
2017-10-19 Aaron BallmanThese attributes are supported by GCC with the gnu...
2017-10-19 Jan VeselyAMDGPU: Parse r600 CPU name early and expose FMAF capab...
2017-10-19 Guozhi Wei[CGExprScalar] Add missing types in function GetIntrinsic
next