The Week Of Monday 19 May 2014 Archives by thread
Starting: Mon May 19 00:15:26 PDT 2014
Ending: Sun May 25 23:22:04 PDT 2014
Messages: 585
- r209092 - Format the two RecursiveASTVisitors
Daniel Jasper
- [clang-tools-extra] r209111 - Address review comments on r208954. No functional changes.
Daniel Jasper
- r209112 - clang-format: [JS] Support for EC6 arrow functions.
Daniel Jasper
- r209113 - clang-format: [JS] Support ES6 destructuring assignments.
Daniel Jasper
- r209046 - If a declaration is loaded, and then a module import adds a redeclaration, then
İsmail Dönmez
- r209114 - clang-format: Don't force line breaks in ObjC calls with ColumnLimit 0.
Daniel Jasper
- [PATCH] ARM: PCS non-compliance when struct is padded to avoid register/stack split, and requires internal padding
Oliver Stannard
- [PATCH] Clang: Reject OpenCL workgroup size requirement of 0
Pedro Ferreira
- [PATCH 2/3] Implicit address space conversion on POD assign
Adam Strzelecki
- r209120 - Make the ARCMT tests self-contained.
Manuel Klimek
- [PATCH] clang-cl: Add support for -o
Timur Iskhodzhanov
- [PATCH] Bitwise comparison always true
Anders Rönnholm
- [PATCH 3/3] Try to perform OpenCL type initialization in C++
James Molloy
- r209122 - ARM: PCS non-compliance when struct is padded to avoid register/stack split, and requires internal padding
Oliver Stannard
- [PATCH] Support named values in the autocomplete feature.
Samuel Benzaquen
- r209124 - Pass -gdwarf-N options to integrated assembler
Oliver Stannard
- [PATCH] Pass -gdwarf-N options to integrated assembler
Oliver Stannard
- [PATCH] Add support for MSVC's __FUNCSIG__
Reid Kleckner
- [PATCH] MinGW: Define __stdcall&co when -fms-extensions is disabled
Reid Kleckner
- [PATCH] Sema: Implement DR477
David Majnemer
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Reid Kleckner
- [PATCH] MS ABI x64: Treat member pointer types as records, not large ints
Reid Kleckner
- [PATCH] AST: Mangle reference temporaries reliably
David Majnemer
- [PATCH] AST: Update reference temporary mangling
David Majnemer
- [PATCH] MS ABI: Pass 'sret' as the second parameter of instance methods
Reid Kleckner
- [PATCH] Don't copy objects with trivial, deleted copy ctors
Reid Kleckner
- [PATCH] Improved llvm-namespace-comment check.
Alexander Kornienko
- [PATCH] XCore target: sort typestring enum fields alphabetically
Richard Osborne
- r209127 - [OpenCL] Reject reqd_work_group_size(X, Y, Z) where X, Y or Z == 0.
Joey Gouly
- r209128 - Fixing some comments in this test. No functional changes.
Aaron Ballman
- r209130 - This test is XFAILed on Windows, but I cannot see a reason as to why it should be failing. The original commit which XFAILed this was r111581, which suggested something was wrong with file remapping, but that may have been subsequently fixed.
Aaron Ballman
- r209131 - [analyzer] Alpha and implicit checker lists, expand/collapse feature.
Anton Yartsev
- [PATCH] [analyzer][Review request] Improved checker lists.
Антон Ярцев
- [cfe-commits] r148887 - in /cfe/trunk: include/clang/Driver/CC1Options.td include/clang/Frontend/CompilerInvocation.h include/clang/Frontend/MigratorOptions.h lib/ARCMigrate/ARCMT.cpp lib/ARCMigrate/Internals.h lib/ARCMigrate/TransGCCalls.cpp lib/ARCMigrate/TransformActions.cpp lib/Frontend/CompilerInvocation.cpp test/ARCMT/GC-check-warn-nsalloc.m
Aaron Ballman
- r209138 - Fix use-after-free and spurious error during module load
Ben Langmuir
- [PATCH] These builtin functions set errno. Mark them accordingly.
Chad Rosier
- r209140 - This test doesn't need to be XFAILed anywhere; it just needed to be updated to the appropriate diagnostic wording.
Aaron Ballman
- [clang-tools-extra] r209141 - Improved llvm-namespace-comment check.
Alexander Kornienko
- Question about existing tests for [dcl.stc]
Aaron Ballman
- r209143 - Don't refresh stat() info for pcm files
Ben Langmuir
- r209145 - test/CodeGenCXX/dllexport.cpp: -O2 and -disable-llvm-optzns aren't nedded
Hans Wennborg
- [clang-tools-extra] r209146 - Added a comment
Alexander Kornienko
- r209148 - Removing an XFAIL which shouldn't apply. We no longer care about MSVC 9, and this test probably should not have been XFAILed everywhere regardless. The test passes on Windows with MSVC 12.
Aaron Ballman
- [PATCH] [libc++] Linux: Correctly identify valid error codes
David Majnemer
- r209149 - Non-allocatable Global Named Register
Renato Golin
- [PATCH] Implement the flatten attribute.
Peter Collingbourne
- r209157 - Allow dllimport on function definitions when they're template instantiations
Hans Wennborg
- [libc++ patch] Don't define __need_FOO in cstddef
Marshall Clow
- r209161 - If two sibling modules declare the same entity, and we indirectly pull a
Richard Smith
- [PATCH] Implement the no_split_stack attribute.
Peter Collingbourne
- PR19352 getLocation() points to the wrong position for FriendDecls
Nikola Smiljanic
- r209167 - Implement the no_split_stack attribute.
Peter Collingbourne
- r209168 - [module] Remove a header that isn't used and doesn't compile.
Richard Smith
- r209169 - [modules] Fix ODR violation: there's another clang::TypeLocVisitor elsewhere.
Richard Smith
- r209171 - Fix usage of string when StringRef was needed
Renato Golin
- r209172 - Get ARCMT/GC-check-warn-nsalloc.m working
Alp Toker
- r209175 - Improve test verification from r209172
Alp Toker
- r209180 - Using SmallString and correct addr var
Renato Golin
- r209182 - Demote the "Debug Info Version" module flag to llvm::Module::Warning
Adrian Prantl
- r209184 - ARCMT/GC-check-warn-nsalloc.m: don't provide a diag group
Alp Toker
- [PATCH] Don't suppress warning about dllimport on non-functions and variables
Hans Wennborg
- [PATCH] MS RTTI Generation
Warren Hunt
- r209186 - Ignore void returning overloaded functions fom -Wunused-comparison. PR19791.
Richard Trieu
- r209190 - Fix diagnostic message for member function pointer mismatches where one of the
Richard Trieu
- r209191 - [C++11] Use 'nullptr'. Analysis edition.
Craig Topper
- r209192 - [C++11] Use 'nullptr'. Tooling edition.
Craig Topper
- r209195 - Speculative fix for Windows buildbot after r209138
Ben Langmuir
- patch: add 'nonnull' attribute when passing reference types
Nick Lewycky
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Anders Rönnholm
- r209196 - XCore target: sort typestring enum fields alphabetically
Robert Lytton
- [PATCH] [libc++] Don't return uninitialized data from random_device::operator()
David Majnemer
- [PATCH] [OPENMP] A helper for marking intstructions with llvm.mem.parallel_loop_access
Michael Wong
- r209205 - clang-format: [JS] Understand top-level function literals properly.
Daniel Jasper
- PR11306 - Variadic template fix-it suggestion
Nikola Smiljanic
- [PATCH] Make global named registers internal variables
Renato Golin
- r209209 - None of these attributes require FunctionTemplate to be explicitly listed as part of their subject definition. FunctionTemplateDecls are not what the attribute appertains to in the first place -- it attaches to the underlying FunctionDecl.
Aaron Ballman
- r209212 - clang/test/SemaCXX/err_init_conversion_failed.cpp: Tweak for i686-msvc.
NAKAMURA Takumi
- [PATCH] #pragma vectorize
Tyler Nowicki
- [PATCH] fix for PR19431 - x86 BMI intrinsics are broken
Sanjay Patel
- r209215 - Clean up language and grammar.
Eric Christopher
- r209217 - Implement the flatten attribute.
Peter Collingbourne
- r209218 - Fix testcase for case.
Eric Christopher
- [PATCH] Rename DynTypedNode to ASTNode
Sean Silva
- r209220 - Make the wording for the flatten docs a little clearer.
Peter Collingbourne
- r209221 - Add a check for tautological bitwise comparisons to -Wtautological-compare.
Jordan Rose
- r209224 - Fixed spelling.
Yaron Keren
- r209228 - GlobalValue: Testcase for hidden visibility and local linkage
Duncan P. N. Exon Smith
- r209229 - Fix testcase from r209228
Duncan P. N. Exon Smith
- r209231 - Update AttributeReference.rst.
Peter Collingbourne
- r209232 - Revert r209231, "Update AttributeReference.rst."
Peter Collingbourne
- r209233 - Cleaning up some range-based for loops so that the automatic type deduction is more explicit about pointers and const. Did some minor drive-by const correctness fixes and identifier updates as well. No functional changes.
Aaron Ballman
- [PATCH] Begin implementing Plan 9 C extensions.
Peter Collingbourne
- r209239 - Update for llvm change to avoid having global flag setting in TargetMachine.
Eric Christopher
- r209241 - VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping files
Justin Bogner
- r209244 - RAV reunification: merge r190728
Alp Toker
- r209245 - RAV reunification: merge DISPATCH_STMT() macro back to standard RAV
Alp Toker
- r209246 - RAV reunification: merge Lambda body visitation to DRAV
Alp Toker
- r209247 - Reduce string duplication
Alp Toker
- r209250 - VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedIn
Justin Bogner
- r209255 - Make this test emit llvm IR rather than assembly.
Eric Christopher
- r209257 - libclang: Give each VirtualFileOverlay unit test its own name
Justin Bogner
- r209260 - Remove test. Replacing it with a backend test with the optimized IR.
Eric Christopher
- r209261 - Update for paired llvm commit with AsmVerbose.
Eric Christopher
- r209264 - [objcmt] Make sure we don't edit the return type to add 'instancetype' if the return type is already that.
Argyrios Kyrtzidis
- [libcxx] r209265 - [modules] Add initial module map for libc++.
Richard Smith
- [PATCH] [REFACTOR] Sema::MatchTemplateParametersToScopeSpecifier
Richard Smith
- [PATCH] Recovery of switch statement
Richard Smith
- r209266 - SourceManager: Use setMainFileID() consistently
Alp Toker
- [PATCH] Consolidate several functions for checking the std namespace into one function in Decl and one function in DeclContext
Richard Smith
- [PATCH] Sema: Implement DR244
Richard Smith
- [PATCH] Handle properly somewhat special cases of -main-file-name
Richard Smith
- patch: Fix RecursiveASTVisitor to visit types in ObjCPropertyDecl
Mathieu Baudet
- r209268 - utils/CmpDriver: add brief documentation to indicate what this does
Alp Toker
- [PATCH] DebugInfo: Emit any enum with a referenced enum constant.
Richard Smith
- r209272 - [C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
- r209275 - [C++11] Use 'nullptr'. Parser edition.
Craig Topper
- r209276 - Preprocessor: support defined() with operator names for MS compatibility
Alp Toker
- r209285 - DeclVisitor is not used here.
Yaron Keren
- r209289 - Make global named registers internal variables
Renato Golin
- [PATCH] Sema: Treat dllimport globals without explicit storage class as extern
Nico Rieck
- r209291 - clang-format: [JS] Support different function literal style.
Daniel Jasper
- r209294 - clang-format: Fix incorrect macro call detection.
Daniel Jasper
- r209296 - clang-format: Fix corner case working around one-per-line dict literals.
Daniel Jasper
- r209297 - Make the parent-map use significantly less memory.
Manuel Klimek
- [PATCH] Make dead return statement detection more robust against changes in the CFG.
Manuel Klimek
- r209300 - Move virtual methods out of line.
Rafael Espindola
- r209302 - Improved recovery of switch statement
Serge Pavlov
- r209304 - Remove outdated diagnostic.
Benjamin Kramer
- [libcxx] r209305 - Fix bug 19740; round-tripping a pointer through a stream doesn't work
Marshall Clow
- [libcxx] r209307 - Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*'
Marshall Clow
- [PATCH] Proposal on how to fix temporary dtors.
Manuel Klimek
- [clang-tools-extra] r209313 - Fix clang-query on Windows: flush llvm::outs() after each command.
Manuel Klimek
- [PATCH] Use stack protector strong by default on OpenBSD
Brad Smith
- r209316 - cindex/test_cursor.py: no need to skip implicit decls in tests
Alp Toker
- r209319 - Sema: Implement DR244
David Majnemer
- [PATCH] Add flags -Rpass-missed and -Rpass-analysis.
Diego Novillo
- r209322 - Provide an aka for the C++ operator name macro diagnostic
Alp Toker
- Patch to fix an invalid AST of a locally redeclared built-in which causes an IRGen crash
jahanian
- r209332 - VirtualFileSystem: Fix a few directory traversal bugs in VFSWriter
Justin Bogner
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- r209378 - Add hasSameType overload to ASTContext for Type pointers. Switch a type
Richard Trieu
- [PATCH] Propagate ASTReaderListener API in ChainedASTReaderListener
Justin Bogner
- r208825 - PR19742: cv-qualifiers and ref-qualifiers aren't allowed on functions within
Justin Bogner
- r209389 - [C++11] Use 'nullptr'. Frontend edition.
Craig Topper
- r209392 - [C++11] Use 'nullptr'. Serialization edition.
Craig Topper
- r209394 - Frontend: Propagate ASTReaderListener API in ChainedASTReaderListener
Justin Bogner
- r209410 - clang-format: Correctly calculate line lenghts for nest blocks.
Daniel Jasper
- r209411 - This patch adds a helper class (CGLoopInfo) for marking memory instructions with llvm.mem.parallel_loop_access metadata.
Alexander Musman
- r209412 - clang-format: Correctly identify multiplications in braces init lists.
Daniel Jasper
- [cfe-dev] clang::CodeGen::CodeGenModule::GetOrCreateLLVMGlobal
Vassil Vassilev
- r209413 - clang-format: [JS] Understand line breaks in concatenated strings.
Daniel Jasper
- [PATCH] clang-format: Add option to disable fallback
Daniel Jasper
- r209417 - clang-format: Fix vim-integration for empty files.
Daniel Jasper
- [PATCH] Fix error condition in vim integration when cursor is invalid.
Daniel Jasper
- r209422 - clang-format: Store pointers to seen formatting states.
Daniel Jasper
- [PATCH] Minor doc fixes.
Daniel Jasper
- [PATCH] Update Mozilla Style
Daniel Jasper
- [PATCH] Fix "modular" import when we find the header in the current directory
Daniel Jasper
- [PATCH] Store pointers to seen formatting states.
Daniel Jasper
- [PATCH] Initial documentation for clang-tidy
Daniel Jasper
- r209428 - clang-format: Fix incorrect braced init identification.
Daniel Jasper
- r209431 - clang-format: Fix braced list detection.
Daniel Jasper
- r209432 - Use stack protector strong by default on OpenBSD.
Rafael Espindola
- r209433 - TMP
Tim Northover
- r209434 - MachO: perform ARM ABI detection even for non-Darwin triples.
Tim Northover
- r209435 - Revert "TMP"
Tim Northover
- [PATCH] Add clang-tidy -line-filter option to filter findings by line ranges.
Alexander Kornienko
- r209437 - MachO: look for nearby tools on all MachO platforms.
Tim Northover
- r209438 - clang-format: Fix corner case in AllowShortBlocksOnASingleLine.
Daniel Jasper
- r209440 - clang-format: Don't use Allman brace breaking for ObjC blocks.
Daniel Jasper
- [PATCH] Introduce DisableFormat that prevents formatting
Adam Strzelecki
- r209446 - clang-format: Introduce DisableFormat that prevents formatting.
Daniel Jasper
- r209447 - clang-format: Add basic test for -style=none.
Daniel Jasper
- r209449 - An inline function redeclaration does not drop the dllimport attribute
Hans Wennborg
- [clang-tools-extra] r209450 - Add clang-tidy -line-filter option to filter findings by line ranges.
Alexander Kornienko
- FreeBSD sanitizer builder noise in notifications
Galina Kistanova
- [PATCH] Start adding support for dllimport/dllexport on classes (PR11170)
Hans Wennborg
- [PATCH] Emit used/dllexport inline method definitions in nested classes (PR19743, PR11170)
Hans Wennborg
- r209464 - Update R600 datalayout
Matt Arsenault
- r209465 - Forgot to add updated datalayout test
Matt Arsenault
- r209466 - Improved location for non-constant initializers diagnostics.
Abramo Bagnara
- [PATCH] Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.
Alexander Kornienko
- r209468 - Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.
Alexander Kornienko
- [PATCH] Allow for changing the stack protector level for -fstack-protector
Brad Smith
- [clang-tools-extra] r209470 - Update the code according to the changes in r209468.
Alexander Kornienko
- r209471 - Don't warn about undefined inline functions if they're dllexport/import
Hans Wennborg
- r209472 - If a class template specialization from one module has its definition
Richard Smith
- r209474 - Unify the name of compiler-rt builtins library on Linux.
Alexey Samsonov
- r209477 - Use error_code::success() instead of make_error_code(llvm::errc::success).
Alexander Kornienko
- r209479 - Don't reduce the stack protector level given -fstack-protector.
Rafael Espindola
- [PATCH] PR11306 - Variadic template fix-it suggestion
Jordan Rose
- r209482 - Avoid allocating extra memory to handle the lazy definition data pointer for
Richard Smith
- r209484 - Don't set unnamed_addr in CreateRuntimeVariable.
Rafael Espindola
- [PATCH] Improve error recovery around colon.
Richard Smith
- [PATCH] Fix core-DR1755 & llvm-PR17294 & PR16906 - partial specializations of class member templates
Richard Smith
- [PATCH] Fix bug in xmmintrin.h
Akira Hatanaka
- [PATCH] Improve diagnostic message for misplaced square brackets
Richard Smith
- [PATCH] [OPENMP] Loop canonical form analysis (Sema)
Richard Smith
- r209489 - Fix a bug in xmmintrin.h.
Akira Hatanaka
- [PATCH] Pragma optimize on/off
Richard Smith
- [PATCH] Use comdats to avoid double initialization of weak data
Richard Smith
- [PATCH] Fix '-main-file-name <name>' so that it is used for the ModuleID.
Richard Smith
- r209491 - Clean DiagRanges. Fix a possible problem introduced in r209468.
Alexander Kornienko
- r209503 - Fix '-main-file-name <name>' so that it is used for the ModuleID.
Robert Lytton
- [clang-tools-extra] r209505 - clang-tidy: Only add 'override' before inlined bodies.
Daniel Jasper
- [PATCH] Sema: Add more tests for dll attributes on inline functions
Nico Rieck
- [PATCH] IRGen: Add more tests for dll attributes
Nico Rieck
- [PATCH] MS ABI: Treat dllimport explicit specializations as inline
Nico Rieck
- [PATCH] IRGen: Emit dllexport functions defined in-class
Nico Rieck
- [PATCH] Sema: Add dll attribute tests for member functions
Nico Rieck
- [cfe-dev] [PATCH] [libc++, cmake] fix duplicate installation of headers
İsmail Dönmez
- r209510 - Implemented support for "pragma clang optimize on/off", based on attribute 'optnone'.
Dario Domizioli
- [PATCH] Division by zero
Anders Rönnholm
- r209511 - PR19352 - getLocation() points to the wrong position for FriendDecls
Nikola Smiljanic
- r209515 - [test] Force a triple in the pragma optimize test due to expected mangled names.
Dario Domizioli
- [PATCH] [DOC] Documentation for pragma optimize on/off
Dario Domizioli
- [libcxx] r209520 - Fix bug 19840, where some tests were not testing what we wanted. Thanks to Eric for the bug report
Marshall Clow
- r209523 - [MS-ABI] Implements MS-compatible RTTI
Warren Hunt
- r209524 - Replace system() by native perl calls
Sylvestre Ledru
- r209525 - [MS-ABI] Silence warning from r209523
Warren Hunt
- r209526 - List the function/method name in the index page of scan-build
Sylvestre Ledru
- r209527 - revert "r209526 List the function/method name in the index page of scan-build "
Sylvestre Ledru
- r209530 - Make the ParentVector default to size 2.
Manuel Klimek
- r209531 - Make dead return statement detection more robust against changes in the CFG.
Manuel Klimek
- r209532 - Test case for r209489.
Akira Hatanaka
- r209533 - Add the hasRangeInit() matcher for range-based for loop.
Manuel Klimek
- r209534 - Stopgap fix for finding module for a file mapped in the VFS
Ben Langmuir
- r209540 - Fix typo
Nico Rieck
- r209541 - Fix broken FileCheck prefix
Nico Rieck
- r209542 - Sema: Add more tests for dll attributes on inline functions
Nico Rieck
- r209546 - Don't suppress warning about dllimport on typedefs etc. in MicrosoftExt mode
Hans Wennborg
- r209549 - Emit used/dllexport inline method definitions in nested classes (PR19743, PR11170)
Hans Wennborg
- [PATCH] Fix core-DR1755 & 727 & llvm-PR17294 & PR16906 - partial & explicit specializations of member templates (class/variable/function)
Faisal Vali
- r209552 - [modules] If a referenced-but-not-instantiated class template specialization
Richard Smith
- r209555 - Use comdats to avoid double initialization of weak data
Reid Kleckner
- [PATCH] Add PragmaAttr and Pragma Spelling to Tablegen
Tyler Nowicki
- r209556 - XFAIL test which is breaking some of the build bots.
Akira Hatanaka
- r209557 - Recompute the injected class name type for a class template specialization
Richard Smith
- r209558 - Remove test while I investigate why the test is breaking the bots.
Akira Hatanaka
- Support non-type template parameters in #pragma loop
Tyler Nowicki
- r209559 - Recommit r209532 with -ffreestanding.
Akira Hatanaka
- LLVM buildmaster will be restarted after 5 PM Pacific time
Galina Kistanova
- r209564 - This test doesn't need -O2 -disable-llvm-optzns
Hans Wennborg
- r209567 - CXXInfo memory should be released after calling the destructor
Yaron Keren
- [clang-tools-extra] r209569 - clang-tools-extra/test/clang-tidy/line-filter.cpp: Tweak line-filter.
NAKAMURA Takumi
- r209578 - AArch64/ARM64: update Clang after AArch64 removal.
Tim Northover
- r209579 - AArch64/ARM64: rename ARM64 components to AArch64
Tim Northover
- [clang-tools-extra] r209583 - ClangTidyOptionsTest.cpp: Rewrite literals. Raw string literals are unavailable on msc17.
NAKAMURA Takumi
- r209588 - Fix some misplaced spaces around 'override'
Hans Wennborg
- r209596 - IRGen: Add more tests for dll attributes
Nico Rieck
- r209597 - Sema: Add dll attribute tests for variable templates
Nico Rieck
- r209598 - Sema: Add dll attribute tests for member functions
Nico Rieck
- [PATCH] PR12214 - warn on suspicious self-compound-assignments
Nikola Smiljanić
- [PATCH] PR11410 - Confusing diagnostic when trailing array element tries to call deleted default constructor
Nikola Smiljanić
- [PATCH] Make UninitializedValues detect the use of uninitialized fields in a constructor.
Manuel Klimek
- [PATCH] Use DiagnosticIDs::getWarningOption to pass check names.
Manuel Klimek
- r209612 - [C++11] Use 'nullptr'.
Craig Topper
- r209613 - [C++11] Use 'nullptr'. Sema edition.
Craig Topper
Last message date:
Sun May 25 23:22:04 PDT 2014
Archived on: Tue Aug 4 15:31:39 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).