The Week Of Monday 10 November 2014 Archives by thread
      
      Starting: Mon Nov 10 00:48:10 PST 2014
         Ending: Sun Nov 16 20:38:06 PST 2014
         Messages: 421
     
- [PATCH] [libcxx] Add numerous options to libc++ LIT test suite	configuration.
 
Eric Fiselier
- [PATCH] Forward -target-feature option through to assembler.
 
Charlie Turner
- [PATCH] Adding 4 ASTMatchers: typedefDecl, isInMainFile,	isInSystemFile, isInFileMatchingName
 
Manuel Klimek
- [PATCH] [Tooling] Restore current directory after processing each	file.
 
Manuel Klimek
- VerifyDiagnosticConsumer and ModuleMapParser
 
Vassil Vassilev
- r221600 - [Tooling] Restore current directory after processing each	file.
 
Alexander Kornienko
- [libcxx] r221601 - Update status pages for C++1z
 
Marshall Clow
- r221605 - Remove unused diagnostic.
 
Benjamin Kramer
- r221606 - clang-format: Document that --assume-filename affects the	language.
 
Nico Weber
- r221607 - clang-format: [Java] Never treat @interface as annotation.
 
Nico Weber
- r221609 - clang-format: Fix pointer formatting.
 
Daniel Jasper
- [PATCH] [OPENMP] Codegen for threadprivate variables
 
John McCall
- [PATCH] make isScopedEnumerationType look through typedefs
 
Stephan Bergmann
- [PATCH] Protection against stack-based memory corruption errors	using SafeStack: Clang command line option and function attribute
 
Volodymyr Kuznetsov
- r221614 - Only build iOS runtime libraries when the iOS SDKs are	available.
 
Bob Wilson
- [PATCH] Protection against stack-based memory corruption errors	using SafeStack: compiler-rt runtime support library
 
Volodymyr Kuznetsov
- [OpenCL] Added 'CL2.0' to the list of valid 'cl-std' command line	options
 
Anastasia Stulova
- [OpenCL] __generic address space for CL2.0
 
Anastasia Stulova
- [PATCH] Emit warning if define or undef reserved identifier or	keyword.
 
Serge Pavlov
- r221623 - Update fold-expression mangling to match cxx-abi-dev	discussion.
 
Richard Smith
- Wrong lookup performed for __super
 
Reid Kleckner
- r221625 - Remove change to set SDKROOT when building compiler-rt on	Darwin.
 
Bob Wilson
- r221630 - Improve diagnostics if _Noreturn is placed after a function	declarator. (This sometimes happens when a macro is used that expands	to either the GNU noreturn attribute or _Noreturn.)
 
Richard Smith
- r221631 - AArch64: set all processor features from -arch if nothing	else present
 
Tim Northover
- [PATCH] Initial SEH IR generation implementation
 
Reid Kleckner
- r221634 - Validate user headers even if	-fmodules-validate-once-per-build-session
 
Ben Langmuir
- r221635 - Propagate SanitizerKind into CodeGenFunction::EmitCheck()	call.
 
Alexey Samsonov
- r221641 - [libclang] When initializing an ObjC object via the	"[[ClassName alloc] init*]" pattern, 
 
Argyrios Kyrtzidis
- [libcxx] r221644 - EricQWF's code coverage work showed that none of	the	libc++ tests were exercising some code in vector<bool>. Add more tests	in an attempt to get better coverage
 
Marshall Clow
- r221645 - Move SanitizerKind class to a separate header. NFC.
 
Alexey Samsonov
- r221646 - Move CodeGenOptions constructor out-of-line and add missing	headers. NFC.
 
Alexey Samsonov
- [PATCH] New warning for mismatch between not and and/or operators.
 
Richard Trieu
- r221653 - [Sanitizer] Refactor sanitizer options in LangOptions.
 
Alexey Samsonov
- r221655 - CGExpr.cpp: Suppress a warning. [-Wunused-variable]
 
NAKAMURA Takumi
- r221659 - InstrProf: Remove an unnecessary helper function (NFC)
 
Justin Bogner
- r221661 - Fix parsing of fold-expressions within a cast expression.	We parse the
 
