]> granicus.if.org Git - clang/shortlog
clang
2018-12-18 Serge GueltonPortable Python script across Python version
2018-12-18 Serge GueltonPortable Python script across Python version
2018-12-18 Aaron BallmanEmit -Wformat properly for bit-field promotions.
2018-12-18 Haojian Wu[AST] Unify the code paths of traversing lambda express...
2018-12-18 Stefan Pintilie[PowerPC] Make no-PIC default to match GCC - CLANG
2018-12-18 Serge GueltonPortable Python script across Python version
2018-12-18 Serge GueltonPortable Python script across Python version
2018-12-18 Martin Storsjo[unittests] Remove superfluous semicolon, fixing warnin...
2018-12-18 Martin Storsjo[Driver] Automatically enable -munwind-tables if -fseh...
2018-12-18 Serge GueltonPortable Python script across Python version
2018-12-18 Serge GueltonPortable Python script across Python version
2018-12-18 Serge GueltonPortable Python script across Python version
2018-12-18 Tan S. B[ExprConstant] Handle compound assignment when LHS...
2018-12-18 JF BastienAutomatic variable initialization
2018-12-17 Reid KlecknerFix ms-layout_version declspec test and add missing...
2018-12-17 Reid KlecknerUpdate Microsoft name mangling scheme for exception...
2018-12-17 Artem Dergachev[analyzer] MoveChecker: Squash the bit field because...
2018-12-17 Alex LorenzMake test/Driver/darwin-sdk-version.c pass on hosts...
2018-12-17 Alex LorenzFix build after r349380
2018-12-17 Tan S. B[NFC] Test commit: tweak whitespace in comment
2018-12-17 Alex Lorenz[darwin][arm64] use the "cyclone" CPU for Darwin even...
2018-12-17 Francis Visoiu... [Driver] Don't override '-march' when using '-arch...
2018-12-17 Alex Lorenz[darwin] parse the SDK settings from SDKSettings.json...
2018-12-17 Ilya Biryukov[CodeComplete] Fix test failure on different host and...
2018-12-17 Simon PilgrimBuild ASTImporterTest.cpp with /bigobj on MSVC builds...
2018-12-17 Gabor Marton[ASTImporter] Add importer specific lookup
2018-12-17 Gabor Marton[ASTImporter] Fix redecl chain of classes and class...
2018-12-17 Kristof UmannRevert rC349281 '[analyzer][MallocChecker][NFC] Documen...
2018-12-17 Simon PilgrimFix "enumeral mismatch in conditional expression" gcc7...
2018-12-17 Simon PilgrimFix "enumeral mismatch in conditional expression" gcc7...
2018-12-17 Kristof UmannRevert rC349281 '[analyzer][MallocChecker][NFC] Documen...
2018-12-17 Kristof UmannReverting bitfield size to attempt to fix a windows...
2018-12-17 Carey Williams[Docs] Expand -fstack-protector and -fstack-protector-all
2018-12-17 Artem Dergachev[analyzer] MoveChecker: Enable by default as cplusplus...
2018-12-17 Artem Dergachev[analyzer] MoveChecker: Add an option to suppress warni...
2018-12-17 Artem DergachevSpeculatively re-apply "[analyzer] MoveChecker: Add...
2018-12-16 Artem Dergachev[analyzer] Fix some expressions staying live too long...
2018-12-16 Aaron PuchertThread safety analysis: Avoid intermediate copies ...
2018-12-16 Aaron PuchertThread safety analysis: Allow scoped releasing of capab...
2018-12-15 Kristof Umann[analyzer][MallocChecker] Improve warning messages...
2018-12-15 Kristof Umann[analyzer][MallocChecker][NFC] Document and reorganize...
2018-12-15 Kristof Umann[analyzer][NFC] Merge ClangCheckerRegistry to CheckerRe...
2018-12-15 Kristof UmannLink examples/clang-interpreter against clangSerialization
2018-12-15 Kristof UmannFix a compilation error in examples/
2018-12-15 Kristof Umann[analyzer][NFC] Move CheckerRegistry from the Core...
2018-12-15 Kristof Umann[analyzer] Prefer returns values to out-params in Check...
2018-12-15 Gabor Horvath[analyzer] Assume that we always have a SubEngine available
2018-12-15 Fangrui Song[libclang] Add dependency on clangSerialization to...
2018-12-15 Martin Storsjo[MinGW] Produce a vtable and RTTI for dllexported class...
2018-12-15 Richard TrieuFix includes and dependencies for libclang
2018-12-15 Artem DergachevRevert "[analyzer] MoveChecker: Add checks for derefere...
2018-12-15 Richard TrieuMove static analyzer core diagnostics to common.
2018-12-15 Artem Dergachev[analyzer] Fix unknown block calls to have zero parameters.
2018-12-15 Artem Dergachev[analyzer] ObjCDealloc: Fix a crash when a class attemp...
2018-12-15 Artem Dergachev[analyzer] ObjCContainers: Track index values.
2018-12-15 Artem Dergachev[analyzer] MoveChecker: Add checks for dereferencing...
2018-12-15 Artem Dergachev[analyzer] MoveChecker: NFC: De-duplicate a few checks.
2018-12-14 Reid KlecknerMangle calling conventions into function pointer types...
2018-12-14 Erich KeaneAdd AddressSpace mangling to MS mode
2018-12-14 Erich KeaneRevert "Add extension to always default-initialize...
2018-12-14 Erich KeaneAdd extension to always default-initialize nullptr_t.
2018-12-14 Aaron BallmanUsing llvm::find_if() instead of a range-based for...
2018-12-14 Eric Fiselier[Clang] Add __builtin_launder
2018-12-14 Alexey Bataev[OPENMP][NVPTX]Improved interwarp copy function.
2018-12-14 Artem Dergachev[analyzer] MoveChecker Pt.6: Suppress the warning for...
2018-12-14 Artem Dergachev[analyzer] MoveChecker: Improve invalidation policies.
2018-12-14 Aaron BallmanUpdate our SARIF support from 10-10 to 11-28.
2018-12-14 Scott LinderImplement -frecord-command-line (-frecord-gcc-switches)
2018-12-14 Richard TrieuFix up diagnostics.
2018-12-14 Adam NemetRevert "Try to update the test to fix the breakage...
2018-12-14 Adam NemetRevert "Make -Wstring-plus-int warns even if when the...
2018-12-14 Craig Topper[Builltins][X86] Provide implementations of __lzcnt16...
2018-12-13 Artem Belevich[CUDA] Make all host-side shadows of device-side variab...
2018-12-13 Reid KlecknerAttempt to fix code completion test to handle LLP64...
2018-12-13 Reid KlecknerFix test after -Wstring-plus-int warning was enabled
2018-12-13 Reid KlecknerFix debug-info-abspath.c on Windows by removing /tmp...
2018-12-13 Aaron BallmanUpdate the scan-build to generate SARIF.
2018-12-13 Adrian PrantlReinstate DW_AT_comp_dir support after D55519.
2018-12-13 Sylvestre LedruTry to update the test to fix the breakage
2018-12-13 Ilya Biryukov[CodeComplete] Adhere to LLVM naming style in CodeCompl...
2018-12-13 Ilya Biryukov[CodeComplete] Temporarily disable failing assertion
2018-12-13 David GreenFix CodeCompleteTest.cpp for older gcc plus ccache...
2018-12-13 Sylvestre LedruMake -Wstring-plus-int warns even if when the result...
2018-12-13 Ilya Biryukov[CodeComplete] Fill preferred type on binary expressions
2018-12-13 Ilya Biryukov[CodeComplete] Set preferred type to bool on conditions
2018-12-13 Mikael Nilsson[OpenCL] Add generic AS to 'this' pointer
2018-12-13 Vitaly Buka[asan] Don't check ODR violations for particular types...
2018-12-13 Serge GueltonPortable Python script across Python version
2018-12-13 Serge GueltonPortable Python script across Python version
2018-12-13 Serge GueltonPortable Python script across Python version
2018-12-13 Stephane Moore[clang] Add AST matcher for block expressions 🔍
2018-12-13 Reid KlecknerRemove unused Args parameter from EmitFunctionBody...
2018-12-13 Artem Dergachev[analyzer] RunLoopAutoreleaseLeakChecker: Come up with...
2018-12-12 Reid KlecknerEmit a proper diagnostic when attempting to forward...
2018-12-12 Haibo HuangRevert "Declares __cpu_model as dso local"
2018-12-12 Haibo HuangDeclares __cpu_model as dso local
2018-12-12 Eric Fiselier[AST] Store "UsesADL" information in CallExpr.
2018-12-12 Erich KeaneTeach __builtin_unpredictable to work through implicit...
2018-12-12 Erich KeaneChange CallGraph print to show the fully qualified...
2018-12-12 Michael Kruse[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followu...
next