The Week Of Monday 22 July 2013 Archives by thread
Starting: Mon Jul 22 01:29:01 PDT 2013
Ending: Sun Jul 28 23:47:04 PDT 2013
Messages: 480
- [PATCH] [ms-cxxabi] Don't consider function templates for name backrefs
Reid Kleckner
- r186816 - Improve clarity/consistency of a few UsingDecl methods and related helpers.
Enea Zaffanella
- r186817 - Implement the part of C89 6.5.7 p3 requiring a constant initializer list
Enea Zaffanella
- [PATCH] Replace TEST* with CHECK-DAG in vbtable tests
Timur Iskhodzhanov
- [PATCH] Add MicrosoftVFTableContext to AST
Timur Iskhodzhanov
- [PATCH] Fix source location info for C++03 access declarations.
Enea Zaffanella
- r186824 - Forward declare OMPClause in Sema.h to avoid an include
Reid Kleckner
- r186825 - Install git-clang-format along with clang-format by default.
Daniel Jasper
- [PATCH] Add support for overloaded matchers. ie different matcher function signatures with the same name.
Manuel Klimek
- r186826 - Rename D to GD to match the type, which is GlobalDecl
Reid Kleckner
- r186828 - [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Reid Kleckner
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Reid Kleckner
- r186833 - c-index-test.c: Let this C89-compliant since r186817.
NAKAMURA Takumi
- [libcxx] r186834 - Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of fixing bug #16599. Thanks to Howard for the review and updates.
Marshall Clow
- r186836 - Add support for overloaded matchers. ie different matcher function signatures with the same name.
Samuel Benzaquen
- r186840 - Fix bug in clang-format's vim integration cause by r186789.
Daniel Jasper
- [PATCH] Fix doxygen warnings
Ariel Bernal
- [PATCH] cpp11-migrate: Make a VirtualFilesHelper class for the unit tests.
Edwin Vane
- [clang-tools-extra] r186842 - cpp11-migrate: Make a VirtualFilesHelper class for the unit tests.
Edwin Vane
- r186847 - This test was missing its -verify argument.
Aaron Ballman
- r186848 - Update comment to refer to core issue number.
Richard Smith
- [PATCH] cpp11-migrate: Register the transforms automatically using llvm::Registry.
Guillaume Papin
- [PATCH] Refactor attribute arguments
Aaron Ballman
- r186849 - Add testcase for PR16134, which no longer crashes with ToT.
Richard Smith
- r186850 - [arcmt] Only disable ARC in the second compilation if there were actually ARC errors in the checking phase.
Argyrios Kyrtzidis
- [PATCH] Macro and conditional checking feature addition to the modularize tool
Thompson, John
- OpenCL address space and mangling
Tanya Lattner
- r186856 - Objective-C migration: Use NS_OPTIONS when enumerators
Fariborz Jahanian
- [PATCH] cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
- [PATCH] cp11-migrate: Integration with LibFormat.
Edwin Vane
- r186859 - Fixed implementation of C89 6.5.7 p3.
Enea Zaffanella
- [PATCH] Minor Attr.td tablegen additions
Aaron Ballman
- [PATCH] Correcting attribute argument count errors
Aaron Ballman
- r186789 - clang-format: Smarter replacement in the vim integration.
Sean Silva
- [PATCH] Consolidating attribute diagnostics
Aaron Ballman
- r186864 - Use the updated name for the attribute.
Bill Wendling
- [clang-tools-extra] r186866 - cp11-migrate: Integration with LibFormat
Edwin Vane
- r186870 - Make modules depend on the compiler's own module.map, as a proxy for the compiler itself.
Douglas Gregor
- r186872 - Revert commit 186833 (no longer needed after the fix in 186859).
Enea Zaffanella
- [clang-tools-extra] r186873 - Revert "cp11-migrate: Integration with LibFormat"
Michael Gottesman
- Suffix for basic_string literals
Marshall Clow
- [PATCH] Fix declaring class template methods with an attributed typedef
Reid Kleckner
- libclang: expose the rest array types
Che-Liang Chiou
- [PATCH] Better macro error messages involving initializer lists
Richard Smith
- r186889 - Don't emit open-paren fixit without close-paren.
Eli Friedman
- r186891 - Testcase for PR16673.
Eli Friedman
- r186894 - Debug Info: Acknowledge the alignment when locating byref block variables.
Adrian Prantl
- r186895 - ObjectiveC migration. Better handle migration to conforming
Fariborz Jahanian
- [PATCH] Last-chance diagnostics for incomplete types
Nick Lewycky
- r186898 - Implement a better fix for r186894 by setting the appropriate type for __byref_variable_layout.
Adrian Prantl
- r186899 - Add a -fno-math-builtin option to the Clang -cc1
Eli Bendersky
- [PATCH] Adding a -fno-math-builtin option to the compiler frontend (-cc1)
Eli Bendersky
- r186901 - Simplify testcase.
Adrian Prantl
- r186903 - Integers which are too large should be an error.
Eli Friedman
- [Patch] clang-cl: add support for /? and /help
Hans Wennborg
- [PATCH] Update the kinds of DeclarationName in the InternalsManual
Justin Bogner
- [PATCH] Error on illegal OpenCL kernel argument types
Richard Smith
- [PATCH] Pass le32-specific flags to -cc1
Eli Bendersky
- r186905 - Further simplify test case from r186894
David Blaikie
- r186906 - Make the nomathbuiltin.c test less demanding.
Eli Bendersky
- r186908 - Error on more illegal kernel argument types for OpenCL
Matt Arsenault
- [libcxx] r186909 - Add some missing cv-qualifiers.
Richard Smith
- r186925 - Revert "[analyzer] Add very limited support for temporary destructors"
Jordan Rose
- r186926 - [analyzer] Add test for crash tracing (r186639)
Jordan Rose
- r186927 - [analyzer] Enable pseudo-destructor expressions.
Jordan Rose
- [PATCH] PR14795 : -frewrite-includes sometimes results in incorrect line number
Lubos Lunak
- r186933 - C++1y literal suffix support:
Richard Smith
- r186936 - Correcting the NSObject and Overloadable attribute diagnostics so that the count reported matches reality.
Aaron Ballman
- [PATCH] cpp11-migrate: Integration with LibFormat.
Guillaume Papin
- [clang-tools-extra] r186938 - cp11-migrate: Integration with LibFormat
Edwin Vane
- r186940 - Consolidate several attribute argument diagnostics into a single, selectable diagnostic. This makes the diagnostic more consistent.
Aaron Ballman
- [PATCH] cpp11-migrate: Add command line option to enables transforms automatically
Guillaume Papin
- [PATCH] Add support for Adaptative matchers on the dynamic registry.
Samuel Benzaquen
- r186942 - Removed a redundant diagnostic and replaced it with a more standard one. Added a test case for the diagnostic.
Aaron Ballman
- r186943 - Run %clang_cc1, it is the one that actually crashes.
Rafael Espindola
- r186944 - Replacing some manual diagnostic checks with an existing helper method. Adding missing test cases for the diagnostics.
Aaron Ballman
- r186945 - Use -### instead of -ccc-echo.
Rafael Espindola
- r186946 - Add missing quotes for -###.
Rafael Espindola
- r186947 - Fixing the build bots from the previous commit.
Aaron Ballman
- [PATCH] Replacing one diagnostic with another
Aaron Ballman
- [clang-tools-extra] r186948 - Fix doxygen warnings
Ariel J. Bernal
- Suffix for chrono literals
Marshall Clow
- r175779 - [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS
Rafael Espíndola
- r186949 - Convert another test to -###.
Rafael Espindola
- r186950 - Mark test/Analysis/crash-trace.c as requiring crash recovery.
Jordan Rose
- [libcxx] r186951 - Add some friendly messages to libcxx calls to abort().
Howard Hinnant
- r186953 - Remove line number from test/Analysis/crash-trace.c.
Jordan Rose
- [libcxx] r186954 - Bill Fisher: This patch fixes a bug where std::regex in ECMAScript mode was ignoring capture groups inside lookahead assertions.
Howard Hinnant
- r186955 - Remove unused diagnostics.
Benjamin Kramer
- [PATCH][libcxx] regex: Support capturing parens inside lookahead assertions
Howard Hinnant
- [patch] Remove -ccc-echo
Rafael Espíndola
- [libcxx] r186956 - Implement string suffixes from N3642
Marshall Clow
- r186962 - Expand test/Driver/at_file.c test to check that PR16209 is fixed.
Hans Wennborg
- r186966 - Going back to using getName for consistency.
Aaron Ballman
- r186967 - [libclang] Expose the rest of the array types.
Argyrios Kyrtzidis
- r186970 - Remove the -ccc-echo option that is now unused.
Rafael Espindola
- r186971 - Add new diagnostic messages when too many arguments are presented to a
Richard Trieu
- r186974 - Removed useless source loc field in UnresolvedUsingTypenameDecl node.
Enea Zaffanella
- [PATCH] cpp11-migrate: Add '-supports' command line switch.
Guillaume Papin
- r186980 - Added the attribute name to the err_attribute_wrong_number_arguments diagnostic for clarity; updated almost all of the affected test cases.
Aaron Ballman
- r186981 - ObjC migrator: Define family of methods
Fariborz Jahanian
- r186982 - Removing a number of individual run lines and replacing them with single line test cases. This reduces the number of test runs, provides the same coverage, and allows us to test that the attribute names are included in the diagnostic.
Aaron Ballman
- r186983 - Remove support for CCC_ADD_ARGS. QA_OVERRIDE_GCC3_OPTIONS supersedes it.
Rafael Espindola
- [PATCH] Add option to filter finstrument-functions by size
Robert Grosse
- r186988 - Changed "an macro" to "a macro" in diagnostic note.
Richard Trieu
- r186989 - Remove HelpText for -fno-diagnostics-show-note-include-stack
Hans Wennborg
- [PATCH] Fixing a driver bug where clang cannot locate source file at drive root
Yunzhong Gao
- [libcxx] r186991 - Debug mode for unordered_set. I believe this to be fairly complete for
Howard Hinnant
- r186993 - [PowerPC64] Fix passing of single-vector-member structs to match ABI.
Bill Schmidt
- r187000 - ObjC migrator: more knobs toward doing
Fariborz Jahanian
- r187004 - ObjectiveC migrator: start migrating to
Fariborz Jahanian
- r187008 - ObjectiveC migration: more migration to
Fariborz Jahanian
- [PATCH] Fix name lookup within modules during template instantiation
Richard Smith
- [PATCH] Allow ExternalSemaSource to participate in typo correction
Luke Zarko
- [PATCH] Make Clang error on enum increment/decrement in C++
Richard Trieu
- r187022 - Update docs.
Manuel Klimek
- r187025 - C++1y: track object lifetime during constexpr evaluation, and don't allow
Richard Smith
- [libclang] fix PR 15074 - clang_getDeclObjCTypeEncoding returns wrong string "?" for TypeDecl cursor
Jean-Luc Jumpertz
- r187033 - clang-format: Initial (incomplete) support for the WebKit coding style.
Daniel Jasper
- [clang-tools-extra] r187038 - test commit
Guillaume Papin
- [clang-tools-extra] r187041 - cpp11-migrate: Register the transforms automatically using llvm::Registry
Guillaume Papin
- r187044 - Add support for Adaptative matchers on the dynamic registry.
Samuel Benzaquen
- r187047 - Sema: Minor const fixups and control flow tidying.
Benjamin Kramer
- [clang-tools-extra] r187048 - cpp11-migrate: Fix build break on Windows introduced in r187041.
Guillaume Papin
- r187051 - Use ARM-style representation for C++ method pointers under PNaCl/Emscripten
Mark Seaborn
- [PATCH] Use ARM-style representation for C++ method pointers under PNaCl
Mark Seaborn
- r187054 - Make test pass in Release builds, IR names don't get emitted there.
Benjamin Kramer
- r187055 - Update documentation to match current C++1y feature set.
Richard Smith
- r187058 - Rename feature test for lambda init-captures from cxx_generalized_capture to
Richard Smith
- [libclc] r187059 - Added get_num_groups
Aaron Watry
- r187061 - Pass -fno-math-builtin from the Clang driver to -cc1 for the l32 arch.
Eli Bendersky
- Stack overflow with nested brackets
Rafael Espíndola
- r187062 - ObjectiveC migration: Method candidates for
Fariborz Jahanian
- r187065 - Add not to a command that is expected to fail.
Rafael Espindola
- libc++ patch to add N3241 support
Marshall Clow
- [clang-tools-extra] r187067 - Fix doxygen warnings
Ariel J. Bernal
- r187068 - Objective-C migrator: some cleanup.
Fariborz Jahanian
- r187073 - add radar number to testcase.
Adrian Prantl
- r187074 - Debug Info: Fix an oversight of r186553. Ensure that the function prologue
Adrian Prantl
- r187075 - typo.
Adrian Prantl
- [libcxx] r187078 - literal suffixes for std::chrono
Marshall Clow
- r187079 - Partial revert of r185568.
Eli Bendersky
- [PATCH] fixing clang assertion failure when creating illegal vector types
Yunzhong Gao
- r187082 - Simplify code - no functionality change.
Eli Bendersky
- r187085 - Documentation parsing: if typedef name is being declared
Fariborz Jahanian
- r187089 - typo.
Adrian Prantl
- r187090 - Debug Info: Fine-tune the simple return expression location handling to
Adrian Prantl
- r187092 - Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
- [PATCH 2/2] Thread-safety: Add test for -Wthread-safety check for C.
Alex Wang
- r187096 - Add another C++14 constexpr test case.
Richard Smith
- r187097 - Avoid recursions when the parser finds out that it has too many brackets.
Rafael Espindola
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Charles Davis
- r187104 - Fix incorrect documentation generation for type matchers.
Manuel Klimek
- r187115 - Use memoization for has()-matcher.
Daniel Jasper
- r187118 - clang-format: Fix switch/case interaction with macros.
Daniel Jasper
- [PATCH] [analyzer] Fix regression in ResolveCondition()
Pavel Labath
- r187122 - Don't pass %s twice to clang -cc1.
Rafael Espindola
- r187123 - Move not past env.
Rafael Espindola
- r187132 - [analyzer] Weaken assertion to account for pointer-to-integer casts.
Jordan Rose
- r187133 - [analyzer] Add regression test for the crash in PR16664.
Jordan Rose
- r187143 - Remove the mblaze backend from clang.
Rafael Espindola
- r187152 - remove empty directories.
Rafael Espindola
- [clang-tools-extra] r187153 - cpp11-migrate: Tweak lit tests to avoid false negatives
Edwin Vane
- r187156 - Don't forward all assembler arguments untouched to -cc1as
David Blaikie
- [PATCH] Options.td: rename CCC{Driver, Debug}Opt to Internal{Driver, Debug}Opt
Hans Wennborg
- r187160 - [analyzer] Remove dead optimization for MaterializeTemporaryExpr.
Jordan Rose
- r187163 - Options.td: finish comment about CompileOnly_Group
Hans Wennborg
- r187167 - When we perform dependent name lookup during template instantiation, it's not
Richard Smith
- r187168 - Options.td: fold the NoForward flag into DriverOption
Hans Wennborg
- [PATCH] Options.td: fold the NoForward flag into DriverOption
Hans Wennborg
- [PATCH] Microsoft C++ Record Layout
John McCall
- r187171 - Move friend warning into CXX11 warning group.
Eli Friedman
- r187172 - Partially revert r186903.
Eli Friedman
- r187174 - Fix GNU ObjC ABI for a message returning a struct.
Eli Friedman
- r187175 - Fix gcc search for cross-compiler on Ubuntu 13.04.
Eli Friedman
- r187176 - Tighten type-checking for vector attributes.
Eli Friedman
- ObjFW runtime: Add objc_msg_lookup(_super)_{fp,st}ret
Eli Friedman
- r187178 - Fix test for Release builds.
Eli Friedman
- r187180 - [PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
- r187183 - Fix test for Release builds.
Eli Friedman
- r187189 - Remove trailing whitespace.
Craig Topper
- r187190 - Remove trailing whitespace.
Craig Topper
- r187192 - clang/test/Driver/linux-header-search.cpp: Add XFAILs, for now. I'll fix them later.
NAKAMURA Takumi
- r187194 - Rework r187192, to tweak expressions to be tolerant of DOSish paths. XFAILs can be removed.
NAKAMURA Takumi
- r187196 - [analyzer] Fix FP warnings when binding a temporary to a local static variable
Pavel Labath
- [PATCH] [analyzer] Fix FP warnings when binding a temporary to a local static variable
Pavel Labath
- [PATCH] [clang-format] Added: FormatStyle::IndentNamespaces to indent the content of namespaces
Curdeius Curdeius
- r187197 - Add a triple. Should fix the windows bots.
Rafael Espindola
- [PATCH] Removing a disabled warning
Aaron Ballman
- r187199 - Fix tests on targets that don't support thread_local
Pavel Labath
- [libclc] r187200 - Add missing integer min/max definitions
Aaron Watry
- [PATCH] [PATCH] OpenMP: Data-sharing attributes analysis and clause 'shared'
Alexey Bataev
- r187203 - Add not to a command that is expected to fail.
Rafael Espindola
- [clang-tools-extra] r187204 - cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
- r187207 - [frontend] '-frewrite-includes' should not ignore headers included from command-line.
Argyrios Kyrtzidis
- r187210 - clang-format: Add two new style options to support WebKit style.
Daniel Jasper
- r187218 - Options.td: Update HelpText of CCCDriverOpt
Hans Wennborg
- [PATCH] Options.td: remove some option groups
Hans Wennborg
- [clang-tools-extra] r187227 - Revert "cpp11-migrate: Write header replacements to disk"
Rafael Espindola
- [PATCH] Add floatLiteral to ASTMatchers
Chris Gray
- [clang-tools-extra] r187228 - Added new feature for checking macro and preprocessor conditional consistency.
John Thompson
- r187230 - [libclang] Remove comma from the blacklist of characters that prevent a comment to be attached to a decl.
Argyrios Kyrtzidis
- r187232 - Add matcher for float literals.
Daniel Jasper
- [clang-tools-extra] r187235 - Revert "Added new feature for checking macro and preprocessor conditional consistency."
Rafael Espindola
- r187236 - Options.td: remove a_Group and L_Group.
Hans Wennborg
- r187239 - Options.td: rename CCC{Driver, Debug}Opt to Internal{Driver, Debug}Opt
Hans Wennborg
- r187240 - Debug Info / EmitCallArgs: arguments may modify the debug location.
Adrian Prantl
- r187246 - Fix up the BUILD_CLANG_ONLY code to work properly after r184794.
Bob Wilson
- r187251 - Use the new boolean to StringRef function to generate the proper StringRefs.
Bill Wendling
- [libcxxabi] r187255 - I had a buffer mismanagement bug in the demangler.
Howard Hinnant
- r187266 - PR16708: If a lambda has an implicit return type, don't get confused if its return type has already been determined to be a type containing an 'auto'.
Richard Smith
- r187275 - Handle a difference in lambda return type deduction between C++11 and C++1y: if
Richard Smith
- r187276 - Don't build expressions for invalid casts.
Eli Friedman
- [clang-tools-extra] r187277 - Fixed case change that caused the test failure. Incorporarated Sean's review changes, consisting only of renaming and comment changes.
John Thompson
- r187280 - clang-cl: add support for the /? and /help options
Hans Wennborg
- [clang-tools-extra] r187282 - Fixed missing checkin.
John Thompson
- [clang-tools-extra] r187287 - Fixed checkin of wrong old files. Hopefully this is the end of the test failure.
John Thompson
- r175721 - StaticAnalyzer/Core: Suppress warnings. [-Wunused-variable, -Wunused-function]
Aaron Ballman
- r187292 - Using the function pointer instead of the function type; this allows us to re-enable a warning in MSVC by default.
Aaron Ballman
- r187294 - Fix formatting. No functional change.
Craig Topper
- r187295 - Fix test/Driver/cl.c.
Hans Wennborg
- [libc++][patch] Add missing parts from <functional>
Sebastian Redl
- [clang-tools-extra] r187306 - modularize: Remove default case from fully covered switch.
Benjamin Kramer
- [libc++][patch] Fix a lit.cfg bug: the CMake build compiler is ignored
Sebastian Redl
- [PATCH] Re-enabling another warning
Aaron Ballman
- r187315 - Reduce stack frame size by avoiding a large token vector on an error path.
Bob Wilson
- [PATCH] Handle overloaded functions bound to pointers
David Majnemer
- [PATCH] PR15614 : -frewrite-includes causes -Wunused-macros false positives
Lubos Lunak
- [PATCH] PR12463 : Warnings about nonsensical comparisons are disabled if macro expansion is involved
Lubos Lunak
- r187329 - Avoid crashing if a directory has no pch files.
Rafael Espindola
- r187330 - Try single quotes to fix the msys bot:
Rafael Espindola
- [libcxx] r187332 - Glen: Minor tweaks to locale.cpp to help it compile with exceptions turned off.
Howard Hinnant
- [PATCH] PR9992 : -fdelayed-template-parsing support for PCH
Will Wilson
- r187334 - Fix up formatting. No functional change.
Craig Topper
- [PATCH] Fix uninstall-local target in Makefile.rules for shared libraries
Edoardo P.
- r187337 - clang/test/Driver/cl.c: Don't attempt slash switches on msys bash.
NAKAMURA Takumi
- PR6878 (-cc1 should default to -fexceptions)
Nikola Smiljanic
- r187344 - Return ExprError if both arguments to the mask form of __builtin_shufflvector don't have the same number of elements or the mask isn't an integer vector.
Craig Topper
Last message date:
Sun Jul 28 23:47:04 PDT 2013
Archived on: Tue Aug 4 15:31:09 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).