]> granicus.if.org Git - clang/shortlog
clang
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...
2017-06-17 Saleem AbdulrasoolCodeGen: make the type match the comment for a libcall
2017-06-17 Lang HamesCall setMustBuildLookupTable on TagDecls in ExternalAST...
2017-06-16 Petr Hosek[Driver] Do a PATH lookup if needed when using -no...
2017-06-16 Marc-Andre... [index] Fix typo: inferface -> interface
2017-06-16 Aaron BallmanKilling a tab and some other spurious whitespace; NFC.
2017-06-16 Alex Lorenz[PR33394] Avoid lexing editor placeholders when Clang...
2017-06-16 Daniel JasperIgnore return value in test.
2017-06-16 Vedant Kumar[ubsan] docs: Add a note about pointers to volatile
2017-06-16 Yuka TakahashiFix a bug that warnings generated with -M or -MM flags
2017-06-16 Dinar TemirbulatovExpand vector oparation to as IR constants, PR28129.
2017-06-16 Vedant Kumar[ubsan] PR33081: Skip the standard type checks for...
2017-06-16 Dean Michael... [XRay][clang] Support capturing the implicit `this...
2017-06-16 Richard Trieu[ODRHash] Hash VarDecl members.
2017-06-15 Alex Lorenz[Completion] Code complete the members for a dependent...
2017-06-15 Alex Lorenz[index] Record C++17 global binding declarations
2017-06-15 Galina KistanovaAdded braces to work around gcc warning in googletest...
2017-06-15 Alex Lorenz[index] Index static_assert declarations
2017-06-15 Eric Fiselier[coroutines] Remove pass-through operator co_await...
2017-06-15 Eric Fiselier[coroutines] Allow co_await and co_yield expressions...
2017-06-15 Erich KeaneLexerTest memory leak fix-
2017-06-15 Peter CollingbourneApply summary-based dead stripping to regular LTO modul...
2017-06-15 Dominic Chen[analyzer]: Improve test handling with multiple constra...
2017-06-15 Vassil VassilevRevert "Load lazily the template specialization in...
2017-06-15 Daniel JasperRevert "Define _GNU_SOURCE for rtems c++"
2017-06-15 Eric FiselierCorrect documentation about the AfterClass clang-format...
2017-06-15 Richard Trieu[ODRHash] Hash TemplateArgument::Pack and TemplateTypeP...
2017-06-15 Craig Topper[Basic] Use a static_assert instead of using the old...
2017-06-15 Eric Fiselier[clang-format] Allow git-clang-format to handle empty...
2017-06-15 Erich KeaneFix LexerTest signed/unsigned comparison.
2017-06-15 Aaron BallmanHandle -ast-dump-all when passed as the only option.
2017-06-14 Erich Keane[Preprocessor]Correct Macro-Arg allocation of Stringifi...
2017-06-14 Duncan P. N... AST: Add missing break at end of switch
2017-06-14 Tony Jiang[PPC] Enhance altivec conversion function macros implem...
2017-06-14 James Y KnightDefine _GNU_SOURCE for rtems c++
2017-06-14 Yuka TakahashiBe more strict when checking the -flto option value
2017-06-14 Aaron BallmanCorrected some comment typos; NFC.
2017-06-14 Francois Ferrandclang-format: Add CompactNamespaces option
2017-06-14 Serge PavlovReverted 305379 (Function with unparsed body is a defin...
2017-06-14 Serge PavlovFunction with unparsed body is a definition
2017-06-14 Dmitry PolukhinFix for Itanium mangler issue with templates
2017-06-14 Eric Fiselier[coroutines] Fix co_await for range statement
2017-06-14 Richard Trieu[ODRHash] Remove debugging code from r305361
2017-06-14 Richard Trieu[ODRHash] Hash Template and TemplateExpansion in Templa...
2017-06-14 Richard Trieu[ODRHash] Hash Expr for TemplateArgument::Expression
2017-06-13 Richard Trieu[ODRHash] Add TemplateArgument kind to hash.
2017-06-13 Xinliang David LiPreserve cold attribute for function decls
2017-06-13 Yi KongFix spurious Wunused-lambda-capture warning
2017-06-13 Florian HahnAlign definition of DW_OP_plus with DWARF spec [2/3]
2017-06-13 Gheorghe-Teodor... Add comma to comment.
2017-06-13 Krasimir Georgiev[clang-format] Document the StartOfTokenColumn paramete...
2017-06-13 Diana PicusRevert "Revert r301742 which made ExprConstant checking...
2017-06-13 Francois Ferrandclang-format: add option to merge empty function body
2017-06-13 Vedant Kumar[docs] Add some ubsan changes to the release notes
2017-06-12 Nick LewyckyRevert r301742 which made ExprConstant checking apply...
2017-06-12 Richard Trieu[ODRHash] Add diagnostic messages for typedef and type...
2017-06-12 Nick LewyckyRevert r303316, a change to ExprConstant to evaluate...
2017-06-12 Peter CollingbourneIR: Replace the "Linker Options" module flag with ...
2017-06-12 Reid KlecknerCorrect debug info bit offset calculation for big-endia...
2017-06-12 Alex LorenzRecommit r305117: [libclang] Merge multiple availabilit...
2017-06-12 Vedant Kumar[ubsan] Detect invalid unsigned pointer index expressio...
2017-06-12 Yaron KerenAddress David Blaikie comment by replacing grep with...
2017-06-12 Yaron KerenAdd regression test for r305179.
2017-06-12 Artem Dergachev[analyzer] Fix a crash when an ObjC object is construct...
2017-06-12 George Burgess IV[Sema] Use the right FoldingSet.
2017-06-12 Erik Pilkington[Sema][C++1z] Ensure binding in dependent range for...
2017-06-12 Daniel JasperRevert r305164/5/7.
2017-06-11 John McCallDon't crash when forming a destructor name on an incomp...
2017-06-11 Saleem Abdulrasooltest: attempt to repair build bots
2017-06-11 Saleem AbdulrasoolDriver: add support for `-gz` and `-gz=`
2017-06-11 Saleem AbdulrasoolDriver: pass along [-]-[no]compress-debug-sections...
2017-06-10 Roman LebedevRevert "[clang] Implement -Wcast-qual for C++"
2017-06-10 Roman Lebedev[clang] Implement -Wcast-qual for C++
2017-06-09 Richard TrieuRevert r305110 to fix buildbot
2017-06-09 Erich KeaneSupport operator keywords used in Windows SDK(fix ubsan)
2017-06-09 Richard Smith27037: Use correct CVR qualifier on an upcast on method...
2017-06-09 Alexander Shaposhnikov[clang] Cleanup fixit.c
2017-06-09 Alex LorenzRevert r305117
2017-06-09 Richard SmithAttempt to fix shared library build: RewriteFrontend...
2017-06-09 Vassil Vassilev[modules] D29951: Load lazily the template specializati...
2017-06-09 Vassil Vassilev[modules] Fix that global delete operator get's assigne...
2017-06-09 Alex Lorenz[libclang] Merge multiple availability clauses when...
2017-06-09 Richard SmithAdd -frewrite-imports flag.
2017-06-09 Richard Trieu[ODRHash] Add support for TemplateArgument types.
2017-06-09 Richard Trieu[ODRHash] Skip inline namespaces when hashing.
2017-06-09 Benjamin KramerBringt back -triple so the test passes on non-x86.
2017-06-09 Richard SmithAdd #pragma clang module build/endbuild pragmas for...
2017-06-09 Benjamin Kramer[ASTMatchers] Fix use after free.
2017-06-09 Vassil VassilevRepair 2010-05-31-palignr.c test
2017-06-09 Erich Keanesupport operator keywords used in Windows SDK
2017-06-09 Alexey Bataev[DebugInfo] Fix comment, NFC.
next