The Week Of Monday 14 July 2014 Archives by date
Starting: Mon Jul 14 00:06:26 PDT 2014
Ending: Sun Jul 20 23:17:40 PDT 2014
Messages: 755
- [PATCH] Suggest automated replacements of C-style casts with C++ casts.
Daniel Jasper
- [clang-tools-extra] r212924 - Suggest automated replacements of C-style casts with C++ casts.
Alexander Kornienko
- Fix __UINTPTR_TYPE__ definition after r211657
Joerg Sonnenberger
- r212909 - Add test cases for AArch64 hints codegen
Yi Kong
- [PATCH] [x32] Add __ILP32__ macro for ILP32 platforms
Simon Atanasyan
- r212931 - [x32] Add __ILP32__ macro for ILP32 platforms
Pavel Chupin
- [PATCH] [x32] Add __ILP32__ macro for ILP32 platforms
Pavel Chupin
- [PATCH] [clang-tidy] Add a checker for swapped literal arguments.
Benjamin Kramer
- [PATCH] Use the correct from type in a SCS
Ehsan Akhgari
- Fix __UINTPTR_TYPE__ definition after r211657
Justin Holewinski
- [PATCH] Improved __builtin_constant_p
Janusz Sobczak
- r212935 - clang-format: Improve cast detection (fix false positive).
Daniel Jasper
- [PATCH] [clang-tidy] Add a checker for swapped literal arguments.
Alexander Kornienko
- [PATCH] PR13236 - Microsoft compatibility: support __super specifier to access members of base classes
Aaron Ballman
- [PATCH] [ASTMatchers] Make hasOverloadedOperatorName also match freestanding overloads.
Benjamin Kramer
- [PATCH] [ASTMatchers] Make hasOverloadedOperatorName also match freestanding overloads.
Daniel Jasper
- [PATCH] [clang-tidy] Add a checker for swapped literal arguments.
Benjamin Kramer
- [PATCH] Set up clang-tidy diagnostic consumer to print types etc.
Alexander Kornienko
- r212940 - [ASTMatchers] Make hasOverloadedOperatorName also match freestanding overloads.
Benjamin Kramer
- [clang-tools-extra] r212941 - Set up clang-tidy diagnostic consumer to print types etc.
Alexander Kornienko
- [PATCH] Set up clang-tidy diagnostic consumer to print types etc.
Alexander Kornienko
- [PATCH] [ASTMatchers] Make hasOverloadedOperatorName also match freestanding overloads.
Benjamin Kramer
- [PATCH] Set up clang-tidy diagnostic consumer to print types etc.
Benjamin Kramer
- [PATCH] Allow __fp16 as a function arg or return type for AArch64
Tim Northover
- [PATCH] [clang-tidy] Add a checker for swapped literal arguments.
Benjamin Kramer
- [clang-tools-extra] r212942 - [clang-tidy] Add a checker for swapped arguments.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker for swapped literal arguments.
Alexander Kornienko
- r205197 - Sema: Check dll attributes on redeclarations
Alp Toker
- [PATCH] GCC compatibility: pass -z linker options to the linker
Arthur
- [PATCH] ARM: Implement __builtin_arm_nop intrinsic
Yi Kong
- [PATCH] Allow __fp16 as a function arg or return type for AArch64
Tim Northover
- [PATCH] [clang-tidy] Add a checker for swapped literal arguments.
Benjamin Kramer
- [PATCH] ARM: Implement __builtin_arm_nop intrinsic
Tim Northover
- [PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Kristof Beyls
- [PATCH] PowerPC support for the ELFv2 ABI (powerpc64le-linux)
Ulrich Weigand
- r212947 - ARM: Implement __builtin_arm_nop intrinsic
Yi Kong
- [PATCH] ARM: Implement __builtin_arm_nop intrinsic
Yi Kong
- r212950 - ARM: Add NOP intrinsic mapping in arm_acle.h
Yi Kong
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Aaron Ballman
- [PATCH] Add a check to flag the usage of C-style casts (Google Style).
Alp Toker
- [PATCH] [clang-tidy] Add a checker that removes deducible arguments from std::make_pair
Benjamin Kramer
- Fix __UINTPTR_TYPE__ definition after r211657
JF Bastien
- [PATCH] Code coverage mapping generation that enables coverage using the instrumentation based profiling
Alex L
- [PATCH] [clang-tidy] Add a checker that flags all instances of overloaded unary operator&
Benjamin Kramer
- r212954 - CodeGen: Let arrays be inputs to inline asm
David Majnemer
- [PATCH] CodeGen: Let arrays be inputs to inline asm
David Majnemer
- r212957 - Improve error recovery around colon.
Serge Pavlov
- [PATCH] CodeGen: Properly null-check typeid expressions
David Majnemer
- [PATCH] CodeGen: Properly null-check typeid expressions
David Majnemer
- [PATCH] Improve error recovery around colon.
Serge Pavlov
- [PATCH] Add more information when displaying a "read-only variable is not assignable" error
David Blaikie
- [libcxxabi] r212958 - Fix for libc++abi when using -Wl,--as-needed.
Dan Albert
- [PATCH] [UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null
Byoungyoung Lee
- [PATCH] Modeling APIs in the Static Analyzer
Anna Zaks
- [PATCH] Add support for CUDA unroll pragma
Mark Heffernan
- r211774 - [OPENMP] Initial parsing and sema analysis for 'single' directive.
Carlo Bertolli
- [PATCH] Add more information when displaying a "read-only variable is not assignable" error
Richard Trieu
- r212964 - Change the diagnostic group for unsupported gcc optimizations added r212805
Alp Toker
- r212965 - Revert "Improve error recovery around colon."
Reid Kleckner
- r212805 - GCC compatibility: Create a Group to ignore unsupported optimization.
Alp Toker
- r212957 - Improve error recovery around colon.
Reid Kleckner
- r212968 - Document the warning triggered by the unsupported gcc optimization flags (r212805)
Sylvestre Ledru
- r212969 - Document the forward of the -u option (r211756)
Sylvestre Ledru
- [PATCH] GCC compatibility: pass -z linker options to the linker
Joerg Sonnenberger
- [PATCH] Add more information when displaying a "read-only variable is not assignable" error
Richard Trieu
- [PATCH] GCC compatibility: pass -z linker options to the linker
Arthur Marble
- [PATCH] GCC compatibility: pass -z linker options to the linker
Arthur
- r212972 - Avoid non-attributive uses of 'unsupported' in diagnostics
Alp Toker
- r212974 - Fix typos
Alp Toker
- r212975 - Fix case-sensitivity of inferred framework modules
Ben Langmuir
- r212978 - In C++98, if an rvalue reference binds to a function lvalue (or an xvalue or an
Richard Smith
- r212980 - XFAIL test that doesn't work on Windows yet
Ben Langmuir
- [PATCH] Driver: bifurcate extended and basic MSC versioning
Alp Toker
- r212982 - Introduce getCorrespondingUnsignedType() in TargetInfo to work like the
Joerg Sonnenberger
- r212987 - Drop separate UIntMaxType and just derive it from IntMaxType.
Joerg Sonnenberger
- r212989 - Try harder to supress the test from r212975 on Windows
Ben Langmuir
- [PATCH] [libcxx] Delay evaluation of __make_tuple_types to prevent blowing the max template instantiation depth. Fixes Bug #18345
Eric Fiselier
- [clang-tools-extra] r212994 - Fix build when various clang feature flags are enabled/disabled
Alp Toker
- r212995 - Fix the !CLANG_ENABLE_ARCMT build
Alp Toker
- r212996 - Fix build with various feature flag combinations
Alp Toker
- r212997 - Move clang feature flags settings out of LLVM core and into cfe
Alp Toker
- r212969 - Document the forward of the -u option (r211756)
Joerg Sonnenberger
- r212969 - Document the forward of the -u option (r211756)
Reid Kleckner
- r213003 - Continue parsing an expression list even after an error is encountered.
Kaelyn Takata
- r212969 - Document the forward of the -u option (r211756)
Joerg Sonnenberger
- r213008 - Revert "Move clang feature flags settings out of LLVM core and into cfe"
Alp Toker
- r213009 - AST: Cleanup __uuidof related code
David Majnemer
- r213010 - Define ENABLE_CLANG_ARCMT in the legacy build system too
Alp Toker
- [PATCH] [libcxx] Change _LIBCXX_CONSTEXPR_AFTER_CXX11 to check for relaxed constexpr rules
Eric Fiselier
- r213013 - Remove dead code.
Richard Smith
- [PATCH] PR13236 - Microsoft compatibility: support __super specifier to access members of base classes
Reid Kleckner
- r213014 - Revert "Revert "Move clang feature flags settings out of LLVM core and into cfe""
Alp Toker
- r213016 - AST: Fix __uuidof for template specializations
David Majnemer
- [PATCH] [libcxx] Change _LIBCXX_CONSTEXPR_AFTER_CXX11 to check for relaxed constexpr rules
Marshall Clow
- [PATCH v3 0/9] Initial implementation of delayed typo correction.
Kaelyn Takata
- [PATCH v3 1/9] Move TypoCorrectionConsumer into a header.
Kaelyn Takata
- [PATCH v3 2/9] Add the initial TypoExpr AST node for delayed typo correction.
Kaelyn Takata
- [PATCH v3 3/9] Pass around CorrectionCandidateCallbacks as unique_ptrs so TypoCorrectionConsumer can keep the callback around as long as needed.
Kaelyn Takata
- [PATCH v3 4/9] Have TypoCorrectionConsumer remember the TypoCorrections it returned.
Kaelyn Takata
- [PATCH v3 5/9] Start adding the infrastructure for handling TypoExprs.
Kaelyn Takata
- [PATCH v3 6/9] Add simple way for a CorrectionCandidateCallback to reject exact matches of the typo.
Kaelyn Takata
- [PATCH v3 7/9] Add another keyword-selection flag to CorrectionCandidateCallback.
Kaelyn Takata
- [PATCH v3 8/9] Add a callback for recovering using a typo correction.
Kaelyn Takata
- [PATCH v3 9/9] Wire up LookupMemberExpr to use the new TypoExpr.
Kaelyn Takata
- [PATCH] PR13236 - Microsoft compatibility: support __super specifier to access members of base classes
Nikola Smiljanic
- r213022 - PR19751: (T())++ is not a cast-expression.
Richard Smith
- [PATCH] PR13236 - Microsoft compatibility: support __super specifier to access members of base classes
Reid Kleckner
- [PATCH] [libcxx] Change _LIBCXX_CONSTEXPR_AFTER_CXX11 to check for relaxed constexpr rules
Eric Fiselier
- [PATCH] [libcxx] Change _LIBCXX_CONSTEXPR_AFTER_CXX11 to check for relaxed constexpr rules
Eric Fiselier
- [PATCH] Don't get confused on the number of braces when braces start after the first __asm
Ehsan Akhgari
- r213016 - AST: Fix __uuidof for template specializations
Richard Smith
- r213028 - VirtualFileSystem: Correctly generate the mapping for an empty VFS
Justin Bogner
- [PATCH] [UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null
Richard Smith
- [PATCH] Location and Range unittests for FriendDecl
Nikola Smiljanić
- [PATCH] PR10405 Missing actual type (aka) in error message when using decltype as a template parameter
Nikola Smiljanić
- r213010 - Define ENABLE_CLANG_ARCMT in the legacy build system too
Nico Weber
- [PATCH] [libcxx] Change _LIBCXX_CONSTEXPR_AFTER_CXX11 to check for relaxed constexpr rules
Marshall Clow
- [PATCH] [libcxx] Change _LIBCXX_CONSTEXPR_AFTER_CXX11 to check for relaxed constexpr rules
Eric Fiselier
- r213032 - Don't get confused on the number of braces when braces start after the first __asm
Ehsan Akhgari
- [PATCH] Don't get confused on the number of braces when braces start after the first __asm
Reid Kleckner
- [PATCH] Don't get confused on the number of braces when braces start after the first __asm
Ehsan Akhgari
- [PATCH] Don't get confused on the number of braces when braces start after the first __asm
Ehsan Akhgari
- [PATCH] R600: Define device name macros.
Matt Arsenault
- [PATCH] Use the correct from type in a SCS
Richard Smith
- [PATCH] Improved __builtin_constant_p
Richard Smith
- r213040 - [OPENMP] Several cosmetic fixes in comments, tests and the code for '#pragma omp single'.
Alexey Bataev
- [PATCH] Use the correct from type in a SCS
Ehsan Akhgari
- r211774 - [OPENMP] Initial parsing and sema analysis for 'single' directive.
Bataev, Alexey
- [PATCH] Upstream an MS inline assembly test from Mozilla's inline assembly code
Ehsan Akhgari
- r213043 - [modules] Rearrange and unify the way we determine if we need to pull in
Richard Smith
- [PATCH] Avoid referencing a vtable when not required
Richard Smith
- r213044 - AST: Don't walk all redeclarations when looking for a uuid attr
David Majnemer
- r213016 - AST: Fix __uuidof for template specializations
David Majnemer
- [PATCH] [libcxx] Add <experimental/utility> header for LFTS.
Eric Fiselier
- [PATCH] [libcxx] Add <experimental/tuple> header for LFTS.
Eric Fiselier
- r213055 - clang-format: Improve heuristic around avoiding bad line breaks.
Daniel Jasper
- [PATCH] [clang-tidy] Add a checker that removes deducible arguments from std::make_pair
Alexander Kornienko
- [PATCH] [libcxx] Add <experimental/any> header for LFTS.
Eric Fiselier
- [PATCH] [clang-tidy] Add a checker that flags all instances of overloaded unary operator&
Alexander Kornienko
- [clang-tools-extra] r213058 - [clang-tidy] Add a checker that removes deducible arguments from std::make_pair
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker that removes deducible arguments from std::make_pair
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker that flags all instances of overloaded unary operator&
Benjamin Kramer
- [PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Kevin Qin
- [PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Kevin Qin
- Broken name range for function template specialization (and a related question)
Abramo Bagnara
- [PATCH] Improved __builtin_constant_p
Janusz Sobczak
- r213063 - Provide builtin macros as template for PRIab and SCNab, matching the
Joerg Sonnenberger
- r213064 - Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.
NAKAMURA Takumi
- [clang-tools-extra] r213064 - Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.
NAKAMURA Takumi
- r213065 - Make sure int64_t and uint64_t are consistent.
Joerg Sonnenberger
- r213063 - Provide builtin macros as template for PRIab and SCNab, matching the
Tobias Grosser
- r213066 - Don't create non-temporary twines.
Joerg Sonnenberger
- [PATCH] [clang-tidy] Add a checker that flags all instances of overloaded unary operator&
Alexander Kornienko
- [clang-tools-extra] r213067 - [clang-tidy] Add a checker that flags all instances of overloaded unary operator&
Benjamin Kramer
- [PATCH] Driver: bifurcate extended and basic MSC versioning
Aaron Ballman
- [PATCH] [clang-tidy] Add a checker that flags all instances of overloaded unary operator&
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker that removes deducible arguments from std::make_pair
Alexander Kornienko
- [PATCH] [ASTMatchers] Add a usingDirectiveDecl matcher that was missing for some reason.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker that removes deducible arguments from std::make_pair
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker that flags unnamed parameters.
Benjamin Kramer
- [clang-tools-extra] r213068 - [clang-tidy] extend make_pair test for fixits in template definitions.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker that removes deducible arguments from std::make_pair
Alexander Kornienko
- r213063 - Provide builtin macros as template for PRIab and SCNab, matching the
Joerg Sonnenberger
- [PATCH] [clang-tidy] Add a checker that flags unnamed parameters.
Daniel Jasper
- [PATCH] Driver: bifurcate extended and basic MSC versioning
Alp Toker
- [PATCH] GCC compatibility: pass -z linker options to the linker
Arthur
- [PATCH] Driver: bifurcate extended and basic MSC versioning
Aaron Ballman
- [PATCH] [clang-tidy] Add a checker that flags unnamed parameters.
Alexander Kornienko
- [PATCH] [clang-tidy] Add a checker that flags unnamed parameters.
Benjamin Kramer
- r212871 - Require an x86 registered target for this test by splitting it out
Artyom Skrobov
- [PATCH] [clang-tidy] Add a checker that flags unnamed parameters.
Benjamin Kramer
- [PATCH] clang-cl: Implement the -arch flag
Ehsan Akhgari
- [PATCH] Move f optimizations to clang_ignored_gcc_optimization_f_Group
Arthur
- [PATCH] R600: Define device name macros.
Tom Stellard
- [PATCH] [clang-tidy] Add a checker that flags unnamed parameters.
Alexander Kornienko
- [PATCH] Driver: bifurcate extended and basic MSC versioning
Saleem Abdulrasool
- [PATCH] clang-cl: Implement the -arch flag
Hans Wennborg
- [PATCH] clang-cl: Implement the -arch flag
Ehsan Akhgari
- [PATCH] Driver: bifurcate extended and basic MSC versioning
Saleem Abdulrasool
- [PATCH] Driver: bifurcate extended and basic MSC versioning
Aaron Ballman
- [PATCH][TEST] Improve tests for #pragma clang optimize off/on
Dario Domizioli
- [PATCH] [clang-tidy] Add a checker that flags unnamed parameters.
David Blaikie
- [PATCH] [clang-tidy] Add a checker that flags unnamed parameters.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker that flags unnamed parameters.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker that flags unnamed parameters.
Benjamin Kramer
- r213063 - Provide builtin macros as template for PRIab and SCNab, matching the
Renato Golin
- [PATCH] Add -Wrange-loop-analysis to warn when a range-based for-loop is creating a copy.
David Blaikie
- [PATCH] Add more information when displaying a "read-only variable is not assignable" error
David Blaikie
- [PATCH] clang-cl: Implement the -arch flag
Ehsan Akhgari
- [PATCH] [clang-tidy] Add a checker that flags unnamed parameters.
Alexander Kornienko
- [PATCH] clang-cl: Implement the -arch flag
Hans Wennborg
- [PATCH] Driver: bifurcate extended and basic MSC versioning
Saleem Abdulrasool
- [PATCH] clang-cl: Implement the -arch flag
Hans Wennborg
- [PATCH] Port memory barriers intrinsics to AArch64 (Part 2)
Yi Kong
- [clang-tools-extra] r213075 - [clang-tidy] Add a checker that flags unnamed parameters.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker that flags unnamed parameters.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker that warns on const string & members.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a namespace checker.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker that warns on const string & members.
Benjamin Kramer
- r213010 - Define ENABLE_CLANG_ARCMT in the legacy build system too
Alp Toker
- [PATCH] [clang-tidy] Add a checker that warns on const string & members.
Alexander Kornienko
- r213076 - Objective-C IRGen. Fixes an inconsistant linkage of
Fariborz Jahanian
- r213079 - Add codegen for more R600 builtins
Matt Arsenault
- [PATCH] [clang-tidy] Add a checker that warns on const string & members.
Benjamin Kramer
- [PATCH] Don't set ObjCAutoRefCount in original CI
Alp Toker
- [PATCH] [clang-tidy] Add a namespace checker.
Benjamin Kramer
- [PATCH] R600: Add codegen for more builtins
Matt Arsenault
- [PATCH] Don't set ObjCAutoRefCount in original CI
jahanian
- r213081 - Improve test of my previous patch. rdar://17633301
Fariborz Jahanian
- [PATCH] Don't set ObjCAutoRefCount in original CI
Argyrios Kyrtzidis
- [PATCH] Don't set ObjCAutoRefCount in original CI
Alp Toker
- [PATCH] Driver: bifurcate extended and basic MSC versioning
Aaron Ballman
- r213083 - clang-cl: Implement the -arch flag
Ehsan Akhgari
- [PATCH] [UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null
Byoungyoung Lee
- [PATCH] Don't set ObjCAutoRefCount in original CI
Argyrios Kyrtzidis
- [PATCH] clang-cl: Implement the -arch flag
Ehsan Akhgari
- [clang-tools-extra] r213085 - Fix the diagnostic.cpp test to explicitly disable more google checks
Reid Kleckner
- [PATCH] [libc++] Fix std::make_heap's worst case time complexity
David Majnemer
- [PATCH] Move f optimizations to clang_ignored_gcc_optimization_f_Group
Reid Kleckner
- [PATCH] GCC compatibility: pass -z linker options to the linker
Reid Kleckner
- [PATCH] Add support for unroll pragma
Mark Heffernan
- [PATCH] GCC compatibility: pass -z linker options to the linker
Arthur Marble
- [PATCH] GCC compatibility: pass -z linker options to the linker
Arthur
- r213095 - Added the pack_elements range accessor. Refactoring some for loops to use range-based for loops instead. No functional changes intended.
Aaron Ballman
- [PATCH] GCC compatibility: pass -z linker options to the linker
Eric Christopher
- [PATCH] [libc++] Fix std::make_heap's worst case time complexity
Richard Smith
- r213010 - Define ENABLE_CLANG_ARCMT in the legacy build system too
Nico Weber
- [PATCH] GCC compatibility: pass -z linker options to the linker
Arthur Marble
- [PATCH] GCC compatibility: pass -z linker options to the linker
Eric Christopher
- [PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Eric Christopher
- [PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Eric Christopher
- r213097 - Add __INTMAX_C_SUFFIX__ and __UINTMAX_C_SUFFIX__.
Joerg Sonnenberger
- [PATCH] Use the integrated assembler by default on OpenBSD/sparc.
Eric Christopher
- r212666 - [Driver] Expose getARMCPUForMArch() function in the Driver API; NFC.
Eric Christopher
- r213098 - Switching some iterator-based for loops to use range-based for loops. No functional changes intended.
Aaron Ballman
- [PATCH] GCC compatibility: pass -z linker options to the linker
Joerg Sonnenberger
- r213010 - Define ENABLE_CLANG_ARCMT in the legacy build system too
Alp Toker
- [PATCH] GCC compatibility: pass -z linker options to the linker
Eric Christopher
- [PATCH] CodeGen: Properly null-check typeid expressions
David Majnemer
- r213010 - Define ENABLE_CLANG_ARCMT in the legacy build system too
Nico Weber
- [PATCH] Skip Ubsan's vptr checks on constructors and destructors.
Byoungyoung Lee
- r213105 - Use the integrated assembler by default on OpenBSD/sparc.
Brad Smith
- [PATCH] Move f optimizations to clang_ignored_gcc_optimization_f_Group
Arthur
- [PATCH] Skip Ubsan's vptr checks on constructors and destructors.
Richard Smith
- [PATCH] Add more information when displaying a "read-only variable is not assignable" error
Richard Smith
- r213010 - Define ENABLE_CLANG_ARCMT in the legacy build system too
Jonathan Roelofs
- [PATCH] CodeGen: Properly null-check typeid expressions
Richard Smith
- [PATCH] PR16392 ObjCMessageExpr argument source range
Karlis Senko
- [PATCH] GCC compatibility: pass -z linker options to the linker
Joerg Sonnenberger
- [PATCH] GCC compatibility: pass -z linker options to the linker
Eric Christopher
- r213109 - Avoid referencing the vtable when calling the ctor without emitting it
Reid Kleckner
- r213010 - Define ENABLE_CLANG_ARCMT in the legacy build system too
Alp Toker
- [PATCH] Avoid referencing a vtable when not required
Reid Kleckner
- r213112 - Handle diagnostic warnings in Frontend diagnostic handler.
Tyler Nowicki
- [PATCH] GCC compatibility: pass -z linker options to the linker
Arthur
- r213115 - Add a test for wildcard expansion on Windows
Hans Wennborg
- [libcxx] r213116 - Change Windows decoration on some base classes
Saleem Abdulrasool
- [PATCH] GCC compatibility: pass -z linker options to the linker
Reid Kleckner
- r213112 - Handle diagnostic warnings in Frontend diagnostic handler.
Alp Toker
- [PATCH] GCC compatibility: pass -z linker options to the linker
Arthur
- r212263 - Move the calling of emitTargetMD() later.
Richard Smith
- r213119 - Driver: bifurcate extended and basic MSC versioning
Saleem Abdulrasool
- r213010 - Define ENABLE_CLANG_ARCMT in the legacy build system too
Richard Smith
- [PATCH] [libcxx] Add <experimental/utility> header for LFTS.
Eric Fiselier
- [PATCH] Driver: bifurcate extended and basic MSC versioning
Saleem Abdulrasool
- [PATCH] [UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null
Richard Smith
- [PATCH] Skip Ubsan's vptr checks on constructors and destructors.
Byoungyoung Lee
- [PATCH] [libcxx] Partially address a FIXME in steady_clock::now()
Marshall Clow
- r213120 - Improve error recovery around colon.
Serge Pavlov
- r213121 - AST: Cleanup RecordLayoutBuilder
David Majnemer
- [PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Kevin Qin
- r213122 - AST: Convert a SmallPtrSet to a SmallPtrSetImpl in RecordLayoutBuilder
David Majnemer
- [PATCH] GCC compatibility: pass -z linker options to the linker
Joerg Sonnenberger
- r213123 - MS ABI: Up the required alignment after inserting padding between vbases
David Majnemer
- [PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Kristof Beyls
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
- [PATCH] Call powerpc-darwin external tools with -arch ppc
Stephen Drake
- r213126 - Don't add -Bsymbolic by default on Android.
Evgeniy Stepanov
- [PATCH] [clang-tidy] Add a namespace checker.
Daniel Jasper
- [PATCH] [clang-tidy] Add a checker that warns on const string & members.
Daniel Jasper
- [PATCH] [clang-tidy] Add a checker that warns on const string & members.
Benjamin Kramer
- [PATCH] Modeling APIs in the Static Analyzer
Gábor Horváth
- [PATCH] [clang-tidy] Add a namespace checker.
Alexander Kornienko
- r213132 - [mips] Add support for -mfpxx and -mno-fpxx.
Daniel Sanders
- [PATCH] [clang-tidy] Add a checker that warns on const string & members.
Alexander Kornienko
- [PATCH] [clang-tidy] Add a checker that warns on const string & members.
Benjamin Kramer
- [clang-tools-extra] r213133 - [clang-tidy] Add a checker that warns on const string & members.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker that warns on const string & members.
Alexander Kornienko
- [PATCH] [clang-tidy] Add a checker that warns on const string & members.
Daniel Jasper
- [PATCH] [clang-tidy] Add a checker that warns on const string & members.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a namespace checker.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a namespace checker.
Alexander Kornienko
- [PATCH] [clang-tidy] Add a namespace checker.
Benjamin Kramer
- r213138 - [mips] Correct the invocation of GAS in several cases.
Daniel Sanders
- r213139 - clang/test/Sema/warn-documentation-almost-trailing.c: Rewrite checks with @LINE.
NAKAMURA Takumi
- r213140 - clang/test: Introduce the feature "staticanalyzer" for --enable-clang-static-analyzer.
NAKAMURA Takumi
- [PATCH] [clang-tidy] Add a namespace checker.
Alexander Kornienko
- r213140 - clang/test: Introduce the feature "staticanalyzer" for --enable-clang-static-analyzer.
Sylvestre Ledru
- r213141 - [Driver][Mips] Reduce code duplication. Remove static isMipsNan2008() function.
Simon Atanasyan
- r213142 - [Driver][Mips] Remove flags which is not used in multi-library selection.
Simon Atanasyan
- r213143 - [Driver][Mips] Reduce code duplication - use existing function
Simon Atanasyan
- r213120 - Improve error recovery around colon.
Evgeniy Stepanov
- [PATCH] [clang-tidy] Add a namespace checker.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a namespace checker.
Alexander Kornienko
- r213145 - Trailing linefeed.
NAKAMURA Takumi
- r213146 - Move clang/test/Frontend/rewrite-*.c to clang/test/Frontend/Rewriter/
NAKAMURA Takumi
- [PATCH] Avoid adding redundant parens.
Alexander Kornienko
- [clang-tools-extra] r213147 - Added documentation on how clang diagnostics are reported by clang-tidy.
Alexander Kornienko
- [PATCH] [clang-tidy] Add a checker for zero-length memset.
Benjamin Kramer
- r213148 - clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.
NAKAMURA Takumi
- [clang-tools-extra] r213149 - Avoid adding redundant parens.
Alexander Kornienko
- [PATCH] [clang-tidy] Add a checker for zero-length memset.
Daniel Jasper
- [PATCH] Avoid adding redundant parens.
Benjamin Kramer
- r213150 - clang/test/Driver/crash-report.c: This requires rewriter for -frewrite-includes. [PR20321]
NAKAMURA Takumi
- [PATCH] [clang-tidy] Add a checker for zero-length memset.
Alexander Kornienko
- [PATCH] Change __INT*_TYPE__ to be compatible with GCC
Joerg Sonnenberger
- [PATCH] Avoid adding redundant parens.
Alexander Kornienko
- r205197 - Sema: Check dll attributes on redeclarations
Nico Rieck
- [PATCH] [clang-tidy] Add a checker for zero-length memset.
Benjamin Kramer
- r213152 - [ASTMatchers] Add a usingDirectiveDecl matcher.
Benjamin Kramer
- [clang-tools-extra] r213153 - [clang-tidy] Add namespaces checkers.
Benjamin Kramer
- [PATCH] [ASTMatchers] Add a usingDirectiveDecl matcher that was missing for some reason.
Daniel Jasper
- [PATCH] [ASTMatchers] Add a usingDirectiveDecl matcher that was missing for some reason.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a namespace checker.
Benjamin Kramer
- [clang-tools-extra] r213155 - [clang-tidy] Add a checker for zero-length memset.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker for zero-length memset.
Daniel Jasper
- [PATCH] [clang-tidy] Add a checker for zero-length memset.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker for zero-length memset.
Alexander Kornienko
- [clang-tools-extra] r213156 - [clang-tidy] Also emit a warning for memset(x, 0, 0)
Benjamin Kramer
- [clang-tools-extra] r213157 - [clang-tidy] As a simple heuristic don't emit a swap fixit that would create
Benjamin Kramer
- [PATCH] [clang-tidy] Add a checker for zero-length memset.
Benjamin Kramer
- r213148 - clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.
Alp Toker
- r213148 - clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.
NAKAMURA Takumi
- r213148 - clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.
Alp Toker
- [PATCH] [libcxx] Add <experimental/utility> header for LFTS.
Marshall Clow
- r213159 - Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrite-includes. [PR20321]"
Alp Toker
- [PATCH] [libcxx] Change _LIBCXX_CONSTEXPR_AFTER_CXX11 to check for relaxed constexpr rules
Marshall Clow
- [clang-tools-extra] r213133 - [clang-tidy] Add a checker that warns on const string & members.
David Blaikie
- r213148 - clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.
Alp Toker
- [clang-tools-extra] r213155 - [clang-tidy] Add a checker for zero-length memset.
Nico Weber
- [libcxx] r213163 - Correctly implement LWG 2049; std::is_destructible.
Marshall Clow
- r212060 - Consider module depedencies when checking a preamble in libclang
Nico Weber
- r213164 - clang-cl: make sure we still parse -fms-version= after r213119
Hans Wennborg
- [PATCH] [libcxx] Partially address a FIXME in steady_clock::now()
Jonathan Roelofs
- [PATCH] [libcxx] Partially address a FIXME in steady_clock::now()
Jon Roelofs
- r213165 - Expand the wildcard expansion test to also cover '?'
Hans Wennborg
- r213167 - Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
Fariborz Jahanian
- [PATCH] [UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null
Byoungyoung Lee
- r213170 - clang-cl: expand test coverage for "core" options
Hans Wennborg
- r212060 - Consider module depedencies when checking a preamble in libclang
Nico Weber
- [PATCH] Fix ARM AAPCS regression caused by r211898
Oliver Stannard
- r213171 - Make clang's rewrite engine a core feature
Alp Toker
- [clang-tools-extra] r213155 - [clang-tidy] Add a checker for zero-length memset.
David Blaikie
- [clang-tools-extra] r213172 - Track clang r213171
Alp Toker
- r212060 - Consider module depedencies when checking a preamble in libclang
Ben Langmuir
- r213148 - clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.
Alp Toker
- r213148 - clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.
Alp Toker
- r212060 - Consider module depedencies when checking a preamble in libclang
Nico Weber
- r213167 - Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
Aaron Ballman
- r213175 - [Driver][Mips] If CPU name is not provided to the driver explicitly use
Simon Atanasyan
- r212871 - Require an x86 registered target for this test by splitting it out
Renato Golin
- r212388 - Use non-intrusive refcounting for TargetOptions
David Blaikie
- r212427 - libclang: refactor handling of unsaved_files
David Blaikie
- r213170 - clang-cl: expand test coverage for "core" options
Reid Kleckner
- r213178 - Simplify memory management in NestedNameSpecifierLocBuilder.
Serge Pavlov
- r213179 - Don't use -msse2 in test/Driver/cl-options.c
Hans Wennborg
- r213170 - clang-cl: expand test coverage for "core" options
Hans Wennborg
- r213180 - Add the --target option to clang-cl and use it to fix a test.
Reid Kleckner
- r212396 - PlistSupport.h: avoid gcc 'defined but not used' warning
David Blaikie
- r213120 - Improve error recovery around colon.
Serge Pavlov
- r213171 - Make clang's rewrite engine a core feature
Richard Smith
- r213182 - Test commit.
Arthur Marble
- r213184 - Remove whitespace from test commit.
Arthur Marble
- [PATCH] Don't instrument UBSan-generated code with ASan.
Alexey Samsonov
- r213185 - Objective-C. Changes per A. Ballman's comment
Fariborz Jahanian
- r213167 - Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
jahanian
- r213167 - Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
Aaron Ballman
- r213167 - Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
jahanian
- r205197 - Sema: Check dll attributes on redeclarations
Reid Kleckner
- r213185 - Objective-C. Changes per A. Ballman's comment
Aaron Ballman
- r213120 - Improve error recovery around colon.
Evgeniy Stepanov
- r213191 - Removing a FIXME from the attribute parsing code by now passing along the scope and syntax information for attributes with custom parsing. It turns out not to matter too much because the FIXME wasn't quite true -- none of these attributes have a C++11 spelling. However, it's still a good change (for instance, we may add an attribute with a type arg in the future for which this code now behaves properly).
Aaron Ballman
- r213192 - Objective-C. Modify text of documentation for objc_runtime_name
Fariborz Jahanian
- r213193 - Specifying the diagnostic argument through the attribute table generator instead of having to enter it manually as part of the attribute subject list. This only affects attributes appertaining to ObjC interfaces and protocols.
Aaron Ballman
- [clang-tools-extra] r213155 - [clang-tidy] Add a checker for zero-length memset.
Benjamin Kramer
- [PATCH] Fix ARM AAPCS regression caused by r211898
Renato Golin
- r213167 - Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
Aaron Ballman
- [clang-tools-extra] r213155 - [clang-tidy] Add a checker for zero-length memset.
Nico Weber
- r213171 - Make clang's rewrite engine a core feature
Alp Toker
- r213193 - Specifying the diagnostic argument through the attribute table generator instead of having to enter it manually as part of the attribute subject list. This only affects attributes appertaining to ObjC interfaces and protocols.
jahanian
- r213193 - Specifying the diagnostic argument through the attribute table generator instead of having to enter it manually as part of the attribute subject list. This only affects attributes appertaining to ObjC interfaces and protocols.
Aaron Ballman
- r205197 - Sema: Check dll attributes on redeclarations
Alp Toker
- [PATCH] Upstream an MS inline assembly test from Mozilla's inline assembly code
Nico Weber
- r213198 - Typically linker options are protected with -Xlinker or -Wl,
Arthur Marble
- [PATCH] GCC compatibility: pass -z linker options to the linker
Arthur
- [PATCH] [RFC] Introduce support for multiple sanitizer blacklists (Clang side).
Peter Collingbourne
- [PATCH] Fix ARM AAPCS regression caused by r211898
Oliver Stannard
- r213201 - When list-initializing an object of class type, if we pick an initializer list
Richard Smith
- [PATCH] Upstream an MS inline assembly test from Mozilla's inline assembly code
Ehsan Akhgari
- r213171 - Make clang's rewrite engine a core feature
Richard Smith
- [patch] Improve diagnostic on default-initializing const variables (PR20208)
Richard Smith
- [PATCH] Upstream an MS inline assembly test from Mozilla's inline assembly code
Reid Kleckner
- [PATCH] [RFC] PR20146 - Cannot return void with qualifiers
Richard Smith
- [PATCH] Add stopgap option -fmodule-implementation-of
Richard Smith
- r213206 - Add basic (noop) CodeGen support for __assume
Hal Finkel
- [PATCH] Use dereferencable attribute in Clang for C++ references
Richard Smith
- [PATCH] Use dereferencable attribute in Clang for C++ references
Hal Finkel
- [PATCH] [analyzer][Review request] Partial fix for PR19102.
Антон Ярцев
- r213171 - Make clang's rewrite engine a core feature
Alp Toker
- [PATCH] Invariants (and Assume Aligned) - Clang
Richard Smith
- [PATCH] [RFC] Introduce support for multiple sanitizer blacklists (Clang side).
Alexey Samsonov
- [PATCH] Location and Range unittests for FriendDecl
Richard Smith
- r213210 - Stuff
David Blaikie
- r213211 - DebugInfo: Ensure the ASTConsumer "HandleTagDeclRequireDefinition" callback path is tested.
David Blaikie
- r213212 - Revert "Stuff"
David Blaikie
- [PATCH] Location and Range unittests for FriendDecl
Nikola Smiljanic
- r213210 - Stuff
Aaron Ballman
- [PATCH] Invariants (and Assume Aligned) - Clang
hfinkel at anl.gov
- [PATCH] PR10405 Missing actual type (aka) in error message when using decltype as a template parameter
Richard Smith
- r213210 - Stuff
David Blaikie
- [PATCH] Improved __builtin_constant_p
Richard Smith
- [PATCH] Invariants (and Assume Aligned) - Clang
hfinkel at anl.gov
- r213213 - DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer to fix debug info emission in the presence of plugins.
David Blaikie
- [libcxxabi] r213214 - libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11.
Nico Weber
- r212427 - libclang: refactor handling of unsaved_files
Alp Toker
- [PATCH] Add support for unroll pragma
Richard Smith
- [PATCH] Invariants (and Assume Aligned) - Clang
hfinkel at anl.gov
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Richard Smith
- [PATCH] [UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null
Richard Smith
- [PATCH] Don't instrument UBSan-generated code with ASan.
Richard Smith
- [PATCH] Don't instrument UBSan-generated code with ASan.
Alexey Samsonov
- [PATCH] -fms-extensions: Implement half of #pragma init_seg
Reid Kleckner
- Moving lib/Headers
Richard Smith
- r213171 - Make clang's rewrite engine a core feature
Richard Smith
- r213217 - MS ABI: Padding injected between empty vbases doesn't up required align
David Majnemer
- [PATCH] Location and Range unittests for FriendDecl
Richard Smith
- [PATCH] Don't instrument UBSan-generated code with ASan.
Richard Smith
- [PATCH] Upstream an MS inline assembly test from Mozilla's inline assembly code
Ehsan Akhgari
- [PATCH] Location and Range unittests for FriendDecl
Nikola Smiljanic
- [PATCH] Don't instrument UBSan-generated code with ASan.
Alexey Samsonov
- [PATCH] Don't instrument UBSan-generated code with ASan.
Alexey Samsonov
- r213220 - Fix FriendDecl source location and range for class templates and function declarations that don't start with 'friend' keyword. Add more unittests.
Nikola Smiljanic
- [PATCH] Location and Range unittests for FriendDecl
Nikola Smiljanić
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Bataev, Alexey
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
- [PATCH] Location and Range unittests for FriendDecl
Nikola Smiljanić
- [PATCH] -fms-extensions: Implement half of #pragma init_seg
Nico Weber
- [PATCH] Don't instrument UBSan-generated code with ASan.
Richard Smith
- r213171 - Make clang's rewrite engine a core feature
Alp Toker
- [PATCH] [RFC] Introduce support for multiple sanitizer blacklists (Clang side).
Peter Collingbourne
- [PATCH] [RFC] Introduce support for multiple sanitizer blacklists (Clang side).
Peter Collingbourne
- [PATCH] __assume side-effects warning
hfinkel at anl.gov
- [PATCH] -fms-extensions: Implement half of #pragma init_seg
David Majnemer
- r213120 - Improve error recovery around colon.
Serge Pavlov
- [libcxx] r213222 - Test commit: whitespace change
Eric Fiselier
- [libcxx] r213223 - Test commit: Reverting whitespace changes
Eric Fiselier
- r213224 - Track the difference between
Richard Smith
- [libcxx] r213225 - Change _LIBCXX_CONSTEXPR_AFTER_CXX11 to check for c++14 constexpr rules
Eric Fiselier
- [libcxx] r213226 - [libcxx] Add <experimental/utility> header for LFTS.
Eric Fiselier
- [PATCH] __assume side-effects warning
Richard Smith
- [PATCH] [libcxx] Change _LIBCXX_CONSTEXPR_AFTER_CXX11 to check for relaxed constexpr rules
Eric Fiselier
- [PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Kevin Qin
- [PATCH] [llvm-lit] Add --show-unsupported flag to LIT
Eric Fiselier
- [PATCH] Use fragile ObjC runtime by default for 32-bit Mac OS X
Stephen Drake
- r213171 - Make clang's rewrite engine a core feature
Richard Smith
- r213232 - [OPENMP] Initial parsing and sema analysis for 'final' clause.
Alexey Bataev
- [PATCH] [libcxx] expose experimental::erased_type for all standard versions.
Eric Fiselier
- [PATCH] [libcxx] expose experimental::erased_type for all standard versions.
Eric Fiselier
- [clang-tools-extra] r213155 - [clang-tidy] Add a checker for zero-length memset.
Alexander Kornienko
- [PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Kristof Beyls
- [clang-tools-extra] r213233 - [clang-tidy] Provide links to the google style guide for checks derived from it.
Benjamin Kramer
- r213120 - Improve error recovery around colon.
Evgeniy Stepanov
- r213235 - Fix Bug 14061 - scan-build crashes during postprocessing if BUGFILE no longer exists
Sylvestre Ledru
- r213236 - Consistency on the tab/space
Sylvestre Ledru
- r212263 - Move the calling of emitTargetMD() later.
Robert Lytton
- r213237 - [OPENMP] Parsing/Sema analysis of directive 'master'
Alexander Musman
- [clang-tools-extra] r213238 - [clang-tidy] MemsetZeroLenghtChecker: Don't crash trying to evaluate dependent values.
Benjamin Kramer
- r213241 - [mips] Pass the ABI to the integrated assembler and add tests the existing arguments.
Daniel Sanders
- [clang-tools-extra] r213245 - Make the diagnostic message more complete to check the check name.
Alexander Kornienko
- [PATCH] Port memory barriers intrinsics to AArch64 (Part 2)
Tim Northover
- r213249 - IR: update Clang to use polymorphic __fp16 conversion intrinsics.
Tim Northover
- r212871 - Require an x86 registered target for this test by splitting it out
Artyom Skrobov
- r213250 - Port memory barriers intrinsics to AArch64
Yi Kong
- [PATCH] Port memory barriers intrinsics to AArch64 (Part 2)
Yi Kong
- r213171 - Make clang's rewrite engine a core feature
Alp Toker
- r213255 - Upstream an MS inline assembly test from Mozilla's inline assembly code
Ehsan Akhgari
- [PATCH] Move f optimizations to clang_ignored_gcc_optimization_f_Group
Sylvestre Ledru
- [PATCH] Upstream an MS inline assembly test from Mozilla's inline assembly code
Ehsan Akhgari
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
- r213257 - [OPENMP] Initial support for parsing and sema analysis of 'untied' clause.
Alexey Bataev
- r213258 - clang-format: Fix parsing of conditional expressions.
Daniel Jasper
- r213259 - Fixing the objc_runtine_name documentation so that the code block is properly generated.
Aaron Ballman
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
- [PATCH] -fms-extensions: Implement half of #pragma init_seg
Aaron Ballman
- r213260 - Revert "Handle diagnostic warnings in Frontend diagnostic handler."
Alp Toker
- [PATCH] Generate warning when explicitly specified vectorization fails
Alp Toker
- r213112 - Handle diagnostic warnings in Frontend diagnostic handler.
Alp Toker
- r213261 - ARM: Add ACLE memory barrier intrinsic mapping
Yi Kong
- r213262 - [OPENMP] Initial parsing and sema analysis of 'mergeable' clause.
Alexey Bataev
- [PATCH] clang-cl: Flush stdout after writing the /showIncludes output
Ehsan Akhgari
- [PATCH] clang-cl: Flush stdout after writing the /showIncludes output
Ehsan Akhgari
- r212871 - Require an x86 registered target for this test by splitting it out
Renato Golin
- r213265 - Using a std::string instead of a StringRef because the Default case synthesizes a temporary std::string from a Twine. Assigning that into a StringRef causes the StringRef to refer to a temporary, and bad things happen.
Aaron Ballman
- [libcxx] r206805 - Use compiler intrinsic __is_constructible if available
İsmail Dönmez
- r213265 - Using a std::string instead of a StringRef because the Default case synthesizes a temporary std::string from a Twine. Assigning that into a StringRef causes the StringRef to refer to a temporary, and bad things happen.
Alp Toker
- r213265 - Using a std::string instead of a StringRef because the Default case synthesizes a temporary std::string from a Twine. Assigning that into a StringRef causes the StringRef to refer to a temporary, and bad things happen.
Aaron Ballman
- r213266 - Add an __assume side-effects warning
Hal Finkel
- [libcxx] r206805 - Use compiler intrinsic __is_constructible if available
Alp Toker
- [PATCH] __assume side-effects warning
hfinkel at anl.gov
- r213265 - Using a std::string instead of a StringRef because the Default case synthesizes a temporary std::string from a Twine. Assigning that into a StringRef causes the StringRef to refer to a temporary, and bad things happen.
Daniel Sanders
- r213267 - Handle __assume in the VoidExprEvaluator
Hal Finkel
- r213265 - Using a std::string instead of a StringRef because the Default case synthesizes a temporary std::string from a Twine. Assigning that into a StringRef causes the StringRef to refer to a temporary, and bad things happen.
Aaron Ballman
- r213265 - Using a std::string instead of a StringRef because the Default case synthesizes a temporary std::string from a Twine. Assigning that into a StringRef causes the StringRef to refer to a temporary, and bad things happen.
Daniel Sanders
- [libcxx] r213269 - Fix bug #20335 - memory leak when move-constructing a string with unequal allocator. Thanks to Thomas Koeppe for the report
Marshall Clow
- [PATCH] clang-cl: Flush stdout after writing the /showIncludes output
Nico Weber
- r212871 - Require an x86 registered target for this test by splitting it out
Hans Wennborg
- r213259 - Fixing the objc_runtine_name documentation so that the code block is properly generated.
jahanian
- [PATCH] [UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null
Byoungyoung Lee
- r213259 - Fixing the objc_runtine_name documentation so that the code block is properly generated.
Aaron Ballman
- r212871 - Require an x86 registered target for this test by splitting it out
Artyom Skrobov
- [PATCH] MS ABI: Always emit dllexported in-class initialized static data members (PR20140)
Hans Wennborg
- r213282 - Objective-C. deprecated attribute is not inherited on methods
Fariborz Jahanian
- [PATCH] MS ABI: Always emit dllexported in-class initialized static data members (PR20140)
David Majnemer
- [PATCH] Invariants (and Assume Aligned) - Clang
hfinkel at anl.gov
- [PATCH] Invariants (and Assume Aligned) - Clang
hfinkel at anl.gov
- [PATCH] [UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null
Richard Smith
- [libcxx] r206805 - Use compiler intrinsic __is_constructible if available
Logan Chien
- [PATCH] [UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null
Byoungyoung Lee
- [PATCH] Add support for unroll pragma
Mark Heffernan
- [PATCH] MS ABI: Always emit dllexported in-class initialized static data members (PR20140)
Hans Wennborg
- r213288 - Wrap a comment to 80 columns, no code change.
Nico Weber
- r213289 - Provide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__.
Joerg Sonnenberger
- [PATCH] Add support for unroll pragma
Richard Smith
- [PATCH] Disallowing just GNU-style attributes in certain positions
Aaron Ballman
- [PATCH] Add support for unroll pragma
Mark Heffernan
- r213291 - [UBSan] Add !nosanitize metadata to the code generated by UBSan.
Alexey Samsonov
- [patch] Don't assert when mov'ing into segment registers in inline asm
Nico Weber
- [PATCH] Don't instrument UBSan-generated code with ASan.
Alexey Samsonov
- [patch] Don't assert when mov'ing into segment registers in inline asm
Eric Christopher
- r213297 - clang-cl: Flush stdout after writing the /showIncludes output
Ehsan Akhgari
- [PATCH] clang-cl: Flush stdout after writing the /showIncludes output
Ehsan Akhgari
- [patch] Don't assert when mov'ing into segment registers in inline asm
Nico Weber
- [PATCH] Fix ARM AAPCS regression caused by r211898
Renato Golin
- [patch] Don't assert when mov'ing into segment registers in inline asm
Eric Christopher
- r213299 - Always set the C suffix macro, even if it is empty.
Joerg Sonnenberger
- r213301 - If char/short are shorter than int, do not use U as suffix for
Joerg Sonnenberger
- [PATCH] Code coverage mapping generation that enables coverage using the instrumentation based profiling
Bob Wilson
- [PATCH] MS ABI: Always emit dllexported in-class initialized static data members (PR20140)
Reid Kleckner
- [patch] Don't assert when mov'ing into segment registers in inline asm
Nico Weber
- r213304 - MS compatibility: always emit dllexported in-class initialized static data members (PR20140)
Hans Wennborg
- r213305 - Add a test for PR20343 after llvm r213303.
Nico Weber
- [PATCH] MS ABI: Always emit dllexported in-class initialized static data members (PR20140)
Hans Wennborg
- r213307 - unique_ptr-ify ownership of ASTConsumers
David Blaikie
- [clang-tools-extra] r213308 - unique_ptr-ify ownership of ASTConsumers
David Blaikie
- r213311 - Prune empty directories.
Joerg Sonnenberger
- r213307 - unique_ptr-ify ownership of ASTConsumers
Alp Toker
- r213171 - Make clang's rewrite engine a core feature
Douglas Gregor
- [PATCH] Emit lifetime.start / lifetime.end markers for unnamed temporary objects
Arnaud A. de Grandmaison
- r213307 - unique_ptr-ify ownership of ASTConsumers
David Blaikie
- r213171 - Make clang's rewrite engine a core feature
Alp Toker
- r213307 - unique_ptr-ify ownership of ASTConsumers
Alp Toker
- [libclc] r213315 - relational: create re-usable macros for relational declarations
Aaron Watry
- [libclc] r213316 - Fix isnan definition for vector results
Aaron Watry
- [libclc] r213317 - relational/signbit: Refactor to use relational macros
Aaron Watry
- [libclc] r213318 - relational: Implement isgreater
Aaron Watry
- [libclc] r213319 - relational: Implement isgreaterequal
Aaron Watry
- [libclc] r213320 - relational: Implement isnotequal
Aaron Watry
- [libclc] r213321 - Add several missing double constant definitions
Aaron Watry
- [PATCH] Emit lifetime.start / lifetime.end markers for unnamed temporary objects
Reid Kleckner
- [clang-tools-extra] r213324 - Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
- r213325 - Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
- [PATCH] Disallowing just GNU-style attributes in certain positions
Richard Smith
- r213307 - unique_ptr-ify ownership of ASTConsumers
David Blaikie
- r213329 - clang/test/CodeGen/ms-inline-asm.c: Fix for -Asserts.
NAKAMURA Takumi
- r213307 - unique_ptr-ify ownership of ASTConsumers
David Blaikie
- r213332 - PR20346: fix aggregate initialization / template instantiation bug:
Richard Smith
- r213334 - Check-labelize ubsan tests
Alexey Samsonov
- r213337 - Fix parsing certain kinds of strings in the MS section pragmas
Reid Kleckner
- [PATCH] Make sure globals created by UBSan are not instrumented by ASan.
Alexey Samsonov
- [PATCH] -fms-extensions: Implement half of #pragma init_seg
Reid Kleckner
- [PATCH] Make sure globals created by UBSan are not instrumented by ASan.
Richard Smith
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Tyler Nowicki
- r213112 - Handle diagnostic warnings in Frontend diagnostic handler.
Tyler Nowicki
- [PATCH] Make sure globals created by UBSan are not instrumented by ASan.
Alexey Samsonov
- [PATCH] -fms-extensions: Implement half of #pragma init_seg
Reid Kleckner
- r213345 - SemaInit.cpp: Fix a warning with -Asserts. [-Wunused-variable]
NAKAMURA Takumi
- [PATCH] [RFC] Introduce support for multiple sanitizer blacklists (Clang side).
Alexey Samsonov
- r213346 - Mark the vtable used when defining implicit copy and move ctors
Reid Kleckner
- r213112 - Handle diagnostic warnings in Frontend diagnostic handler.
Alp Toker
- r213261 - ARM: Add ACLE memory barrier intrinsic mapping
Saleem Abdulrasool
- [PATCH] ms-inline-asm: Add a test to ensure that call doesn't clobber eax.
Ehsan Akhgari
- r213347 - Cleanup: remove essentially unused variable.
Richard Smith
- r213348 - [modules] Fix macro hiding bug exposed if:
Richard Smith
- r213349 - Add dump() for MacroDirective and MacroInfo.
Richard Smith
- [PATCH] Make sure globals created by UBSan are not instrumented by ASan.
Richard Smith
- r213350 - Parse: Diagnose malformed 'message' arguments for 'availability' attr
David Majnemer
- [PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Kevin Qin
- [PATCH] Error out on inline-asm constraint "=f"
Akira Hatanaka
- [PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Kevin Qin
- [PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Kristof Beyls
- [PATCH] ms-inline-asm: Add a test to ensure that call doesn't clobber eax.
Reid Kleckner
- r213353 - [AArch64] Implement Clang CLI interface proposal about "-march".
Kevin Qin
- [PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Kevin Qin
- [PATCH] [AArch64] Implement Clang CLI interface proposal about "-march".
Kevin Qin
- Broken name range for function template specialization (and a related question)
Abramo Bagnara
- [PATCH] Emit lifetime.start / lifetime.end markers for unnamed temporary objects
Arnaud A. de Grandmaison
- r213355 - [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
- [libcxx] r206805 - Use compiler intrinsic __is_constructible if available
İsmail Dönmez
- r213359 - [ARM] Fix AAPCS regression caused by r211898
Oliver Stannard
- r213360 - [OPENMP] Initial parsing and sema analysis for 'barrier' directive.
Alexey Bataev
- [PATCH] Fix ARM AAPCS regression caused by r211898
Oliver Stannard
- [PATCH] Factor DataflowWorklist out of LiveVariables and UninitializedValues analyses
Artyom Skrobov
- r213363 - [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
- r213364 - ARM: Add test for ACLE memory barrier intrinsics
Yi Kong
- r213261 - ARM: Add ACLE memory barrier intrinsic mapping
Yi Kong
- r213365 - Moved 25 flags to clang_ignored_gcc_optimization_f_Group. Will display a warning
Arthur Marble
- [PATCH] ms-inline-asm: Add a test to ensure that call doesn't clobber eax.
Ehsan Akhgari
- [PATCH] Move f optimizations to clang_ignored_gcc_optimization_f_Group
Sylvestre Ledru
- [PATCH] Add more f optimizations to ignore for compatibility
Arthur
- r213379 - Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Arnaud A. de Grandmaison
- [PATCH] Emit lifetime.start / lifetime.end markers for unnamed temporary objects
Arnaud A. de Grandmaison
- [PATCH] [libc++] Fix std::make_heap's worst case time complexity
Marshall Clow
- [PATCH] Fix core-DR1755 & 727 & llvm-PR17294 & PR16906 - partial & explicit specializations of member templates (class/variable/function)
Faisal Vali
- r213380 - Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary objects."
Arnaud A. de Grandmaison
- r213383 - [mips] Use Triple::getVendor() instead of Triple::getVendorName() to identify 'mti' vendor triples.
Daniel Sanders
- r213386 - Mark C++ reference parameters as dereferenceable
Hal Finkel
- [PATCH] Use dereferencable attribute in Clang for C++ references
hfinkel at anl.gov
- [PATCH] Use dereferencable attribute in Clang for C++ references
hfinkel at anl.gov
- [PATCH] Handle C11 atomics when diagnosing out of range comparisons
Justin Bogner
- r213388 - For i386, gcc 4.9 under Debian (at least) updated its paths to i586-linux-gnu
Sylvestre Ledru
- r213386 - Mark C++ reference parameters as dereferenceable
Justin Bogner
- [PATCH] Add more f optimizations to ignore for compatibility
Arthur
- r213386 - Mark C++ reference parameters as dereferenceable
Hal Finkel
- [PATCH] Code coverage mapping generation that enables coverage using the instrumentation based profiling
Sean Silva
- [PATCH] Add ignore f/m group flags for compatibility
Arthur
- r213171 - Make clang's rewrite engine a core feature
Sean Silva
- r213392 - Make sure globals created by UBSan are not instrumented by ASan.
Alexey Samsonov
- [PATCH] Error out on inline-asm constraint "=f"
Eric Christopher
- [PATCH] Add support for unroll pragma
Mark Heffernan
- r213301 - If char/short are shorter than int, do not use U as suffix for
Richard Smith
- [PATCH] Add ignore f/m group flags for compatibility
Arthur
- r213393 - [UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null.
Alexey Samsonov
- r211347 - [OPENMP] Initial support for 'ordered' clause.
Samuel F Antao
- r213348 - [modules] Fix macro hiding bug exposed if:
Ben Langmuir
- r213171 - Make clang's rewrite engine a core feature
Nico Weber
- [PATCH] [UBsan] Skip -fsanitize=vptr instrumentations when the pointer value is null
Alexey Samsonov
- r213395 - Revert "[modules] Fix macro hiding bug exposed if:"
Ben Langmuir
- r213348 - [modules] Fix macro hiding bug exposed if:
Richard Smith
- [PATCH] Code coverage mapping generation that enables coverage using the instrumentation based profiling
Argyrios Kyrtzidis
- r213348 - [modules] Fix macro hiding bug exposed if:
Ben Langmuir
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Jim Grosbach
- [PATCH] Code coverage mapping generation that enables coverage using the instrumentation based profiling
Alex L
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Reid Kleckner
- r213400 - Recommit: Handle diagnostic warnings in Frontend diagnostic handler.
Tyler Nowicki
- r213112 - Handle diagnostic warnings in Frontend diagnostic handler.
Tyler Nowicki
- r213401 - CodeGen: Properly null-check typeid expressions
David Majnemer
- r213402 - Address Richard's comments.
David Majnemer
- r213403 - Address Richard's comments
David Majnemer
- r213404 - Address Richard's latest feedback.
David Majnemer
- r213405 - Revert "CodeGen: Properly null-check typeid expressions"
David Majnemer
- [PATCH] Add support for unroll pragma
Tyler Nowicki
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
James Molloy
- [PATCH] CodeGen: Properly null-check typeid expressions
David Majnemer
- [PATCH] CodeGen: Properly null-check typeid expressions
David Majnemer
- [PATCH] CodeGen: Properly null-check typeid expressions
David Majnemer
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Jim Grosbach
- [PATCH] CodeGen: Properly null-check typeid expressions
Richard Smith
- r212689 - Add clang headers that fix machine-dependent definitions on FreeBSD 9.2
Richard Smith
- [PATCH] CodeGen: Properly null-check typeid expressions
David Majnemer
- [PATCH] Code coverage mapping generation that enables coverage using the instrumentation based profiling
Alex L
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- [PATCH] Code coverage mapping generation that enables coverage using the instrumentation based profiling
Argyrios Kyrtzidis
- Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave
Mark Heffernan
- Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave
Hal Finkel
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Richard Smith
- [PATCH] CodeGen: Properly null-check typeid expressions
Richard Smith
- [PATCH] Change __INT*_TYPE__ to be compatible with GCC
Joerg Sonnenberger
- Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave
Tyler Nowicki
- [PATCH] Code coverage mapping generation that enables coverage using the instrumentation based profiling
Alex L
- Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave
Hal Finkel
- [PATCH] Code coverage mapping generation that enables coverage using the instrumentation based profiling
Argyrios Kyrtzidis
- Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave
Arnold Schwaighofer
- Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave
Mark Heffernan
- r213415 - Merge two lines
Alexey Samsonov
- [PATCH] PowerPC support for the ELFv2 ABI (powerpc64le-linux)
Hal Finkel
- [PATCH] Code coverage mapping generation that enables coverage using the instrumentation based profiling
Alex L
- r213416 - Reinstate r213348, reverted in r213395, with an additional bug fix and more
Richard Smith
- [PATCH] Assign SEH handler indices to __try blocks
Warren Hunt
- r213348 - [modules] Fix macro hiding bug exposed if:
Richard Smith
- [PATCH] Error out on inline-asm constraint "=f"
Akira Hatanaka
- r213423 - Objective-C. Patch to warn if the result of calling a property getter
Fariborz Jahanian
- r213171 - Make clang's rewrite engine a core feature
David Blaikie
- Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave
Mark Heffernan
- Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave
Tyler Nowicki
- Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave
Mark Heffernan
- r213424 - TypePrinter should not omit the static keyword in array parameter declarators
Hal Finkel
- r213428 - [X86 inline-asm] Error out on inline-asm constraint "=f".
Akira Hatanaka
- r213431 - Revert r213415, "Merge two lines". It broke tests in -Asserts builds.
NAKAMURA Takumi
- r213415 - Merge two lines
NAKAMURA Takumi
- [PATCH] [libcxx] Add support for Android targets to lit.cfg.
Dan Albert
- [PATCH] [libcxx] Add support for Android targets to lit.cfg.
Dan Albert
- [PATCH] [libc++] Fix std::make_heap's worst case time complexity
David Majnemer
- r213400 - Recommit: Handle diagnostic warnings in Frontend diagnostic handler.
NAKAMURA Takumi
- r213434 - CodeGen: Properly null-check typeid expressions
David Majnemer
- [PATCH] Add support for unroll pragma
Mark Heffernan
- [PATCH] Handle C11 atomics when diagnosing out of range comparisons
Argyrios Kyrtzidis
- [PATCH] Assign SEH handler indices to __try blocks
David Majnemer
- [PATCH] CodeGen: Properly null-check typeid expressions
David Majnemer
- [PATCH] Assign SEH handler indices to __try blocks
Warren Hunt
- r213400 - Recommit: Handle diagnostic warnings in Frontend diagnostic handler.
Tyler Nowicki
- [PATCH] Code coverage mapping generation that enables coverage using the instrumentation based profiling
Bob Wilson
- [PATCH] Code coverage mapping generation that enables coverage using the instrumentation based profiling
Alex L
- [PATCH] Code coverage mapping generation that enables coverage using the instrumentation based profiling
Bob Wilson
- r213348 - [modules] Fix macro hiding bug exposed if:
Ben Langmuir
- r213437 - [MS-ABI] Assign SEH handler indices to __try blocks
Warren Hunt
- r213400 - Recommit: Handle diagnostic warnings in Frontend diagnostic handler.
NAKAMURA Takumi
- r213415 - Merge two lines
Alexey Samsonov
- r213439 - Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()"
David Blaikie
- r213441 - clang/test/Misc/backend-optimization-failure.cpp: Appease to add -triple=x86_64.
NAKAMURA Takumi
- r212263 - Move the calling of emitTargetMD() later.
Richard Smith
- r213443 - PR20356: Fix all Sema warnings with mismatched ext_/warn_ versus
Richard Smith
- r213444 - Use the dereferenceable attribute on C99 array parameters with static
Hal Finkel
- r213445 - TypePrinter should not ignore IndexTypeCVRQualifiers on constant-sized arrays
Hal Finkel
- r213446 - Cleanup comparisons to VariableArrayType::Static for non-VLAs
Hal Finkel
- r213450 - Revert D3908 due to issues on Mac platforms
Viktor Kutuzov
- r212689 - Add clang headers that fix machine-dependent definitions on FreeBSD 9.2
Ivan A. Kosarev
- r212263 - Move the calling of emitTargetMD() later.
Robert Lytton
- r212060 - Consider module depedencies when checking a preamble in libclang
Kim Gräsman
- r213454 - If a module build reports errors, don't try to load it
Ben Langmuir
- r213454 - If a module build reports errors, don't try to load it
Sebastian Redl
- r213454 - If a module build reports errors, don't try to load it
Ben Langmuir
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- [PATCH] clang-cl: Merge adjacent single-line __asm blocks
Ehsan Akhgari
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Hal Finkel
- [PATCH] Change __INT*_TYPE__ to be compatible with GCC
Joerg Sonnenberger
- [PATCH] Invariants (and Assume Aligned) - Clang
hfinkel at anl.gov
- [PATCH] Invariants (and Assume Aligned) - Clang
hfinkel at anl.gov
- [PATCH] Support the assume_aligned function attribute
hfinkel at anl.gov
- [PATCH] Support the assume_aligned function attribute
Richard Smith
- [PATCH] Support the assume_aligned function attribute
Richard Smith
- r213494 - [PowerPC] Support the ELFv2 ABI
Ulrich Weigand
- r213495 - [PowerPC] Optimize passing certain aggregates by value
Ulrich Weigand
- [PATCH] PowerPC support for the ELFv2 ABI (powerpc64le-linux)
Ulrich Weigand
- [PATCH] PowerPC support for the ELFv2 ABI (powerpc64le-linux)
Hal Finkel
- r213496 - [OPENMP] Added several test cases for clauses 'ordered' and 'nowait': if there are more than one 'nowait' or 'ordered' clause an error message is expected.
Alexey Bataev
- r211347 - [OPENMP] Initial support for 'ordered' clause.
Bataev, Alexey
- r213498 - [modules] Fix some of the confusion when computing the override set for a macro
Richard Smith
- [PATCH][REVIEW REQUEST] Fix for libclang completion of already declared template friends.
Francisco Lopes
- r213499 - Add missing initialization found due to a valgrind false positive.
Richard Smith
- r213500 - Add clang::DesignatedInitExpr::designators() for range-based access,
James Dennett
- [clang-tools-extra] r213501 - clang-tidy: [misc-use-override] Slightly tweak the wording of warning.
Daniel Jasper
- r213502 - Trivial doc fixes: add missing whitespace, and s/overriden/overridden/g.
James Dennett
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
Last message date:
Sun Jul 20 23:17:40 PDT 2014
Archived on: Tue Aug 4 15:31:44 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).