]> granicus.if.org Git - clang/shortlog
clang
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
2017-10-19 Benjamin Kramer[Sema] Fix assertion failure when checking for unused...
2017-10-19 Erich KeaneFix nodiscard for volatile references
2017-10-19 Yaxun Liu[AMDGPU] Fix bug in enqueued block codegen due to an...
2017-10-19 Gabor Horvath[analyzer] Dump signed integers in SymIntExpr and IntSy...
2017-10-19 Haojian WuFix a few nits in RenamingAction.
2017-10-19 Martin Storsjo[Headers] Fix typoed __ARM_DWARF_EH__ ifdefs
2017-10-18 Richard SmithDon't suppress instantiation of definitions for variabl...
2017-10-18 Erich KeaneFix capitalization of parameter
2017-10-18 Krasimir Georgiev[clang-format] Sort whole block of using declarations...
2017-10-18 Benjamin Kramer[Driver] Fix use after free in Hexagon toolchain code.
2017-10-18 Alex Lorenz[refactor] Add a doc comment to the test function in...
2017-10-18 Alex Lorenz[refactor] selection: new CodeRangeASTSelection represe...
2017-10-18 Matt Morehouse[clang-proto-fuzzer] Use ToT protobuf-mutator.
2017-10-18 Sumanth Gundapaneni[Hexagon] Handling of new HVX flags and target-features
2017-10-18 Aaron BallmanEnable support for the [[maybe_unused]] attribute from...
2017-10-18 Aaron BallmanSilencing a redefinition warning that was not germane...
2017-10-18 Aaron BallmanEnable support for the [[fallthrough]] attribute from...
2017-10-18 Aaron BallmanSilence -Wimplicit-fallthrough warnings with the genera...
2017-10-18 Haojian Wu[clang-rename] Rename alias.
2017-10-18 Gabor Horvath[ASTImporter] Import SubStmt of CaseStmt
2017-10-18 NAKAMURA Takumi[CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT...
2017-10-18 Richard SmithProvide a flag group to turn on/off all "binary literal...
2017-10-18 Richard Smith[modules] When finding the owning module of an instanti...
2017-10-18 Petr Hosek[CMake] Build Fuchsia toolchain as -O3
2017-10-18 Saleem AbdulrasoolBasic: fix __{,U}INTPTR_TYPE__ on ARM
2017-10-17 Zachary TurnerResubmit "[lit] Raise the logic for enabling clang...
2017-10-17 Saleem AbdulrasoolBasic: fix `__INTPTR_TYPE__` for Windows ARM
2017-10-17 George Karpenkov[Analyzer] Always use non-reference types when creating...
2017-10-17 Nico WeberFix PR34981, a crash-on-invalid merging dllimport to...
2017-10-17 Erich Keane[CFG] Relax Wexceptions warning on rethrow
2017-10-17 Aaron BallmanThis test case was missing -fsyntax-only, so I've added...
2017-10-17 Aaron BallmanEnable support for the [[nodiscard]] attribute from...
2017-10-17 Vassil VassilevExpose ConsumeAnyToken interface to external clients.
2017-10-17 Bruno Cardoso... [OpenCL] Restrict swizzle length check to OpenCL mode
2017-10-17 Erich KeaneReplace use of SmallVector::back + pop_back with pop_ba...
2017-10-17 Saleem AbdulrasoolSema: use new `getNS{,U}IntegerType` for NS{,U}Integer
2017-10-17 Alexey Bataev[OPENMP] Fix capturing of boolean variables in debug...
2017-10-17 Jonas Hahnfeld[OpenMP] Implement omp_is_initial_device() as builtin
2017-10-17 Yaxun LiuCodeGen: Fix invalid bitcasts for atomic builtins
2017-10-17 Haojian Wu[clang-rename] Rename enum.
2017-10-17 Jonas Hahnfeld[CMake][OpenMP] Customize default offloading arch
2017-10-17 Ivan A. Kosarev[CodeGen] Refine generation of TBAA info for bit-field...
2017-10-17 Ivan A. Kosarev[CodeGen] Pass TBAA info along with lvalue base info...
2017-10-17 Ivan A. Kosarev[CodeGen] EmitPointerWithAlignment() to generate TBAA...
2017-10-17 Vedant Kumar[Coverage] Discard deferred region in closing if-else
2017-10-17 Vedant Kumar[Coverage] Explicitly mark the l.h.s of && and || ...
2017-10-17 Saleem AbdulrasoolBasic: make the nan family pure
2017-10-16 Jonathan Coe[libclang] Add support for querying cursor availability
2017-10-16 Jonathan Coe[libclang] Visit attributes for function and class...
next