]> granicus.if.org Git - clang/shortlog
clang
2018-03-08 George Burgess IVFix an unused variable warning; NFC
2018-03-08 Eugene Zelenko[Documentation] Fix Release notes problems introduced...
2018-03-08 Reid KlecknerRevert "[Sema] Make getCurFunction() return null outsid...
2018-03-08 Richard SmithWhen substituting previously-checked template arguments...
2018-03-08 Reid Kleckner[MS] Pass CVRU qualifiers properly in Itanium mangler
2018-03-08 George Burgess IVFix a doc typo; NFC
2018-03-08 Reid Kleckner[Sema] Make getCurFunction() return null outside functi...
2018-03-07 Reid Kleckner[MS] Accept __unaligned as a qualifier on member functi...
2018-03-07 Rafael EspindolaSet dso_local on tls init functions.
2018-03-07 Nico Weber[ms] Emit vtordisp initializers in a deterministic...
2018-03-07 Reid KlecknerAvoid including ScopeInfo.h from Sema.h
2018-03-07 George Karpenkov[analyzer] [PointerArithChecker] do not warn on indexes...
2018-03-07 George Karpenkov[analyzer] Don't crash with assertion failure on struct...
2018-03-07 Gheorghe-Teodor... [OpenMP] Remove implicit data sharing code gen that...
2018-03-07 Yaxun LiuCodeGen: Fix address space of indirect function argument
2018-03-07 Krasimir Georgiev[clang-format] Break consecutive string literals in...
2018-03-07 Matthew VossCorrect the alignment for the PS4 target
2018-03-07 Yaxun Liu[OpenCL] Remove block invoke function from emitted...
2018-03-07 George Karpenkov[analyzer] [NFC] Minor refactoring of NonNullParamChecker
2018-03-07 Reid KlecknerPush a function scope when parsing function bodies...
2018-03-07 Alexey Bataev[OPENMP] Fix lifetime of the loop counters.
2018-03-07 Yuka TakahashiAdd Clang ReleaseNotes that --autocomplete breaks backw...
2018-03-07 George Burgess IVRemove a placeholder
2018-03-07 George Burgess IVReland r326766 (with a slightly modified test)
2018-03-07 Nico WeberRevert 326766 too, after r326862 the test fails and...
2018-03-07 George Karpenkov[analyzer] Fix the checker for the performance anti...
2018-03-07 Petr Hosek[Driver] Enable SafeStack by default on Fuchsia
2018-03-07 George Karpenkov[ASTMatcher] Extend hasAnyArgument to ObjCMessageExpr
2018-03-07 Nico WeberRevert r326602, it caused PR36620.
2018-03-07 Petr Hosek[Driver] Automatically disable incompatible default...
2018-03-07 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
2018-03-06 George Burgess IVFix a typo from r326844; NFC
2018-03-06 George Burgess IV[CodeGen] Don't emit lifetime.end without lifetime...
2018-03-06 Michal Gorny[FrontEnd] Allow overriding the default C/C++ -std...
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
next