]> granicus.if.org Git - clang/shortlog
clang
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
2018-07-25 Mikhail R.... [analyzer] Create generic SMT Context class
2018-07-25 Krasimir Georgiev[clang-format ]Extend IncludeCategories regex documentation
2018-07-25 Balazs Keri[ASTImporter] Add support for import of CXXInheritedCto...
2018-07-25 Fangrui Songcc1_main: fix -Wsign-compare on FreeBSD
2018-07-25 JF BastienCodeGen: use non-zero memset when possible for automati...
2018-07-25 Petr Hosek[profile] Support profiling runtime on Fuchsia
2018-07-25 Petr Hosek[CMake] Link static libunwind and libc++abi into libc...
2018-07-25 George Karpenkov[analyzer] Syntactic matcher for leaks associated with...
2018-07-24 George KarpenkovRevert "[analyzer] Extend NoStoreFuncVisitor to insert...
2018-07-24 George Karpenkov[analyzer] Extend NoStoreFuncVisitor to insert a note...
2018-07-24 Benjamin Kramer[Sema] Destroy tokens in DeclaratorChunk params
2018-07-24 Richard SmithDon't lifetime-extend or track lifetime problems throug...
2018-07-24 Jordan RupprechtRevert "[VFS] Cleanups to VFS interfaces."
2018-07-24 Erich KeaneRemove stale documentation from InternalsManual.rst
2018-07-24 Sam McCall[VFS] Cleanups to VFS interfaces.
2018-07-24 Roman Lebedev[Sema] Mark implicitly-inserted ICE's as being part...
2018-07-24 Jiading GaiAdd a .keep file to prevent svn from skipping over...
2018-07-24 Jiading GaiFor x86_64, gcc 7.2 under Amazon Linux AMI sets its...
2018-07-24 Jiading Gai[Test commit] Fix a spelling error.
2018-07-24 Shiva ChenRevert "[DebugInfo] Generate debug information for...
2018-07-24 Shiva Chen[DebugInfo] Generate debug information for labels....
2018-07-24 Yaxun LiuAttempt to fix regression due to r337791
2018-07-24 George Burgess IVFix unused variable warnings; NFC
2018-07-24 Yaxun Liu[HIP] pass -target-cpu when running the device-mode...
2018-07-24 Richard SmithAdd missing testcase update for r337790.
next