]> granicus.if.org Git - clang/shortlog
clang
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...
2018-12-12 Steven Wu[Driver] Add support for -fembed-bitcode for assembly...
2018-12-12 Erich KeaneMake clang::CallGraph look into template instantiations
2018-12-12 Saleem AbdulrasoolBasic: make `int_least64_t` and `int_fast64_t` match...
2018-12-12 Hubert Tong[ExprConstant] Improve memchr/memcmp for type mismatch...
2018-12-12 Simon Atanasyan[mips] Enable using of integrated assembler in all...
2018-12-12 Erich KeaneRemove TODO leftover from my devleopment branch
2018-12-12 Mikael NilssonRevert "[OpenCL] Add generic AS to 'this' pointer"
2018-12-12 Alexey Bataev[CUDA][OPENMP][NVPTX]Improve logic of the debug info...
2018-12-12 Alex Bradbury[clang-fuzzer] Add explicit dependency on clangSerializ...
2018-12-12 Mikael Nilsson[OpenCL] Add generic AS to 'this' pointer
2018-12-12 Gabor Marton[ASTImporter] Remove import of definition from GetAlrea...
2018-12-12 Andrew Savonichev[OpenCL] Fix for TBAA information of pointer after...
2018-12-12 Fangrui SongAdd explicit dependency on clangSerialization for a...
2018-12-12 Fangrui Song[CodeGen] Fix -DBUILD_SHARED_LIBS=on build after rC348907
2018-12-12 Richard TrieuMove PCHContainerOperations from Frontend to Serialization
2018-12-11 Erich KeaneReplace Const-Member checking with non-recursive version.
2018-12-11 Aaron BallmanRevert r348889; it fails some tests.
2018-12-11 Aaron BallmanStop stripping comments from AST matcher example code.
2018-12-11 Aaron BallmanEmit -Wformat properly for bit-field promotions.
2018-12-11 David Carlier[analyzer][CStringChecker] evaluate explicit_bzero
2018-12-11 Adrian PrantlRemove CGDebugInfo::getOrCreateFile() and use TheCU...
2018-12-11 Adrian PrantlReuse code from CGDebugInfo::getOrCreateFile() when...
2018-12-11 Eric FiselierPass PartialOverloading argument to the correct corresp...
2018-12-11 Max Moroz[ASan] Minor documentation fix: clarify static linking...
2018-12-11 Aaron BallmanAdding tests for -ast-dump; NFC.
2018-12-11 Stefan PintilieRevert "[PowerPC] Make no-PIC default to match GCC...
2018-12-11 Gabor Horvath[analyzer] Fix a minor typo.
2018-12-11 Clement CourbetReland r348741 "[Sema] Further improvements to to stati...
2018-12-11 Clement CourbetRevert r348830 "[Sema]improve static_assert(!expr)"
2018-12-11 Clement Courbet[Sema]improve static_assert(!expr)
2018-12-11 Richard TrieuMove CodeGenOptions from Frontend to Basic
2018-12-11 George Karpenkov[analyzer] Remove memoization from RunLoopAutoreleaseLe...
2018-12-11 George Karpenkov[analyzer] Hack for backwards compatibility for options...
2018-12-11 George Karpenkov[analyzer] Display a diagnostics when an inlined functi...
2018-12-11 George Karpenkov[analyzer] Resolve another bug where the name of the...
2018-12-10 Matt ArsenaultUpdate test for instcombine change
2018-12-10 Stephen KellyRevert "Change InitListExpr dump to label and pointer"
next