The Week Of Monday 4 February 2013 Archives by thread
Starting: Mon Feb 4 00:34:58 PST 2013
Ending: Sun Feb 10 23:48:35 PST 2013
Messages: 462
- r174314 - Improve handling of trailing block comments
Daniel Jasper
- r174315 - Add an eachOf matcher.
Manuel Klimek
- r174320 - Implements the convenience matcher findAll.
Manuel Klimek
- [PATCH] Pull Lexer's CharInfo table out for general use throughout Clang
Joerg Sonnenberger
- [cfe-dev] RFC: Promote AArch64 to be built by default
Tim Northover
- [PATCH] Intercept allocation to skim allocated types
Dai MIKURUBE
- [PATCH] Don't warn about Unicode characters in -E mode
Jordan Rose
- r174242 - This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
John McCall
- r174245 - [analyzer] Always inline functions with bodies generated by BodyFarm.
Anna Zaks
- [PATCH] Add CommentOptions, allow specifying custom comment block commands
Ben Gertzfield
- Patch for Vector Literal source ranges (Bug 15095)
John Stratton
- llvm.org STATUS UPDATE
Tanya Lattner
- llvm.org back up
Tanya Lattner
- r174337 - Add some missing diagnostics for C++11 narrowing conversions.
Richard Smith
- r174338 - Remove sparse text on diagnostic options. These are not really documented anywhere, and they really aren't for normal users.
Ted Kremenek
- r174339 - PR15095: Use more correct source locations for the InitListExpr we fake up for
Richard Smith
- r174341 - Test for virtual instead of pure here. It has the exact same effect, and John
Nick Lewycky
- r174342 - Remove dead code related to the now defunct PCH stat cache.
Ted Kremenek
- r174344 - Revert "Remove sparse text on diagnostic options. These are not really documented anywhere, and they really aren't for normal users."
Ted Kremenek
- r174348 - Spaces instead of tabs.
Eric Christopher
- r174349 - Driver and option support for -gsplit-dwarf. This is a part of
Eric Christopher
- r174353 - TextDiagnostic.cpp: Suppress a warning to use ptrdiff_t on i686-clang. [-Wsign-compare]
NAKAMURA Takumi
- r174359 - Fix typo in comment
Arnaud A. de Grandmaison
- r174361 - Fix formatting regression introduced by r174307.
Daniel Jasper
- r174363 - Fix some linebreak decisions in Google format.
Daniel Jasper
- r174364 - Initial support for formatting ObjC method declarations/calls.
Daniel Jasper
- [cfe-commits] r173622 - PR15067: Don't assert when a UCN appears in a C90 file.
Benyei, Guy
- [PATCH] First step towards adding a parent map to the ASTContext.
Manuel Klimek
- [Patch]OpenCL size_t and ptrdiff_t as builtin types
Benyei, Guy
- [PATCH]OpenCL event_t overloading
Benyei, Guy
- [cfe-commits] [PATCH]OpenCL samplers
Benyei, Guy
- [clang-tools-extra] r174378 - Implements support for specifying multiple ranges.
Manuel Klimek
- [Review, -cxx-abi microsoft] Implement proper handling of virtual destructors (single-inheritance case)
Timur Iskhodzhanov
- [clang-tools-extra] r174382 - Adds JSON output for replacements, to simplify tools integration.
Manuel Klimek
- r174384 - Formatter: Detect ObjC method expressions after unary operators.
Nico Weber
- r174385 - [frontend] Don't put a PCH/PTH filename into the set of includes in the preprocessor options;
Argyrios Kyrtzidis
- r174386 - [arcmt] Make sure the objc migrators work fine when used with a PCH.
Argyrios Kyrtzidis
- r174398 - [analyzer] Add a doc describing the internals of RegionStore.
Jordan Rose
- [libcxx] r174404 - [tests] Add a 'use_system_lib' parameter.
Daniel Dunbar
- [PATCH] Pragma for captured statements
Andy Zhang
- [cfe-commits] [libcxx] r172436 - in /libcxx/trunk/test: lit.cfg support/platform_support.h
Daniel Dunbar
- [PATCH] Change how address spaces are mangled
Tanya Lattner
- [PATCH] Implement CapturedStmt AST
Wei Pan
- r174434 - [analyzer] Fix typo, better doxygen as per Jordan's feedback.
Anna Zaks
- r174435 - [analyzer] add comment
Anna Zaks
- r174436 - [analyzer] Teach the analyzer to use a symbol for p when evaluating
Anna Zaks
- [PATCH] don't allow lax vector conversions between vectors and scalars
John Garvin
- [libcxx] r174440 - [tests] Add support for REQUIRES and XFAIL lines in libc++ tests.
Daniel Dunbar
- r174441 - Remove an uninteresting note
Douglas Gregor
- [libcxx] r174443 - [tests] Add an available feature that combines the triple and use_system_lib.
Daniel Dunbar
- [libcxx] r174444 - [tests] Mark some istream.unformatted expected failures (with system libc++).
Daniel Dunbar
- r174447 - Change subexpressions to be visited in the CFG from left-to-right.
Ted Kremenek
- r174448 - Minor tweak to install docs
Douglas Gregor
- r174449 - Add note why we used a switch.
Ted Kremenek
- [libcxx] r174450 - [tests] XFAIL a few things that require libc (?) support missing on Darwin.
Daniel Dunbar
- [libcxx] r174451 - [tests] Mark some string.conversions expected failures (with system libc++).
Daniel Dunbar
- [libcxx] r174452 - [tests] Mark another stream input expected failure (with system libc++).
Daniel Dunbar
- [PATCH] Fix for combined loop and nullptr convert tests
Jack Yang
- [libcxx] r174453 - [tests] Mark another stream input expected failure (with system libc++).
Daniel Dunbar
- [libcxx] r174454 - [tests] If no explicit target triple is given, try to infer it.
Daniel Dunbar
- LLVM Server Upgrade Status website
Tanya Lattner
- [libcxx] r174459 - [tests] XFAIL some locale tests that don't seem to work on any Darwin.
Daniel Dunbar
- r174461 - Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_REFERENCES in both the fragile and non-fragile API.
Michael Gottesman
- r174466 - Adding armv7l default to cortex-a8
Renato Golin
- r174468 - [analyzer]Revert part of r161511; suppresses leak false positives in C++
Anna Zaks
- [libcxx] r174469 - [tests] Accept XFAIL arguments that match any part of a feature.
Daniel Dunbar
- [libcxx] r174470 - [build] Create the link for the final library install name in the lib dir.
Daniel Dunbar
- r174471 - Added test for r174461 that checks that the desired behavior also occurs in ObjC++ alongside ObjC.
Michael Gottesman
- r174475 - [Headers] Use standard builtin defines instead of typeof trickery.
Daniel Dunbar
- r174477 - Use a dyn_cast to avoid a crash when the TypeLoc is not a ConstantArrayTypeLoc.
Chad Rosier
- [libcxx] r174478 - [tests] One last batch of XFAILs, for tests using new symbols added to libc++.
Daniel Dunbar
- [cfe-commits] [PATCH] Smarter implicit copy-construction/copy-assignment.
Lang Hames
- r174050 - Added outer template parameter lists to friend type AST nodes.
Nick Lewycky
- [PATCH] -Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unreachable code" was issued incorrectly.
Alexander Kornienko
- r174486 - Don't check whether a friend declaration is correctly formed when instantiating,
Nick Lewycky
- [cfe-commits] r173150 - in /cfe/trunk: lib/Format/Format.cpp unittests/Format/FormatTest.cpp
Nico Weber
- r174489 - Formatter: No space after & and * in front of ObjC message expressions.
Nico Weber
- patch: fix odr of pure virtual operator()
Nick Lewycky
- [clang-tools-extra] r174497 - Kick JSON output for XML output.
Manuel Klimek
- r174498 - Handle nested ObjC calls.
Daniel Jasper
- r174499 - Adds a convenience function selectFirst to simplify matching.
Manuel Klimek
- clang usage examples
Laszlo Nagy
- r174500 - Fix an issue with the formatting of stars in default values.
Daniel Jasper
- Patch for supporting 'use_system_lib' on Linux
Michael van der Westhuizen
- [PATCH] Update checks to take into account the changes on the volatile specification for memcpy and memmove in LLVM IR
Arnaud Allard de Grandmaison
- [clang-tools-extra] r174502 - Add xml:space='preserve' in order to correctly preserve whitespace.
Manuel Klimek
- [PATCH] RE: [cfe-commits] r173697 - FileCheck'ize and merge tests
Benyei, Guy
- [PATCH]Handle intel_ocl_bicc calling convention
Benyei, Guy
- [clang-tools-extra] r174503 - Remove superseeded option.
Daniel Jasper
- r174504 - Optionally derive formatting information from the input file.
Daniel Jasper
- [PATCH] Sanitizer: Add support for default blacklist locations in resource directory.
Alexey Samsonov
- r174508 - Fix a formatting bug caused by comments in expressions.
Daniel Jasper
- r174512 - Parse record declarations with token pasted identifiers.
Manuel Klimek
- r174513 - Fix formatting of ObjC method calls.
Daniel Jasper
- r174514 - Much semicolon after namespaces.
Manuel Klimek
- r174517 - Fix handling of comments in macros.
Manuel Klimek
- r174521 - Formatter: Correctly detect ObjC message expressions preceded by a comment.
Nico Weber
- [libcxx] r174527 - [tests] Enable use_system_lib support on Linux.
Daniel Dunbar
- [libcxx] r174528 - [tests] Change test default to run against locally built library.
Daniel Dunbar
- r174529 - Eliminate a race condition with the global module index.
Douglas Gregor
- r174530 - Accept and ignore the -fextended-identifiers option.
Jordan Rose
- r174531 - Remove unneeded test. We have plenty of subgroup relations between warnings,
Ted Kremenek
- [libcxxabi] r174532 - Partially revert r152770. That commit moved the default handlers to their own file. But it also did some refactoring. It is the latter that is being reverted. The refactoring had accidentally removed the required effect that the default unexpected_handler calls std::terminate(), which is a visible effect.
Howard Hinnant
- [libcxx] Patch for a typo
Marcin Zalewski
- r174537 - Align trailing block comments like trailing line comments.
Daniel Jasper
- [libcxx] r174538 - [tests] Infer the cxx_under_test (as clang++).
Daniel Dunbar
- [libcxx] r174539 - Give a lot more timing latitude to some of the timing tests. Busy buildbots are hitting the timing limits too often.
Howard Hinnant
- r174540 - Cleanup of ASTMatcher macros and adding support for overloaded matchers.
Manuel Klimek
- [libcxx] r174544 - Marcin Zalewski: Change the name of a template parameter in __copy_backward from _InputIterator to _BidirectionalIterator to better document the intent of the algorithm.
Howard Hinnant
- r174545 - Become a little smarter with formatting long chains of pipes.
Daniel Jasper
- Patch to accept over-qualified constructor in MSVC emulation mode
Jason Haslam
- r174549 - Fix bug in the alignment of comments.
Daniel Jasper
- r174554 - Detect when we end up trying to load conflicting module files.
Douglas Gregor
- [PATCH] Be yet more clever about -Wunused-value in macros
Matt Beaumont-Gay
- [cfe-commits] [libcxx] r171316 - in /libcxx/trunk: CMakeLists.txt lib/CMakeLists.txt www/index.html
Howard Hinnant
- r174559 - Formatter: Move ObjC literal tests to its own test case.
Nico Weber
- r174560 - Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading modules.
Douglas Gregor
- [libcxx] r174562 - [build] Detabify.
Daniel Dunbar
- [libcxx] r174563 - [build/Darwin] Use the correct libc++abi reexport list.
Daniel Dunbar
- r174565 - Add a *San + modules FIXME.
Richard Smith
- r174567 - Be a little more permissive with -fmodules-ignore-macro= by removing everything after the second '=' if it is there.
Douglas Gregor
- r174570 - AST dumping: indicate the previous declaration for a redeclaration, and
Richard Smith
- r174573 - objective-C modern translator. Fix up the translated
Fariborz Jahanian
- r174575 - -Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unreachable code" was issued incorrectly.
Alexander Kornienko
- r174576 - Simplify FindExternalVisibleDeclsByName by making it return a bool indicating
Richard Smith
- r174577 - Fix handling of module imports adding names to a DeclContext after qualified
Richard Smith
- [cfe-commits] [PATCH] First OpenMP patch
Hal Finkel
- r174584 - Apply the pure-virtual odr rule to other constructs which can call overloaded
Nick Lewycky
- [PATCH] Re-add STDC_*_MACROS for libcxx testing on Linux
Michael van der Westhuizen
- [PATCH][libcxx] Add CMake support for libc++abi and libcxxrt
Michael van der Westhuizen
- [PATCH][libcxx] Support command line configuration of ABI libraries for testing
Michael van der Westhuizen
- r174601 - Add OpenCL samplers as Clang builtin types and check sampler related restrictions.
Guy Benyei
- libcxx on Linux: symbols used but not defined
Alexey Samsonov
- r174605 - Implements equalsNode for Decl and Stmt.
Manuel Klimek
- r174606 - libclang: CursorVisitor::VisitBuiltinTypeLoc(): Add OCLSampler. [-Wswitch]
NAKAMURA Takumi
- [libcxx] r174611 - Clean up some warnings for Linux build; No functionality change
Marshall Clow
- r174612 - Documentation: add information about builtin includes to FAQ
Dmitri Gribenko
- r174613 - Documentation: fix typo: stdard -> stdarg
Dmitri Gribenko
- r174618 - Permit ABIs where the caller extends the result (test change).
Tim Northover
- r174619 - XFAIL test that's inappropriate for AArch64 ABI
Tim Northover
- r174620 - Add AArch64 wchar definition to test
Tim Northover
- r174621 - Only check for volatile memcpys in test.
Tim Northover
- [libcxx] r174623 - Michael van der Westhuizen: The attached patch add support for building against libc++abi and libcxxrt to CMake builds of libc++.
Howard Hinnant
- [libcxx] r174625 - Revert accidental check-in. These changes are probably good, but premature at this point.
Howard Hinnant
- [PATCH] Reduce CXString abuse
Dmitri Gribenko
- r174627 - FileCheckize volatile test
Tim Northover
- r174630 - Enable overloading of OpenCL events - this is needed for the overloaded OpenCL builtin functions.
Guy Benyei
- [libcxx] r174636 - More libc++ warning suppression on Linux; no functionality change
Marshall Clow
- [libcxx] r174637 - Another libc++ warning suppression on Linux; no functionality change
Marshall Clow
- r174640 - Testcase for r174477.
Chad Rosier
- [libcxx] r174642 - Belt and suspenders when calling sysconf
Marshall Clow
- [clang-tools-extra] r174643 - Fix for combined loop and nullptr convert tests
Edwin Vane
- r174644 - Thread safety analysis: make sure that expressions in attributes are parsed
DeLesley Hutchins
- r174645 - Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency.
Douglas Gregor
- r174647 - libclang: reduce CXString abuse
Dmitri Gribenko
- r174648 - Retain all hidden methods in the global method pool, because they may become visible <rdar://problem/13172858>.
Douglas Gregor
- r174649 - Add missing header from r174648
Douglas Gregor
- r174662 - clang-format: Don't put useless space in f( ::g()).
Daniel Jasper
- [PATCH] OpenCL images and samplers related restriction (6.9.b)
Benyei, Guy
- [libcxx] r174669 - Change the 'result_type' from unsigned to 'uint_fast32_t'. This eliminates truncation warnings on Linux
Marshall Clow
- r174672 - objective-C modern translator. More fixups for
Fariborz Jahanian
- r174674 - Form the default -fmodules-cache-path= properly.
Douglas Gregor
- r174676 - [analyzer] Don't reinitialize static globals more than once along a path
Anna Zaks
- r174677 - [analyzer] Add pointer escape type param to checkPointerEscape callback
Anna Zaks
- r174678 - [analyzer] Report bugs when freeing memory with offset pointer
Anna Zaks
- [cfe-commits] unix.Malloc static checker improvement: memory.LeakPtrValChanged
Anna Zaks
- r174679 - [analyzer] Fix typo.
Anna Zaks
- r174680 - [analyzer] Remove redundant check as per Jordan's feedback.
Anna Zaks
- r174683 - Teach subframework header lookup to suggest modules <rdar://problem/13176200>.
Douglas Gregor
- r174684 - objective-C modern translator. Generate #line
Fariborz Jahanian
- r174685 - Fix stack overflow and improve performance when a module contains many
Richard Smith
- r174688 - Use the target address space value when mangling names.
Tanya Lattner
- r174689 - [libclang] Attribute visitation happens out-of-source-order, make sure
Argyrios Kyrtzidis
- r174690 - Fix conflict between r174685 and r174645 (rename -fmodule-cache-path <foo> to -fmodules-cache-path=<foo>).
Richard Smith
- r174691 - CMake: Optionally allow running the Clang unit tests in standalone builds.
Jordan Rose
- r174694 - Fix test failure by making sure this file isn't identical to any other file
Nick Lewycky
- r174698 - CMake: Include Clang unit tests in check-clang target in standalone builds.
Jordan Rose
- r174700 - Improve filechecking of volatile test.
Tim Northover
- r174701 - Avoid unnecessary line breaks in nested ObjC calls.
Daniel Jasper
- [PATCH] OpenMP threadprivate directive
Alexey Bataev
- [PATCH][libcxx] Restore ability to set cxx_under_test in lit.site.cfg
Michael van der Westhuizen
- r174714 - Implement a tiny expression parser to improve formatting decisions.
Daniel Jasper
- [PATCHJ] Fix for diagnosing half pointers/arrays
Joey Gouly
- r174718 - Fix handling of fake parenthesis during formatting.
Daniel Jasper
- [PATCH] Support for floating point vector logical operations
Joey Gouly
- r174719 - objective-C modern translator. Fixes a trivial
Fariborz Jahanian
- r174720 - Takes the context into account when re-indenting regions.
Manuel Klimek
- [libcxx] r174721 - [tests] Increase a bunch of wait limits.
Daniel Dunbar
- [libcxx] r174722 - [tests] Add back stdc macros I accidentally refactored out.
Daniel Dunbar
- [libcxx] r174726 - [tests] Another batch of timeout increases.
Daniel Dunbar
- r174729 - objective-C modern translation: Fix another random translation bug
Fariborz Jahanian
- r174730 - Remove stale instance variable.
Ted Kremenek
- [libcxx] r174731 - Michael van der Westhuizen: update to CMake.
Howard Hinnant
- [libcxx] r174732 - Add Michael van der Westhuizen to CREDITS.TXT
Howard Hinnant
- [libcxx] r174733 - Michael van der Westhuizen: Update instructions for building on Linux.
Howard Hinnant
- r174734 - [libclang] Add a test to make sure annotation works fine in the presence of
Argyrios Kyrtzidis
- r174736 - Teach BugReporter (extensive diagnostics) to emit a diagnostic when a loop body is skipped.
Ted Kremenek
- r174737 - Fix indentation-detection at indent level 0.
Manuel Klimek
- [clang-tools-extra] r174738 - Adapt test to new clang-format behavior.
Manuel Klimek
- Patches to add-override functionality to cpp11-migrate tool
Philip Dunstan
- r174744 - Never cache the result of a module file lookup.
Douglas Gregor
- r174745 - Always keep highest identifier, selector, and macro IDs when we've
Douglas Gregor
- r174758 - Update open source checker build to checker-271.
Ted Kremenek
- r174759 - Note that checker-271 is newer than the analyzer in Xcode 4.6
Ted Kremenek
- r174765 - Pull Lexer's CharInfo table out for general use throughout Clang.
Jordan Rose
- r174766 - StmtPrinter: Write large char values using \u or \U.
Jordan Rose
- r174767 - Simplify logic for avoiding concatenation after numeric constants.
Jordan Rose
- r174768 - Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
- r174769 - CharInfo: Add missing "using namespace clang::charinfo" in .cpp file.
Jordan Rose
- r174775 - objective-C: don't issue bogus warning about
Fariborz Jahanian
- r174779 - [analyzer] IvarInvalidation: add annotation for partial invalidation
Anna Zaks
- r174780 - [analyzer] IvarInvalidation: refactor, pull out the diagnostic printing
Anna Zaks
- r174781 - [analyzer] Split IvarInvalidation into two checkers
Anna Zaks
- r174782 - [analyzer] Move DefaultBool so that all checkers can share it.
Anna Zaks
- [PATCH] Validate C99 and C++03's set of UCNs
Jordan Rose
- r174787 - [analyzer] Invalidation checker: move the "missing implementation" check
Anna Zaks
- r174788 - Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11).
Jordan Rose
- r174792 - clang/lib/StaticAnalyzer/Core/BugReporter.cpp: Appease old msvc in std::pair(0, 0).
NAKAMURA Takumi
- r174794 - Ensure that type definitions present in just-loaded modules are
Douglas Gregor
- [PATCH] Expose AST Record layout attributes to libclang
Loïc Jaquemet
- r174798 - Release notes: mention support for Unicode and UCNs in identifiers.
Jordan Rose
- r174802 - QoI: -Wreadonly-iboutlet-property should have the warning's location on the property.
Ted Kremenek
- r174805 - Remove some stray uses of <ctype.h> functions.
Jordan Rose
- r174809 - libclang: use CXCursor getters to simplify code
Dmitri Gribenko
- r174810 - Comment parsing: use CharInfo.h
Dmitri Gribenko
- r174811 - Remove unreachable statement
Dmitri Gribenko
- [PATCH] Remove 'configure' workaround for gcc's -Wno-maybe-uninitialized
Dmitri Gribenko
- r174814 - FileCheck'ize a test
Dmitri Gribenko
- r174815 - FileCheck'ize tests
Dmitri Gribenko
- r174816 - Formatter: Add test for default arguments.
Nico Weber
- [PATCH] Formatter: Correctly format stars in `sizeof(int**)` and similar places.
Nico Weber
- r174821 - objective-C: Fixes a bogus warning due to not setting
Fariborz Jahanian
- r174822 - Formatter: Detect ObjC array literals.
Nico Weber
- r174823 - Reformat formatter code. No functionality change.
Nico Weber
- [PATCH] Formatter: Detect ObjC message expressions after 'in' in loop
Nico Weber
- r174835 - Use static functions instead of an unnamed namespace
Dmitri Gribenko
- r174836 - Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731>
Bob Wilson
- r174837 - Delete an extra blank line.
Bob Wilson
- r174838 - Use -mno-implicit-float by default for kernel/kext code. <rdar://13177960>
Bob Wilson
- r174840 - Formatter: Initial support for ObjC dictionary literals.
Nico Weber
- r174841 - Formatter: Add another ObjC literal test.
Nico Weber
- r174842 - Formatter: Add a test for multi-line ObjC dict literals.
Nico Weber
- r174843 - Formatter: Remove now-unneeded code for formatting ':'s in ObjC method decls.
Nico Weber
- [PATCH] AST dumping: dump template instantiations only once
Philip Craig
- r174862 - Do not use VariadicDynCastAllOfMatcher where VariadicAllOfMatcher works.
Manuel Klimek
Last message date:
Sun Feb 10 23:48:35 PST 2013
Archived on: Tue Aug 4 15:30:54 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).