The Week Of Monday 25 April 2016 Archives by subject
Starting: Mon Apr 25 01:31:38 PDT 2016
Ending: Sun May 1 22:07:25 PDT 2016
Messages: 856
- [A fix related to closing C++ header file descriptors on windows]
Manuel Klimek via cfe-commits
- [clang-tools-extra] r267542 - A clang-tidy check for std:accumulate.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r267570 - [clang-tidy] Enhance misc-suspicious-string-compare to move down false-positives.
Etienne Bergeron via cfe-commits
- [clang-tools-extra] r267574 - [clang-tidy] New checker for redundant expressions.
Etienne Bergeron via cfe-commits
- [clang-tools-extra] r267576 - [Release notes] Mention Clang-tidy misc-fold-init-type check.
Eugene Zelenko via cfe-commits
- [clang-tools-extra] r267587 - [clang-tidy] Added misc-move-const-arg docs.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r267592 - [clang-tidy] Now adding correct misc-move-const-arg documentation ; ]
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r267683 - [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [clang-tools-extra] r267687 - Don't search compilation database in explain-check test.
Haojian Wu via cfe-commits
- [clang-tools-extra] r267697 - clang-tidy -list-checks should exit with non-zero code when no checks are enabled.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r267700 - Fix a crash in cppcoreguidelines-pro-type-member-init when checking a type with a template parameter as a base class.
Haojian Wu via cfe-commits
- [clang-tools-extra] r267711 - Remove explain-config testcase that detect hard-coded check.
Haojian Wu via cfe-commits
- [clang-tools-extra] r267718 - Clean up the include fixer 'driver' a bit and make the database configurable.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r267719 - [include-fixer] Add a find-all-symbols tool for include-fixer.
Haojian Wu via cfe-commits
- [clang-tools-extra] r267721 - Add missing dependency.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r267731 - Don't search compilation database in explain-check, fixing buildbot test
Haojian Wu via cfe-commits
- [clang-tools-extra] r267736 - Fix explain-check failure test on Windows.
Haojian Wu via cfe-commits
- [clang-tools-extra] r267738 - [find-all-symbols] Clean up dependencies, fixing cmake shared build.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r267739 - [find-all-symbols] Also update unittest dependencies.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r267754 - Fix a bunch of sign-compare warnings
David Blaikie via cfe-commits
- [clang-tools-extra] r267786 - Wdocumentation fix
Simon Pilgrim via cfe-commits
- [clang-tools-extra] r267828 - clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-cxx98.cpp: Appease ms targets with -fno-delayed-template-parsing.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r267828 - clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-cxx98.cpp: Appease ms targets with -fno-delayed-template-parsing.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r267835 - Fix include path in ClangTidy.cpp.
Stephen Hines via cfe-commits
- [clang-tools-extra] r267841 - FindAllSymbolsTest.CTypedefTest: Tweak for LLP64 like x86_64-win32.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r267855 - Add missing newline in clang-rename output.
Manuel Klimek via cfe-commits
- [clang-tools-extra] r267868 - [include-fixer] Add an option to minimize include paths.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r267933 - [clang-tidy] cppcoreguidelines-pro-type-member-init should not complain about static variables
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r268017 - [include-fixer] Add Yaml database integration.
Haojian Wu via cfe-commits
- [clang-tools-extra] r268019 - [find-all-symbols] Save absolute file path instead of relative file path in SymbolInfo.
Haojian Wu via cfe-commits
- [clang-tools-extra] r268021 - [find-all-symbols] Fix racy yaml file writing.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r268022 - Make run-find-all-symbols executable.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r268037 - [find-all-symbols] Parallelize the merge step.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r268076 - small reformat to test access
Piotr Padlewski via cfe-commits
- [clang-tools-extra] r268079 - Add boost-use-to-string
Piotr Padlewski via cfe-commits
- [clang-tools-extra] r268100 - Add a clang-tidy check that flags string-to-number conversion functions that have insufficient error checking, suggesting a better alternative.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r268140 - [Release Notes] Mention Clang-tidy cert-err34-c check.
Eugene Zelenko via cfe-commits
- [libcxx] r267567 - #include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change
Marshall Clow via cfe-commits
- [libcxx] r267591 - Apparently XFAIL tests that are supposed to fail to compile can be problematic. They still get compiled, and if the compile succeeds, the buildbots complain. Replace the XFAIL with #error.
Marshall Clow via cfe-commits
- [libcxx] r267654 - Fix = that should have been == in test. Thanks to STL at microsoft for the catch
Marshall Clow via cfe-commits
- [libcxx] r267836 - Guard Clang and GCC specific pragmas. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r267838 - Rename function parameters to avoid shadowing. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r267843 - Provide member function definitions to avoid warnings. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r267844 - Add braces, move braces, and rename variables to avoid shadowing. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r267852 - Remove names of unreferenced parameters. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r267947 - Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
Eric Fiselier via cfe-commits
- [libcxx] r267958 - Add proper include for unique_ptr. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r267959 - Add <string> include for streaming operators. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r267961 - Add a return value for nasty_mutex::operator&. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r267962 - Remove more names of unreferenced parameters. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r267963 - Fix get_temp_file_name() to compile on Windows. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r267968 - Fix possible test breakage for MinGW
Eric Fiselier via cfe-commits
- [libcxx] r267973 - Move INVOKE tests into test/libcxx sub-tree.
Eric Fiselier via cfe-commits
- [libcxx] r267981 - Fix or move various non-standard tests.
Eric Fiselier via cfe-commits
- [libcxx] r267982 - Fix test failures by adding missing include
Eric Fiselier via cfe-commits
- [libcxx] r267983 - Move extern C include test into test/libcxx
Eric Fiselier via cfe-commits
- [libcxx] r268009 - Fix PR21428 for long. Buffer was one byte too small in octal formatting case. Rename previously added test
Eric Fiselier via cfe-commits
- [libcxx] r268124 - [CMake] Create a separate install target for libcxx headers
Chris Bieneman via cfe-commits
- [libcxx] r268153 - Replace one more occurrence of non-standard std:launch::any. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libunwind] r267509 - unwind: remove last instance of -Wexpansion-to-defined
Saleem Abdulrasool via cfe-commits
- [PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
guibufolo+llvm at gmail.com via cfe-commits
- [PATCH] D10834: Added functions to retrieve information about whether a vardecl is local in libclang and its python bindings.
guibufolo+llvm at gmail.com via cfe-commits
- [PATCH] D11397: [libcxx] Add first bits of <experimental/memory_resource>
Eric Fiselier via cfe-commits
- [PATCH] D12860: [X86] Add -malign-double support
Petr Hosek via cfe-commits
- [PATCH] D14274: Add alloc_size attribute to clang
Aaron Ballman via cfe-commits
- [PATCH] D14274: Add alloc_size attribute to clang
George Burgess IV via cfe-commits
- [PATCH] D14274: Add alloc_size attribute to clang
George Burgess IV via cfe-commits
- [PATCH] D15469: Expose cxx constructor and method properties through libclang and python bindings.
Jonathan B Coe via cfe-commits
- [PATCH] D15654: A Python code model for C++ used to drive code generators
Jonathan B Coe via cfe-commits
- [PATCH] D16298: Improve test coverage of -Wdouble-promotion
Robert Lougher via cfe-commits
- [PATCH] D16298: Improve test coverage of -Wdouble-promotion
George Burgess IV via cfe-commits
- [PATCH] D16298: Improve test coverage of -Wdouble-promotion
Robert Lougher via cfe-commits
- [PATCH] D16298: Improve test coverage of -Wdouble-promotion
Phabricator via cfe-commits
- [PATCH] D16749: [OpenMP] Map clause codegeneration.
Samuel Antao via cfe-commits
- [PATCH] D16749: [OpenMP] Map clause codegeneration.
Samuel Antao via cfe-commits
- [PATCH] D16749: [OpenMP] Map clause codegeneration.
Alexey Bataev via cfe-commits
- [PATCH] D16749: [OpenMP] Map clause codegeneration.
Samuel Antao via cfe-commits
- [PATCH] D16749: [OpenMP] Map clause codegeneration.
Samuel Antao via cfe-commits
- [PATCH] D16965: Fix for Bug 14644 - clang confuses scope operator for global namespace giving extra qualification on member
Ryan Yee via cfe-commits
- [PATCH] D16989: Change interpretation of function definition in friend declaration of template class.
Richard Smith via cfe-commits
- [PATCH] D17367: [OpenMP] Code generation for target data directive
Samuel Antao via cfe-commits
- [PATCH] D17368: [OpenMP] Code generation for target enter data directive
Samuel Antao via cfe-commits
- [PATCH] D17369: [OpenMP] Code generation for target exit data directive
Samuel Antao via cfe-commits
- [PATCH] D17392: Embed bitcode in object file (clang cc1 part)
Steven Wu via cfe-commits
- [PATCH] D17416: [libcxx] Reorganize locale extension fallbacks. NFCI
Ben Craig via cfe-commits
- [PATCH] D17451: PR26448: [Sema] Fix determined type of ternary operator acting on two xvalue class types
Richard Smith via cfe-commits
- [PATCH] D17820: Clang Code Completion Filtering
Ben Langmuir via cfe-commits
- [PATCH] D17841: [libclang/python] Add bindings for children of diagnostics
Hanson Wang via cfe-commits
- [PATCH] D17841: [libclang/python] Add bindings for children of diagnostics
Hanson Wang via cfe-commits
- [PATCH] D17841: [libclang/python] Add bindings for children of diagnostics
Saleem Abdulrasool via cfe-commits
- [PATCH] D17841: [libclang/python] Add bindings for children of diagnostics
Hanson Wang via cfe-commits
- [PATCH] D17841: [libclang/python] Add bindings for children of diagnostics
Saleem Abdulrasool via cfe-commits
- [PATCH] D17933: Set MaxAtomicInlineWidth properly for i386, i486, and x86-64 cpus without cmpxchg16b.
James Y Knight via cfe-commits
- [PATCH] D17981: [clang-tidy] Fix clang-tidy to support parsing of assembly statements.
Alexander Kornienko via cfe-commits
- [PATCH] D18073: Add memory allocating functions
Alexander Riccio via cfe-commits
- [PATCH] D18073: Add memory allocating functions
Alexander Riccio via cfe-commits
- [PATCH] D18073: Add memory allocating functions
Anna Zaks via cfe-commits
- [PATCH] D18073: Add memory allocating functions
Alexander Riccio via cfe-commits
- [PATCH] D18088: Add a new warning to notify users of mismatched SDK and deployment target
Chris Bieneman via cfe-commits
- [PATCH] D18088: Add a new warning to notify users of mismatched SDK and deployment target
Richard Smith via cfe-commits
- [PATCH] D18088: Add a new warning to notify users of mismatched SDK and deployment target
Richard Smith via cfe-commits
- [PATCH] D18088: Add a new warning to notify users of mismatched SDK and deployment target
Chris Bieneman via cfe-commits
- [PATCH] D18088: Add a new warning to notify users of mismatched SDK and deployment target
Richard Smith via cfe-commits
- [PATCH] D18088: Add a new warning to notify users of mismatched SDK and deployment target
Chris Bieneman via cfe-commits
- [PATCH] D18088: Add a new warning to notify users of mismatched SDK and deployment target
Richard Smith via cfe-commits
- [PATCH] D18088: Add a new warning to notify users of mismatched SDK and deployment target
Chris Bieneman via cfe-commits
- [PATCH] D18088: Add a new warning to notify users of mismatched SDK and deployment target
Phabricator via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Piotr Padlewski via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Piotr Padlewski via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Piotr Padlewski via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Alexander Kornienko via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Piotr Padlewski via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Piotr Padlewski via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Alexander Kornienko via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Piotr Padlewski via cfe-commits
- [PATCH] D18136: boost-use-to-string check
Piotr Padlewski via cfe-commits
- [PATCH] D18139: [Cxx1z] Implement Lambda Capture of *this by Value as [=, *this] (P0018R3)
Gonzalo BG via cfe-commits
- [PATCH] D18139: [Cxx1z] Implement Lambda Capture of *this by Value as [=, *this] (P0018R3)
Faisal Vali via cfe-commits
- [PATCH] D18265: [clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-assign-operator-signature
Alexander Kornienko via cfe-commits
- [PATCH] D18265: [clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-assign-operator-signature
Alexander Kornienko via cfe-commits
- [PATCH] D18265: [clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-assign-operator-signature
Alexander Kornienko via cfe-commits
- [PATCH] D18265: [clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-assign-operator-signature
Samuel Benzaquen via cfe-commits
- [PATCH] D18265: [clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-assign-operator-signature
Balogh, Ádám via cfe-commits
- [PATCH] D18265: [clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-assign-operator-signature
Samuel Benzaquen via cfe-commits
- [PATCH] D18265: [clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-assign-operator-signature
Balogh, Ádám via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Reid Kleckner via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Richard Smith via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Reid Kleckner via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Richard Smith via cfe-commits
- [PATCH] D18271: Avoid -Wshadow warnings about constructor parameters named after fields
Reid Kleckner via cfe-commits
- [PATCH] D18274: [clang-tidy] Add boost module
Piotr Padlewski via cfe-commits
- [PATCH] D18274: [clang-tidy] Add boost module
Piotr Padlewski via cfe-commits
- [PATCH] D18300: [clang-tidy] ProTypeMemberInitCheck - check that field decls do not have in-class initializer
Alexander Kornienko via cfe-commits
- [PATCH] D18300: [clang-tidy] ProTypeMemberInitCheck - check that field decls do not have in-class initializer
Felix Berger via cfe-commits
- [PATCH] D18300: [clang-tidy] ProTypeMemberInitCheck - check that field decls do not have in-class initializer
Alexander Kornienko via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Yaxun Liu via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Anastasia Stulova via cfe-commits
- [PATCH] D18442: A clang-tidy check for std:accumulate.
Clement Courbet via cfe-commits
- [PATCH] D18442: A clang-tidy check for std:accumulate.
Clement Courbet via cfe-commits
- [PATCH] D18442: A clang-tidy check for std:accumulate.
Piotr Padlewski via cfe-commits
- [PATCH] D18442: A clang-tidy check for std:accumulate.
Alexander Kornienko via cfe-commits
- [PATCH] D18442: A clang-tidy check for std:accumulate.
Clement Courbet via cfe-commits
- [PATCH] D18442: A clang-tidy check for std:accumulate.
Clement Courbet via cfe-commits
- [PATCH] D18442: A clang-tidy check for std:accumulate.
Alexander Kornienko via cfe-commits
- [PATCH] D18442: A clang-tidy check for std:accumulate.
Clement Courbet via cfe-commits
- [PATCH] D18442: A clang-tidy check for std:accumulate.
Alexander Kornienko via cfe-commits
- [PATCH] D18474: [OPENMP] Enable correct generation of runtime call when target directive is separated from teams directive by multiple curly brackets
Carlo Bertolli via cfe-commits
- [PATCH] D18495: Check default arguments of template template parameters for compatibility.
Faisal Vali via cfe-commits
- [PATCH] D18510: [cxx1z-constexpr-lambda] Make conversion function constexpr
Faisal Vali via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Manuel Klimek via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Daniel Jasper via cfe-commits
- [PATCH] D18551: Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- [PATCH] D18617: Call TargetMachine::addEarlyAsPossiblePasses from BackendUtil.
Justin Lebar via cfe-commits
- [PATCH] D18635: Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne via cfe-commits
- [PATCH] D18635: Rework interface for bitset-using features to use a notion of LTO visibility.
Richard Smith via cfe-commits
- [PATCH] D18635: Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne via cfe-commits
- [PATCH] D18641: [PP] Handle #include_next after include found relative to current one same as GCC
Dmitry Polukhin via cfe-commits
- [PATCH] D18641: [PP] Handle #include_next after include found relative to current one same as GCC
Richard Smith via cfe-commits
- [PATCH] D18641: [PP] Handle #include_next after include found relative to current one same as GCC
Dmitry Polukhin via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Alexander Kornienko via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Alexander Kornienko via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Alexander Kornienko via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Haojian Wu via cfe-commits
- [PATCH] D18700: [Inline asm][GCC compatibility] Handle %v-prefixed code in inline assembly
Denis Zobnin via cfe-commits
- [PATCH] D18700: [Inline asm][GCC compatibility] Handle %v-prefixed code in inline assembly
Denis Zobnin via cfe-commits
- [PATCH] D18700: [Inline asm][GCC compatibility] Handle %v-prefixed code in inline assembly
Eric Christopher via cfe-commits
- [PATCH] D18821: Add modernize-bool-to-integer-conversion
Alexander Kornienko via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Vladimir Yakovlev via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Richard Smith via cfe-commits
- [PATCH] D18823: Implementation of VlA of GNU C++ extension
Alexey Bataev via cfe-commits
- [PATCH] D18868: [Sema] PR27155: Fix a template argument deduction bug with base classes
Richard Smith via cfe-commits
- [PATCH] D18919: [Clang-tidy] Add check "modernize use using"
Krystyna via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Andrew V. Tischenko via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Andrew V. Tischenko via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
David Majnemer via cfe-commits
- [PATCH] D18953: [ms][dll] #26935 Defining a dllimport function should cause it to be exported
Andrew V. Tischenko via cfe-commits
- [PATCH] D18957: clang-rename: add missing newline at the end of 'found name:'
Miklos Vajna via cfe-commits
- [PATCH] D18957: clang-rename: add missing newline at the end of 'found name:'
Manuel Klimek via cfe-commits
- [PATCH] D18957: clang-rename: add missing newline at the end of 'found name:'
Miklos Vajna via cfe-commits
- [PATCH] D18957: clang-rename: add missing newline at the end of 'found name:'
Manuel Klimek via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
Renato Golin via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
silviu.baranga at arm.com via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
silviu.baranga at arm.com via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
silviu.baranga at arm.com via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
Renato Golin via cfe-commits
- [PATCH] D18963: PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
silviu.baranga at arm.com via cfe-commits
- [PATCH] D19003: Set C99 as default C Standard for PS4 target
Douglas Yung via cfe-commits
- [PATCH] D19003: Set C99 as default C Standard for PS4 target
Paul Robinson via cfe-commits
- [PATCH] D19003: Set C99 as default C Standard for PS4 target
Phabricator via cfe-commits
- [PATCH] D19048: Test for a module related crash in CGDebugInfo.cpp
Douglas Yung via cfe-commits
- [PATCH] D19048: Test for a module related crash in CGDebugInfo.cpp
Adrian Prantl via cfe-commits
- [PATCH] D19048: Test for a module related crash in CGDebugInfo.cpp
Douglas Yung via cfe-commits
- [PATCH] D19048: Test for a module related crash in CGDebugInfo.cpp
Paul Robinson via cfe-commits
- [PATCH] D19048: Test for a module related crash in CGDebugInfo.cpp
Adrian Prantl via cfe-commits
- [PATCH] D19048: Test for a module related crash in CGDebugInfo.cpp
Douglas Yung via cfe-commits
- [PATCH] D19048: Test for a module related crash in CGDebugInfo.cpp
Douglas Yung via cfe-commits
- [PATCH] D19048: Test for a module related crash in CGDebugInfo.cpp
Adrian Prantl via cfe-commits
- [PATCH] D19048: Test for a module related crash in CGDebugInfo.cpp
Douglas Yung via cfe-commits
- [PATCH] D19048: Test for a module related crash in CGDebugInfo.cpp
Douglas Yung via cfe-commits
- [PATCH] D19048: Test for a module related crash in CGDebugInfo.cpp
Adrian Prantl via cfe-commits
- [PATCH] D19057: [analyzer] Let TK_PreserveContents span across the whole base region.
Phabricator via cfe-commits
- [PATCH] D19062: Add functions in ctype.h to builtin function database (Fix)
Joerg Sonnenberger via cfe-commits
- [PATCH] D19062: Add functions in ctype.h to builtin function database (Fix)
Taewook Oh via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Anastasia Stulova via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Yaxun Liu via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Anastasia Stulova via cfe-commits
- [PATCH] D19071: [OpenCL] Add predefined macros.
Yaxun Liu via cfe-commits
- [PATCH] D19072: [CodeGen] Split CGDebugInfo into CGDebugInfo and CGDebugDwarf
Eric Christopher via cfe-commits
- [PATCH] D19084: [clang-analyzer] fix warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19084: [clang-analyzer] fix warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19156: [ms][dll] #27212: Generating of implicit special members should take into account MSVC compatibility version
Andrew V. Tischenko via cfe-commits
- [PATCH] D19156: [ms][dll] #27212: Generating of implicit special members should take into account MSVC compatibility version
Andrew V. Tischenko via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Akira Hatanaka via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Richard Smith via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Akira Hatanaka via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Richard Smith via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Akira Hatanaka via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Akira Hatanaka via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Richard Smith via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Akira Hatanaka via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Richard Smith via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Akira Hatanaka via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Akira Hatanaka via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Richard Smith via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Akira Hatanaka via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Richard Smith via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Akira Hatanaka via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Richard Smith via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Akira Hatanaka via cfe-commits
- [PATCH] D19175: Fix for PR27015 (variable template initialized with a generic lambda expression)
Richard Smith via cfe-commits
- [PATCH] D19183: [clang-tidy] Add modernize-make-shared check
Haojian Wu via cfe-commits
- [PATCH] D19183: [clang-tidy] Add modernize-make-shared check
Piotr Padlewski via cfe-commits
- [PATCH] D19183: [clang-tidy] Add modernize-make-shared check
Piotr Padlewski via cfe-commits
- [PATCH] D19183: [clang-tidy] Add modernize-make-shared check
Piotr Padlewski via cfe-commits
- [PATCH] D19194: fix for clang-tidy modernize-pass-by-value on copy constructor
Alexander Kornienko via cfe-commits
- [PATCH] D19220: [Concepts] Pass requires-clause to ActOnTemplateParameterList; NFC
Hubert Tong via cfe-commits
- [PATCH] D19220: [Concepts] Pass requires-clause to ActOnTemplateParameterList; NFC
Hubert Tong via cfe-commits
- [PATCH] D19243: [CodeGen] Move some CodeGenPGO stuff out of CodeGenFunction.h
Justin Bogner via cfe-commits
- [PATCH] D19243: [CodeGen] Move some CodeGenPGO stuff out of CodeGenFunction.h
Vedant Kumar via cfe-commits
- [PATCH] D19249: Fix include path in ClangTidy.cpp.
Alexander Kornienko via cfe-commits
- [PATCH] D19249: Fix include path in ClangTidy.cpp.
Alexander Kornienko via cfe-commits
- [PATCH] D19249: Fix include path in ClangTidy.cpp.
Stephen Hines via cfe-commits
- [PATCH] D19259: Initial version of misc-unused-using-decl check
Alexander Kornienko via cfe-commits
- [PATCH] D19270: Fix a crash in cppcoreguidelines-pro-type-member-init related to missing constructor bodies.
Haojian Wu via cfe-commits
- [PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit
Tim Northover via cfe-commits
- [PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit
JF Bastien via cfe-commits
- [PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit
Reid Kleckner via cfe-commits
- [PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit
Tim Northover via cfe-commits
- [PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit
JF Bastien via cfe-commits
- [PATCH] D19278: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19278: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19299: lower __builtin_expect() directly to prof metadata instead of LLVM intrinsic
Sanjay Patel via cfe-commits
- [PATCH] D19311: [analyzer] Self Assignment Checker
Balogh, Ádám via cfe-commits
- [PATCH] D19312: Warn about UB at member function calls from base class ctor initializers.
Raphael Isemann via cfe-commits
- [PATCH] D19312: Warn about UB at member function calls from base class ctor initializers.
Raphael Isemann via cfe-commits
- [PATCH] D19312: Warn about UB at member function calls from base class ctor initializers.
Raphael Isemann via cfe-commits
- [PATCH] D19322: Concepts: Create space for requires-clause in TemplateParameterList; NFC
Hubert Tong via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Clement Courbet via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Samuel Benzaquen via cfe-commits
- [PATCH] D19327: Keep invalid function body as part of the AST
Olivier Goffart via cfe-commits
- [PATCH] D19327: Keep invalid function body as part of the AST
Richard Smith via cfe-commits
- [PATCH] D19327: Keep invalid function body as part of the AST
Olivier Goffart via cfe-commits
- [PATCH] D19327: Keep invalid function body as part of the AST
Olivier Goffart via cfe-commits
- [PATCH] D19336: Repair redeclaration chain of friend template functions.
Serge Pavlov via cfe-commits
- [PATCH] D19346: [CUDA] Copy host builtin types to NVPTXTargetInfo.
Justin Lebar via cfe-commits
- [PATCH] D19346: [CUDA] Copy host builtin types to NVPTXTargetInfo.
Artem Belevich via cfe-commits
- [PATCH] D19346: [CUDA] Copy host builtin types to NVPTXTargetInfo.
Richard Smith via cfe-commits
- [PATCH] D19346: [CUDA] Copy host builtin types to NVPTXTargetInfo.
Justin Lebar via cfe-commits
- [PATCH] D19346: [CUDA] Copy host builtin types to NVPTXTargetInfo.
Justin Lebar via cfe-commits
- [PATCH] D19346: [CUDA] Copy host builtin types to NVPTXTargetInfo.
Justin Lebar via cfe-commits
- [PATCH] D19346: [CUDA] Copy host builtin types to NVPTXTargetInfo.
Richard Smith via cfe-commits
- [PATCH] D19346: [CUDA] Copy host builtin types to NVPTXTargetInfo.
Justin Lebar via cfe-commits
- [PATCH] D19361: [MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)
Reid Kleckner via cfe-commits
- [PATCH] D19361: [MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)
Nico Weber via cfe-commits
- [PATCH] D19361: [MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)
Phabricator via cfe-commits
- [PATCH] D19361: [MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)
Denis Zobnin via cfe-commits
- [PATCH] D19382: [OpenMP] Improve mappable expressions Sema.
Alexey Bataev via cfe-commits
- [PATCH] D19382: [OpenMP] Improve mappable expressions Sema.
Samuel Antao via cfe-commits
- [PATCH] D19382: [OpenMP] Improve mappable expressions Sema.
Samuel Antao via cfe-commits
- [PATCH] D19382: [OpenMP] Improve mappable expressions Sema.
Alexey Bataev via cfe-commits
- [PATCH] D19382: [OpenMP] Improve mappable expressions Sema.
Samuel Antao via cfe-commits
- [PATCH] D19382: [OpenMP] Improve mappable expressions Sema.
Samuel Antao via cfe-commits
- [PATCH] D19385: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19385: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19385: [scan-build] fix logic error warnings emitted on clang code base
Anna Zaks via cfe-commits
- [PATCH] D19385: [scan-build] fix logic error warnings emitted on clang code base
Manuel Klimek via cfe-commits
- [PATCH] D19385: [scan-build] fix logic error warnings emitted on clang code base
Daniel Jasper via cfe-commits
- [PATCH] D19385: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19385: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19385: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19385: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19385: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19385: [scan-build] fix logic error warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19393: Move Checkers.inc to clang/include/.../Checkers
Chih-Hung Hsieh via cfe-commits
- [PATCH] D19393: Move Checkers.inc to clang/include/.../Checkers
Chih-Hung Hsieh via cfe-commits
- [PATCH] D19403: Add loop pragma for Loop Distribution
Aaron Ballman via cfe-commits
- [PATCH] D19403: Add loop pragma for Loop Distribution
Adam Nemet via cfe-commits
- [PATCH] D19403: Add loop pragma for Loop Distribution
Adam Nemet via cfe-commits
- [PATCH] D19403: Add loop pragma for Loop Distribution
Adam Nemet via cfe-commits
- [PATCH] D19403: Add loop pragma for Loop Distribution
Aaron Ballman via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Ben Craig via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Ben Craig via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Marshall Clow via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Ben Craig via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Ben Craig via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Ben Craig via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Eric Fiselier via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Eric Fiselier via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Eric Fiselier via cfe-commits
- [PATCH] D19412: [libcxx] Refactor pthread usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D19415: [libcxx][rfc] Externalized threading support
Asiri Rathnayake via cfe-commits
- [PATCH] D19415: [libcxx][rfc] Externalized threading support
Ben Craig via cfe-commits
- [PATCH] D19415: [libcxx][rfc] Externalized threading support
Asiri Rathnayake via cfe-commits
- [PATCH] D19415: [libcxx][rfc] Externalized threading support
Ben Craig via cfe-commits
- [PATCH] D19415: [libcxx][rfc] Externalized threading support
Asiri Rathnayake via cfe-commits
- [PATCH] D19415: [libcxx][rfc] Externalized threading support
Asiri Rathnayake via cfe-commits
- [PATCH] D19415: [libcxx][rfc] Externalized threading support
Asiri Rathnayake via cfe-commits
- [PATCH] D19425: driver: Add a `--rsp-quoting` flag to choose which unquoting behavior to use in rsp files.
Reid Kleckner via cfe-commits
- [PATCH] D19425: driver: Add a `--rsp-quoting` flag to choose which unquoting behavior to use in rsp files.
Nico Weber via cfe-commits
- [PATCH] D19425: driver: Add a `--rsp-quoting` flag to choose which unquoting behavior to use in rsp files.
Reid Kleckner via cfe-commits
- [PATCH] D19425: driver: Add a `--rsp-quoting` flag to choose which unquoting behavior to use in rsp files.
Nico Weber via cfe-commits
- [PATCH] D19432: [SystemZ] Support Swift calling convention
John McCall via cfe-commits
- [PATCH] D19432: [SystemZ] Support Swift calling convention
Ulrich Weigand via cfe-commits
- [PATCH] D19432: [SystemZ] Support Swift calling convention
Bryan Chan via cfe-commits
- [PATCH] D19443: Module Debugging: Fix the condition for determining whether a template instantiation is in a module.
Doug Gregor via cfe-commits
- [PATCH] D19443: Module Debugging: Fix the condition for determining whether a template instantiation is in a module.
Adrian Prantl via cfe-commits
- [PATCH] D19451: [clang-tidy] New checker for redundant expressions.
Alexander Kornienko via cfe-commits
- [PATCH] D19451: [clang-tidy] New checker for redundant expressions.
Alexander Kornienko via cfe-commits
- [PATCH] D19451: [clang-tidy] New checker for redundant expressions.
Alexander Kornienko via cfe-commits
- [PATCH] D19451: [clang-tidy] New checker for redundant expressions.
Etienne Bergeron via cfe-commits
- [PATCH] D19451: [clang-tidy] New checker for redundant expressions.
Etienne Bergeron via cfe-commits
- [PATCH] D19451: [clang-tidy] New checker for redundant expressions.
Etienne Bergeron via cfe-commits
- [PATCH] D19458: Add address space 258 to Clang documentation
Michael LeMay via cfe-commits
- [PATCH] D19458: Add address space 258 to Clang documentation
Michael LeMay via cfe-commits
- [PATCH] D19458: Add address space 258 to Clang documentation
Michael Kuperstein via cfe-commits
- [PATCH] D19459: Cleanup redundant expression in InstCombineAndOrXor.
Reid Kleckner via cfe-commits
- [PATCH] D19459: Cleanup redundant expression in InstCombineAndOrXor.
Etienne Bergeron via cfe-commits
- [PATCH] D19459: Cleanup redundant expression in InstCombineAndOrXor.
David Majnemer via cfe-commits
- [PATCH] D19460: Fix incorrect redundant expression in target AMDGPU.
Tom Stellard via cfe-commits
- [PATCH] D19477: [MSVC] PR27337: allow static_cast from private base to derived for WTL
Dmitry Polukhin via cfe-commits
- [PATCH] D19477: [MSVC] PR27337: allow static_cast from private base to derived for WTL
Reid Kleckner via cfe-commits
- [PATCH] D19477: [MSVC] PR27337: allow static_cast from private base to derived for WTL
Phabricator via cfe-commits
- [PATCH] D19477: [MSVC] PR27337: allow static_cast from private base to derived for WTL
Dmitry Polukhin via cfe-commits
- [PATCH] D19478: Remove assert mandating you can only use SPIR target with OpenCL
Neil Henning via cfe-commits
- [PATCH] D19478: Remove assert mandating you can only use SPIR target with OpenCL
Yaxun Liu via cfe-commits
- [PATCH] D19478: Remove assert mandating you can only use SPIR target with OpenCL
Anastasia Stulova via cfe-commits
- [PATCH] D19478: Remove assert mandating you can only use SPIR target with OpenCL
Xiuli PAN via cfe-commits
- [PATCH] D19478: Remove assert mandating you can only use SPIR target with OpenCL
Neil Henning via cfe-commits
- [PATCH] D19478: Remove assert mandating you can only use SPIR target with OpenCL
Anastasia Stulova via cfe-commits
- [PATCH] D19478: Remove assert mandating you can only use SPIR target with OpenCL
Neil Henning via cfe-commits
- [PATCH] D19479: 26748 - clang-cl fails to compile atlctrlw.h header from WTL
Andrew V. Tischenko via cfe-commits
- [PATCH] D19479: 26748 - clang-cl fails to compile atlctrlw.h header from WTL
Reid Kleckner via cfe-commits
- [PATCH] D19479: 26748 - clang-cl fails to compile atlctrlw.h header from WTL
Andrew V. Tischenko via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
Benjamin Kramer via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
Haojian Wu via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
Haojian Wu via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
Benjamin Kramer via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
Haojian Wu via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
Haojian Wu via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
Benjamin Kramer via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
Daniel Jasper via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
Haojian Wu via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
Haojian Wu via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
Daniel Jasper via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
Haojian Wu via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
Haojian Wu via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
Haojian Wu via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
NAKAMURA Takumi via cfe-commits
- [PATCH] D19482: [include-fixer] Add a find-all-symbols tool for include-fixer.
Haojian Wu via cfe-commits
- [PATCH] D19483: docs: Update SafeStack docs with separate-stack-seg feature and single-thread storage
Michael LeMay via cfe-commits
- [PATCH] D19483: docs: Update SafeStack docs with separate-stack-seg feature and various USP storage modes
Peter Collingbourne via cfe-commits
- [PATCH] D19483: docs: Update SafeStack docs with separate-stack-seg feature and various USP storage modes
Michael LeMay via cfe-commits
- [PATCH] D19483: docs: Update SafeStack docs with separate-stack-seg feature and various USP storage modes
Peter Collingbourne via cfe-commits
- [PATCH] D19483: docs: Update SafeStack docs with separate-stack-seg feature and various USP storage modes
Michael LeMay via cfe-commits
- [PATCH] D19483: docs: Update SafeStack docs with separate-stack-seg feature and various USP storage modes
Peter Collingbourne via cfe-commits
- [PATCH] D19483: docs: Update SafeStack docs with separate-stack-seg feature and various USP storage modes
Michael LeMay via cfe-commits
- [PATCH] D19483: docs: Update SafeStack docs with separate-stack-seg feature and various USP storage modes
Peter Collingbourne via cfe-commits
- [PATCH] D19484: [OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu via cfe-commits
- [PATCH] D19484: [OpenCL] Add supported OpenCL extensions to target info.
Anastasia Stulova via cfe-commits
- [PATCH] D19484: [OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu via cfe-commits
- [PATCH] D19484: [OpenCL] Add supported OpenCL extensions to target info.
Anastasia Stulova via cfe-commits
- [PATCH] D19497: [clang-tidy] Enhance misc-suspicious-string-compare to move down false-positives.
Etienne Bergeron via cfe-commits
- [PATCH] D19497: [clang-tidy] Enhance misc-suspicious-string-compare to move down false-positives.
Alexander Kornienko via cfe-commits
- [PATCH] D19497: [clang-tidy] Enhance misc-suspicious-string-compare to move down false-positives.
Etienne Bergeron via cfe-commits
- [PATCH] D19524: [OpenCL] Fix pipe type dump.
Xiuli PAN via cfe-commits
- [PATCH] D19524: [OpenCL] Fix pipe type dump.
Alexey Bader via cfe-commits
- [PATCH] D19524: [OpenCL] Fix pipe type dump.
Anastasia Stulova via cfe-commits
- [PATCH] D19524: [OpenCL] Fix pipe type dump.
Xiuli PAN via cfe-commits
- [PATCH] D19524: [OpenCL] Fix pipe type dump.
Xiuli PAN via cfe-commits
- [PATCH] D19524: [OpenCL] Fix pipe type dump.
Yaxun Liu via cfe-commits
- [PATCH] D19524: [OpenCL] Fix pipe type dump.
Anastasia Stulova via cfe-commits
- [PATCH] D19534: [clang-tidy] new google-default-arguments check
Clement Courbet via cfe-commits
- [PATCH] D19536: [CodeGenObjCXX] Fix handling of blocks in lambda
Akira Hatanaka via cfe-commits
- [PATCH] D19536: [CodeGenObjCXX] Fix handling of blocks in lambda
John McCall via cfe-commits
- [PATCH] D19539: Fix a crash in cppcoreguidelines-pro-type-member-init when checking a type with a template parameter as a base class.
Michael Miller via cfe-commits
- [PATCH] D19539: Fix a crash in cppcoreguidelines-pro-type-member-init when checking a type with a template parameter as a base class.
Haojian Wu via cfe-commits
- [PATCH] D19539: Fix a crash in cppcoreguidelines-pro-type-member-init when checking a type with a template parameter as a base class.
Haojian Wu via cfe-commits
- [PATCH] D19541: Fix generation of documentation for UndefinedBehaviorSanitizer.
Etienne Bergeron via cfe-commits
- [PATCH] D19541: Fix generation of documentation for UndefinedBehaviorSanitizer.
Etienne Bergeron via cfe-commits
- [PATCH] D19547: [clang-tidy] Add FixIt for swapping arguments in string-constructor-checker.
Etienne Bergeron via cfe-commits
- [PATCH] D19547: [clang-tidy] Add FixIt for swapping arguments in string-constructor-checker.
Alexander Kornienko via cfe-commits
- [PATCH] D19547: [clang-tidy] Add FixIt for swapping arguments in string-constructor-checker.
Etienne Bergeron via cfe-commits
- [PATCH] D19547: [clang-tidy] Add FixIt for swapping arguments in string-constructor-checker.
Etienne Bergeron via cfe-commits
- [PATCH] D19547: [clang-tidy] Add FixIt for swapping arguments in string-constructor-checker.
Alexander Kornienko via cfe-commits
- [PATCH] D19552: Check 'r' and 'y specifiers of freebsd_kernel_printf format strings on PS4
Sunil Srivastava via cfe-commits
- [PATCH] D19552: Check 'r' and 'y specifiers of freebsd_kernel_printf format strings on PS4
Dimitry Andric via cfe-commits
- [PATCH] D19552: Check 'r' and 'y specifiers of freebsd_kernel_printf format strings on PS4
Sunil Srivastava via cfe-commits
- [PATCH] D19552: Check 'r' and 'y specifiers of freebsd_kernel_printf format strings on PS4
Sunil Srivastava via cfe-commits
- [PATCH] D19565: [libc++] Fix an accidental assignment within assert() that should have been equality.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19565: [libc++] Fix an accidental assignment within assert() that should have been equality.
Marshall Clow via cfe-commits
- [PATCH] D19565: [libc++] Fix an accidental assignment within assert() that should have been equality.
Marshall Clow via cfe-commits
- [PATCH] D19567: PR21823: 'nodebug' attribute on global/static variables
Paul Robinson via cfe-commits
- [PATCH] D19567: PR21823: 'nodebug' attribute on global/static variables
Aaron Ballman via cfe-commits
- [PATCH] D19567: PR21823: 'nodebug' attribute on global/static variables
Adrian Prantl via cfe-commits
- [PATCH] D19567: PR21823: 'nodebug' attribute on global/static variables
Paul Robinson via cfe-commits
- [PATCH] D19567: PR21823: 'nodebug' attribute on global/static variables
Adrian Prantl via cfe-commits
- [PATCH] D19567: PR21823: 'nodebug' attribute on global/static variables
David Blaikie via cfe-commits
- [PATCH] D19567: PR21823: 'nodebug' attribute on global/static variables
Paul Robinson via cfe-commits
- [PATCH] D19567: PR21823: 'nodebug' attribute on global/static variables
Paul Robinson via cfe-commits
- [PATCH] D19567: PR21823: 'nodebug' attribute on global/static variables
David Blaikie via cfe-commits
- [PATCH] D19567: PR21823: 'nodebug' attribute on global/static variables
Robinson, Paul via cfe-commits
- [PATCH] D19577: [clang-tidy] Enhance misc-suspicious-string-compare by matching string.compare
Etienne Bergeron via cfe-commits
- [PATCH] D19577: [clang-tidy] Enhance misc-suspicious-string-compare by matching string.compare
Alexander Kornienko via cfe-commits
- [PATCH] D19577: [clang-tidy] Enhance misc-suspicious-string-compare by matching string.compare
Etienne Bergeron via cfe-commits
- [PATCH] D19577: [clang-tidy] Enhance misc-suspicious-string-compare by matching string.compare
Etienne Bergeron via cfe-commits
- [PATCH] D19577: [clang-tidy] Enhance misc-suspicious-string-compare by matching string.compare
Eugene Zelenko via cfe-commits
- [PATCH] D19583: Don't search compilation database in explain-check test.
Alexander Kornienko via cfe-commits
- [PATCH] D19583: Don't search compilation database in explain-check test.
Haojian Wu via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Pauer Gergely via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Alexander Kornienko via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Pauer Gergely via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Eugene Zelenko via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Nick Lewycky via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Pauer Gergely via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Gábor Horváth via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Etienne Bergeron via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Etienne Bergeron via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Gábor Horváth via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Etienne Bergeron via cfe-commits
- [PATCH] D19587: Addressed reviewer's post-submission comments from http://reviews.llvm.org/D18551.
Eric Liu via cfe-commits
- [PATCH] D19587: Addressed reviewer's post-submission comments from http://reviews.llvm.org/D18551.
Daniel Jasper via cfe-commits
- [PATCH] D19587: Addressed reviewer's post-submission comments from http://reviews.llvm.org/D18551.
Daniel Jasper via cfe-commits
- [PATCH] D19587: Addressed reviewer's post-submission comments from http://reviews.llvm.org/D18551.
Eric Liu via cfe-commits
- [PATCH] D19587: Addressed reviewer's post-submission comments from http://reviews.llvm.org/D18551.
Eric Liu via cfe-commits
- [PATCH] D19589: [clang] [Builtin] Make __builtin_thread_pointer target-independent.
Marcin Kościelnicki via cfe-commits
- [PATCH] D19589: [clang] [Builtin] Make __builtin_thread_pointer target-independent.
Marcin Kościelnicki via cfe-commits
- [PATCH] D19589: [clang] [Builtin] Make __builtin_thread_pointer target-independent.
John McCall via cfe-commits
- [PATCH] D19589: [clang] [Builtin] Make __builtin_thread_pointer target-independent.
Marcin Kościelnicki via cfe-commits
- [PATCH] D19589: [clang] [Builtin] Make __builtin_thread_pointer target-independent.
John McCall via cfe-commits
- [PATCH] D19590: Check for CERT ERR34-C. Detect errors when converting a string to a number
Aaron Ballman via cfe-commits
- [PATCH] D19590: Check for CERT ERR34-C. Detect errors when converting a string to a number
Alexander Kornienko via cfe-commits
- [PATCH] D19590: Check for CERT ERR34-C. Detect errors when converting a string to a number
Aaron Ballman via cfe-commits
- [PATCH] D19612: Use the new path for coverage related headers and update CMakeLists.txt
Easwaran Raman via cfe-commits
- [PATCH] D19612: Use the new path for coverage related headers and update CMakeLists.txt
David Li via cfe-commits
- [PATCH] D19612: Use the new path for coverage related headers and update CMakeLists.txt
Easwaran Raman via cfe-commits
- [PATCH] D19618: [libc++] Consistently guard "#pragma clang" with "#if defined(__clang__)".
Stephan T. Lavavej via cfe-commits
- [PATCH] D19618: [libc++] Consistently guard "#pragma clang" with "#if defined(__clang__)".
Eric Fiselier via cfe-commits
- [PATCH] D19619: [libc++] Remove the names of unreferenced parameters.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19619: [libc++] Remove the names of unreferenced parameters.
Eric Fiselier via cfe-commits
- [PATCH] D19620: [libc++] Add braces, move braces, and rename variables to avoid shadowing.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19620: [libc++] Add braces, move braces, and rename variables to avoid shadowing.
Eric Fiselier via cfe-commits
- [PATCH] D19620: [libc++] Add braces, move braces, and rename variables to avoid shadowing.
Eric Fiselier via cfe-commits
- [PATCH] D19621: [libc++] Rename function parameters to avoid shadowing.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19621: [libc++] Rename function parameters to avoid shadowing.
Eric Fiselier via cfe-commits
- [PATCH] D19622: [libc++] Implement the member functions of a local struct.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19622: [libc++] Implement the member functions of a local struct.
Eric Fiselier via cfe-commits
- [PATCH] D19622: [libc++] Implement the member functions of a local struct.
Sebastian Redl via cfe-commits
- [PATCH] D19622: [libc++] Implement the member functions of a local struct.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19623: [libc++] Initialize local doubles to 0.0.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19623: [libc++] Initialize local doubles to 0.0.
Richard Smith via cfe-commits
- [PATCH] D19623: [libc++] Initialize local doubles to 0.0.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19623: [libc++] Initialize local doubles to 0.0.
Howard Hinnant via cfe-commits
- [PATCH] D19623: [libcxx] [test] Initialize local doubles to NaN.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19623: [libcxx] [test] Initialize local doubles to NaN.
Eric Fiselier via cfe-commits
- [PATCH] D19623: [libcxx] [test] Initialize local doubles to NaN.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19623: [libcxx] [test] Initialize local doubles to NaN.
Howard Hinnant via cfe-commits
- [PATCH] D19625: [libc++] Void-cast runtime-unused variables.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19625: [libc++] Void-cast runtime-unused variables.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19625: [libc++] Void-cast runtime-unused variables.
Eric Fiselier via cfe-commits
- [PATCH] D19625: [libc++] Void-cast runtime-unused variables.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19625: [libc++] Void-cast runtime-unused variables.
David Blaikie via cfe-commits
- [PATCH] D19625: [libc++] Void-cast runtime-unused variables.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19625: [libc++] Void-cast runtime-unused variables.
David Blaikie via cfe-commits
- [PATCH] D19625: [libc++] Void-cast runtime-unused variables.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19625: [libc++] Void-cast runtime-unused variables.
David Blaikie via cfe-commits
- [PATCH] D19625: [libc++] Void-cast runtime-unused variables.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19625: [libc++] Void-cast runtime-unused variables.
Eric Fiselier via cfe-commits
- [PATCH] D19647: [find-all-symbols] Save absolute file path instead of relative file path in SymbolInfo.
Benjamin Kramer via cfe-commits
- [PATCH] D19647: [find-all-symbols] Save absolute file path instead of relative file path in SymbolInfo.
Haojian Wu via cfe-commits
- [PATCH] D19647: [find-all-symbols] Save absolute file path instead of relative file path in SymbolInfo.
Haojian Wu via cfe-commits
- [PATCH] D19648: [include-fixer] Add Yaml database integration.
Benjamin Kramer via cfe-commits
- [PATCH] D19648: [include-fixer] Add Yaml database integration.
Haojian Wu via cfe-commits
- [PATCH] D19648: [include-fixer] Add Yaml database integration.
Haojian Wu via cfe-commits
- [PATCH] D19648: [include-fixer] Add Yaml database integration.
Haojian Wu via cfe-commits
- [PATCH] D19654: PR27132: Proper mangling for __unaligned qualifier (now with PR27367 fixed)
Andrey Bokhanko via cfe-commits
- [PATCH] D19654: PR27132: Proper mangling for __unaligned qualifier (now with PR27367 fixed)
David Majnemer via cfe-commits
- [PATCH] D19654: PR27132: Proper mangling for __unaligned qualifier (now with PR27367 fixed)
David Majnemer via cfe-commits
- [PATCH] D19654: PR27132: Proper mangling for __unaligned qualifier (now with PR27367 fixed)
Andrey Bokhanko via cfe-commits
- [PATCH] D19654: PR27132: Proper mangling for __unaligned qualifier (now with PR27367 fixed)
Andrey Bokhanko via cfe-commits
- [PATCH] D19654: PR27132: Proper mangling for __unaligned qualifier (now with PR27367 fixed)
David Majnemer via cfe-commits
- [PATCH] D19658: [X86] Add -m[no-]x87 and -m[no-]80387 options to control FeatureX87
Andrey Turetskiy via cfe-commits
- [PATCH] D19658: [X86] Add -m[no-]x87 and -m[no-]80387 options to control FeatureX87
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D19658: [X86] Add -m[no-]x87 and -m[no-]80387 options to control FeatureX87
Andrey Turetskiy via cfe-commits
- [PATCH] D19658: [X86] Add -m[no-]x87 and -m[no-]80387 options to control FeatureX87
Andrey Turetskiy via cfe-commits
- [PATCH] D19658: [X86] Add -m[no-]x87 and -m[no-]80387 options to control FeatureX87
Eric Christopher via cfe-commits
- [PATCH] D19662: [OpenCL] Fix bug in mergeTypes which causes equivalent types treated as different.
Yaxun Liu via cfe-commits
- [PATCH] D19662: [OpenCL] Fix bug in mergeTypes which causes equivalent types treated as different.
Anastasia Stulova via cfe-commits
- [PATCH] D19662: [OpenCL] Fix bug in mergeTypes which causes equivalent types treated as different.
Yaxun Liu via cfe-commits
- [PATCH] D19662: [OpenCL] Fix bug in mergeTypes which causes equivalent types treated as different.
Anastasia Stulova via cfe-commits
- [PATCH] D19662: [OpenCL] Fix bug in mergeTypes which causes equivalent types treated as different.
Yaxun Liu via cfe-commits
- [PATCH] D19665: [ARM] Guard the declarations of f16 to f32 vcvt intrinsics in arm_neon.h by testing __ARM_FP
silviu.baranga at arm.com via cfe-commits
- [PATCH] D19665: [ARM] Guard the declarations of f16 to f32 vcvt intrinsics in arm_neon.h by testing __ARM_FP
Tim Northover via cfe-commits
- [PATCH] D19665: [ARM] Guard the declarations of f16 to f32 vcvt intrinsics in arm_neon.h by testing __ARM_FP
silviu.baranga at arm.com via cfe-commits
- [PATCH] D19665: [ARM] Guard the declarations of f16 to f32 vcvt intrinsics in arm_neon.h by testing __ARM_FP
silviu.baranga at arm.com via cfe-commits
- [PATCH] D19665: [ARM] Guard the declarations of f16 to f32 vcvt intrinsics in arm_neon.h by testing __ARM_FP
Tim Northover via cfe-commits
- [PATCH] D19665: [ARM] Guard the declarations of f16 to f32 vcvt intrinsics in arm_neon.h by testing __ARM_FP
silviu.baranga at arm.com via cfe-commits
- [PATCH] D19666: [ubsan] Add -fubsan-strip-path-components=N
Filipe Cabecinhas via cfe-commits
- [PATCH] D19666: [ubsan] Add -fubsan-strip-path-components=N
Richard Smith via cfe-commits
- [PATCH] D19666: [ubsan] Add -fubsan-strip-path-components=N
Filipe Cabecinhas via cfe-commits
- [PATCH] D19667: [ubsan] Minimize size of data for type_mismatch
Filipe Cabecinhas via cfe-commits
- [PATCH] D19667: [ubsan] Minimize size of data for type_mismatch
Ben Craig via cfe-commits
- [PATCH] D19667: [ubsan] Minimize size of data for type_mismatch
Filipe Cabecinhas via cfe-commits
- [PATCH] D19672: [clang-tidy] cppcoreguidelines-pro-type-member-init should not complain about static variables
Alexander Kornienko via cfe-commits
- [PATCH] D19672: [clang-tidy] cppcoreguidelines-pro-type-member-init should not complain about static variables
Aaron Ballman via cfe-commits
- [PATCH] D19672: [clang-tidy] cppcoreguidelines-pro-type-member-init should not complain about static variables
Alexander Kornienko via cfe-commits
- [PATCH] D19672: [clang-tidy] cppcoreguidelines-pro-type-member-init should not complain about static variables
Michael Miller via cfe-commits
- [PATCH] D19672: [clang-tidy] cppcoreguidelines-pro-type-member-init should not complain about static variables
Aaron Ballman via cfe-commits
- [PATCH] D19672: [clang-tidy] cppcoreguidelines-pro-type-member-init should not complain about static variables
Alexander Kornienko via cfe-commits
- [PATCH] D19672: [clang-tidy] cppcoreguidelines-pro-type-member-init should not complain about static variables
Aaron Ballman via cfe-commits
- [PATCH] D19672: [clang-tidy] cppcoreguidelines-pro-type-member-init should not complain about static variables
Alexander Kornienko via cfe-commits
- [PATCH] D19678: Annotated-source optimization reports (a.k.a. "listing" files)
Hal Finkel via cfe-commits
- [PATCH] D19678: Annotated-source optimization reports (a.k.a. "listing" files)
John McCall via cfe-commits
- [PATCH] D19678: Annotated-source optimization reports (a.k.a. "listing" files)
Hal Finkel via cfe-commits
- [PATCH] D19678: Annotated-source optimization reports (a.k.a. "listing" files)
Richard Smith via cfe-commits
- [PATCH] D19678: Annotated-source optimization reports (a.k.a. "listing" files)
Hal Finkel via cfe-commits
- [PATCH] D19678: Annotated-source optimization reports (a.k.a. "listing" files)
Hal Finkel via cfe-commits
- [PATCH] D19678: Annotated-source optimization reports (a.k.a. "listing" files)
John McCall via cfe-commits
- [PATCH] D19678: Annotated-source optimization reports (a.k.a. "listing" files)
Robert Cox via cfe-commits
- [PATCH] D19678: Annotated-source optimization reports (a.k.a. "listing" files)
Hal Finkel via cfe-commits
- [PATCH] D19678: Annotated-source optimization reports (a.k.a. "listing" files)
Adam Nemet via cfe-commits
- [PATCH] D19678: Annotated-source optimization reports (a.k.a. "listing" files)
Hal Finkel via cfe-commits
- [PATCH] D19678: Annotated-source optimization reports (a.k.a. "listing" files)
Hal Finkel via cfe-commits
- [PATCH] D19679: Method pool in modules: sync up out of date selectors before writing the module
Manman Ren via cfe-commits
- [PATCH] D19679: Method pool in modules: sync up out of date selectors before writing the module
Adrian Prantl via cfe-commits
- [PATCH] D19679: Method pool in modules: sync up out of date selectors before writing the module
Manman Ren via cfe-commits
- [PATCH] D19679: Method pool in modules: sync up out of date selectors before writing the module
Adrian Prantl via cfe-commits
- [PATCH] D19679: Method pool in modules: sync up out of date selectors before writing the module
Doug Gregor via cfe-commits
- [PATCH] D19679: Method pool in modules: sync up out of date selectors before writing the module
Manman Ren via cfe-commits
- [PATCH] D19679: Method pool in modules: sync up out of date selectors before writing the module
Doug Gregor via cfe-commits
- [PATCH] D19679: Method pool in modules: sync up out of date selectors before writing the module
Manman Ren via cfe-commits
- [PATCH] D19684: Power9 - Support for -mcpu=pwr9 in the front end
Nemanja Ivanovic via cfe-commits
- [PATCH] D19684: Power9 - Support for -mcpu=pwr9 in the front end
Nemanja Ivanovic via cfe-commits
- [PATCH] D19687: Set PIELevel module flag
Sriraman Tallam via cfe-commits
- [PATCH] D19687: Set PIELevel module flag
Reid Kleckner via cfe-commits
- [PATCH] D19687: Set PIELevel module flag
Sriraman Tallam via cfe-commits
- [PATCH] D19687: Set PIELevel module flag
Reid Kleckner via cfe-commits
- [PATCH] D19687: Set PIELevel module flag
Sriraman Tallam via cfe-commits
- [PATCH] D19689: Add Subjects to NoDebugAttr [NFC]
Paul Robinson via cfe-commits
- [PATCH] D19689: Add Subjects to NoDebugAttr [NFC]
David Blaikie via cfe-commits
- [PATCH] D19689: Add Subjects to NoDebugAttr [NFC]
Robinson, Paul via cfe-commits
- [PATCH] D19689: Add Subjects to NoDebugAttr [NFC]
Aaron Ballman via cfe-commits
- [PATCH] D19689: Add Subjects to NoDebugAttr [NFC]
David Blaikie via cfe-commits
- [PATCH] D19689: Add Subjects to NoDebugAttr [NFC]
Paul Robinson via cfe-commits
- [PATCH] D19689: Add Subjects to NoDebugAttr [NFC]
Aaron Ballman via cfe-commits
- [PATCH] D19689: Add Subjects to NoDebugAttr [NFC]
Paul Robinson via cfe-commits
- [PATCH] D19693: [Clang][Darwin] Define __ARM_DWARF_EH__ for WatchABI
Chris Bieneman via cfe-commits
- [PATCH] D19693: [Clang][Darwin] Define __ARM_DWARF_EH__ for WatchABI
Tim Northover via cfe-commits
- [PATCH] D19693: [Clang][Darwin] Define __ARM_DWARF_EH__ for WatchABI
Chris Bieneman via cfe-commits
- [PATCH] D19693: [Clang][Darwin] Define __ARM_DWARF_EH__ for WatchABI
Chris Bieneman via cfe-commits
- [PATCH] D19693: [Clang][Darwin] Define __ARM_DWARF_EH__ for WatchABI
Chris Bieneman via cfe-commits
- [PATCH] D19693: [Clang][Darwin] Define __ARM_DWARF_EH__ for WatchABI
Tim Northover via cfe-commits
- [PATCH] D19693: [Clang][Darwin] Define __ARM_DWARF_EH__ for WatchABI
Phabricator via cfe-commits
- [PATCH] D19698: [libcxx] [test] Need to include <memory> for std::unique_ptr.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19698: [libcxx] [test] Need to include <memory> for std::unique_ptr.
Eugene Zelenko via cfe-commits
- [PATCH] D19698: [libcxx] [test] Need to include <memory> for std::unique_ptr.
Eric Fiselier via cfe-commits
- [PATCH] D19698: [libcxx] [test] Need to include <memory> for std::unique_ptr.
Eric Fiselier via cfe-commits
- [PATCH] D19698: [libcxx] [test] Need to include <memory> for std::unique_ptr.
Richard Smith via cfe-commits
- [PATCH] D19698: [libcxx] [test] Need to include <memory> for std::unique_ptr.
Eric Fiselier via cfe-commits
- [PATCH] D19698: [libcxx] [test] Need to include <memory> for std::unique_ptr.
Eugene Zelenko via cfe-commits
- [PATCH] D19698: [libcxx] [test] Need to include <memory> for std::unique_ptr.
Richard Smith via cfe-commits
- [PATCH] D19698: [libcxx] [test] Need to include <memory> for std::unique_ptr.
Eric Fiselier via cfe-commits
- [PATCH] D19699: [libcxx] [test] Need to include <string> for its streaming operators.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19699: [libcxx] [test] Need to include <string> for its streaming operators.
Eric Fiselier via cfe-commits
- [PATCH] D19700: [libcxx] [test] nasty_mutex::operator& should return nullptr, like nasty_list above it.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19700: [libcxx] [test] nasty_mutex::operator& should return nullptr, like nasty_list above it.
Eric Fiselier via cfe-commits
- [PATCH] D19700: [libcxx] [test] nasty_mutex::operator& should return nullptr, like nasty_list above it.
Eric Fiselier via cfe-commits
- [PATCH] D19700: [libcxx] [test] nasty_mutex::operator& should return nullptr, like nasty_list above it.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19701: [libcxx] [test] Remove more names of unreferenced parameters.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19701: [libcxx] [test] Remove more names of unreferenced parameters.
Eric Fiselier via cfe-commits
- [PATCH] D19702: [libcxx] [test] Fix get_temp_file_name() to compile for Windows.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19702: [libcxx] [test] Fix get_temp_file_name() to compile for Windows.
Eric Fiselier via cfe-commits
- [PATCH] D19702: [libcxx] [test] Fix get_temp_file_name() to compile for Windows.
Eric Fiselier via cfe-commits
- [PATCH] D19702: [libcxx] [test] Fix get_temp_file_name() to compile for Windows.
David Majnemer via cfe-commits
- [PATCH] D19702: [libcxx] [test] Fix get_temp_file_name() to compile for Windows.
Eric Fiselier via cfe-commits
- [PATCH] D19702: [libcxx] [test] Fix get_temp_file_name() to compile for Windows.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19703: [clang-tidy] Improve misc-redundant-expression and decrease false-positive
Etienne Bergeron via cfe-commits
- [PATCH] D19703: [clang-tidy] Improve misc-redundant-expression and decrease false-positive
Etienne Bergeron via cfe-commits
- [PATCH] D19703: [clang-tidy] Improve misc-redundant-expression and decrease false-positive
Etienne Bergeron via cfe-commits
- [PATCH] D19708: [CGDebugInfo] Generate debug info for member calls in the context of the callee expression
Hal Finkel via cfe-commits
- [PATCH] D19708: [CGDebugInfo] Generate debug info for member calls in the context of the callee expression
David Blaikie via cfe-commits
- [PATCH] D19708: [CGDebugInfo] Generate debug info for member calls in the context of the callee expression
Hal Finkel via cfe-commits
- [PATCH] D19708: [CGDebugInfo] Generate debug info for member calls in the context of the callee expression
Eric Christopher via cfe-commits
- [PATCH] D19708: [CGDebugInfo] Generate debug info for member calls in the context of the callee expression
Eric Christopher via cfe-commits
- [PATCH] D19708: [CGDebugInfo] Generate debug info for member calls in the context of the callee expression
David Blaikie via cfe-commits
- [PATCH] D19717: [find-all-symbols] Fix racy yaml file writing.
Benjamin Kramer via cfe-commits
- [PATCH] D19717: [find-all-symbols] Fix racy yaml file writing.
Haojian Wu via cfe-commits
- [PATCH] D19717: [find-all-symbols] Fix racy yaml file writing.
Phabricator via cfe-commits
- [PATCH] D19720: [find-all-symbols] Parallelize the merge step.
Benjamin Kramer via cfe-commits
- [PATCH] D19720: [find-all-symbols] Parallelize the merge step.
Benjamin Kramer via cfe-commits
- [PATCH] D19720: [find-all-symbols] Parallelize the merge step.
Haojian Wu via cfe-commits
- [PATCH] D19720: [find-all-symbols] Parallelize the merge step.
Haojian Wu via cfe-commits
- [PATCH] D19720: [find-all-symbols] Parallelize the merge step.
Phabricator via cfe-commits
- [PATCH] D19721: Fix crash in BuildCXXDefaultInitExpr.
Raphael Isemann via cfe-commits
- [PATCH] D19721: Fix crash in BuildCXXDefaultInitExpr.
Reid Kleckner via cfe-commits
- [PATCH] D19721: Fix crash in BuildCXXDefaultInitExpr.
Reid Kleckner via cfe-commits
- [PATCH] D19725: [Coverage] Fix an issue where a coverage region might not be created for a macro containing for or while statements.
Igor Kudrin via cfe-commits
- [PATCH] D19725: [Coverage] Fix an issue where a coverage region might not be created for a macro containing for or while statements.
Vedant Kumar via cfe-commits
- [PATCH] D19725: [Coverage] Fix an issue where a coverage region might not be created for a macro containing for or while statements.
David Li via cfe-commits
- [PATCH] D19725: [Coverage] Fix an issue where a coverage region might not be created for a macro containing for or while statements.
Justin Bogner via cfe-commits
- [PATCH] D19727: [MS] Improved implementation #pragma pack (MS pragmas, part 2)
Denis Zobnin via cfe-commits
- [PATCH] D19727: [MS] Improved implementation #pragma pack (MS pragmas, part 2)
Denis Zobnin via cfe-commits
- [PATCH] D19727: [MS] Improved implementation #pragma pack (MS pragmas, part 2)
Reid Kleckner via cfe-commits
- [PATCH] D19727: [MS] Improved implementation #pragma pack (MS pragmas, part 2)
Phabricator via cfe-commits
- [PATCH] D19727: [MS] Improved implementation #pragma pack (MS pragmas, part 2)
Amjad Aboud via cfe-commits
- [PATCH] D19739: Add a loop's debug location to its llvm.loop metadata
Hal Finkel via cfe-commits
- [PATCH] D19739: Add a loop's debug location to its llvm.loop metadata
Richard Smith via cfe-commits
- [PATCH] D19748: [CUDA] Make sure device-side __global__ functions are always visible.
Artem Belevich via cfe-commits
- [PATCH] D19749: Delete store to Target option PositionIndependentExecutable
Sriraman Tallam via cfe-commits
- [PATCH] D19749: Delete store to Target option PositionIndependentExecutable
Reid Kleckner via cfe-commits
- [PATCH] D19749: Delete store to Target option PositionIndependentExecutable
Sriraman Tallam via cfe-commits
- [PATCH] D19754: Allow 'nodebug' on local variables
Paul Robinson via cfe-commits
- [PATCH] D19755: [include-fixer] Fix Clang-tidy modernize-use-override and some Include What You Use warnings
Eugene Zelenko via cfe-commits
- [PATCH] D19756: Expand aggregate arguments more often on 32-bit Windows
Reid Kleckner via cfe-commits
- [PATCH] D19756: Expand aggregate arguments more often on 32-bit Windows
Hans Wennborg via cfe-commits
- [PATCH] D19758: [libcxx] [test] Replace non-Standard "atomic_flag f(false); " with Standard "atomic_flag f = ATOMIC_FLAG_INIT; ".
Stephan T. Lavavej via cfe-commits
- [PATCH] D19759: [libcxx] [test] Replace one more occurrence of non-Standard std::launch::any with AnyPolicy.
Stephan T. Lavavej via cfe-commits
- [PATCH] D19759: [libcxx] [test] Replace one more occurrence of non-Standard std::launch::any with AnyPolicy.
Eric Fiselier via cfe-commits
- [PATCH] D19759: [libcxx] [test] Replace one more occurrence of non-Standard std::launch::any with AnyPolicy.
Eric Fiselier via cfe-commits
- [PATCH] D19763: Functions declared in a scope should not hide previous declaration in earlier scopes
Olivier Goffart via cfe-commits
- [PATCH] D19764: Keep invalid functions as part of the AST
Olivier Goffart via cfe-commits
- [PATCH] D19769: [clang-tidy] Add explicitly given array size heuristic to misc-suspicious-missing-comma check.
Dominik Szabó via cfe-commits
- [PATCH] D19769: [clang-tidy] Add explicitly given array size heuristic to misc-suspicious-missing-comma check.
Etienne Bergeron via cfe-commits
- [PATCH] D19769: [clang-tidy] Add explicitly given array size heuristic to misc-suspicious-missing-comma check.
Dominik Szabó via cfe-commits
- [PATCH] D19769: [clang-tidy] Add explicitly given array size heuristic to misc-suspicious-missing-comma check.
Dominik Szabó via cfe-commits
- [PATCH] D19769: [clang-tidy] Add explicitly given array size heuristic to misc-suspicious-missing-comma check.
Etienne Bergeron via cfe-commits
- [PATCH] D19770: Add FixedSizeStorage to TrailingObjects; NFC
Hubert Tong via cfe-commits
- [PATCH] D19770: Add FixedSizeStorage to TrailingObjects; NFC
Hubert Tong via cfe-commits
- [PATCH] D19770: Add FixedSizeStorage to TrailingObjects; NFC
Hubert Tong via cfe-commits
- [PATCH] D19770: Add FixedSizeStorage to TrailingObjects; NFC
Faisal Vali via cfe-commits
- [PATCH] D19770: Add FixedSizeStorage to TrailingObjects; NFC
Hubert Tong via cfe-commits
- [PATCH] D19770: Add FixedSizeStorage to TrailingObjects; NFC
Faisal Vali via cfe-commits
- [PATCH] D19771: Rework FixedSizeTemplateParameterListStorage
Hubert Tong via cfe-commits
- [PATCH] D19783: Fix cv-qualification of '*this' captures (and nasty bug PR27507 introduced by commit 263921 "Implement Lambda Capture of *this by Value as [=, *this]")
Faisal Vali via cfe-commits
- [PATCH] D19783: Fix cv-qualification of '*this' captures (and nasty bug PR27507 introduced by commit 263921 "Implement Lambda Capture of *this by Value as [=, *this]")
Faisal Vali via cfe-commits
- [PATCH] RHEL: Look in more places to find g++ headers and runtime
Rafael Espíndola via cfe-commits
- Buildbot numbers for the last week of 4/17/2016 - 4/23/2016
Galina Kistanova via cfe-commits
- Buildbot numbers for the week of 4/10/2016 - 4/16/2016
Galina Kistanova via cfe-commits
- LLVM buildmaster will be updated and restarted tonight
Galina Kistanova via cfe-commits
- r261717 - Default vaarg lowering should support indirect struct types.
Joerg Sonnenberger via cfe-commits
- r262838 - Implement __builtin_eh_return_data_regno for SPARC and SPARC64.
Joerg Sonnenberger via cfe-commits
- r264417 - [ASTMatchers] Add own version of VariadicFunction.
Alexander Kornienko via cfe-commits
- r267186 - Fix a bug involving deferred decl emission and PCH
Reid Kleckner via cfe-commits
- r267186 - Fix a bug involving deferred decl emission and PCH
Richard Smith via cfe-commits
- r267395 - [OPENMP 4.5] Codegen for 'taskloop' directive.
Alexey Bataev via cfe-commits
- r267398 - [Clang][AVX512][BUILTIN] Adding intrinsics for VSCATTERPF{1|0}{DPS|QPS|DPD|QPD} instruction set
Michael Zuckerman via cfe-commits
- r267413 - [analyzer] Let TK_PreserveContents span across the whole base region.
Artem Dergachev via cfe-commits
- r267414 - [Clang][Builtin][AVX512]Adding intrinsics for vfpclass{sd|ss} vfpclass{pd|ps} instruction set
Michael Zuckerman via cfe-commits
- r267416 - Added Fixer implementation and fix() interface in clang-format for removing redundant code.
Eric Liu via cfe-commits
- r267425 - [Clang][Builtin][AVX512]Adding k-register logic intrinsics KAND, KANDN, KOR, KORTEST, KXNOR, KXOR, KUNPACK instruction set.
Michael Zuckerman via cfe-commits
- r267444 - When deducing template parameters from base classes of an argument type, don't
Richard Smith via cfe-commits
- r267447 - [Docs] Clarify what the object-size sanitizer does.
George Burgess IV via cfe-commits
- r267447 - [Docs] Clarify what the object-size sanitizer does.
Nico Weber via cfe-commits
- r267447 - [Docs] Clarify what the object-size sanitizer does.
George Burgess IV via cfe-commits
- r267453 - Refactor traversal of bases in deduction of template parameters from base
Richard Smith via cfe-commits
- r267454 - Implement support for conditional between xvalues of reference-compatible
Richard Smith via cfe-commits
- r267464 - Module Debugging: Fix the condition for determining whether a template
Adrian Prantl via cfe-commits
- r267464 - Module Debugging: Fix the condition for determining whether a template
Richard Smith via cfe-commits
- r267464 - Module Debugging: Fix the condition for determining whether a template
Adrian Prantl via cfe-commits
- r267464 - Module Debugging: Fix the condition for determining whether a template
Richard Smith via cfe-commits
- r267464 - Module Debugging: Fix the condition for determining whether a template
Adrian Prantl via cfe-commits
- r267474 - driver: Add a `--rsp-quoting` flag to pick response file quoting.
Nico Weber via cfe-commits
- r267496 - [lanai] Update handling of structs in arguments to be passed in registers.
Jacques Pienaar via cfe-commits
- r267496 - [lanai] Update handling of structs in arguments to be passed in registers.
Kostya Serebryany via cfe-commits
- r267496 - [lanai] Update handling of structs in arguments to be passed in registers.
Kostya Serebryany via cfe-commits
- r267496 - [lanai] Update handling of structs in arguments to be passed in registers.
Jacques Pienaar via cfe-commits
- r267496 - [lanai] Update handling of structs in arguments to be passed in registers.
Kostya Serebryany via cfe-commits
- r267501 - [Docs] Fix indentation error introduced by r267447.
George Burgess IV via cfe-commits
- r267503 - CGOpenMPRuntime.h: Prune '\param IfCond' in r267395. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
- r267513 - trying to fix the windows build broken by r267496
Kostya Serebryany via cfe-commits
- r267534 - [MSVC] PR27337: allow static_cast from private base to derived for WTL
Dmitry Polukhin via cfe-commits
- r267534 - [MSVC] PR27337: allow static_cast from private base to derived for WTL
Richard Smith via cfe-commits
- r267534 - [MSVC] PR27337: allow static_cast from private base to derived for WTL
David Majnemer via cfe-commits
- r267534 - [MSVC] PR27337: allow static_cast from private base to derived for WTL
Richard Smith via cfe-commits
- r267534 - [MSVC] PR27337: allow static_cast from private base to derived for WTL
Dmitry Polukhin via cfe-commits
- r267534 - [MSVC] PR27337: allow static_cast from private base to derived for WTL
Nico Weber via cfe-commits
- r267534 - [MSVC] PR27337: allow static_cast from private base to derived for WTL
Stephan T. Lavavej via cfe-commits
- r267534 - [MSVC] PR27337: allow static_cast from private base to derived for WTL
Richard Smith via cfe-commits
- r267534 - [MSVC] PR27337: allow static_cast from private base to derived for WTL
Richard Smith via cfe-commits
- r267534 - [MSVC] PR27337: allow static_cast from private base to derived for WTL
Stephan T. Lavavej via cfe-commits
- r267534 - [MSVC] PR27337: allow static_cast from private base to derived for WTL
Dmitry Polukhin via cfe-commits
- r267534 - [MSVC] PR27337: allow static_cast from private base to derived for WTL
Dmitry Polukhin via cfe-commits
- r267557 - Update test after LLVM r267556.
Nico Weber via cfe-commits
- r267560 - [OpenMP] Improve mappable expressions Sema.
Samuel Antao via cfe-commits
- r267561 - [SPIR] Remove an assert mandating SPIR for OpenCL sources only.
Anastasia Stulova via cfe-commits
- r267584 - [CMake] Use just-built clang and build iOS support when building stage2
Chris Bieneman via cfe-commits
- r267590 - [OpenCL] Add predefined macros.
Yaxun Liu via cfe-commits
- r267601 - Try to get at_file_missing.c passing after LLVM r267556.
Nico Weber via cfe-commits
- r267604 - Test commit
Erik Pilkington via cfe-commits
- r267611 - Module debugging: Use the definition to determine module-defined types.
Adrian Prantl via cfe-commits
- r267612 - Module debugging: Add testcase for member classes of class template specializations.
Adrian Prantl via cfe-commits
- r267625 - Check 'r' and 'y specifiers of freebsd_kernel_printf format strings on PS4
Sunil Srivastava via cfe-commits
- r267630 - Module debugging: Also correctly handle typedef'd foward-declared members.
Adrian Prantl via cfe-commits
- r267632 - PR27513: When determining which declaration to put into an exported lookup
Richard Smith via cfe-commits
- r267633 - Module debugging: Add an assertion.
Adrian Prantl via cfe-commits
- r267676 - Updated doxygen comments for intrinsics.
Ekaterina Romanova via cfe-commits
- r267677 - [OPENMP] Fix for codegen of captured variables in inlined directives.
Alexey Bataev via cfe-commits
- r267690 - [Clang][BuiltIn][AVX512]Adding intrinsics for vmovntdqa vmovntpd vmovntps instruction set
Michael Zuckerman via cfe-commits
- r267691 - [modules] Fix Decl's Used invariant.
Vassil Vassilev via cfe-commits
- r267695 - [OPENMP] Fix crash on initialization of classes with no init clause in
Alexey Bataev via cfe-commits
- r267696 - [Clang][BuiltIn][AVX512] Adding intrinsics without mask for VBROADCAST and VPBROADCAST instruction set .
Michael Zuckerman via cfe-commits
- r267706 - Expose cxx constructor and method properties through libclang and python bindings.
Jonathan Coe via cfe-commits
- r267728 - [Clang][Builtin][AVX512] Adding intrisnics for the vpconflict{q|d} instruction set
Michael Zuckerman via cfe-commits
- r267740 - Module debugging: Fix the DWO filename for PCH in a relative path.
Adrian Prantl via cfe-commits
- r267744 - Revert r267691, it caused PR27535.
Nico Weber via cfe-commits
- r267744 - Revert r267691, it caused PR27535.
Vassil Vassilev via cfe-commits
- r267744 - Revert r267691, it caused PR27535.
Nico Weber via cfe-commits
- r267744 - Revert r267691, it caused PR27535.
Vassil Vassilev via cfe-commits
- r267746 - PR21823: 'nodebug' attribute on global/static variables.
Paul Robinson via cfe-commits
- r267756 - [CMake] On Darwin bootstrap LTO builds set DYLD_LIBRARY_PATH instead of using llvm-ar
Chris Bieneman via cfe-commits
- r267756 - [CMake] On Darwin bootstrap LTO builds set DYLD_LIBRARY_PATH instead of using llvm-ar
Rafael Espíndola via cfe-commits
- r267756 - [CMake] On Darwin bootstrap LTO builds set DYLD_LIBRARY_PATH instead of using llvm-ar
Chris Bieneman via cfe-commits
- r267764 - Call TargetMachine::addEarlyAsPossiblePasses from BackendUtil.
Justin Lebar via cfe-commits
- r267772 - Set the default C standard to C99 when targeting the PS4.
Sunil Srivastava via cfe-commits
- r267784 - Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne via cfe-commits
- r267784 - Rework interface for bitset-using features to use a notion of LTO visibility.
Benjamin Kramer via cfe-commits
- r267784 - Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne via cfe-commits
- r267788 - Revert unnecessary tblgen change.
Peter Collingbourne via cfe-commits
- r267802 - [modules] When diagnosing a missing module import, suggest adding a #include if
Richard Smith via cfe-commits
- r267804 - Minor test simplification (per David Blaikie suggestion).
Paul Robinson via cfe-commits
- r267805 - Remove unused LangOpts private variable in HeaderSearch.
Samuel Antao via cfe-commits
- r267808 - [OpenMP] Map clause codegeneration.
Samuel Antao via cfe-commits
- r267811 - [OpenMP] Code generation for target data directive
Samuel Antao via cfe-commits
- r267812 - [OpenMP] Code generation for target enter data directive
Samuel Antao via cfe-commits
- r267814 - [OpenMP] Code generation for target exit data directive
Samuel Antao via cfe-commits
- r267824 - Driver: only produce CFI -fvisibility= error when compiling.
Peter Collingbourne via cfe-commits
- r267830 - clang/test/CodeGenCXX/cfi-blacklist.cpp: Exclude ms targets. They would be non-cfi.
NAKAMURA Takumi via cfe-commits
- r267832 - [analyzer] Move Checkers.inc to clang/include/...
Chih-Hung Hsieh via cfe-commits
- r267845 - CGOpenMPRuntime.h: Prune extra comma in \param. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
- r267858 - Addressed review's comments.
Eric Liu via cfe-commits
- r267859 - Addressed reviewer's post-submission comments from http://reviews.llvm.org/D18551.
Eric Liu via cfe-commits
- r267860 - removed redundant '#'
Eric Liu via cfe-commits
- r267862 - [OPENMP 4.5] Codegen for 'grainsize/num_tasks' clauses of 'taskloop'
Alexey Bataev via cfe-commits
- r267863 - [OPENMP] Simplified interface for codegen of tasks, NFC.
Alexey Bataev via cfe-commits
- r267865 - Revert "[MSVC] PR27337: allow static_cast from private base to derived for WTL"
Dmitry Polukhin via cfe-commits
- r267866 - [MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)
Denis Zobnin via cfe-commits
- r267866 - [MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)
Diana Picus via cfe-commits
- r267869 - PR27216: Only define __ARM_FEATURE_FMA when the target has VFPv4
Silviu Baranga via cfe-commits
- r267870 - Revert "[MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)"
Denis Zobnin via cfe-commits
- r267870 - Revert "[MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)"
Aaron Ballman via cfe-commits
- r267871 - Revert r267784, r267824 and r267830.
Benjamin Kramer via cfe-commits
- r267872 - [OPENMP 4.5] Initial codegen for 'taskloop simd' directive.
Alexey Bataev via cfe-commits
- r267876 - [Clang][BuiltIn][AVX512] Adding intrinsics fot align{d|q} and palignr instruction set
Michael Zuckerman via cfe-commits
- r267877 - Fix spuriously dematerializing reference bug. Fixes PR26612.
Manuel Klimek via cfe-commits
- r267879 - [SystemZ] Support Swift calling convention
Bryan Chan via cfe-commits
- r267880 - ARMv7k: define __ARM_PCS_VFP since we're hard-float.
Tim Northover via cfe-commits
- r267881 - Add accidentally dropped test to r267880.
Tim Northover via cfe-commits
- r267882 - Reland r267691 fixing PR27535.
Vassil Vassilev via cfe-commits
- r267883 - Fix build.
Manuel Klimek via cfe-commits
- r267903 - Re-apply r267784, r267824 and r267830.
Peter Collingbourne via cfe-commits
- r267904 - Debug info: Apply an artificial debug location to __cyg_profile_func.* calls.
Adrian Prantl via cfe-commits
- r267904 - Debug info: Apply an artificial debug location to __cyg_profile_func.* calls.
David Blaikie via cfe-commits
- r267904 - Debug info: Apply an artificial debug location to __cyg_profile_func.* calls.
Adrian Prantl via cfe-commits
- r267904 - Debug info: Apply an artificial debug location to __cyg_profile_func.* calls.
David Blaikie via cfe-commits
- r267904 - Debug info: Apply an artificial debug location to __cyg_profile_func.* calls.
Adrian Prantl via cfe-commits
- r267904 - Debug info: Apply an artificial debug location to __cyg_profile_func.* calls.
David Blaikie via cfe-commits
- r267904 - Debug info: Apply an artificial debug location to __cyg_profile_func.* calls.
Adrian Prantl via cfe-commits
- r267904 - Debug info: Apply an artificial debug location to __cyg_profile_func.* calls.
David Blaikie via cfe-commits
- r267906 - [OpenCL] Fix bug in mergeTypes which causes equivalent types treated as different.
Yaxun Liu via cfe-commits
- r267909 - Make the test exercise all paths modified in r267746.
Paul Robinson via cfe-commits
- r267914 - Fix use of uninitialized value exposed by r267802. Accessors of an invalid
Richard Smith via cfe-commits
- r267924 - [analyzer] Add path note for localizability checker.
Devin Coughlin via cfe-commits
- r267926 - One more fix for use of invalid PresumedLocs missed by r267914.
Richard Smith via cfe-commits
- r267942 - [clang][AVX512][Builtin] Adding intrinsics for the SAD instruction set.
Michael Zuckerman via cfe-commits
- r267948 - Differential Revision: http://reviews.llvm.org/D19687
Sriraman Tallam via cfe-commits
- r267956 - [Sema] Fix a crash that occurs when a variable template is initialized
Akira Hatanaka via cfe-commits
- r267957 - Avoid -Wshadow warnings about constructor parameters named after fields
Reid Kleckner via cfe-commits
- r267969 - PR27549: fix bug that resulted in us giving a translation-unit-scope variable a
Richard Smith via cfe-commits
- r267972 - [OPENMP] Enable correct generation of runtime call when target directive is separated from teams directive by multiple curly brackets
Carlo Bertolli via cfe-commits
- r267975 - [Parser] Clear the TemplateParamScope bit of the current scope's flag
Akira Hatanaka via cfe-commits
- r268013 - [Clang][AVX512][Builtin] Adding intrinsics for compress instruction set
Michael Zuckerman via cfe-commits
- r268018 - Implementation of VlA of GNU C++ extension, by Vladimir Yakovlev.
Alexey Bataev via cfe-commits
- r268020 - [OPENMP] Fix detection of explicit data-sharing attributes in templates.
Alexey Bataev via cfe-commits
- r268028 - [clang][BuiltIn][AVX512]Adding intrinsics for cmp{ss|sd} instruction set.
Michael Zuckerman via cfe-commits
- r268029 - Recommit "[MS] Improved implementation of stack pragmas (vtordisp, *_seg)"
Denis Zobnin via cfe-commits
- r268047 - [ARM] Guard the declarations of f16 to f32 vcvt intrinsics in arm_neon.h by testing __ARM_FP
Silviu Baranga via cfe-commits
- r268055 - Recommitted r264281 "Supporting all entities declared in lexical scope in LLVM debug info."
Amjad Aboud via cfe-commits
- r268055 - Recommitted r264281 "Supporting all entities declared in lexical scope in LLVM debug info."
Pete Cooper via cfe-commits
- r268055 - Recommitted r264281 "Supporting all entities declared in lexical scope in LLVM debug info."
Aboud, Amjad via cfe-commits
- r268055 - Recommitted r264281 "Supporting all entities declared in lexical scope in LLVM debug info."
Pete Cooper via cfe-commits
- r268055 - Recommitted r264281 "Supporting all entities declared in lexical scope in LLVM debug info."
Rafael Espíndola via cfe-commits
- r268055 - Recommitted r264281 "Supporting all entities declared in lexical scope in LLVM debug info."
Aboud, Amjad via cfe-commits
- r268055 - Recommitted r264281 "Supporting all entities declared in lexical scope in LLVM debug info."
Rafael Espíndola via cfe-commits
- r268055 - Recommitted r264281 "Supporting all entities declared in lexical scope in LLVM debug info."
Hans Wennborg via cfe-commits
- r268065 - Add a Subjects line to NoDebugAttr [NFC].
Paul Robinson via cfe-commits
- r268075 - Improve test coverage of -Wdouble-promotion
Robert Lougher via cfe-commits
- r268078 - [Clang][Darwin] Define __ARM_DWARF_EH__ for WatchABI
Chris Bieneman via cfe-commits
- r268081 - [Concepts] Pass requires-clause to ActOnTemplateParameterList; NFC
Hubert Tong via cfe-commits
- r268082 - Fix crash in BuildCXXDefaultInitExpr.
Reid Kleckner via cfe-commits
- r268085 - [MS] Make #pragma pack use PragmaStack<> class.
Denis Zobnin via cfe-commits
- r268090 - Use the new path for coverage related headers and update CMakeLists.txt
Easwaran Raman via cfe-commits
- r268091 - Method Pool in modules: we make sure that if a module contains an entry for
Manman Ren via cfe-commits
- r268103 - Add the ability to determine whether a format string argument is of a double type or not. This change is tested by clang-tidy in r268100.
Aaron Ballman via cfe-commits
- r268113 - [Sema] Specify the underlying type for an enum. NFC.
George Burgess IV via cfe-commits
- r268113 - [Sema] Specify the underlying type for an enum. NFC.
Aaron Ballman via cfe-commits
- r268113 - [Sema] Specify the underlying type for an enum. NFC.
George Burgess IV via cfe-commits
- r268113 - [Sema] Specify the underlying type for an enum. NFC.
Aaron Ballman via cfe-commits
- r268113 - [Sema] Specify the underlying type for an enum. NFC.
George Burgess IV via cfe-commits
- r268127 - Add a new warning to notify users of mismatched SDK and deployment target
Chris Bieneman via cfe-commits
- r268127 - Add a new warning to notify users of mismatched SDK and deployment target
Sean Silva via cfe-commits
- r268127 - Add a new warning to notify users of mismatched SDK and deployment target
Chris Bieneman via cfe-commits
- r268127 - Add a new warning to notify users of mismatched SDK and deployment target
Chris Bieneman via cfe-commits
- r268127 - Add a new warning to notify users of mismatched SDK and deployment target
Chris Bieneman via cfe-commits
- r268128 - Fix test case for incompatible sysroot warning
Chris Bieneman via cfe-commits
- r268129 - [NFC] Initialize a variable to make buildbot green.
Denis Zobnin via cfe-commits
- r268129 - [NFC] Initialize a variable to make buildbot green.
Richard Smith via cfe-commits
- r268131 - [CUDA] Copy host builtin types to NVPTXTargetInfo.
Justin Lebar via cfe-commits
- r268137 - Delete store to Target option PositionIndependentExecutable as PIE is now set in module flags.
Sriraman Tallam via cfe-commits
- r268151 - Reverting 268055 as it caused PR27579.
Amjad Aboud via cfe-commits
- r268156 - Stab in the dark to fix the PS4 bot
Chris Bieneman via cfe-commits
- r268167 - python: add bindings for children of diagnostics
Saleem Abdulrasool via cfe-commits
- r268196 - [clang][Builtin][AVX512] Adding intrinsics for vmovshdup and vmovsldup instruction set
Michael Zuckerman via cfe-commits
Last message date:
Sun May 1 22:07:25 PDT 2016
Archived on: Sun May 1 22:04:56 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).