]> granicus.if.org Git - clang/shortlog
clang
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...
2017-10-16 Erich KeaneFix usage in TableGen of getValueAsString
2017-10-16 Reid KlecknerDon't print end-of-directive tokens in -E output
2017-10-16 George Burgess IVMake __builtin_types_compatible_p more like GCC's
2017-10-16 Erich KeaneReplace usage of std::stringstream with raw_string_ostream
2017-10-16 Erich KeaneRemove AnyX86Interrupt documentation
2017-10-16 Erich KeaneSort Attributes by "HeaderName"
2017-10-16 Erich KeaneClarify the 'interrupt' names in Attribute Docs
2017-10-16 Alex Lorenz[refactor] allow the use of refactoring diagnostics
2017-10-16 Alex Lorenzclang-refactor: Use llvm_unreachable in an unused override
2017-10-16 Evgeniy StepanovDo not link clang_rt.cfi on Android.
2017-10-16 Alex LorenzRecommit r315738 "[clang-refactor] Apply source replace...
2017-10-16 Wei Mi[Bitfield] Add an option to access bitfield in a fine...
2017-10-16 Jonas Hahnfeld[CUDA] Require libdevice only if needed
2017-10-16 Haojian Wu[clang-rename] Add function unit tests.
2017-10-16 Krasimir Georgiev[clang-format] Break non-trailing comments, try 2
2017-10-15 Roman Lebedev[Sema] Re-land: Diagnose tautological comparison with...
2017-10-15 Alexander RichardsonConvert clang::LangAS to a strongly typed enum
2017-10-15 Martell MaloneFix test case regresstion from rL315864
2017-10-15 Martell MaloneDriver: use ld64.lld when -fuse-ld=lld for darwin
2017-10-15 Martell Malone[driver] [cl] Add/fix c++17/c++latest
2017-10-15 Aaron BallmanAdd -f[no-]double-square-bracket-attributes as new...
2017-10-15 Benjamin Kramer[Lex] Remove unused variables. No functionality change.
2017-10-15 Faisal Vali[c++2a] Fix failing regression test related to not...
2017-10-15 Faisal Vali[c++2a] Implement P0306 __VA_OPT__ (Comma omission...
2017-10-14 Konstantin... Revert "Mark test as unsupported until r315808 is fixed"
2017-10-14 Bruno Cardoso... Mark test as unsupported until r315808 is fixed
2017-10-14 Benjamin KramerRe-land r315787, "[Sema] Warn about unused variables...
2017-10-14 NAKAMURA TakumiRevert rL315787, "[Sema] Warn about unused variables...
next