The Week Of Monday 23 September 2013 Archives by thread
Starting: Mon Sep 23 00:38:49 PDT 2013
Ending: Sun Sep 29 21:14:33 PDT 2013
Messages: 540
- libc++: First cut at <dynarray>
Hal Finkel
- [PATCH] Allow compiler invocation to have a previously set Preprocessor and ASTContext
Neil Henning
- r191186 - Enable -fsanitize=use-after-return by default under -fsanitize=address
Kostya Serebryany
- [PATCH][AArch64] updated patches with initial implementation of Neon scalar instructions
Jiangning Liu
- r190804 - When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122
Alexander Kornienko
- [patch] [libcxx] _LIBCPP_NO_RTTI fix for g++.exe and cl.exe
G M
- [PATCH][AArch64] implement aarch64 neon load/store instructions class AdvSIMD (lselem)
Hao Liu
- [clang-tools-extra] r191201 - Changed error messages to use source quoting.
John Thompson
- [patch] [libcxx] inline consistency
G M
- [clang-tools-extra] r191091 - Added modularize documentation.
John Thompson
- [PATCH] Fix sphinx warning about title underline begin too short
Tareq A. Siraj
- [PATCH] ARM: Implement __attribute__((interrupt(...)))
Tim Northover
- [PATCH][StaticAnalyzer] new check comparing equal expression
Daniel Marjamäki
- [PATCH] [2/2] Adding front-end options and macros for TBM instruction set
Yunzhong Gao
- [PATCH] Module use declarations (II)
Doug Gregor
- [PATCH] Add -fmodule-map-file option.
Doug Gregor
- [Patch]"Sema::checkFormatStringExpr" should check multiple "FormatAttr".
Rafael Espíndola
- [PATCH] clang-cl: print errors as "err" when in /fallback mode
Hans Wennborg
- patch: new attribute enable_if
Aaron Ballman
- [clang-tools-extra] r191211 - Fix headers, use source quoting.
John Thompson
- [PATCH] Windows: Don't warn when making large unsigned enum values signed
Reid Kleckner
- r191150 - PR17295: Do not allow explicit conversion functions to be used in cases where
Eli Friedman
- [clang-tools-extra] r191213 - Added tests for testing migration of files in a compilation database.
Ariel J. Bernal
- [PATCH] Added testing to test migration of files in a compilation database
Ariel Bernal
- [clang-tools-extra] r191215 - Fixed test for compilation databases.
Ariel J. Bernal
- [PATCH] clang-apply-replacements: Add code-formatting post processing step
Edwin Vane
- r190496 - Fix a bug where -msse followed by -mno-sse would leave MMX enabled.
Rafael Espíndola
- r191222 - ObjectiveC migrator: Infer NS_OPTIONS when if there is at
Fariborz Jahanian
- [PATCH] Remove unnecessary string option.
Ariel Bernal
- [patch] Fix pr9701
Rafael Espíndola
- [PATCH] Attribute parsing following labels
Aaron Ballman
- r191237 - Revert change accidentally committed in r191150.
Richard Smith
- r191240 - ObjectiveC migrator. When migrating to property declaration
Fariborz Jahanian
- r191242 - Add tests on how clang currently handles some unknown options.
Rafael Espindola
- [clang-tools-extra] r189832 - Rename clang-replace -> clang-apply-replacements
Sean Silva
- r191243 - Add _mm_stream_si64 intrinsic.
Eli Friedman
- r191245 - Fix an incomplete copy and paste in my previous patch.
Rafael Espindola
- r191246 - Remove extra space.
Fariborz Jahanian
- r191248 - Fix argument types of some AVX2 intrinsics.
Eli Friedman
- r191249 - Produce errors for unknown options.
Rafael Espindola
- r191250 - clang-cl: print diagnostics as "error(clang): foo" in /fallback mode
Hans Wennborg
- r191251 - Remove unused option.
Rafael Espindola
- r191264 - Initial support for Neon scalar instructions.
Jiangning Liu
- r191265 - [OPENMP] Bug fixes and improvements.
Alexey Bataev
- [PATCH] [OPENMP] Bug fixes and improvements, part 2
Alexey Bataev
- r191274 - Handle standard libraries that miss out the space when defining the standard
Richard Smith
- r191277 - CGBuiltin.cpp: Prune a stray default: label. [-Wcovered-switch-default]
NAKAMURA Takumi
- r191278 - Implement restriction that a partial specialization must actually specialize
Richard Smith
- r191279 - Hopefully unbreak bots which are seeing an assert in this test. Temporary, real
Richard Smith
- [PATCH] Simple Generic Lambdas: Chicago Reversion
Faisal Vali
- r191282 - [Mips] Support -mnan=2008 option. Define "__mips_nan2008" macros and pass
Simon Atanasyan
- r191283 - Module use declarations (II)
Daniel Jasper
- r191284 - Add -fmodule-map-file option.
Daniel Jasper
- [PATCH] PR17324 - Check "late parsed" friend functions for redefinition
Alp Toker
- [PATCH] PR17337 - Retain previous linkage of friend function declarations
Alp Toker
- r191292 - Fix uninitialized value bug discovered buy msan buildbot.
Daniel Jasper
- r191298 - Remove a use of OPT_m_Joined.
Rafael Espindola
- r191300 - Use a valid option (-msse) for testing QA_OVERRIDE_GCC3_OPTIONS.
Rafael Espindola
- [patch] Produce an error for -munknown-to-clang-option
Rafael Espíndola
- [PATCH] Separate construction of bi-arch path suffix from construction of multi-library path suffix
Rafael Ávila de Espíndola
- [PATCH] Explicitly specify CMake MSVC stack size
Greg_Bedwell at sn.scee.net
- [PATCH] Gracefully (and correctly) handle init of multiple union members
Matthew Curtis
- [clang-tools-extra] r191308 - Clean up timing command line option.
Ariel J. Bernal
- [PATCH] Clang-format support for removing space before assignment operators
Aaron Wishnick
- [PATCH] Initial user documentation for TR1 to C++11 migration.
Edwin Vane
- r191311 - Revert my patch in r191155 to allow forward
Fariborz Jahanian
- [PATCH] [Review request][analyzer]Information about special handling for a particular region/symbol.
Anna Zaks
- r191316 - clang-cl: pass /nologo when falling back to cl.exe
Hans Wennborg
- [PATCH] clang-apply-replacements: Clean up -help and -version
Edwin Vane
- [clang-tools-extra] r191322 - clang-apply-replacements: Clean up -help and -version
Edwin Vane
- r191323 - clang-cl: fix passing optimization level to cl.exe in /fallback mode
Hans Wennborg
- r191326 - Adding -mtbm and -mno-tbm command line options to the clang front end for the
Yunzhong Gao
- r191328 - Produce an error for unknown -m options.
Rafael Espindola
- r191332 - ObjectiveC migrator: iDOn't mangle names when
Fariborz Jahanian
- r191334 - ObjectiveC migrator: Another test for my last patch.
Fariborz Jahanian
- [PATCH] Update NumTypeBits on Type to match the actual number of used bits.
Mark Lacey
- r191335 - ObjectiveC migrator: provide space between the property
Fariborz Jahanian
- r191336 - Avoid a signed/unsigned comparison warning with compilers that don't know how
Richard Smith
- r191339 - Fix -Wmissing-variable-declarations regression.
Eli Friedman
- r191340 - Allow dynamic_cast to void* even with -fno-rtti.
Eli Friedman
- r191342 - [analyzer] This patch removes passing around of const-invalidation vs regular-invalidation info by passing around a datastructure that maps regions and symbols to the type of invalidation they experience. This simplifies the code and would allow to associate more different invalidation types in the future.
Anton Yartsev
- [PATCH] libclang: New functions clang_Type_getNumTemplateArguments, clang_Type_getTemplateArgument.
Argyrios Kyrtzidis
- r191345 - [libclang] Provide location for attributes and expose 'packed' attribute.
Argyrios Kyrtzidis
- r191346 - [libclang] python: fix return type of clang_Type_getSizeOf().
Argyrios Kyrtzidis
- r191347 - ObjectiveC migrator. Don't suggest @property for
Fariborz Jahanian
- [PATCH][libclang] Expose "packed" attribute + Fix source location for attributes
Argyrios Kyrtzidis
- [PATCH][libclang] python bindings - oneliner fix to rettype of getSizeOf
Argyrios Kyrtzidis
- r189535 - Add missing definitions to unwind.h.
Hans Wennborg
- [PATCH] Emit Clang version information into .comment section (Clang's part of implementation) [PART 1]
Katya Romanova
- [patch] [libcxx] pragma gcc visibility not supported by cl
G M
- [PATCH] [StaticAnalyzer] New checker StringPlusChar
Jordan Rose
- r191354 - Refactor to use C++1y 'auto' semantics directly in lambdas with no specified
Richard Smith
- Fix for ICE in clang due to infinite loop.
MAYUR PANDEY
- r191360 - StaticAnalyzer/Core/RegionStore.cpp: Prune one last "\param IsConst", as fixup to r191342. [-Wdocumentation]
NAKAMURA Takumi
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (by element)
Jiangning Liu
- [PATCH] Implement aarch64 neon instruction class AdvSIMD (by element) - Clang
Jiangning Liu
- [PATCH] Implement aarch64 neon instruction class AdvSIMD (by element) - LLVM
Jiangning Liu
- Bug fix 12730: Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1, 2, 4, 8} on ARM
İsmail Dönmez
- [PATCH] Warning for Out of bound access of Array of Structures/Unions not reported
Karthik Bhat
- r191370 - Sema: Simplify code a bit, plug a potential leak.
Benjamin Kramer
- [patch] [libcxx] _LIBCPP_WEAK
G M
- r191373 - Remove unused option.
Rafael Espindola
- r191375 - clang-format: Option to removing the space before assignment operators.
Daniel Jasper
- r191376 - Don't pass -print-stats to the driver, it is a -cc1 option only.
Rafael Espindola
- r191377 - Move --relocatable-pch to Options.td.
Rafael Espindola
- r191379 - Use -Xclang to pass -internal-isystem and -internal-externc-isystem to -cc1.
Rafael Espindola
- r191380 - Produce an error if a -cc1 only option is passed to the driver.
Rafael Espindola
- [patch] Produce an error on unknown -f options
Rafael Espíndola
- r191381 - [analyzer] Handle destructors for the argument to C++ 'delete'.
Jordan Rose
- [PATCH] [StaticAnalyzer]Handle Destructor call generated by C++ delete expr
Jordan Rose
- r191382 - PR17359: Fix off-by-one OOB on _Pragma("") and an unescaping bug
Reid Kleckner
- PATCH: (kind of) to improve support for libc++ with libsupc++
Chandler Carruth
- [PATCH] modularize - Add checks for #include in 'extern "C/C++" {}' or 'namespace (name) {}' blocks
Doug Gregor
- r191394 - Produce an error for unknown -f options.
Rafael Espindola
- [libcxx] Patch/RFC: Avoid using ::operator new in the default allocator
Benjamin Kramer
- r191395 - ObjectiveC: Handle the case of qualifying protocols
Fariborz Jahanian
- [libcxx] r191397 - Make the guard for external ABI libraries include the guard for
Chandler Carruth
- [PATCH] clang-modernize: Reset LoopConvert's TU tracking info per TU
Edwin Vane
- [patch] Slightly less hackish implementation of -Wwrite-strings
Rafael Espíndola
- r191404 - Update NumTypeBits on Type to match the actual number of used bits.
Mark Lacey
- r191405 - Remove unused param from MicrosoftMangle::mangleCallingConvention()
Reid Kleckner
- r191406 - Provide inline definitions of _Unwind_GetIP etc. for ARM in unwind.h
Hans Wennborg
- [PATCH] [ms-cxxabi] Fix the calling convention for operator new in records
Reid Kleckner
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Jordan Rose
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- r191416 - [OPENMP] Improved variable lookup procedure for threadprivate variables.
Alexey Bataev
- r191417 - Implement C++1y digit separator proposal (' as a digit separator). This is not
Richard Smith
- r191418 - If a partial specialization of a member template is declared within a class
Richard Smith
- r191420 - Replace a bool with an enum for clarity, based on review comment from James Dennett.
Richard Smith
- [PATCH] [PATCH] OpenMP firstprivate clause
Alexey Bataev
- r191424 - Fix buildbot breakage.
Richard Smith
- r191427 - Remove tabs.
Benjamin Kramer
- [PATCH] Correctly indent with tabs when whitespace starts from the column not divisible by TabWidth.
Alexander Kornienko
- r191429 - Ignore some -f options that are supported by gcc.
Rafael Espindola
- r191433 - Remove unused parameter.
Rafael Espindola
- r191434 - Ignore unknown -fno-builtin-*.
Rafael Espindola
- r191435 - Remove -fbuiltin-strcat and -fbuiltin-strcpy.
Rafael Espindola
- r191436 - Mark an impossible path as unreachable to pacify GCC.
Benjamin Kramer
- r191437 - Remove fno_builtin_strcat and fno_builtin_strcpy.
Rafael Espindola
- r191439 - [driver] Ignore -fno-var-tracking; it's a GCC option we don't support.
Jordan Rose
- r191442 - clang-cl: Add /FI (forced include) as an alias for -include
Reid Kleckner
- r191443 - Per updates to D3781, allow underscore under ' in a pp-number, and allow ' in a #line directive.
Richard Smith
- r191444 - Add macro test from N3781.
Richard Smith
- Removal of <strstream> from include files
Marshall Clow
- [clang-tools-extra] r191448 - clang-modernize: Reset LoopConvert's TU tracking info per TU
Edwin Vane
- r191449 - Teach typo correction to look inside of classes like it does namespaces.
Kaelyn Uhrain
- r191450 - Fix a bug in the typo correction replacement location.
Kaelyn Uhrain
- [clang-tools-extra] r191451 - clang-modernize: Fixing a few left over cpp11-migrate references
Edwin Vane
- r191453 - Implement a rudimentary form of generic lambdas.
Faisal Vali
- [PATCH] Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft
Reid Kleckner
- r191458 - Fix up fallout from r187156.
Bob Wilson
- r191459 - Fix error recovery when a return type correction includes a new name specifier.
Kaelyn Uhrain
- r191462 - Remove an unused variable - thanks to Nick Lewycky for pointing this out!
Faisal Vali
- r191463 - Debug info: Fix a crash when trying to construct a type with redundant
Adrian Prantl
- r191465 - ObjectiveC migrator: function pointer is not an
Fariborz Jahanian
- r191468 - ObjectiveC migrator: Donlt annotate NS_RETURNS_INNER_POINTER
Fariborz Jahanian
- [patch] [libcxx] msvc cmake
G M
- [libcxx] msvc cmake
G M
- [PATCH] Update the kinds of DeclarationName in the InternalsManual
Justin Bogner
- [PATCH] Implements Parts of Intrin.h
Eli Friedman
- [PATCH] [2/2] Add intrinsics for TBM instruction set
Yunzhong Gao
- r191483 - Remove some stray underscores from copyright block. Fix first line length to match length of the one after the copyright block.
Craig Topper
- r191484 - Sema: Respect -fdelayed-template-parsing when parsing constexpr functions
David Majnemer
- r191485 - NumericLiteralParser::ParseNumberStartingWithZero(): Try to appease MSC16's miscompilation.
NAKAMURA Takumi
- r191486 - Add -fno-unsigned-char and ignore it. We already support -fno-signed-char, add
Nick Lewycky
- r191487 - AST: Handle qualified array types in typeid() expressions
David Majnemer
- [PATCH] Implement aarch64 neon instruction class SIMD copy
Kevin Qin
- [PATCH] Added callback support for OpenCL extension pragmas.
Mikael Lepistö
- r191492 - clang-format: Fix formatting bug with comment in weird place.
Daniel Jasper
- r191493 - AST: Handle multidimensional arrays inside of __uuidof()
David Majnemer
- r191494 - clang-format: Improve formatting of functions with multiple trailing tokens.
Daniel Jasper
- r191497 - Correctly indent with tabs when whitespace starts from the column not divisible by TabWidth.
Alexander Kornienko
- [PATCH] Implemented tab usage only for indentation (http://llvm.org/PR17363)
Alexander Kornienko
- r191523 - Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft
Timur Iskhodzhanov
- r191527 - Implemented tab usage only for indentation (http://llvm.org/PR17363)
Alexander Kornienko
- r191528 - Updated clang-format style options doc.
Alexander Kornienko
- r191529 - Updated examples of UseTab option
Alexander Kornienko
- r191530 - Added a comment and another test for the UT_ForIndentation option
Alexander Kornienko
- r191531 - Fix the test files by removing the unnecessary -emit-llvm flag (should address Matt Beaumont-Gay's concern regarding failure on a read-only filesystem)
Faisal Vali
- r191532 - [analyzer] Allow pre/post-statement checkers for UnaryOperator.
Jordan Rose
- [PATCH] Fix replacements for files with relative paths are not applied.
Ariel Bernal
- r191533 - Remove method that always returns true.
Rafael Espindola
- r191534 - Quick-fix the test for no-asserts build
Timur Iskhodzhanov
- r191535 - SourceManager: Open code isInMainFile.
Benjamin Kramer
- r191536 - Adding pre/post conditions for some Replacement handling functions
Edwin Vane
- r191537 - clang-cl: pass /FI options to fallback
Hans Wennborg
- [patch] Remove -fobjc-default-synthesize-properties
Rafael Espíndola
- r191540 - Update status:
Richard Smith
- r191541 - Fix formatting goof.
Richard Smith
- r191542 - Fix typo: Dellocation.
Benjamin Kramer
- r191543 - Cache the location of failed typo corrections so that typo correction
Kaelyn Uhrain
- r191544 - Avoid the hard-coded limit on the number of typo corrections attempted.
Kaelyn Uhrain
- r191545 - Don't give suggest things like function names on the left side of "=".
Kaelyn Uhrain
- [PATCH] Moving style option formatting to libFormat
Edwin Vane
- r191547 - Comment out links for papers that aren't up yet.
Richard Smith
- r191548 - Variable templates: handle instantiation of static data member templates
Richard Smith
- r191549 - Mark variable template implementation as complete. Nearly all of the credit
Richard Smith
- r191550 - Implement N3760, support for the [[deprecated]] attribute.
Chandler Carruth
- r191551 - Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties.
Rafael Espindola
- r191554 - Update the help text.
Rafael Espindola
- r191559 - docs: Remove note about Identifiers being used for C++ operators
Justin Bogner
- r191560 - docs: Document CXXLiteralOperatorName and CXXUsingDirective
Justin Bogner
- [patch] Forward all -f* options to -cc1
Rafael Espíndola
- r191562 - Note that modules are supported for C/Objective-C, and have syntax in ObjC.
Douglas Gregor
- r191572 - Fix a bug where we failed to diagnose class template specialization
Chandler Carruth
- [libcxx] r191573 - Updated table with results from Chicago
Marshall Clow
- [libcxx] r191575 - Missed a change that didn't have an issue number 'GB 9'
Marshall Clow
- r191577 - Implementation of N3760 which is planned to be voted into C++14's draft
Chandler Carruth
- r191584 - ObjectiveC migrator. Infer property from getters only
Fariborz Jahanian
- r191586 - TBAA: use the same format for scalar TBAA and struct-path aware TBAA.
Manman Ren
- r191589 - Don't suggest namespaces if the next token is a '.'
Kaelyn Uhrain
- r191590 - Implements some of the more commonly used intrinsics in Intrin.h
Warren Hunt
- r191592 - Typo correction: _int64 -> __int64.
Warren Hunt
- Implement n3789 - constexpr Library Additions: functional
Marshall Clow
- [libcxx] r191596 - Updated my role
Marshall Clow
- n3775 - Mark rand, stand, RAND_MAX and random_shuffle as deprecated in C++14
Marshall Clow
- [libcxx] r191598 - Fixed bad link for n3789; thanks to Chip Davis for the catch
Marshall Clow
- r191599 - [analyzer] Make inlining decisions based on the callee being variadic.
Jordan Rose
- r191605 - Per latest drafting, switch to implementing init-captures as if by declaring
Richard Smith
- r191606 - Switch from putting init capture VarDecls in the surrounding DeclContext to
Richard Smith
- r191607 - Mark lambda init-captures as complete.
Richard Smith
- [PATCH] libclang: python API update+unittest: Type.spelling, Cursor.raw_comment, Cursor.brief_comment
Loïc Jaquemet
- [PATCH] cleanup redundant variable NumArgsToCheck
Daniel Marjamäki
- r191608 - Add extra testing for init-captures.
Richard Smith
- r191609 - Add compat/extension warnings for init captures.
Richard Smith
- r191612 - Separate construction of bi-arch path suffix from construction of
Simon Atanasyan
- r191614 - Refactor comment merging.
Benjamin Kramer
- r191615 - Make helper function static.
Benjamin Kramer
- r191622 - Documentation: minor fixes/improvements to documentation of DependentScopeDeclRefExpr.
James Dennett
- r191623 - The second parameter of nexttoward is always long double.
Benjamin Kramer
- Patch for LWG issue 2275 - forward_as_tuple should be constexpr
Marshall Clow
- [libcxx] r191625 - Add a set of macros for using the new '[[[deprecated]]' attribute. No code changes (yet)
Marshall Clow
- libclang: expose pointer-to-member type
Che-Liang Chiou
- [libcxx] r191626 - Implement n3789; constexpr support in named function objects
Marshall Clow
- r191627 - Remove commented-out entry for ARBs, they're not in C++1y any more.
Richard Smith
- Mark the "literals" namespace as "inline"
Marshall Clow
- Implement N3779 - user defined literals for std::complex
Marshall Clow
- r191629 - Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;
Richard Smith
- r191631 - Add character set related __STDC_* definitions.
Ed Schouten
- r191634 - Implement conversion to function pointer for generic lambdas without captures.
Faisal Vali
- r191639 - clang-format: Fix assertion on incomplete string literals.
Daniel Jasper
- r191640 - Fix misspelling of -fmodules-decluse.
Daniel Jasper
- r191641 - Fix windows newlines :(
Faisal Vali
- r191642 - Add section on VS integration to the ClangFormat documentation.
Manuel Klimek
- r191645 - Fix computation of linkage within nested lambdas.
Faisal Vali
- r191646 - Remove an unnecessary overload from ASTLambda.h
Faisal Vali
- r191647 - Revert the linkage fix.
Faisal Vali
- [PATCH] Allow nested lambdas in NSDMIs (i.e default initializers)
Faisal Vali
- r191648 - SemaTemplateDeduction.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
- r191651 - Switch one of the ignored boolean flag multiclasses to not have an 'f'
Chandler Carruth
- [PATCH] Implement transformations of non-capturing nested lambdas.
Faisal Vali
Last message date:
Sun Sep 29 21:14:33 PDT 2013
Archived on: Tue Aug 4 15:31:16 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).