]> granicus.if.org Git - clang/shortlog
clang
2019-08-26 Vedant Kumar[DebugInfo] Add debug-entry-values test coverage, NFC
2019-08-26 Aaron BallmanFixing a weird copy-pasta to get bots back to green.
2019-08-26 Duncan P. N... ContentCache: Drop getBuffer's dependency on SourceManager
2019-08-26 Aaron BallmanReword the C11 extension diagnostic.
2019-08-26 Alex LorenzFix gen-cdb-fragment test for Windows
2019-08-26 Sergey Dmitriev[Clang][Bundler] Use llvm-objcopy for creating fat...
2019-08-26 Aaron BallmanDiagnose use of _Thread_local as an extension when...
2019-08-26 Alexey Bataev[OPENMP][NVPTX]Fix critical region codegen.
2019-08-26 Richard Smith[msvc] Add necessary #include to make compiler intrinsi...
2019-08-26 Duncan P. N... FileManager: Use llvm::Expected in new getFileRef API
2019-08-26 Richard SmithFix file header.
2019-08-26 Richard SmithImprove behavior in the case of stack exhaustion.
2019-08-26 Alex Lorenz[driver] add a new option `-gen-cdb-fragment-path`...
2019-08-26 Richard SmithFix use of invalidated iterator introduced by r369680.
2019-08-26 Jan Korous[libclang][index][NFCi] Refactor machinery for skipping...
2019-08-26 Gabor Horvath[NFC] Add comments to some bool arguments for better...
2019-08-26 Erich KeaneFix -dA flag, it is not a preprocessor flag.
2019-08-26 Martin Probstclang-format: [JS] handle `as const`.
2019-08-25 Dmitri Gribenko[Wdocumentation] improve wording of a warning message
2019-08-25 Duncan P. N... FileManager: Factor duplicated code in getBufferForFile...
2019-08-24 Benjamin Kramer[OpenCL] Microoptimize OCL2Qual a bit
2019-08-24 Csaba Dabis[analyzer] Analysis: Fix checker silencing
2019-08-24 David Zarzycki[Testing] Unbreak r369830
2019-08-24 Richard SmithPR42513: Enter the proper DeclContext before substituti...
2019-08-24 Alex LorenzRe-enable DependencyScannerTest on windows with the...
2019-08-24 Vitaly BukaNFC: Rename some sanitizer related lifetime checks
2019-08-24 Richard SmithPR40674: fix assertion failure if a structured binding...
2019-08-23 Jan Korous[libclang][index][NFC] Fix test for skipping already...
2019-08-23 Gabor HorvathFix a test to test what the name suggest.
2019-08-23 Gabor Horvath[LifetimeAnalysis] Make it possible to disable the...
2019-08-23 Benjamin KramerDo a sweep of symbol internalization. NFC.
2019-08-23 Alexey Bataev[OPENMP5]Use nonmonotonic modifier by default for non...
2019-08-23 Nathan Huckleberry[Sema] Don't warn on printf('%hd', [char]) (PR41467)
2019-08-23 Anastasia Stulova[OpenCL] Renamed value of std flag in C++ mode.
2019-08-23 Artem BelevichFixed a typo.
2019-08-23 Alexey Bataev[OPENMP5.0]Add support for device_type clause in declar...
2019-08-23 Erich Keane[NFC] Move some variable declarations into their 'if...
2019-08-23 Kristof Umann[analyzer] Avoid unnecessary enum range check on LValue...
2019-08-23 Nico Weberclang-format: Disable across-block include reordering.
2019-08-23 Anastasia Stulova[Docs][OpenCL] Several corrections to C++ for OpenCL
2019-08-23 Fangrui Song[clang-format] Recognize ECMAScript module .mjs as...
2019-08-23 Artem Dergachev[analyzer] CastValueChecker: Correctly model results...
2019-08-23 Artem Dergachev[analyzer] CastValueChecker: Provide DynamicTypeMap...
2019-08-23 Artem Dergachev[analyzer] CastValueChecker: Avoid modeling casts betwe...
2019-08-23 Artem Dergachev[analyzer] DynamicTypeInfo: Avoid putting null regions...
2019-08-23 Richard SmithRevert "PR42587: diagnose unexpanded uses of a pack...
2019-08-23 Richard SmithPR42587: diagnose unexpanded uses of a pack parameter...
2019-08-22 Puyan Lotfi[clang][ifs] Dropping older experimental interface...
2019-08-22 Puyan Lotfi[clang][ifs] New interface stubs format (llvm triple...
2019-08-22 Jan Korous[libclang][NFC] Remove debug comment
2019-08-22 Nick Desaulniers[Bugfix] fix r369705 unit test
2019-08-22 Nick Desaulniers[Clang][CodeGen] set alias linkage on QualType
2019-08-22 Peter CollingbourneIR. Change strip* family of functions to not look throu...
2019-08-22 Alex LorenzDisable the ScanDepsReuseFilemanager test on Windows
2019-08-22 Aaron BallmanImprove the documentation for OpenCL vector types.
2019-08-22 Aaron BallmanFix the nullPointerConstant() test to get bots back...
2019-08-22 Aaron BallmanImplement nullPointerConstant() using a better API.
2019-08-22 Alex LorenzIntroduce FileEntryRef and use it when handling include...
2019-08-22 Richard SmithRevert "[LifetimeAnalysis] Support more STL idioms...
2019-08-22 Benjamin KramerRetire llvm::less_ptr. llvm::deref is much more flexible.
2019-08-22 Alexey Bataev[OPENMP]Generalization of handling of declare target...
2019-08-22 Hans WennborgRevert r369402 "win: Enable /Zc:twoPhase by default...
2019-08-22 Yaxun Liu[OpenCL] Fix declaration of enqueue_marker
2019-08-22 Hans WennborgRevert r369458 "[DebugInfo] Add debug location to dynam...
2019-08-22 Haojian WuRemove an unused function, suppress -Wunused-function...
2019-08-22 Joel E. Denny[OpenMP] Permit map with DSA on combined directive
2019-08-22 Kristof Umann[analyzer] Enable control dependency condition tracking...
2019-08-22 Csaba Dabis[analyzer] CastValueChecker: Model isa(), isa_and_nonnull()
2019-08-22 Kristof Umann[analyzer] Don't track the condition of foreach loops
2019-08-22 Csaba Dabis[analyzer] CastValueChecker: Try to fix the buildbots
2019-08-22 Csaba Dabis[analyzer] CastValueChecker: Rewrite dead header hotfix
2019-08-22 Csaba Dabis[analyzer] CastValueChecker: Store the dynamic types...
2019-08-22 Csaba Dabis[analyzer] TrackConstraintBRVisitor: Do not track unkno...
2019-08-21 Kristof Umann[analyzer] Mention whether an event is about a conditio...
2019-08-21 Matthias Gehre[LifetimeAnalysis] Support more STL idioms (template...
2019-08-21 Kristof Umann[analyzer] Don't make ConditionBRVisitor events prunabl...
2019-08-21 Alex LorenzNFCI: Simplify SourceManager::translateFile by removing...
2019-08-21 Kristof Umann[analyzer][NFC] Add different interestingness kinds
2019-08-21 Benjamin KramerUse C++14 heteregenous lookup for a couple of std:...
2019-08-21 Kristof Umann[analyzer] Mention whether an event is about a conditio...
2019-08-21 Leonard Chan[LTO] Always mark regular LTO units with EnableSplitLTO...
2019-08-21 Nico Weberclang: Fix typo in comment
2019-08-21 Nico Weberclang: Fix typo in comment
2019-08-21 Nico Weberclang: Fix typo in comment
2019-08-21 Nico Weberclang: Fix typo in comment
2019-08-21 Dmitri GribenkoRemoved some dead code in BugReporter and related files
2019-08-21 David Zarzycki[PPC Docs] Remove duplicate info about __builtin_setrnd()
2019-08-20 Reid KlecknerAdd triple to new test to try to pacify bots
2019-08-20 Alexandre Ganea[DebugInfo] Add debug location to dynamic atexit destructor
2019-08-20 Artem Dergachev[analyzer] NFC: Remove the BugTypes set from BugReporter.
2019-08-20 Artem Dergachev[analyzer] Fix a crash when destroying a non-region.
2019-08-20 Artem Dergachev[analyzer] Improve VirtualCallChecker and enable parts...
2019-08-20 Leonard Chan[NewPM] Run ubsan-coroutines test under the legacy...
2019-08-20 Alexey Bataev[OPENMP]Fix delayed diagnostics for standalone declare...
2019-08-20 David Goldman[Sema][Typo] Fix assertion failure for expressions...
2019-08-20 Alexey BataevFix name of the error message, NFC.
2019-08-20 Nathan Huckleberry[Attr] Support _attribute__ ((fallthrough))
2019-08-20 Gabor Horvath[LifetimeAnalysis] Add support for free functions
2019-08-20 Nico Weberwin: Enable /Zc:twoPhase by default if targeting MSVC...
2019-08-20 Jan Kratochvil[clang] Use the new Regex::isValid() with no parameter
next