summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2018-12-21[analyzer] Perform escaping in RetainCountChecker on type mismatch even for i...George Karpenkov
2018-12-21[analyzer] Fix a bug in RetainCountDiagnostics while printing a note on misma...George Karpenkov
2018-12-21[mingw] Don't mangle thiscall like fastcall etcReid Kleckner
2018-12-21[driver] [analyzer] Fix --analyze -Xanalyzer after r349863.Artem Dergachev
2018-12-21Revert "Revert "[driver] [analyzer] Fix a backward compatibility issue after ...George Karpenkov
2018-12-21[analyzer] RetainCount: Suppress retain detection heuristic on some CM methods.Artem Dergachev
2018-12-20[CodeGen] Fix a test from r349848 by replacing `objc_` with `llvm.objc.`Volodymyr Sapsai
2018-12-20[CodeGen] Fix assertion on emitting cleanup for object with inlined inherited...Volodymyr Sapsai
2018-12-20Add support for namespaces on #pragma clang attributeErik Pilkington
2018-12-20Revert "[driver] [analyzer] Fix a backward compatibility issue after r348038."Artem Dergachev
2018-12-20[ObjC] Messages to 'self' in class methods that return 'instancetype' shouldAlex Lorenz
2018-12-20cmake: Remove uses of add_llvm_loadable_module macroTom Stellard
2018-12-20[driver] [analyzer] Fix redundant test output.Artem Dergachev
2018-12-20[driver] [analyzer] Fix buildbots after r349824.Artem Dergachev
2018-12-20Declares __cpu_model as dso localHaibo Huang
2018-12-20[driver] [analyzer] Fix a backward compatibility issue after r348038.Artem Dergachev
2018-12-20[CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_l...Michael Kruse
2018-12-20Make the "too many braces in scalar initialization" extension causeRichard Smith
2018-12-20Fix the example checker plugin after r349812.Aaron Ballman
2018-12-20Fix build failures from r349812 due to a missing argument.Aaron Ballman
2018-12-20Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman
2018-12-20[Sema] Don't try to account for the size of an incomplete type in CheckArrayA...Bruno Ricci
2018-12-20Revert "[analyzer] pr38668: Do not attempt to cast loaded values..."Artem Dergachev
2018-12-20[X86] Auto upgrade XOP/AVX512 rotation intrinsics to generic funnel shift int...Simon Pilgrim
2018-12-20Use @llvm.objc.clang.arc.use intrinsic instead of clang.arc.use function.Pete Cooper
2018-12-20Correct the diagnose_if attribute documentation. Fixes PR35845.Aaron Ballman
2018-12-20[Sema][NFC] Add test for static_assert diagnistics with constexpr template fu...Clement Courbet
2018-12-20[Driver] Fix accidentally reversed condition in r349752Michal Gorny
2018-12-20[SystemZ] Improve testing of vecintrin.h intrinsicsUlrich Weigand
2018-12-20Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI]Michal Gorny
2018-12-20[SystemZ] Fix wrong codegen caused by typos in vecintrin.hUlrich Weigand
2018-12-20[X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/SSUB_SAT generic i...Simon Pilgrim
2018-12-20[Sema] Better static assert diagnostics for expressions involving temporaries...Clement Courbet
2018-12-19[analyzer] pr38668: Do not attempt to cast loaded values of non-scalar types.Artem Dergachev
2018-12-19[analyzer] GenericTaint: Fix formatting to prepare for incoming improvements.Artem Dergachev
2018-12-19[analyzer] Improve modeling for returning an object from the top frame with RVO.Artem Dergachev
2018-12-19Disable -faddsig by default for PS4 target.Douglas Yung
2018-12-19[analyzer] CStringChecker: Add the forgotten test file.Artem Dergachev
2018-12-19[analyzer] CStringChecker: Fix a crash on C++ overloads of standard functions.Artem Dergachev
2018-12-19PR40096: Forwards-compatible with C++20 rule regarding aggregates not having ...David Blaikie
2018-12-19[OPENMP]Mark the loop as started when initialized.Alexey Bataev
2018-12-19[CodeComplete] Properly determine qualifiers of 'this' in a lambdaIlya Biryukov
2018-12-19[Driver] [NetBSD] Add -D_REENTRANT when using sanitizersMichal Gorny
2018-12-19[Driver] Add .hasAnySanitizer() to SanitizerArgsMichal Gorny
2018-12-19[Basic] Correct description of SanitizerSet.empty()Michal Gorny
2018-12-19[Driver] Disable -faddrsig by default on NetBSDMichal Gorny
2018-12-19[OpenMP] Fix data sharing analysis in nested clauseJoel E. Denny
2018-12-19[X86][SSE] Auto upgrade PADDUS/PSUBUS intrinsics to UADD_SAT/USUB_SAT generic...Simon Pilgrim
2018-12-19Portable Python script across Python versionSerge Guelton
2018-12-19[Index] Index paremeters in lambda expressions.Haojian Wu