The Week Of Monday 8 April 2013 Archives by thread
Starting: Mon Apr 8 01:44:11 PDT 2013
Ending: Sun Apr 14 23:57:42 PDT 2013
Messages: 412
- r178870 - AArch64: bring predefines in line with most recent ACLE document
Tim Northover
- r179015 - x
Daniel Jasper
- r179016 - Revert accidental commit r179015.
Daniel Jasper
- r179017 - Remove outdated part of help message.
Daniel Jasper
- [cfe-commits] Preliminary patch to support MSVC __declspec(property)
Will Wilson
- [PATCH] Recognize function-like macro usages without semicolon in declaration context.
Alexander Kornienko
- r179027 - Add matcher for NamespaceDecls.
Daniel Jasper
- [PATCH] Fix UseNullptr fail to replace c-style explicit cast in a return statement.
Ariel Bernal
- r179029 - <rdar://problem/12806802> Propagate access specifiers for conversion functions to the conversion function set eagerly.
Douglas Gregor
- [PATCH] Fix to PR5683 - issue diagnostic for pointer subtraction with type of size zero.
Serge Pavlov
- [PATCH] Do not attach a debug location to code inserted by ARC / API for disabling DebugLocations
John McCall
- r178952 - Remove nondeterminism introduced in r178950.
John McCall
- r179031 - Test case for r179030.
Chad Rosier
- [PATCH] Small fix for tgmath.h
YunZhong Gao
- r179034 - Tweak warning text for nil value in ObjC container warning.
Ted Kremenek
- [PATCH] Simplify the PNaCl/le32 ABI to ignore regparm
Eli Bendersky
- r179035 - <rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop that is actually an Objective-C fast enumeration loop.
Douglas Gregor
- r179037 - <rdar://problem/13540921> Cope with instantiations of the C++11 range-based for loop that end up being Objective-C fast enumeration loops.
Douglas Gregor
- r179039 - doce parsing: adding few more headerdoc tags.
Fariborz Jahanian
- r179040 - In the comparison, both clang and GCC are popular and widely adopted. This is no longer a win of GCC.
Chris Lattner
- [libcxx] r179041 - Change <cwchar> and <cstring> to look out for flags which may or may not be set by the C headers <wchar.h> and <string.h> indicating C support for the C++-altered wcschr, wcspbrk, wcsrchr, wcsstr, wmemchr, strchr, strpbrk, strrchr, memchr, and strstr. This was already done in <cstring> for other platforms using other flags, so just had to add one more flag to the list there.
Howard Hinnant
- [PATCH] Revamp indentation behavior for complex binary expressions.
Manuel Klimek
- r179042 - fixes a typo in my last patch.
Fariborz Jahanian
- [PATCH] [ms-cxxabi] Add "$$C" when mangling template arg QualTypes
Reid Kleckner
- [PATCH] CodeGen for CapturedStmt
Ben Langmuir
- r179046 - Thread safety analysis: turn on checking within lock and unlock functions.
DeLesley Hutchins
- [PATCH] Adds the add-override transform to the cpp11-migrate tool.
Edwin Vane
- r179049 - Revamp indentation behavior for complex binary expressions.
Daniel Jasper
- r179050 - The recent GCOV changes expect the initial version string to be in forward order.
Bill Wendling
- [PATCH] Use 'auto const&' for iterators whose deref operator returns a const var
Tareq A. Siraj
- r179052 - fix indentation
Adrian Prantl
- r179053 - <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets a non-variable iteration declaration.
Douglas Gregor
- r179055 - Update checker build to checker-273
Ted Kremenek
- r179056 - Fix PR15634, better error message for template deduction failure.
Richard Trieu
- r179057 - <rdar://problem/13559825> Further reduce template instantiation depth down to 256, since we're blowing the stack for a trivial "factorial" class template.
Douglas Gregor
- r179059 - The PNaCl target no longer permits __attribute__((regparm)).
Eli Bendersky
- r179061 - Fix typo in assertion.
Nick Lewycky
- [PATCH] Emit diagnostic on illegal calling convention
Alexander Zinenko
- r179064 - Recognize function-like macro usages without semicolon in declaration context.
Alexander Kornienko
- [PATCH] Fix PR15558
Matt Beaumont-Gay
- r179065 - clang/test/Index/annotate-tokens.cpp: Appease msvc-targets with -fno-delayed-template-parsing.
NAKAMURA Takumi
- r179067 - <rdar://problem/13540899> Collect using directives from all of the semantic contexts not represented by scopes.
Douglas Gregor
- r179068 - <rdar://problem/13584715> Converted constant expressions are expected to have integral values.
Douglas Gregor
- r179069 - Don't copy just to capture a strong block pointer under ARC.
John McCall
- patch: fix typo-correction vs overload
Nick Lewycky
- r179070 - Add test case calling a deprecated method from a subclass that reimplements that method gets a warning.
Ted Kremenek
- [PATCH] [ms-cxxabi] Implement codegen for dereferencing member pointers
John McCall
- r179075 - [analyzer] Keep tracking the pointer after the escape to more aggressively report mismatched deallocator
Anna Zaks
- [PATCH] Improve diagnostics of number-reading preprocessor directives
Michael Ilseman
- r179078 - Mark as referenced the functions from instantiated UserDefinedLiterals.
Argyrios Kyrtzidis
- r179079 - Skip transparent contexts when looking for using directives in name lookup.
Douglas Gregor
- r179080 - When checking for illegal expressions in a default-argument
John McCall
- [PATCH] Fix block comment parser
Rui Ueyama
- r179081 - [analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
- [PATCH] Standardize usage of CodeGenModule::getContext().getTargetInfo()
Stephen Lin
- r179082 - If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate.
Peter Collingbourne
- [PATCH] If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate.
Peter Collingbourne
- [PATCH] Do not escape a newline after ??/ unless trigraphs are enabled
Rui Ueyama
- r179089 - Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-base-shadow on Android
Alexey Samsonov
- [PATCH] Support Sourcery CodeBench MIPS toolchain
Simon Atanasyan
- [PATCH] Again macros without trailing semicolons: don't care about declaration context.
Alexander Kornienko
- r179092 - One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms that force default PIC (like Darwin x86-64), otherwise specifying -fPIC will produce bogus unused argument warning
Alexey Samsonov
- r179093 - [ms-cxxabi] Add "$$C" when mangling template arg QualTypes
Reid Kleckner
- r179094 - Mention the changes in the handling of language linkage in the release notes.
Rafael Espindola
- OpenCL extensions handling
Benyei, Guy
- [PATCH] [RFC]TILE-Gx: updated patch for final review
Jiong Wang
- r179098 - Improvements to clang-format integrations.
Daniel Jasper
- r179099 - Again macros without trailing semicolons: don't care about declaration context.
Alexander Kornienko
- [PATCH] [libclang] getSizeOf/getAlignOf/getOffsetOf (was [PATCH] Expose AST Record layout attributes to libclang)
Argyrios Kyrtzidis
- [clang-tools-extra] r179103 - Fix UseNullptr fails to replace c-style explicit cast in a return statement
Ariel J. Bernal
- r179107 - Fix comments before labels.
Daniel Jasper
- r179108 - Objective-C: This patch fixes a none-issuance of warning
Fariborz Jahanian
- [ms-cxxabi] Set proper SRet flags for most functions; also handle empty struct arguments correctly
Timur Iskhodzhanov
- [PATCH] This change-list changes clang to attach the ordinary comments if an option is specified
Amin Shali
- [PATCH] Debug type info for fixed enums
Adrian Prantl
- r179121 - [libclang] In cxtu::getASTUnit(), check for a null CXTranslationUnit.
Argyrios Kyrtzidis
- r179123 - [c-index-test] Enable 'display diagnostics' when using the -test-load functionality.
Argyrios Kyrtzidis
- r179126 - Adding new AST Matchers isVirtual and isOverride
Edwin Vane
- [clang-tools-extra] r179127 - Adding the AddOverride transform for cpp11-migrate
Edwin Vane
- [PATCH] Adds ASTMatchers isVirtual and isOverride
Edwin Vane
- r179128 - Updating cpp11-migrate transform list in ClangTools docs
Edwin Vane
- [PATCH] Implement handling of include/exclude options for cpp11-migrate
Jack Yang
- r179131 - Remove outdated run lines from tests.
Richard Trieu
- [PATCH] Add new warning to -Wparentheses for mixing overloaded shift operators and comparison operators
Richard Trieu
- [PATCH] Force a load when creating a reference to a temporary copied from a bitfield.
Jordan Rose
- r179138 - Suppress -Wunused-variable for variables declared in headers, which may in
Matt Beaumont-Gay
- r179139 - Improve the diagnostics of the number-reading preprocessor directives.
Michael Ilseman
- r179142 - Repeat some #line directive tests for the GNU line marker directive.
Michael Ilseman
- r179143 - [frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo that indicates return from another file.
Argyrios Kyrtzidis
- r179144 - [frontend] When preprocessing, turn implicit module imports into @imports.
Argyrios Kyrtzidis
- r179145 - [frontend] -frewrite-includes: turn implicit module imports into @imports.
Argyrios Kyrtzidis
- r179150 - <rdar://problem/13605348> Don't consider invalid user-defined literal operators during overload resolution.
Douglas Gregor
- r179151 - C++11 inheriting constructors: support for inheriting constructor templates.
Richard Smith
- r179153 - Don't crash when mangling types defined in ObjC class extensions.
John McCall
- r179154 - Add support for computing the exception specification for an inheriting
Richard Smith
- r179155 - Handle "typeof" in Objective-C format string checking. This previously crashed.
Ted Kremenek
- r179167 - Fix labels with trailing comments and cleanup.
Daniel Jasper
- r179168 - Fixes recovering from errors when parsing braced init lists.
Manuel Klimek
- r179180 - Add an option to parse all comments as documentation comments
Dmitri Gribenko
- [PATCH] Fix prefixes list initialization in driver::OptTable ctor
Mehdi AMINI
- r179181 - Add testcases for -fparse-all-comments
Dmitri Gribenko
- r179182 - [ms-inline asm] Add a few test cases that were regressed by r179115. That
Chad Rosier
- r179190 - [ms-inline asm] Move a few test cases from the 32-bit version to the 64-bit
Chad Rosier
- r179204 - -fparse-all-comments: remove redundant check, as suggested by Fariborz Jahanian
Dmitri Gribenko
- [libcxxabi] r179208 - Add capability to demangle invocation functions for ObjC blocks.
Howard Hinnant
- [PATCH] [ms-cxxabi] Implement vbtable name mangling
John McCall
- Modify test/PCH/headersearch.cpp to use LLVM bit code output
Jyotsna Verma
- [PATCH] Prevent macro argument expansion when the LHS of concatenation is empty
Harald van Dijk
- [PATCH] Suppress 'unused function' warnings on specialized template functions
Halfdan Ingvarsson
- r179214 - FileCheck-ify some clang grep tests that use double quotes
Reid Kleckner
- r179216 - [driver] Add a -Ofast option, which enables -O3, -ffast-math, and
Chad Rosier
- r179217 - Remove unused arguments.
Chad Rosier
- r179218 - For split dwarf we should also run the objcopy action if we're
Eric Christopher
- r179219 - [analyzer] Cleanup leak warnings: do not print the names of variables from other functions.
Anna Zaks
- r179221 - [analyzer] When reporting a leak in RetainCount checker due to an early exit from init, step into init.
Anna Zaks
- r179228 - [analyzer] Fix a crash in SyntaxCString checker when given a custom strncat.
Anna Zaks
- r179229 - Mips specific inline asm memory operand modifier test case
Jack Carter
- r179230 - [analyzer] Switched to checkPreCall interface for detecting usage after free.
Anton Yartsev
- r179232 - [analyzer] +Testcase: several used-after-free args passed to a function.
Anton Yartsev
- r179236 - add mips target requirement to testcase
Adrian Prantl
- r179237 - get rid of stdio.h include in testcase
Adrian Prantl
- r179238 - comment parsing. Add couple more needed doxygen tags.
Fariborz Jahanian
- r179242 - [analyzer] Refactoring: better doxygen comment; renaming isTrackedFamily to isTrackedByCurrentChecker
Anton Yartsev
- r178814 - [analyzer] Reduced the unwanted correlations between checkers living inside MallocChecker.cpp
Anton Yartsev
- r179250 - Force a load when creating a reference to a temporary copied from a bitfield.
Jordan Rose
- [PATCH] [analyzer] Factor common code from {SymSym, SymInt, IntSym}Expr to BinarySymExpr
Ryan Govostes
- r179251 - [libclang] Expose record layout info via new libclang functions:
Argyrios Kyrtzidis
- r179254 - Drop ObjCIndirectCopyRestoreExprs during template instantiation.
John McCall
- r179261 - ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation]
NAKAMURA Takumi
- [cfe-dev] [Patch] Update to Checker Development Manual
Anna Zaks
- r179269 - [analyzer] Factor common code from {SymSym, SymInt, IntSym}Expr to BinarySymExpr
Ryan Govostes
- r179270 - Fix formatting of overloaded assignment operators.
Daniel Jasper
- r179282 - FileCheck-ify more grep tests with quoted double quotes
Reid Kleckner
- r179283 - Use lit's internal shell runner on Windows for Clang tests
Reid Kleckner
- r179284 - Fix failing dependencies-and-pp.c test
Reid Kleckner
- r179287 - Change clang-format's affinity for breaking after return types.
Daniel Jasper
- [PATCH] Minor grammar fix
Adam Schnitzer
- r179297 - [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope.
Argyrios Kyrtzidis
- r179299 - Hexagon: Remove -g option from the assembler command line.
Jyotsna Verma
- r179300 - [libclang] Improve a doxygen comment, as suggested by Jordan.
Argyrios Kyrtzidis
- r179301 - [PCH] Change test/PCH/headersearch.cpp to use -emit-llvm-only instead of -emit-obj
Argyrios Kyrtzidis
- r179305 - [ms-cxxabi] Implement member pointer emission and dereferencing
Reid Kleckner
- r179308 - Follow Jordan's advice and use {{^}} and {{$}} for this test
Reid Kleckner
- r179309 - Add a new -mimplicit-float option for symmetry with -mno-implicit-float.
Bob Wilson
- r179310 - Exclude test30 of Sema/return.c for Hexagon since setjmp.h include file
Jyotsna Verma
- r179311 - Widen the checks in the ms abi memptr test to work under NDEBUG
Reid Kleckner
- r179324 - Update test case for r179323.
Chad Rosier
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- interesting feature to add to clang
Reed Kotler
- r179334 - Fix the driver logic for recent versions of DragonFly.
John McCall
- r179335 - Struct-path aware TBAA: uniformize scalar tag and path tag.
Manman Ren
- r179338 - Flail at trying to appease various linuxy buildbots.
John McCall
- r179340 - Test case for r179339.
Chad Rosier
- r179344 - Add test case for r179343.
Chad Rosier
- r179346 - <rdar://problem/13615607> Include SDK version information in the module hash.
Douglas Gregor
- r179347 - Make sure we have the include paths we need
Douglas Gregor
- r179349 - Remove REQUIRES now that r179237 fixed the real problem.
Rafael Espindola
- r179350 - [analyzer] Don't emit extra context arrow after returning from an inlined call.
Jordan Rose
- r179351 - [analyzer] Show "Returning from ..." note at caller's depth, not callee's.
Jordan Rose
- r179352 - [analyzer] Fix grammar in comment.
Jordan Rose
- [PATCH] Fix to PR13580 - Problem in preprocessing pragma with block comments
Serge Pavlov
- [PATCH] Sema for Captured Statements
Doug Gregor
- [PATCH] Private Headers for Modules
Douglas Gregor
- r179372 - Provide better emacs integration.
Daniel Jasper
- r179377 - Fix clang-format-diff.py script.
Daniel Jasper
- [PATCH] Enable all targets on Windows (MSVC)
Tim Northover
- r179379 - Revamps structural error detection / handling.
Manuel Klimek
- r179382 - Sema: Give a typically small DenseMap some inline capacity.
Benjamin Kramer
- Use emit-llvm for some clang tests.
Jyotsna Verma
- r179384 - [libclang] Introduce clang_Location_isInSystemHeader to check if a location resides in a system header.
Argyrios Kyrtzidis
- r179385 - Disable following tests for Hexagon:
Jyotsna Verma
- r179394 - Add test case for r179383 and r179393.
Chad Rosier
- r179395 - [analyzer]Print field region even when the base region is not printable
Anna Zaks
- r179396 - [analyzer] Print a diagnostic note even if the region cannot be printed.
Anna Zaks
- r179400 - Add test case for r179399.
Chad Rosier
- r179404 - Add test case for r179403.
Chad Rosier
- [PATCH] Unified token breaking logic for strings and block comments.
Alexander Kornienko
- r179406 - Define Neon intrinsics as "static inline" to avoid warning. rdar://13108414
Bob Wilson
- [libcxx] r179408 - Ruben Van Boxem: Turn islower_l and isupper_l into functions (instead of macros) on Windows only to quell a warning during libc++ building.
Howard Hinnant
- r179410 - [analyzer] Makes NewDeleteLeaks checker work independently from NewDelete.
Anton Yartsev
- r179411 - <rdar://problem/13643854> Only emit ambiguous-expansion warnings when at least one of the macro definitions comes from a non-system header.
Douglas Gregor
- r179419 - tl; dr: Teach Clang to work around g++ changing its workaround to glibc's
Richard Smith
- r179424 - Parsing support for thread_local and _Thread_local. We give them the same
Richard Smith
- r179426 - NewDeleteLeaks is a subchecker of NewDelete checker; it is tested in NewDelete-checker-test.cpp
Anton Yartsev
- r179427 - Headers: Add support for ISO9899:2011 rsize_t.
Daniel Dunbar
- r179428 - [analyzer] Enable NewDelete checker if NewDeleteLeaks checker is enabled.
Anton Yartsev
- r179429 - Headers: Don't try to use RSIZE_MAX unless we are freestanding.
Daniel Dunbar
- r179430 - Don't replace an existing decl in the scope chains with its
John McCall
- r179432 - Give this test a triple so that its use of thread_local doesn't make it fail on the MSVC bot.
Richard Smith
- r179435 - Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included/expanded in" decomposed location of the given FileID.
Argyrios Kyrtzidis
- r179436 - Speed-up ObjCMethodDecl::getOverriddenMethods().
Argyrios Kyrtzidis
- r179438 - Use MapVector rather than simulating it.
Richard Smith
- r179447 - Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST.
Richard Smith
- r179454 - Remove duplicated comment.
Simon Atanasyan
- [PATCH] [Analyzer] Implementation of UnaryPlusChecker
Adam Schnitzer
- [patch] Don't compute a "patched" storage class
Enea Zaffanella
- [libcxx] r179461 - Set failbit when strtold sets errno to ERANGE when parsing floating point values.
Howard Hinnant
- r179464 - Simplify test so that it is more portable.
Rafael Espindola
- [libcxx] r179467 - Accidentally disallowed explicit tuple conversions when all elements of the tuple can be explicitly converted.
Howard Hinnant
- r179481 - [Mips] Remove "single" from the list of valid MIPS float ABI names. Add
Simon Atanasyan
- r179482 - Handle incompatible redeclarations of library builtins better.
John McCall
- r179484 - Add driver support for fedora 18 on ARM.
Rafael Espindola
- r179486 - [Mips] Follow-up to r179481. Consider "single-float" as a separate
Simon Atanasyan
- r179487 - [Mips] Follow-up to r179481. Reduce code duplication. Use
Simon Atanasyan
- r179488 - [Mips] Fix indentation.
Simon Atanasyan
- r179489 - [Mips] Support -mmicromips / -mno-micromips command line options.
Simon Atanasyan
- [RFC/PATCH][3/4] New SystemZ backend:Clang changes
Ulrich Weigand
- r179490 - [analyzer] Add a link to the Building a Checker in 24 Hours talk to the developer manual
Anna Zaks
- r179491 - Diagnose if a __thread or _Thread_local variable has a non-constant initializer
Richard Smith
- r179495 - Removed #if 0 code that doesn't compiled if uncommented.
Rafael Espindola
- r179496 - CodeGen support for function-local static thread_local variables with
Richard Smith
- [patch?] Linux ARM atomics
Rafael Espíndola
- [PATCH] rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.
David Blaikie
- r179501 - Comment command table: use inheritance instead of duplicating code
Dmitri Gribenko
- r179506 - Rename the slp-vectorizer clang/llvm flags. No functionality change.
Nadav Rotem
- r179507 - Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.
Nadav Rotem
Last message date:
Sun Apr 14 23:57:42 PDT 2013
Archived on: Tue Aug 4 15:31:00 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).