Richard Smith
- r221663 - [OPENMP] Codegen for threadprivate variables
 
Alexey Bataev
- r221676 - CGOpenMPRuntime.h: Fix a couple of \param(s) introduced in	r221663. [-Wdocumentation]
 
NAKAMURA Takumi
- [PATCH] [PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
 
hfinkel at anl.gov
- r221688 - DiagnosticParseKinds is close to running into	DiagnosticASTKinds.
 
Manuel Klimek
- [PATCH][analyzer] Prevent ccc/c++-analyzer from hanging on	Windows.
 
Anton Yartsev
- [libcxx] r221689 - Added vector<T>::insert tests suggested by code	coverage results
 
Marshall Clow
- [libcxx] r221690 - Fixed a typo in a paper name: 4190 --> N4190
 
Marshall Clow
- r221691 - This patch fixes a crash after rebuilding call AST of
 
Fariborz Jahanian
- [OpenCL] CL2.0 restricts coversions of pointers to different address	spaces
 
Anastasia Stulova
- [OpenCL] change default address space of pointers in CL2.0 mode
 
Anastasia Stulova
- [PATCH]: Implementation of -Wcast-qual
 
Roman Divacky
- [libcxx] r221697 - Fix typo in allocator_traits::construct. This fixes	PR14175, which shows up if an allocator has a no-args construct method
 
Marshall Clow
- r221698 - First half of CWG1962: decltype(__func__) should not be a	reference type, 
 
Richard Smith
- r221699 - clang-format: Preserve trailing-comma logic even with	comments.
 
Daniel Jasper
- [PATCH] Fix fallout from r219557
 
Anton Korobeynikov
- patch for warning on logical negation with known result
 
jahanian
- r221702 - Patch to warn when logical evaluation of operand evalutes	to a true value; 
 
Fariborz Jahanian
- [PATCH] [libc++] reject <chrono> literals that can't be represented
 
Richard Smith
- [PATCH] Detect mismatching 'new' and 'delete' uses
 
Ismail Pazarbasi
- r221704 - PR16091 continued: Debug Info for member functions with	undeduced return types.
 
David Blaikie
- [PATCH] Bundle conditions checked by UBSan with sanitizer kinds they	implement.
 
Alexey Samsonov
- r221712 - Revert "IR: MDNode => Value: Update for LLVM API change in	r221375"
 
Duncan P. N. Exon Smith
- r221713 - Simplify the test by using multiple --check-prefix arguments
 
Alexey Samsonov
- r221714 - Revert r221702 until I address Richard Trieu's
 
Fariborz Jahanian
- r221715 - Remove this test too.
 
Fariborz Jahanian
- r221716 - Bundle conditions checked by UBSan with sanitizer kinds they	implement.
 
Alexey Samsonov
- [libcxx] r221717 - Replaced checking in	string_view::remove_suffix/remove_prefix by _LIBCPP_ASSERT,	since this is technically undefined behavior. Fixes PR#21496
 
Marshall Clow
- r221719 - Introduce -fsanitize-coverage=N flag
 
Kostya Serebryany
- [PATCH] C99 partial re-initialization behavior (DR-253)
 
Yunzhong Gao
- r221722 - Fix some formatting prior to refactoring the code.
 
Kaelyn Takata
- r221723 - Explicitly exclude keywords from the member validator.
 
Kaelyn Takata
- r221724 - Make LookupResult be copyable to avoid decomposing an	existing one and
 
Kaelyn Takata
- r221727 - clang-format: Improve handling of comments in binary	expressions.
 
Daniel Jasper
- LLVM buildmaster will be restarted today after 5 PM PT
 
Galina Kistanova
- r221732 - Remove unnecessary semicolon.
 
Kaelyn Takata
- [PATCH v2 2/6] Create two helpers for running the typo-correction	tree transform.
 
Kaelyn Takata
- [PATCH] [clang/asan] Do not emit memcpy for trivial operator=	when -fsanitize-address-field-padding >= 1
 
Richard Smith
- r221734 - Replace MemberTypoDiags and MemberExprTypoRecovery with	lambdas.
 
Kaelyn Takata
- r221735 - Create two helpers for running the typo-correction tree	transform.
 
Kaelyn Takata
- r221736 - Have LookupMemberExprInRecord only call CorrectTypoDelayed, 	dropping the
 
Kaelyn Takata
- r221739 - [clang/asan] Do not emit memcpy for trivial operator= when	-fsanitize-address-field-padding >= 1
 
Kostya Serebryany
- r221741 - clang/test/CodeGenCXX/debug-info-cxx1y.cpp: Add	%itanium_abi_triple for incompatible MS targets.
 
NAKAMURA Takumi
- r221404 - This patch fixes a crash after rebuilding call AST of
 
David Blaikie
- r221533 - Revert r221404 which caused lldb to not display
 
David Blaikie
- r221567 - Fix unintended fallthrough in ASTReader
 
David Blaikie
- r221744 - Make Sema::CollectMultipleMethodsInGlobalPool() public.
 
Douglas Gregor
- r221745 - Fix this code to follow the coding style regarding anonymous	namespaces and
 
Richard Smith
- r221748 - PR21536: Fix a corner case where we'd get confused by a pack	expanding into the
 
Richard Smith
- r219977 - Re-commit r217995 and follow-up patches (r217997,	r218011, r218053). These were
 
Richard Smith
- r221750 - Instantiate exception specifications when instantiating	function types (other
 
Richard Smith
- r221754 - Try a different workaround for GCC 4.7.2 lambda capture	bug. The previous
 
Richard Smith
- [PATCH] warning for restrict-qualified pointer assignments with	undefined behavior
 
Richard Smith
- r221764 - clang-format a few lines, fixes one 80col violation. nfc.
 
Nico Weber
- r221765 - Mark TypeDecls used in member initializers as referenced.
 
Nico Weber
- r221768 - [PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
 
Bill Schmidt
- r221771 - Mark TypeDecls used in explicit destructor calls as	referenced.
 
Nico Weber
- [libcxxabi] r221532 - Make sure only NEON enabled devices	save/restore D16+ registers
 
İsmail Dönmez
- r221784 - Simplify code a bit by passing StreamFile to the	BitstreamCursor constructor.
 
Rafael Espindola
- r221786 - Update for llvm api change.
 
Rafael Espindola
- [PATCH] FreeBSD AArch64 support
 
Andrew Turner
- r221796 - Check for IRGen output when varag is used
 
Fariborz Jahanian
- r221803 - Pass the filter function_ref by value now that r221753	fixes the bug
 
Kaelyn Takata
- [PATCH] Fix clang-tidy delete of stack object
 
Aaron Wishnick
- r221816 - Update Clang's SD-6 support to match N4200 (except for	__has_cpp_attribute, 
 
Richard Smith
- [Patch] Add C++14 feature querying macro `cxx_digit_separators`	describing support for "Single-Quotation-Mark as a Digit Separator"
 
Richard Smith
- r219590 - Fixed a problem in r19589.
 
Richard Smith
- r221818 - Fix brace init of unions with unnamed struct members
 
Reid Kleckner
- [patch] Ignore KeepEmptyLinesAtTheStartOfBlocks for extern "C" blocks
 
Nico Weber
- [PATCH] Static analysis checker for catch handler inversion
 
Richard Smith
- r221821 - Fix fallout from r219557
 
Anton Korobeynikov
- [PATCH] Add missing type canonicalization when forming a	SubstTempalteTypeParmType
 
Reid Kleckner
- r221823 - [Objective-C++ IRGen] do not generate .cxx_construct
 
Fariborz Jahanian
- [PATCH] [clang-tidy] Fix ClangTidyMessage for files included with	relative paths
 
Aaron Wishnick
- r221824 - Update the tests to handle proper result type of (?:)
 
Anton Korobeynikov
- clang claim to be gcc 4.8.1 instead of 4.2.1
 
Yaron Keren
- r221825 - Now really fix the typo in the test
 
Anton Korobeynikov
- r221829 - Temporary revert r221818 until all the problems
 
Anton Korobeynikov
- [PATCH v2 3/6] Add a few small helper methods to the	TypoCorrectionConsumer.
 
David Blaikie
- [PATCH v2 5/6] Add a flag to BuildDeclarationNameExpr to not	reject invalid decls.
 
David Blaikie
- r221832 - PR19372: Keep checking template arguments after we see an	argument pack
 
Richard Smith
- [PATCH] CMake: Set HOST_LINK_VERSION on Darwin (PR21268)
 
Hans Wennborg
- r221833 - Add another testcase.
 
Richard Smith
- r221838 - Another test for PR19372,	showing why we need to keep checking arguments after a pack expansion.
 
Richard Smith
- r221843 - Fixes test.
 
Fariborz Jahanian
- r221844 - CMake: Set HOST_LINK_VERSION on Darwin (PR21268)
 
Hans Wennborg
- [PATCH] Mangling of member-expressions involving anonymous unions.
 
Richard Smith
- [PATCH] Fix issue 5385: fixit for missing built-in  includes
 
Richard Smith
- [PATCH] Add DiagnosticSuppressionScope RAII class
 
Richard Smith
- r221874 - [liblang] Handle CXXForRangeStmt during AST visitation.
 
Argyrios Kyrtzidis
- r221881 - [libclang] Make sure to visit the body of a CXXForRangeStmt.
 
Argyrios Kyrtzidis
- [PATCH] [ARM/AArch64] Add ACLE special register intrinsics (10.1)
 
Bradley Smith
- r221884 - Support non-owned DiagnosticConsumer in	SetupSerializedDiagnostics
 
Alexander Kornienko
- [clang-tools-extra] r221885 - Regression test for the	--serialize-diagnostics problem fixed in r221884.
 
Alexander Kornienko
- [PATCH] Wrong mangling of template argument in presence of another	template function.
 
pierre gousseau
- [PATCH] Allow EmitVAArg() to promote types and use this to fix some	N32/N64 vararg issues for Mips.
 
Daniel Sanders
- [PATCH] clang-format: [Java] Support Java enums.
 
Daniel Jasper
- r221895 - clang-format: [Java] Support Java enums.
 
Daniel Jasper
- r221897 - clang-format: Format extern "C" blocks like namespace	blocks.
 
Nico Weber
- [PATCH] [clang-tidy] Move the missing namespace comment warnings to	the closing brace
 
Alexander Kornienko
- r221900 - Hook up FreeBSD AArch64 support
 
Ed Maste
- [PATCH] Initial attempt to restructure libTooling and move parts	out that don't need to depend on lib/AST.
 
Daniel Jasper
- [PATCH] Add a flag to clang to support forward-edge control-flow	integrity
 
Tom Roeder
- [PATCH] -Wcomma,	a new warning for questionable uses of the comma operator
 
Nico Weber
- [PATCH] autoconf: Build libClang-Version.so with --enable-shared
 
Tom Stellard
- r221914 - Remove -Wcast-qual as it's inherited from llvm since	r221913.
 
Roman Divacky
- r221918 - PR21437,	final part of DR1330: delay-parsing of exception-specifications. This
 
Richard Smith
- [PATCH] Handle use of default member initializers before end of	outermost class
 
Reid Kleckner
- [PATCH] [libcxx] Teach libcxx's lit configuration new ways to find	lit.site.cfg
 
Eric Fiselier
- r221933 - Objective-C. Fixes a regression caused by implementation
 
Fariborz Jahanian
- [libcxx] r221937 - Mark more locale tests as unsupported with ASAN	and MSAN
 
Eric Fiselier
- [PATCH] Support for __has_cpp_attribute (N4200)
 
Aaron Ballman
- [PATCH] Adding ID and Warning Option to Diagnostic Log
 
Argyrios Kyrtzidis
- r221942 - Fix assert/crash on invalid with __builtin_constant_p	conditionals in constant expressions.
 
Richard Smith
- r221945 - -Wsentinel: Suggest nullptr in C++11 instead of NULL
 
Reid Kleckner
- [PATCH] Follow-up to D6217
 
Anton Korobeynikov
- [PATCH] [Proposal] [Analyzer] Individual options for checkers
 
Anna Zaks
- r221952 - [Profile] Always build profile runtime library with -fPIC.
 
Alexey Samsonov
- r221955 - PR21565 Add an egregious hack to support broken libstdc++	headers that declare
 
Richard Smith
- r221959 - Cleanup SanitizerArgs: get rid of unused variable,	make one method non-static. NFC.
 
Alexey Samsonov
- [PATCH] [analyzer] Path-sensitive different.IntegerOverflow	checker
 
Anna Zaks
- [PATCH] PrettyStackTrace guards around ASTReader
 
Richard Smith
- [modules][PATCH] Teach the ASTDeclReader to update the exception	specs of the deserialized decl's redecl chain.
 
Richard Smith
- Uninstantiated default argument handling issue
 
Richard Smith
- r221963 - Remove -fseh-exceptions in favor of checking the triple
 
Reid Kleckner
- r217790 - Add -fseh-exceptions for MinGW-w64
 
Reid Kleckner
- [libcxx] r221964 - Add -O3 when testing with UBSAN. This triggers far	undefined behaviour
 
Eric Fiselier
- [PATCH] Deprecated attribute on namespaces
 
Richard Smith
- [libcxx] r221966 - Setup llvm-symbolizer when running the tests with	sanitizers
 
Eric Fiselier
- [libcxx] r221967 - Mark more tests as UNSUPPORTED with ASAN and MSAN.
 
Eric Fiselier
- r221968 - [Sanitizer] Refactor SanitizerArgs parsing in Driver.
 
Alexey Samsonov
- [libcxx] r221969 - Split string capacity test into two parts and mark	one part as UNSUPPORTED when using sanitizers.
 
Eric Fiselier
- [PATCH] [libcxx] Fix warning: argument unused during compilation:	'-nostdinc++'
 
Eric Fiselier
- r221970 - [OPENMP] Temporary fix for processing of global variables	in loops.
 
Alexey Bataev
- [PATCH] [OPENMP] Bugfix for processing of global variables in OpenMP	regions.
 
Alexey Bataev
- [PATCH] [libcxx] Fix memory leak in strstream tests.
 
Eric Fiselier
- [PATCH] Add -mlong-double-64 flag
 
Taiju Tsuiki
- [PATCH] [libcxx] Fix vector annotator size increase in	`vector::insert(pos, count, value)`
 
Eric Fiselier
- r221976 - clang-format: [Java] Improve formatting of generics.
 
Daniel Jasper
- r221978 - clang-format: [Java] No altnerative operator names in Java.
 
Daniel Jasper
- r221979 - clang-format: [Java] Improve generic return type formatting.
 
Daniel Jasper
- r221981 - clang-format: [Java] Fix line break behavior of class	declarations.
 
Daniel Jasper
- r221984 - [PowerPC] Add VSX builtins for vec_div
 
Bill Schmidt
- r221985 - clang-format: Improve indentation of comments in	expressions.
 
Daniel Jasper
- r221987 - clang-format: Support assignments as conditional operands.
 
Daniel Jasper
- r221988 - [PowerPC] Enable vec_perm for long long and double vector	types for VSX
 
Bill Schmidt
- r221989 - clang-format: Improve function parameter packing.
 
Daniel Jasper
- r221990 - clang-format: Give clang-format-diff.py a -v option.
 
Daniel Jasper
- r221991 - Complete support for the SD-6 standing document (based off	N4200) with support for __has_cpp_attribute.
 
Aaron Ballman
- [PATCH] Dangerous long casts
 
Anders Rönnholm
- r221992 - Correcting some grammar and typos,	and adding CERT as a collaborator.
 
Aaron Ballman
- r221993 - Oops, the underline was too short for sphinx to like.
 
Aaron Ballman
- r221996 - Add one illustrative class hierarchy as an example in a	comment to the VFTableBuilder code
 
Timur Iskhodzhanov
- r221997 - Replace weird whitespace symbols with good old spaces
 
Timur Iskhodzhanov
- r221998 - Silencing a -Wparentheses warning; NFC.
 
Aaron Ballman
- r222009 - [Sema]. Warn when logical expression is a pointer
 
Fariborz Jahanian
- r222010 - clang-format: Correctly detect multiplication in ctor	initializer.
 
Daniel Jasper
- r222011 - clang-format: [Java] Further improve generics formatting.
 
Daniel Jasper
- r222013 - clang-cl: Ignore the new /Zo[-] option (PR21571)
 
Hans Wennborg
- [libcxx] r222014 - [libcxx] Fix vector annotator size increase in	`vector::insert(pos, count, value)`
 
Eric Fiselier
- r222016 - Typo fix.
 
Yaron Keren
- r222024 - Remove some redundant virtual specifiers on overriden	functions.
 
David Blaikie
- [libcxx] r222025 - [libcxx] Fix memory leak in strstream tests.
 
Eric Fiselier
- [clang-tools-extra] r222027 - Remove some redundant virtual on	overridden functions
 
David Blaikie
- [PATCH] [LIT] Allow suite configs to be reloaded allowing for better	support of out-of-dir builds.
 
Eric Fiselier
- r222033 - MinGW doesn't implement std::to_string;	working around it. NFC.
 
Aaron Ballman
- [libcxx] r222035 - Add -gline-tables-only when compiling w/	sanitizers in RELEASE
 
Eric Fiselier
- [PATCH] [libcxx] Refactor CMakeLists.txt handling of compile and link	flags to suppress warnings.
 
Eric Fiselier
- [PATCH] Remove VariadicOperatorMatcherInterface as it is redundant	with logic from DynTypedMatcher.
 
Samuel Benzaquen
- r222042 - Add DiagID and Warning Flag to DiagnosticsLog
 
Steven Wu
- r222044 - Follow-up to D6217
 
Anton Korobeynikov
- r222047 - Again revert r222044 to resolve darwin objc test fails.
 
Anton Korobeynikov
- r222048 - Removing an unused variable; NFC.
 
Aaron Ballman
- r222049 - Recommit r222044 with a test fix - it does not make sense	to hunt
 
Anton Korobeynikov
- [libcxx] r222051 - add debug info when compiling sanitizer tests
 
Eric Fiselier
- [libcxx] r222052 - Initialize pointer in string conversion helpers to	prevent MSAN diagnostic.
 
Eric Fiselier
- [libcxxabi] r222053 - Add -g -fno-omit-frame-pointer when compiling	tests with sanitizers
 
Eric Fiselier
- r222054 - [c++1z] Support [[deprecated]] attributes on namespaces.	Note that	it only applies to situations where the namespace is mentioned. Thus,	use on anonymous namespaces is diagnosed.
 
Aaron Ballman
- [PATCH] [libcxxabi] Cleanup memory in tests to placate ASAN.
 
Eric Fiselier
- r222065 - This patch fixes couple of bugs for predefined expression
 
Fariborz Jahanian
- r222071 - CGDebugInfo: Update for DIBuilder API change
 
Duncan P. N. Exon Smith
- r222074 - Fix IRGen for passing transparent unions
 
Reid Kleckner
- [libcxx] r222076 - Split thread test into two parts. Mark one as	XFAIL with ASAN.
 
Eric Fiselier
- [PATCH] [libcxx] Allow <atomic> to be used in c++03.
 
Eric Fiselier
- [libcxx] r222080 - [libcxx] Refactor CMakeLists.txt handling of	compile and link flags to suppress warnings.
 
Eric Fiselier
- r222081 - Fix issues missed during the review of r222099.
 
Richard Trieu
- [PATCH] [libcxxabi] Refactor CMakeLists.txt's handling of compile and	link flags to suppress warnings.
 
Eric Fiselier
- [libcxx] r222085 - Fix build regression caused by not defining ABI	library macros
 
Eric Fiselier
- [PATCH] Add attributes for AMDGPU register limits.
 
Matt Arsenault
- [PATCH] Fix crash when using __if_exists in C mode
 
Nico Rieck
- [Patch][ObjC][Proposal] NSValue literals
 
AlexDenisov
- r222105 - [Sanitizer] Parse and produce all sanitizer-relevant	arguments in SanitizerArgs.
 
Alexey Samsonov
    
      Last message date: 
       Sun Nov 16 20:38:06 PST 2014
    Archived on: Tue Aug  4 15:31:56 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).