Messages by Thread
-
r243090 - Generating available_externally vtables for outline virtual functions
Piotr Padlewski
-
r243088 - [Static Analyzer] Some tests do not turn on core checkers. Running the analyzers without the core checkers is not supported.
Gabor Horvath
-
r243085 - Fix the cc1as crash when it outputs assembly
Steven Wu
-
r243069 - Fix the equal-vector-size rule for reinterpret_casts in C++
John McCall
-
r243068 - InstrProf: Fix a typo in the test for r243066
Justin Bogner
-
r243066 - InstrProf: Don't extend coverage regions into the catch keyword
Justin Bogner
-
Fix clang cc1as crash for asm output
Steven Wu
-
r243048 - Add documentation for the objc_boxable attribute
Alex Denisov
-
[PATCH] D11476: Marked call instruction in thunk function with musttail attribute when applicable
Amjad Aboud
-
Re: [PATCH] D11437: Correct x86_64 fp128 calling convention
Chih-Hung Hsieh
-
[PATCH] D11475: [OPENMP] fix the assert in emitting captured code inside the target data construct
Kelvin Li
-
[PATCH] Add AttrDocs for objc_boxable attribute
AlexDenisov
-
r243039 - Sema: Avoid a stack overflow on large CFGs
Duncan P. N. Exon Smith
-
r243038 - Sema: Split out helper from checkForFunctionCall(), NFC
Duncan P. N. Exon Smith
-
[PATCH] D11472: [ARM] Pass subtarget feature "+strict-align" instead of backend option "arm-strict-align"
Akira Hatanaka
-
[PATCH] D11469: [OPENMP] Parsing and sema support for device clause
Kelvin Li
-
[PATCH] D11468: [Static Analyzer] The first implementation of nullability checker.
Gábor Horváth
-
[libcxx] r243030 - Detect and throw on a class of bad regexes that we mistakenly accepted before. Thanks to Trevor Smigiel for the report
Marshall Clow
-
[PATCH] clang-tidy docs
Aaron Ballman
-
r243029 - Updating the documentation for the hasAttr AST matcher, which behaves somewhat differently when used within clang-query. Fixes PR24217.
Aaron Ballman
-
[clang-tools-extra] r243026 - misc-unused-parameters: Fix bug where the check was looking at
Daniel Jasper
-
r243025 - [Compiler-RT] Remove dependency on libgcc_s/eh
Renato Golin
-
[PATCH] D11466: Correct x86_64 Android fp128 mangled name
Chih-Hung Hsieh
-
[PATCH] D11462: [AArch64] Pass subtarget feature "+reserve-x18"
Akira Hatanaka
-
r243018 - Add missing files for objc_boxable feature.
Alex Denisov
-
[PATCH] D11459: [Driver] Fix handling of -fbuiltin/-fcommon when combined with -mkernel
John Brawn
-
r243009 - [X86][AVX512F] Add FP scalar intrinsics
Asaf Badouh
-
r242986 - [X86][AVX512BW] add madd and maddubs intrinsics
Asaf Badouh
-
[clang-tools-extra] r242985 - Fix the shell script check_clang_tidy.sh in r242984.
NAKAMURA Takumi
-
[clang-tools-extra] r242984 - Appease test/clang-tidy/misc-unused-parameters.cpp for targeting *-win32, to add -fno-delayed-template-parsing.
NAKAMURA Takumi
-
r242980 - Add test to verify we emit warning when the deprecated virtual function is overloaded.
Davide Italiano
-
[PATCH] D11446: For loop style fix
Piotr Padlewski
-
r242977 - ArrayRef-ize a pointer/length pair.
Richard Smith
-
[PATCH] D11441: Generating available_externally vtables for classes without inline virtual functions
Piotr Padlewski
-
r242973 - Downgrade error about adding 'dllimport' to used free function to warning (PR24215)
Hans Wennborg
-
r242971 - Move EHPersonality to CGCleanup
David Majnemer
-
r242970 - [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
David Majnemer
-
Re: [PATCH] D11437: Correct x86_64 fp128 mangled name and return/varargs types
Reid Kleckner
-
[libcxx] r242967 - Mark this test as XFAIL with older compilers, since they hit PR18097
Justin Bogner
-
[PATCH] D11440: Move EHPersonality to CGCleanup
David Majnemer
-
r242960 - Fix dumb use-after-free bug introduced in r242868.
Richard Smith
-
[libcxx] r242959 - Merge C++03 and C++11 implementations of mem_fn and __mem_fn.
Eric Fiselier
-
r242957 - [MSVC Compatibility] Use a better predicate for __BOOL_DEFINED
David Majnemer
-
[libcxx] r242951 - Remove almost everything in <__functional_base_03>
Eric Fiselier
-
[PATCH] D11433: [Static Analyzer] Make NonNullParamChecker emit implicit null dereference events.
Gábor Horváth
-
[PATCH] D11432: [Static Analyzer] Some tests do not turn on core checkers. Running the analyzers without the core checkers is no longer supported.
Gábor Horváth
-
r242931 - Fix -Wextra-semi warnings.
Hans Wennborg
-
Re: [PATCH] D11401: [Clang] Fix -Wextra-semi
Hans Wennborg
-
[PATCH] D11427: [Static Analyzer] Checker for Obj-C generics
Gábor Horváth
-
[PATCH] Sema: Eliminate recursion from checkForFunctionCall()
Vedant Kumar
-
r242927 - Something was unbalanced, and it wasn't the parentheses. ; -) Reverts r242915.
Aaron Ballman
-
[PATCH] AST matcher for final classes and methods
Aaron Ballman
-
r242915 - Balancing parenthesis in comments and documentation; NFC.
Aaron Ballman
-
r242914 - Add cygwin x86_64 target.
Yaron Keren
-
[clang-tools-extra] r242912 - misc-unused-parameters: Fix handling of parameters in template functions.
Daniel Jasper
-
r242906 - [OpenMP] Make target data directive generate unexpected directive diagnostic.
Samuel Antao
-
r242905 - [mingw] Add support for -rtlib option and -stdlib option to the mingw driver
Reid Kleckner
-
r242904 - Pass -I options to integrates and external assemblers
Renato Golin
-
[PATCH] D11419: [X86, inlineasm] Implement analysis of v, k, Y2, Yk, Yz constraints
Alexey Frolov
-
[PATCH] D11417: Fix misc-unused-parameters handling of function templates
Scott Wallace