]> granicus.if.org Git - clang/shortlog
clang
2017-02-14 Krasimir Georgiev[clang-format] Remove dead code in FormatTestComments...
2017-02-14 Laszlo Nagy[scan-build-py] use subprocess wrapper to execute build
2017-02-14 Akira Hatanaka[CodeGen][ObjC] Use the type of the captured field...
2017-02-14 George Burgess IVDelete useless / in comment. NFC.
2017-02-14 George Burgess IVAdd a destruct-on-exit function to ASTContext.
2017-02-14 NAKAMURA Takumiclang/test/Parser/cxx1z-class-template-argument-deducti...
2017-02-14 Richard SmithCanonicalize implicit deduction guide parameter types...
2017-02-14 Richard Smith[c++1z] Add some more tests for class template argument...
2017-02-14 David Majnemer[MS ABI] Correctly mangling vbase destructors
2017-02-14 Richard Smith[c++1z] Synthesize implicit deduction guides from const...
2017-02-13 Nick LewyckyWhen the new expr's array size is an ICE, emit it as...
2017-02-13 Alex Lorenz[CodeCompletion] Code complete the '__auto_type' keyword
2017-02-13 Alex Lorenz[CodeCompletion] Code complete the missing C++11 keywords
2017-02-13 Charles Li[test] Make Lit tests C++11 Compatible - Objective-C++
2017-02-13 Charles Li[Test] Make Lit tests C++11 compatible - printf format...
2017-02-13 Reid Kleckner[CodeGen] Treat auto-generated __dso_handle symbol...
2017-02-13 Charles Li[Test] Make Lit tests C++11 compatible - nounwind noexcept
2017-02-13 Benjamin Kramer[ASTUnit] Clear out diagnostic state after creating...
2017-02-13 Davide Italiano[PM] Add support for instrumented PGO in the new pass...
2017-02-13 NAKAMURA TakumiFix r291495 -- Normalize LLVM_CMAKE_PATH in clang stand...
2017-02-13 Gor Nishanov[coroutines] NFC: Refactor Sema::CoroutineBodyStmt...
2017-02-12 Aaron BallmanRevert r294910 and recommit r294861 and r294862 with...
2017-02-12 Renato GolinRevert "Attributes on K&R C functions should not cause...
2017-02-12 David BlaikieASTReader: Refactor common code for writing function...
2017-02-11 Davide Italiano[Driver] Use stem() and not filename().
2017-02-11 Saleem AbdulrasoolCodeGen: use # as the comment leader for ARC marker
2017-02-11 Saleem AbdulrasoolCodeGen: annotate ObjC ARC functions with ABI constraints
2017-02-11 Saleem Abdulrasooltest: ignore some warnings in test code (NFC)
2017-02-11 Dylan McKay[AVR] Fix __AVR_xxx macro definitions; authored by...
2017-02-11 Aaron BallmanHopefully fixes a compile error introduced by r294861.
2017-02-11 Aaron BallmanAttributes on K&R C functions should not cause incompat...
2017-02-11 Saleem Abdulrasooldocs: update docs for objc_storeStrong behaviour
2017-02-11 Saleem AbdulrasoolCodeGen: rename variables to adhere to naming convention
2017-02-11 Saleem AbdulrasoolSema: simplify conditional execution (NFC)
2017-02-11 Benjamin KramerMake helpers static. NFC.
2017-02-11 Benjamin KramerUpdate XFAIL line after r294781.
2017-02-11 Richard TrieuMove test include file from include/ to Inputs/
2017-02-10 Richard Smith[c++1z] Tests for class template argument deduction...
2017-02-10 George Burgess IVDon't let EvaluationModes dictate whether an invalid...
2017-02-10 Richard Smith[c++1z] Diagnose attempts to use variables with deduced...
2017-02-10 Richard Smith[c++1z] Require an initializer for deduced class templa...
2017-02-10 Tim Shen[XRay] Implement powerpc64le xray.
2017-02-10 Richard Smith[c++1z] Enforce restriction that deduction guide is...
2017-02-10 Richard Smith[c++1z] Disallow deduction guides with deduced types...
2017-02-10 Nico Weberclang-format: don't break code using __has_include...
2017-02-10 Joey Gouly[libclang] [OpenCL] Expose half type.
2017-02-10 Simon PilgrimWdocumentation fixes
2017-02-10 Eric ChristopherTemporarily revert "For X86-64 linux and PPC64 linux...
2017-02-10 Eric ChristopherFor X86-64 linux and PPC64 linux align int128 to 16...
2017-02-10 Richard Smith[c++1z] In class template argument deduction, all decla...
2017-02-10 Hubert Tong[Concepts] Class template associated constraints
2017-02-10 Richard Smith[c++1z] P0512R0: support for 'explicit' specifier on...
2017-02-10 Richard SmithSink IsExplicitSpecified flag from CXXConstructorDecl...
2017-02-10 Eric ChristopherUpdate C style comments to C++ style.
2017-02-10 David BlaikieFix the -Werror build by removing an unused default...
2017-02-09 George Burgess IVAdd support for armv7ve flag in clang (PR31358).
2017-02-09 Hans WennborgDon't try to link to the 4.0 release notes
2017-02-09 Richard SmithDisallow explicit instantiation and explicit specializa...
2017-02-09 Richard SmithDiagnose attempts to explicitly instantiate a template...
2017-02-09 Amjad Aboud[DebugInfo] Added support to Clang FE for generating...
2017-02-09 Vedant Kumar[docs] coverage: Clarify which flags enable gcov-style...
2017-02-09 Davide Italiano[CodeGen] Remove unneeded `private`. NFCI.
2017-02-09 Richard SmithRename IsExplicitSpecialization -> IsMemberSpecializati...
2017-02-09 Richard Smith[c++1z] P0091R3: Basic support for deducing class templ...
2017-02-09 Marcos Pividori[windows] Fix test for cl driver.
2017-02-09 Reid Kleckner[MS] Implement the __fastfail intrinsic as a builtin
2017-02-09 Marcos Pividori[windows] [asan] Add wholearchive flag when including...
2017-02-09 Krasimir Georgiev[clang-format] Fix typo in comment.
2017-02-09 Craig Topper[X86] Fix copy and paste bug in clzero test from r294559.
2017-02-09 Craig Topper[X86] Clzero flag addition and inclusion under znver1
2017-02-09 Douglas YungAdd check that "#define unix 1" is present for the...
2017-02-08 Mike Aizatsky[sancov] pc_guard_init is called at least once per...
2017-02-08 David BlaikieInitialize builtins during modular codegen
2017-02-08 Richard SmithMore fixes for places where 'decltype(auto)' is permitt...
2017-02-08 Richard SmithDon't crash on 'decltype(auto)::'. Rather than treating...
2017-02-08 Charles Li[Lit Test] Make tests C++11 compatible - Parse OpenMP
2017-02-08 Reid Kleckner[MS] Fix C++ destructor thunk line info for a declaration
2017-02-08 Krasimir Georgiev[clang-format] Move OriginalPrefix from base to subclass.
2017-02-08 Krasimir Georgiev[clang-format] Move comment tests to their own file.
2017-02-08 Krasimir Georgiev[clang-format] Break before a sequence of line comments...
2017-02-08 Craig Topper[X86] Add -mprefetchwt1/-mno-prefetchwt1 command line...
2017-02-08 Craig Topper[X86] Add -msgx/-mno-sgx command line options and __SGX...
2017-02-08 Craig Topper[X86] Update command line documentation for -mclwb...
2017-02-08 Craig Topper[X86] Add -mmpx/-mno-mpx command line options and __MPX...
2017-02-08 Craig Topper[X86] Add -mclwb/-mno-clwb command line arguments and...
2017-02-08 Craig Topper[X86] Remove 'umip' feature flag.
2017-02-08 Craig Topper[X86] Add -mmovbe/-mno-movbe command line options to...
2017-02-08 Craig Topper[X86] Add -mclflushopt/-mno-clflushopt command line...
2017-02-08 Craig TopperUse LLVM_FALLTHROUGH instead of FALLTHROUGH comments.
2017-02-08 Craig Topper[X86] Remove PCOMMIT feature support since Intel has...
2017-02-08 Dylan McKay[AVR] Add support for the 'interrupt' and 'naked' attri...
2017-02-08 Saleem AbdulrasoolSema: add warning for c++ member variable shadowing
2017-02-08 Richard SmithDiagnose an attempt to give a deduction-guide a functio...
2017-02-08 Richard SmithFix constructor declarator detection for the case when...
2017-02-08 Richard SmithP0091R3: Improved syntactic checking of deduction-guides.
2017-02-07 Bruno Cardoso... [ASTReader] Improve ReadASTBlock error message when...
2017-02-07 Bruno Cardoso... [PCH] Fix a regression when PCH is used with -fmodules
2017-02-07 Vassil VassilevEnable -dump-deserialized-decls and -error-on-deseriali...
2017-02-07 Daniel Jasperclang-format: Fix bad variable declaration detection.
2017-02-07 Saleem AbdulrasoolRevert "Basic: match GCC behaviour for SuS macro"
next