]> granicus.if.org Git - clang/shortlog
clang
2018-03-06 Alexey Bataev[OPENMP] Fix generation of the unique names for task...
2018-03-06 Nicolai HaehnleTableGen: Give up on exact fixits for diagnostic groups
2018-03-06 Ben Hamilton[clang-format] Improve detection of ObjC for-in statements
2018-03-06 Craig Topper[X86] Fix typo in cpuid.h, bit_AVX51SER->bit_AVX512ER.
2018-03-06 Krasimir Georgiev[clang-format] fix handling of consecutive unary operators
2018-03-06 Henry Wong[analyzer] CStringChecker.cpp: Remove the duplicated...
2018-03-06 Krasimir Georgiev[clang-format] Fix documentation for SpaceAfterCStyleCa...
2018-03-06 Henry Wong[Analyzer] More accurate modeling about the increment...
2018-03-06 Alexander KornienkoMove test/gcdasyncsemaphorechecker_test.m to a subdirectory
2018-03-06 George Burgess IVFix an unused variable warning; NFC
2018-03-06 George Burgess IV[ExprConstant] Look through ExprWithCleanups for `alloc...
2018-03-06 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
2018-03-06 George Karpenkov[analyzer] [quickfix] Prevent a crash in NamedDecl...
2018-03-05 George Karpenkov[analyzer] AST-matching checker to detect global centra...
2018-03-05 Reid Kleckner[msvc] Allow MSVC toolchain driver to find the aarch64...
2018-03-05 Richard SmithFix typo in comment.
2018-03-05 Yaxun Liu[AMDGPU] Clean up old address space mapping and fix...
2018-03-05 Henry Wong[analyzer] Improves the logic of GenericTaintChecker...
2018-03-05 Alexander Ivchenko[x86][CET] Introduce _get_ssp, _inc_ssp intrinsics
2018-03-05 Yuka Takahashi[Bash-autocompletion] Fixed formatting
2018-03-05 Yuka Takahashi[Bash-autocompletion] Pass all flags in shell command...
2018-03-04 Aaron BallmanAmend r326665 to print out the `used` attribute subject...
2018-03-04 Aaron BallmanReplace the custom handling for several attributes...
2018-03-03 Aaron BallmanCreate a subject list for the `used` attribute rather...
2018-03-03 Kamil RytarowskiDisable tests of -fsanitize on OpenBSD
2018-03-03 Kamil RytarowskiOpenBSD Driver basic sanitiser support
2018-03-03 Kamil RytarowskiBetter OpenBSD frontend support
2018-03-02 Manoj GuptaDo not generate calls to fentry with __attribute__...
2018-03-02 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
2018-03-02 Richard SmithPR36581: Support data recursion over Stmts in AST matchers.
2018-03-02 Erich KeaneRemove -i command line option, add -imultilib
2018-03-02 Reid KlecknerDon't claim that va_start has special semantic checks
2018-03-02 George Karpenkov[analyzer] Don't throw NSNumberObjectConversion warning...
2018-03-02 George Burgess IVRange-ify a for loop. NFC
2018-03-02 Aaron BallmanFix the hasType() AST matcher to not assert when the...
2018-03-02 Joel E. Denny[Attr] Use -fsyntax-only in test
2018-03-02 Joel E. Denny[Attr] Fix parameter indexing for several attributes
2018-03-02 Alexey Bataev[OPENMP] Scan all redeclarations looking for `declare...
2018-03-02 Alexey Bataev[OPENMP] Treat local variables in CUDA mode as thread...
2018-03-02 Alexey SotkinAdd possibility to specify output stream for CompilerIn...
2018-03-02 Mikhail Maltsev[Sema] Improve test coverage of narrowing conversion...
2018-03-02 Petr Hosek[Frontend] Avoid including default system header paths...
2018-03-02 Akira HatanakaRemove debugging code I accidentally committed in r326530.
2018-03-02 Akira HatanakaAdd an option to disable tail-call optimization for...
2018-03-02 George Karpenkov[analyzer] [tests] Again, make tests more resilient...
2018-03-02 Rafael EspindolaAlways set dso_local in CodeGenModule::setDSOLocal.
2018-03-02 George Karpenkov[analyzer] Prevent crashing in NonNullParamChecker
2018-03-02 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
2018-03-02 George Karpenkov[analyzer] [NFC] [tests] Make test more resilient to...
2018-03-02 Heejin Ahn[WebAssembly] Add exception handling option
2018-03-02 David L. Jones[NFC] Move CommentOpts checks to the call sites that...
2018-03-01 David L. JonesRevert r326501 due to buildbot breakage.
2018-03-01 David L. Jones[NFC] Move CommentOpts checks to the call sites that...
2018-03-01 Chih-Hung Hsieh[Driver] Pass -f[no-]emulated-tls and set up ExplicitEm...
2018-03-01 Richard Smith[modules] Don't diagnose "redefinition" of a friend...
2018-03-01 Richard Smith[www] Capitalize "Clang" when referring to the project...
2018-03-01 Martin Storsjo[RecordLayout] Only assert that fundamental type sizes...
2018-03-01 Saleem AbdulrasoolDriver: hoist `-fno-rtti-data` to a driver flag
2018-03-01 Artem Dergachev[analyzer] Enable cfg-temporary-dtors by default.
2018-03-01 Ilya BiryukovResubmit [analyzer] Support for naive cross translation...
2018-03-01 Hans WennborgUsersManual: improve the clang-cl text some more
2018-03-01 Hans WennborgUsersManual: beef up the clang-cl text a little
2018-03-01 Ilya BiryukovRevert "[analyzer] Support for naive cross translation...
2018-03-01 Francois Ferrand[clang-format] Add SpaceBeforeColon option
2018-03-01 Serge PavlovFunction definition may have uninstantiated body
2018-03-01 George Burgess IVRemove redundant casts. NFC
2018-03-01 George Karpenkov[analyzer] [tests] Create a directory for the log file
2018-03-01 Artem Dergachev[analyzer] Add a checker for mmap()s which are both...
2018-03-01 Artem Dergachev[CFG] [analyzer] Recall that we only skip NoOp casts...
2018-03-01 Rafael EspindolaStart setting dllimport/dllexport in setGVProperties.
2018-03-01 Rafael EspindolaPass a GlobalDecl to SetCommonAttributes. NFC.
2018-03-01 Rafael EspindolaInline a trivial function. NFC.
2018-02-28 Rafael EspindolaPass a GlobalDecl to setNonAliasAttributes. NFC.
2018-02-28 Rafael EspindolaPass a GlobalDecl to SetInternalFunctionAttributes...
2018-02-28 Kostya Serebryany[hwasan] update the asm snippet in the docs to match...
2018-02-28 Nico WeberAttempt to fix cl-include.c on Windows.
2018-02-28 Carlo Bertolli[OpenMP] Extend NVPTX SPMD implementation of combined...
2018-02-28 Krzysztof Parzyszek[Hexagon] Add -ffixed-r19 driver option and translate...
2018-02-28 Saleem AbdulrasoolCodeGenObjCXX: handle inalloca appropriately for msgSen...
2018-02-28 Nico Weber[clang-cl] Implement /X
2018-02-28 Nico WeberFix gcc -Wreturn-type warnings after r326307.
2018-02-28 Jonas Hahnfeld[CUDA] Include single GPU binary, NFCI.
2018-02-28 Joel E. DennyTest commit access: apply clang-format suggestion
2018-02-28 Gabor Horvath[analyzer] Fix a compiler warning
2018-02-28 Gabor Horvath[analyzer] Support for naive cross translation unit...
2018-02-28 Akira Hatanaka[ObjC] Allow declaring __strong pointer fields in struc...
2018-02-28 Richard SmithFix a couple of cases where we would fail to correctly...
2018-02-28 Richard SmithUpdate cxx_status to mark "SVN" items as "Clang 6"...
2018-02-28 George Karpenkov[analyzer] [tests] Write to logfile instead of stdout...
2018-02-28 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
2018-02-28 Konstantin... AMDGPU: Move run and check lines around to match proces...
2018-02-28 Rafael EspindolaInline trivial function. NFC.
2018-02-28 Rafael EspindolaPass a GlobalDecl to setAliasAttributes. NFC.
2018-02-27 Aaron BallmanImprove the way attribute argument printing happens...
2018-02-27 Rafael EspindolaPass a GlobalDecl to setFunctionDefinitionAttributes...
2018-02-27 Artem Dergachev[analyzer] UndefinedAssignmentChecker: Better warning...
2018-02-27 Konstantin... AMDGPU: Define FP_FAST_FMA{F} macros for amdgcn
2018-02-27 Alexey Bataev[OPENMP] Emit warning for non-trivial types in map...
2018-02-27 Artem Dergachev[analyzer] MallocChecker: Suppress false positives...
2018-02-27 Artem Dergachev[analyzer] Fix trivial copy for empty objects.
next