The Week Of Monday 14 July 2014 Archives by thread
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] [clang-tidy] Add a checker for swapped literal arguments.
Benjamin Kramer
- [PATCH] Use the correct from type in a SCS
Ehsan Akhgari
- [PATCH] Improved __builtin_constant_p
Janusz Sobczak
- r212935 - clang-format: Improve cast detection (fix false positive).
Daniel Jasper
- [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] 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] Allow __fp16 as a function arg or return type for AArch64
Tim Northover
- [clang-tools-extra] r212942 - [clang-tidy] Add a checker for swapped arguments.
Benjamin Kramer
- 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] [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
- 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
- [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] 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
- 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
- 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
- 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
- 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
- [PATCH] [libcxx] Change _LIBCXX_CONSTEXPR_AFTER_CXX11 to check for relaxed constexpr rules
Eric Fiselier
- 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
- [PATCH v3 0/9] Initial implementation of delayed typo correction.
Kaelyn Takata
- r213022 - PR19751: (T())++ is not a cast-expression.
Richard Smith
- [PATCH] Don't get confused on the number of braces when braces start after the first __asm
Ehsan Akhgari
- r213028 - VirtualFileSystem: Correctly generate the mapping for an empty VFS
Justin Bogner
- [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ć
- r213032 - 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
- r213040 - [OPENMP] Several cosmetic fixes in comments, tests and the code for '#pragma omp single'.
Alexey Bataev
- [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
- [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] [libcxx] Add <experimental/any> header for LFTS.
Eric Fiselier
- [clang-tools-extra] r213058 - [clang-tidy] Add a checker that removes deducible arguments from std::make_pair
Benjamin Kramer
- Broken name range for function template specialization (and a related question)
Abramo Bagnara
- 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
- r213066 - Don't create non-temporary twines.
Joerg Sonnenberger
- [clang-tools-extra] r213067 - [clang-tidy] Add a checker that flags all instances of overloaded unary operator&
Benjamin Kramer
- [PATCH] [ASTMatchers] Add a usingDirectiveDecl matcher that was missing for some reason.
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
- r212871 - Require an x86 registered target for this test by splitting it out
Artyom Skrobov
- [PATCH] clang-cl: Implement the -arch flag
Ehsan Akhgari
- [PATCH] Move f optimizations to clang_ignored_gcc_optimization_f_Group
Arthur
- [PATCH][TEST] Improve tests for #pragma clang optimize off/on
Dario Domizioli
- [PATCH] Add -Wrange-loop-analysis to warn when a range-based for-loop is creating a copy.
David Blaikie
- [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 warns on const string & members.
Benjamin Kramer
- [PATCH] [clang-tidy] Add a namespace checker.
Benjamin Kramer
- r213076 - Objective-C IRGen. Fixes an inconsistant linkage of
Fariborz Jahanian
- r213079 - Add codegen for more R600 builtins
Matt Arsenault
- [PATCH] Don't set ObjCAutoRefCount in original CI
Alp Toker
- [PATCH] R600: Add codegen for more builtins
Matt Arsenault
- r213081 - Improve test of my previous patch. rdar://17633301
Fariborz Jahanian
- r213083 - 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] Add support for unroll pragma
Mark Heffernan
- 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
- [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] Skip Ubsan's vptr checks on constructors and destructors.
Byoungyoung Lee
- r213105 - Use the integrated assembler by default on OpenBSD/sparc.
Brad Smith
- [PATCH] PR16392 ObjCMessageExpr argument source range
Karlis Senko
- r213109 - Avoid referencing the vtable when calling the ctor without emitting it
Reid Kleckner
- r213112 - Handle diagnostic warnings in Frontend diagnostic handler.
Tyler Nowicki
- r213115 - Add a test for wildcard expansion on Windows
Hans Wennborg
- [libcxx] r213116 - Change Windows decoration on some base classes
Saleem Abdulrasool
- r212263 - Move the calling of emitTargetMD() later.
Richard Smith
- r213119 - Driver: bifurcate extended and basic MSC versioning
Saleem Abdulrasool
- [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
- 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
- [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
- r213132 - [mips] Add support for -mfpxx and -mno-fpxx.
Daniel Sanders
- [clang-tools-extra] r213133 - [clang-tidy] Add a checker that warns on const string & members.
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
- 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
- [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
- r213150 - clang/test/Driver/crash-report.c: This requires rewriter for -frewrite-includes. [PR20321]
NAKAMURA Takumi
- [PATCH] Change __INT*_TYPE__ to be compatible with GCC
Joerg Sonnenberger
- r213152 - [ASTMatchers] Add a usingDirectiveDecl matcher.
Benjamin Kramer
- [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] 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
- r213159 - Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrite-includes. [PR20321]"
Alp Toker
- [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
- r213165 - Expand the wildcard expansion test to also cover '?'
Hans Wennborg
- r213167 - Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
Fariborz Jahanian
- r213170 - clang-cl: expand test coverage for "core" options
Hans Wennborg
- [PATCH] Fix ARM AAPCS regression caused by r211898
Oliver Stannard
- r213171 - Make clang's rewrite engine a core feature
Alp Toker
- [clang-tools-extra] r213172 - Track clang r213171
Alp Toker
- r213175 - [Driver][Mips] If CPU name is not provided to the driver explicitly use
Simon Atanasyan
- r212388 - Use non-intrusive refcounting for TargetOptions
David Blaikie
- r212427 - libclang: refactor handling of unsaved_files
David Blaikie
- 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
- r212396 - PlistSupport.h: avoid gcc 'defined but not used' warning
David Blaikie
- 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
- 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
- r213198 - Typically linker options are protected with -Xlinker or -Wl,
Arthur Marble
- [PATCH] [RFC] Introduce support for multiple sanitizer blacklists (Clang side).
Peter Collingbourne
- r213201 - When list-initializing an object of class type, if we pick an initializer list
Richard Smith
- [patch] Improve diagnostic on default-initializing const variables (PR20208)
Richard Smith
- [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] [analyzer][Review request] Partial fix for PR19102.
Антон Ярцев
- [PATCH] Invariants (and Assume Aligned) - Clang
Richard Smith
- 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
- [libcxxabi] r213214 - libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11.
Nico Weber
- [PATCH] -fms-extensions: Implement half of #pragma init_seg
Reid Kleckner
- Moving lib/Headers
Richard Smith
- 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
- [PATCH] __assume side-effects warning
hfinkel at anl.gov
- [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] [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
- r213232 - [OPENMP] Initial parsing and sema analysis for 'final' clause.
Alexey Bataev
- [PATCH] [libcxx] expose experimental::erased_type for all standard versions.
Eric Fiselier
- [clang-tools-extra] r213233 - [clang-tidy] Provide links to the google style guide for checks derived from it.
Benjamin Kramer
- 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
- [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
- 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
- r213260 - Revert "Handle diagnostic warnings in Frontend diagnostic handler."
Alp Toker
- [PATCH] Generate warning when explicitly specified vectorization fails
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
- 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
- r213266 - Add an __assume side-effects warning
Hal Finkel
- r213267 - Handle __assume in the VoidExprEvaluator
Hal Finkel
- [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] 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
- 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] Disallowing just GNU-style attributes in certain positions
Aaron Ballman
- 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
- 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
- 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
- [clang-tools-extra] r213308 - unique_ptr-ify ownership of ASTConsumers
David Blaikie
- r213311 - Prune empty directories.
Joerg Sonnenberger
- [PATCH] Emit lifetime.start / lifetime.end markers for unnamed temporary objects
Arnaud A. de Grandmaison
- [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
- [clang-tools-extra] r213324 - Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
- 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
- [PATCH] Make sure globals created by UBSan are not instrumented by ASan.
Alexey Samsonov
- 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
- [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
- r213350 - Parse: Diagnose malformed 'message' arguments for 'availability' attr
David Majnemer
- [PATCH] Error out on inline-asm constraint "=f"
Akira Hatanaka
- 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
- [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
- r213365 - Moved 25 flags to clang_ignored_gcc_optimization_f_Group. Will display a warning
Arthur Marble
- [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] 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] 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
- [PATCH] Add ignore f/m group flags for compatibility
Arthur
- 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
- r211347 - [OPENMP] Initial support for 'ordered' clause.
Samuel F Antao
- r213395 - Revert "[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] ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
- r213400 - Recommit: 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
- r212689 - Add clang headers that fix machine-dependent definitions on FreeBSD 9.2
Richard Smith
- Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave
Mark Heffernan
- r213415 - Merge two lines
Alexey Samsonov
- 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
- 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
- [PATCH] [libcxx] Add support for Android targets to lit.cfg.
Dan Albert
- 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
- [PATCH] clang-cl: Merge adjacent single-line __asm blocks
Ehsan Akhgari
- [PATCH, PowerPC] ABI fixes / improvements for powerpc64-linux
Hal Finkel
- [PATCH] Support the assume_aligned function attribute
hfinkel at anl.gov
- 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
- [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
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).