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