]> granicus.if.org Git - clang/shortlog
clang
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.
2018-02-27 Artem Dergachev[analyzer] Track temporaries without construction conte...
2018-02-27 Artem Dergachev[analyzer] Don't crash when dynamic type of a variable...
2018-02-27 Artem Dergachev[analyzer] Disable constructor inlining when lifetime...
2018-02-27 Artem Dergachev[analyzer] Self-debug: Dump dynamic type info and taint...
2018-02-27 Artem Dergachev[CFG] NFC: Refactor ConstructionContext into a finite...
2018-02-27 Artem Dergachev[analyzer] Introduce correct lifetime extension behavio...
2018-02-27 Martin Storsjo[MinGW, CrossWindows] Allow passing -static together...
2018-02-27 George Karpenkov[analyzer] Remove redundant check
2018-02-27 George Karpenkov[analyzer] Only attempt to get the value of locations...
2018-02-27 George Karpenkov[analyzer] Quickfix: don't crash when runtime definitio...
2018-02-27 George Karpenkov[analyzer] Logging test quickfix #2.
2018-02-27 Krasimir Georgiev[clang-format] Format operator key in protos
2018-02-27 Kamil RytarowskiHandle the NetBSD case in ToolChain::getOSLibName()
2018-02-27 Alexey Bataev[OPENMP] Allow multiple mappings for member expressions...
2018-02-27 Ben Hamilton[clang-format] Tidy up new API guessLanguage()
2018-02-27 Roman LebedevRevert "[Tooling] [0/1] Refactor FrontendActionFactory...
2018-02-27 Roman Lebedev[Tooling] [0/1] Refactor FrontendActionFactory::create...
2018-02-27 Hans WennborgAttrDocs.td: fix some bad code-blocks
2018-02-27 Hans WennborgAttrDocs.td: fix bad bullet list
2018-02-27 Hans WennborgAttrDocs.td: fix bad indent and code block
2018-02-27 Francois Ferrandclang-format: use AfterControlStatement to format ObjC...
2018-02-27 Francois Ferrandclang-format: fix formatting of ObjC @synchronized...
2018-02-27 Martin Storsjo[test] Extend the Driver/mingw-msvcrt.c test with a...
2018-02-27 Martin Storsjo[RecordLayout] Don't align to non-power-of-2 sizes...
2018-02-27 Shoaib Meenai[Driver] Fix codeview-column-info on macOS
2018-02-27 Adam NemetAttempt to fix greendragon bot after r326141
2018-02-27 Artem Dergachev[analyzer] Fix an uninitialized field.
2018-02-27 Igor Kudrin[Driver] Allow using a canonical form of '-fuse-ld...
2018-02-27 George Karpenkov[analyzer] Switch the default exploration strategy...
2018-02-27 George Karpenkov[analyzer] Logging test typo quickfix.
2018-02-27 George Karpenkov[analyzer] Logging test quickfix.
2018-02-27 George KarpenkovRevert "Revert "[analyzer] Quickfix: do not overflow...
2018-02-27 Petr Hosek[Driver] Add SafeStack to a map of incompatible sanitizers
2018-02-26 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
2018-02-26 Volodymyr SapsaiFix which Darwin versions have ObjC runtime with full...
2018-02-26 Reid KlecknerFix codeview-column-info.c test with a triple
2018-02-26 Reid KlecknerRe-land "Emit proper CodeView when -gcodeview is passed...
2018-02-26 George Karpenkov[analyzer] Exploration strategy prioritizing unexplored...
2018-02-26 George Karpenkov[analyzer] Do not analyze bison-generated files
2018-02-26 George KarpenkovRevert "[analyzer] Quickfix: do not overflow in calcula...
2018-02-26 George Karpenkov[analyzer] Quickfix: do not overflow in calculating...
2018-02-26 Zachary TurnerRevert "Emit proper CodeView when -gcodeview is passed...
next