]> granicus.if.org Git - clang/shortlog
clang
2018-07-31 Artem Dergachev[analyzer] Don't try to simplify mixed Loc/NonLoc expre...
2018-07-31 Jonas HahnfeldFix riscv32-toolchain.c with CLANG_DEFAULT_CXX_STDLIB
2018-07-31 Alexey Bataev[OPENMP] Change linkage of offloading symbols to suppor...
2018-07-31 Mandeep Singh... [COFF, ARM64] Enable SEH for ARM64 Windows
2018-07-31 Alexey Bataev[OPENMP] Prevent problems with linking of the static...
2018-07-31 David Bolvansky[RISCV] Add driver for riscv32-unknown-elf baremetal...
2018-07-31 Hans Wennborgclang-format: try to make the doc for ConstructorInitia...
2018-07-31 Jonas HahnfeldFix linux-header-search.cpp with CLANG_DEFAULT_CXX_STDLIB
2018-07-31 Aleksandr UrakovImprove support of PDB as an external layout source
2018-07-31 Richard Smith[coroutines] Fix handling of dependent co_await in...
2018-07-31 Artem Dergachev[analyzer] Rename test: cxx17-mandatory-elision.cpp...
2018-07-31 Erik Pilkington[Sema] Relax a failing assert in TemplateArgumentLoc
2018-07-30 Artem Dergachev[analyzer] CStringChecker: Remember to highlight the...
2018-07-30 Eric ChristopherRevert "Add a definition for FieldSize that seems to...
2018-07-30 Eric ChristopherAdd a definition for FieldSize that seems to make sense...
2018-07-30 George Karpenkov[analyzer] [tests] Add an option for showing statistics...
2018-07-30 George Karpenkov[analyzer] [tests] Style fixes for testing harness.
2018-07-30 Scott LinderFix use of uninitialized variable in r338299
2018-07-30 George Karpenkov[analyzer] [NFC] Simplify some visitors by giving a...
2018-07-30 George Karpenkov[analyzer] Bugfix for autorelease + main run loop leak...
2018-07-30 George Karpenkov[analyzer] Fix crash in RunLoopAutoreleaseChecker on...
2018-07-30 Roman Lebedev[docs] UndefinedBehaviorSanitizer.rst: {,un}signed...
2018-07-30 Stephen KellyAvoid returning an invalid end source loc
2018-07-30 Scott Linder[DebugInfo][OpenCL] Generate correct block literal...
2018-07-30 Mandeep Singh... [OpenEmbedded] Fix lib paths for OpenEmbedded targets
2018-07-30 Fangrui SongRemove trailing space
2018-07-30 David GreeneMake test/Driver/baremetal.cpp work with linkers other...
2018-07-30 Roman Lebedev[clang][ubsan] Implicit Conversion Sanitizer - integer...
2018-07-30 George Karpenkov[analyzer] Store ValueDecl in DeclRegion
2018-07-30 Richard SmithDelete some unreachable AST printing code.
2018-07-30 Momchil Velikov[ARM, AArch64]: Use unadjusted alignment when passing...
2018-07-30 Reka Kovacs[analyzer] Add missing state transition in IteratorChecker.
2018-07-30 Reka Kovacs[analyzer] Add support for more invalidating functions...
2018-07-30 Ilya Biryukov[CodeComplete] Fix the crash in code completion on...
2018-07-30 Alexey Bataev[OPENMP] Modify the info about OpenMP support in UsersM...
2018-07-30 Stefan Maksimovic[mips64][clang] Adjust tests to account for changes...
2018-07-30 Krasimir Georgiev[clang-format] Silence -Wdocumentation warnings
2018-07-30 Stefan Maksimovic[mips64][clang] Provide the signext attribute for i32...
2018-07-30 Simon PilgrimFix -Wdocumentation warning. NFCI.
2018-07-30 Adam Balogh[Analyzer] Iterator Checker Hotfix: Defer deletion...
2018-07-30 Krasimir Georgiev[clang-format] Indent after breaking Javadoc annotated...
2018-07-30 Richard SmithPR38355 Prevent infinite recursion when checking initia...
2018-07-29 Chandler CarruthRevert r337456: [CodeGen] Disable aggressive structor...
2018-07-28 Serge Pavlov[UBSan] Strengthen pointer checks in 'new' expressions
2018-07-28 Akira Hatanaka[Sema][ObjC] Warn when a method declared in a protocol...
2018-07-28 Yaxun Liu[CUDA][HIP] Allow function-scope static const variable
2018-07-28 George Karpenkov[AST] Add a convenient getter from QualType to RecordDecl
2018-07-28 Erik PilkingtonCompile SemaTemplate.cpp with /bigobj on MSVC
2018-07-28 Fangrui Song[CFG] Remove duplicate function/class names at the...
2018-07-27 Nicolas LesserParse a possible trailing postfix expression suffix...
2018-07-27 Erik Pilkington[Sema] Use a TreeTransform to extract deduction guide...
2018-07-27 Alexey Bataev[DEBUG_INFO] Fix tests, NFC.
2018-07-27 Alexey Bataev[DEBUGINFO] Disable unsupported debug info options...
2018-07-27 George Karpenkov[analyzer] Extend NoStoreFuncVisitor to insert a note...
2018-07-27 Richard SmithFix typos in comment.
2018-07-27 George Karpenkov[ASTMatchers] Introduce a matcher for `ObjCIvarExpr...
2018-07-27 Alexey Bataev[OPENMP] Static variables on device must be externally...
2018-07-27 George Karpenkov[ASTMatchers] Introduce a matcher for `ObjCIvarExpr...
2018-07-27 Richard SmithAdd missing temporary materialization conversion on...
2018-07-27 Roman Lebedev[AST] Sink 'part of explicit cast' down into ImplicitCa...
2018-07-27 Mike Edwards[WWW] Fixing file permissions for the .html pages.
2018-07-27 Emmett Neymanadded shared library to fix buildbot
2018-07-26 Erik Pilkington[Sema] Fix a crash by completing a type before using it
2018-07-26 Mike Edwards[WWW] Removing my test file as the auto-deployment...
2018-07-26 Mike Edwards[WWW] Adding a test page to work out an auto-deployment...
2018-07-26 Reid KlecknerRevert r338057 "[VirtualFileSystem] InMemoryFileSystem...
2018-07-26 Reid Kleckner[MS] Add L__FUNCSIG__ for compatibility
2018-07-26 Emmett NeymanUpdated llvm-proto-fuzzer to execute the compiled code
2018-07-26 Sanjin Sijaric[ARM64] [Windows] Follow MS X86_64 C++ ABI when passing...
2018-07-26 Simon Marchi[VirtualFileSystem] InMemoryFileSystem::status: Return...
2018-07-26 Richard SmithRefactor checking of switch conditions and case values.
2018-07-26 Alexey Bataev[OPENMP, DOCS] Fixed typo, NFC.
2018-07-26 Mandeep Singh... [COFF, ARM64] Decide when to mark struct returns as...
2018-07-26 Alexey Bataev[OPENMP] What's new for OpenMP in clang.
2018-07-26 Akira Hatanaka[Sema][ObjC] Do not propagate the nullability specifier...
2018-07-26 Ana Pazos [RISCV] Add support for interrupt attribute
2018-07-26 Akira Hatanaka[CodeGen][ObjC] Make block copy/dispose helper function...
2018-07-26 Alexey Bataev[OPENMP] Force OpenMP 4.5 when compiling for offloading.
2018-07-26 Aaron BallmanAllow thread safety annotation lock upgrading and downg...
2018-07-26 Jonas Toth[ASTMatchers] fix the missing documentation for new...
2018-07-26 Mikhail R.... [analyzer] Fixed method to get APSInt model
2018-07-25 Richard Trieu[ODRHash] Support hashing enums.
2018-07-25 Alexey Bataev[OPENMP] ThreadId in serialized parallel regions is 0.
2018-07-25 Mikhail R.... [analyzer] Update SMT API documentation and methods
2018-07-25 Volodymyr Sapsai[Preprocessor] Stop entering included files after hitti...
2018-07-25 Mikhail R.... [analyzer] Fix compilation when LLVM_ENABLE_MODULES=ON
2018-07-25 Nick Desaulniers[clang:sema] de-duplicate getDepthAndIndex helpers
2018-07-25 Alexey Bataev[OPENMP] Exclude service expressions/statements from...
2018-07-25 Alexey Bataev[OPENMP] Fix PR38256: Fix locations of the artificial...
2018-07-25 David CarlierFix tsan doc
2018-07-25 David Carlier[Docs] Update supported oses for safestack, ubsan,...
2018-07-25 Mikhail R.... [analyzer] Use the macro REGISTER_TRAIT_WITH_PROGRAMSTA...
2018-07-25 Mikhail R.... [analyzer] Removed API used by the Refutation Manager...
2018-07-25 Mikhail R.... [analyzer] Moved code from SMTConstraintManager to...
2018-07-25 Mikhail R.... [analyzer] Try to minimize the number of equivalent...
2018-07-25 Mikhail R.... [analyzer] Moved non solver specific code from Z3Constr...
2018-07-25 Mikhail R.... [analyzer] Implemented SMT generic API
2018-07-25 Mikhail R.... [analyzer] Create generic SMT Expr class
2018-07-25 Mikhail R.... [analyzer] Create generic SMT Sort Class
2018-07-25 Mikhail R.... [analyzer] Moved static Context to class member
next