]> granicus.if.org Git - clang/shortlog
clang
2017-06-27 Akira Hatanaka[CodeGen][ObjC] Fix GNU's encoding of bit-field ivars.
2017-06-27 Richard SmithRemove redundant check.
2017-06-27 Richard SmithFix this test to use a construct that actually forces...
2017-06-26 Saleem AbdulrasoolAST: enhance mangling for blocks with MS ABI
2017-06-26 Richard SmithRevert r301742, which caused us to try to evaluate...
2017-06-26 Alexander Shaposhnikov[clang] Enable printf check for CFIndex
2017-06-26 Richard SmithCheck that the initializer of a non-dependent constexpr...
2017-06-26 Richard SmithRemove some redundant setup when preprocessing .pcm...
2017-06-26 Richard SmithWhen preprocessing with -frewrite-imports and -fmodule...
2017-06-26 Akira Hatanaka[Sema] Fix a crash-on-invalid when a template parameter...
2017-06-26 Marina Yatsina[inline asm] dot operator while using imm generates...
2017-06-26 Marina Yatsina[inline asm][gcc-compatiblity] "=i" output constraint...
2017-06-26 Axel NaumannImprove const-correctness.
2017-06-26 Petar Jovanovic[mips] Enable IAS by default for Android 64-bit MIPS...
2017-06-26 Richard SmithTestcase missed from r306075.
2017-06-26 Sylvestre Ledruclang-format - Also reference the list of style option...
2017-06-26 Sylvestre LedruFix a typo
2017-06-26 Yuka Takahashi[bash-autocompletion] Delete space after flags which...
2017-06-25 Ed SchoutenAdd support for Ananas platform
2017-06-23 Vedant KumarAdd a warning to a group
2017-06-23 Vedant Kumar[ubsan] Disable the object size check at -O0
2017-06-23 Reid KlecknerRevert "[MS] Don't statically initialize dllimport...
2017-06-23 Vedant Kumar[ubsan] Improve diagnostics for return value checks...
2017-06-23 Vadzim Dambrouski[MSP430] Fix data layout string.
2017-06-23 Erich KeaneAdd test for 306149, warn on throw from noexcept
2017-06-23 Erich KeaneEmit warning when throw exception in destruct or deallo...
2017-06-23 Reid Kleckner[MS] Don't statically initialize dllimport member funct...
2017-06-23 Yuka Takahashi[GSoC] Add support for CC1 options.
2017-06-23 Peter CollingbourneAdd a ThinLTO cache policy for controlling the maximum...
2017-06-23 Peter Collingbournedocs: Add documentation for the ThinLTO cache pruning...
2017-06-23 Saleem Abdulrasooltest: fix negative test case
2017-06-23 Rui UeyamaSort the autocomplete candidates before printing them...
2017-06-23 Saleem AbdulrasoolRevert "Revert r305164/5/7."
2017-06-23 Alex LorenzRevert r306103: "PR26195: Set correct NestedNameSpecifi...
2017-06-23 Alex LorenzPR26195: Set correct NestedNameSpecifierLoc for the...
2017-06-23 Krasimir Georgiev[clang-format] Add a SortUsingDeclaration option and...
2017-06-23 Krasimir Georgiev[clang-format] Update dump_format_style.py to indent...
2017-06-23 Krasimir Georgiev[clang-format] Update style documentation, NFC
2017-06-23 Brian Gesiak[Frontend] 'Show hotness' can be used with a sampling...
2017-06-23 Richard SmithAdd missing file from r306075.
2017-06-23 Richard SmithPR33552: Distinguish between declarations that are...
2017-06-23 Sam Clegg[WebAssembly] Add default -allow-undefined-file to...
2017-06-22 Richard SmithPR33002: When we instantiate the definition of a static...
2017-06-22 Alex Lorenz[Sema] Add -Wunguarded-availability-new
2017-06-22 Alex Lorenz[index] Add the "SpecializationOf" relation to the...
2017-06-22 Gabor Horvath[analyzer] Do not continue to analyze a path if the...
2017-06-21 Arnold SchwaighoferSwiftCC: Perform physical layout when computing coercio...
2017-06-21 George Burgess IV[test] Make absolute line numbers relative; NFC
2017-06-21 Argyrios Kyrtzidis[preprocessor] Fix assertion hit when 'SingleFileParseM...
2017-06-21 Rui UeyamaUse -NOT prefix instead of adding `not` to FileCheck.
2017-06-21 Erich KeaneCorrect VectorCall x86 (32 bit) behavior for SSE Regist...
2017-06-21 Francois Ferrandclang-format: introduce InlineOnly short function style
2017-06-21 Alex Lorenz[index] Nested class declarations should be annotated...
2017-06-21 Serge PavlovFunction with unparsed body is a definition
2017-06-21 Ilya BiryukovFixed compiler warnings after r305890.
2017-06-21 Krasimir Georgiev[clang-format] Support sorting using declarations
2017-06-21 Artem Dergachev[analyzer] Bump a few default performance thresholds.
2017-06-21 Haojian WuFix unused-variable compilation error.
2017-06-21 Artem Dergachev[analyzer] LocalizationChecker: Support new localizable...
2017-06-21 Alex LorenzRevert r305678: [driver][macOS] Pick the system version...
2017-06-21 Ilya BiryukovMoved code hanlding precompiled preamble out of the...
2017-06-21 Raphael IsemannChanged wording in comment
2017-06-21 Bruno Cardoso... Support MS builtins using 'long' on LP64 platforms
2017-06-21 Bruno Cardoso... Run dos2unix on ms-intrinsics-rotations.c test. NFC
2017-06-21 Richard Trieu[ODRHash] Supply more information when generic error...
2017-06-20 Sunil SrivastavaPrevent devirtualization of calls to un-instantiated...
2017-06-20 Lang HamesSpecial-case handling of destructors in override lists...
2017-06-20 Lang HamesPreserve CXX method overrides in ASTImporter
2017-06-20 Alexander Shaposhnikov[clang] Fix format specifiers fixits for nested macros
2017-06-20 Abderrazek... [AArch64] ADD ARMv.2-A FP16 vector intrinsics
2017-06-20 Erich KeaneFix for Bug 33471: Preventing operator auto from resolv...
2017-06-20 Yuka Takahashi[GSoC] Flag value completion for clang
2017-06-20 Alex LorenzAdd a missing '[' to the tests from r305719
2017-06-20 Alex LorenzSplit the expectations in tests from r305719 over multi...
2017-06-20 Vassil VassilevD31187: Fix removal of out-of-line definitions.
2017-06-20 Anastasia Stulova[OpenCL] Diagnose scoped address-space qualified variables
2017-06-20 Argyrios Kyrtzidis[preprocessor] When preprocessor option 'SingleFilePars...
2017-06-20 Alexey Bader[OpenCL] Fix OpenCL and SPIR version metadata generation.
2017-06-20 Leslie Zhai[analyzer] Teach CloneDetection about Qt Meta-Object...
2017-06-20 Leslie Zhai[analyzer] Check NULL pointer dereference issue for...
2017-06-20 Akira HatanakaAdd a subgroup of c++1z-compat to enable and disable...
2017-06-20 Richard SmithTurn off "disable free" mode when preprocessing importe...
2017-06-19 Richard SmithSupport non-identifier module names when preprocessing...
2017-06-19 Vedant Kumar[docs] Coverage: Improve the wording a bit
2017-06-19 Vedant Kumar[docs] Coverage: document issue with the BFD linker
2017-06-19 Aaron BallmanTypo fix: appropo -> apropos. NFC.
2017-06-19 Manoj Gupta[Clang] Handle interaction of -pg and no_instrument_fun...
2017-06-19 Alex Lorenz[Parser][ObjC] Use an artificial EOF token while parsin...
2017-06-19 Yaxun LiuCodeGen: Cast temporary variable to proper address...
2017-06-19 Francois Ferrandclang-format: Fix C99 designated initializers corner...
2017-06-19 Christof DoumaRevert "[NFC] Refactor DiagnosticRenderer to use FullSo...
2017-06-19 Alex LorenzMove the test from r305678 to a separte file with ...
2017-06-19 Christof Douma[NFC] Refactor DiagnosticRenderer to use FullSourceLoc
2017-06-19 Alex LorenzAdd missing OS check to r305678
2017-06-19 Alex Lorenz[driver][macOS] Pick the system version for the deploym...
2017-06-19 Daniel Marjamaki[analyzer] Fix logical not for pointers with different...
2017-06-19 Daniel Jasperclang-format: Improve understanding of combined typedef...
2017-06-19 Daniel Jasperclang-format: Handle "if constexpr".
2017-06-19 Daniel Jasperclang-format: Add capability to format the diff on...
2017-06-19 Leslie Zhai[analyzer] Teach CloneDetection about Qt Meta-Object...
next