The Week Of Monday 8 July 2013 Archives by thread
Starting: Mon Jul 8 00:29:35 PDT 2013
Ending: Sun Jul 14 23:16:33 PDT 2013
Messages: 395
- r185798 - Documentation cleanup for include/clang/AST/ExprCXX.h.
James Dennett
- r185773 - Fixed source range for functional cast and unresolved construct expr nodes.
Enea Zaffanella
- [PATCH] Avoid spurious error messages if parent template class cannot be instantiated
Serge Pavlov
- [PATCH] Store pointers to seen formatting states.
Manuel Klimek
- r185809 - clang/test/Index/comment-custom-block-command.cpp: This has not been failing since r175892 on valgrind.
NAKAMURA Takumi
- r185810 - clang/include/clang/AST/ExprCXX.h:260:5: Fix a warning -- unknown command tag name 'cc'; did you mean 'c'? [-Wdocumentation]
NAKAMURA Takumi
- [clang-tools-extra] r185811 - cpp11-migrate: Tidying up
Edwin Vane
- [PATCH] cpp11-migrate: Fix some headers and other coding style issues.
Edwin Vane
- [clang-tools-extra] r185814 - cpp11-migrate: Fixes for r185811
Edwin Vane
- [PATCH] Initial clang-tidy architecture
Daniel Jasper
- [PATCH] Fix for corner cases in code handling leading "* " decorations in block comments
Alexander Kornienko
- r185818 - Fix for corner cases in code handling leading "* " decorations in block comments
Alexander Kornienko
- Libc++ patch to implement n3545
Marshall Clow
- r185820 - Fix use of invalidated iterator bug in AST match finder.
Manuel Klimek
- r185822 - Prefer similar line breaks.
Daniel Jasper
- r185823 - Reformat clang-format's source files after r185822 and others.
Daniel Jasper
- [PATCH| ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and Sema::ActOnDocumentableDecls
Rafael Espíndola
- r185827 - Fixed testcase failing under MS by adding "-fno-delayed-template-parsing",
Enea Zaffanella
- r185828 - Fix incorrect incorrect cast identification in clang-format.
Daniel Jasper
- ObjFW runtime: Add objc_msg_lookup(_super)_{fp,st}ret
Jonathan Schleifer
- [libclc] r185836 - Add bitselect() builtin
Tom Stellard
- [libclc] r185837 - Implement barrier() builtin
Tom Stellard
- [libclc] r185838 - Add __CLC_ prefix to all macro definitions in headers
Tom Stellard
- [libclc] r185839 - Implement mad24() and mul24() builtins
Tom Stellard
- [PATCH] Offer typo suggestions for 'using'.
Luke Zarko
- [libcxx] r185849 - Windows port for __codecvt_utf8<wchar_t>.
Howard Hinnant
- [PATCH] Use ARM-style representation for C++ method pointers under PNaCl
Mark Seaborn
- [libcxx] r185856 - Implement n3545 for c++14
Marshall Clow
- Implement std::exchange per N3668
Marshall Clow
- PATCH: In -traditional mode, ignore token pasting and stringification (PR16371)
Richard Smith
- r185857 - Fix Sema for compares with _Atomic vars.
Eli Friedman
- [PATCH] Fix to PR15537 - assertion failure when comparing atomic unsigned int to int.
Eli Friedman
- [PATCH] Error on illegal OpenCL kernel argument types
Matt Arsenault
- [libcxx] r185863 - Implement n3668 - std::exchange
Marshall Clow
- [libcxx] r185865 - War on tabs.
Howard Hinnant
- [PATCH] PR13457 (part 1) explicit/implicit calling conventions compatibility in overloads
Reid Kleckner
- r185873 - [Objective-C migrator] replace candidate user setter/getter with
Fariborz Jahanian
- [PATCH] PR12262 - assertion when substituting explicit template arguments does not substitute a sizeof-pack expression.
Richard Smith
- r185879 - ObjC migration: Skip over setter/getter with attributes
Fariborz Jahanian
- r185880 - Make a couple of useful typo correction callbacks more widely available.
Kaelyn Uhrain
- r185881 - Attempt typo correction for function calls with the wrong number of arguments.
Kaelyn Uhrain
- r185884 - ObjC migration: more test for migration to
Fariborz Jahanian
- r185887 - Fix crash typo-correcting dependent member func.
Eli Friedman
- LLVM buildmaster will be restarted soon
Galina Kistanova
- r185895 - Generalize hack allowing 'const' in __has_attribute (etc) to allow any token
Richard Smith
- r185896 - Don't give # and ## special treatment when in -traditional-cpp mode. Patch by
Richard Smith
- r185897 - Fix recovery for missing * in objc property.
Eli Friedman
- r185898 - [analyzer] Fixup for r185609: actually do suppress warnings coming out of std::list.
Anna Zaks
- [PATCH][libcxx] regex_iterator needs to handle /^a/ anchor correctly
William Fisher
- r185908 - Format overloaded operators like other functions.
Daniel Jasper
- r184538 - Improve documentation for AST matchers.
Manuel Klimek
- r185914 - Fix alignment of closing brace in braced initializers.
Daniel Jasper
- r183597 - Debug info: An if condition now creates a lexical scope of its own.
John McCall
- r185927 - c-index-test/Makefile: Use -isystem instead of -I on $(LIBXML2_INC) with -Wdocumentation.
NAKAMURA Takumi
- r185928 - c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include_directories(SYSTEM).
NAKAMURA Takumi
- r185930 - Avoid confusing indentations for chained function calls.
Daniel Jasper
- r185931 - ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and
Rafael Espindola
- Patch implementing n3654 (quoted strings)
Marshall Clow
- r185938 - Initial support for formatting trailing return types.
Daniel Jasper
- [PATCH] Fix UseAuto not transforming iterators when non-fully qualified names are used and libc++.
Ariel Bernal
- r185948 - ObjC migrator: Add -objcmt-migrate-property to do property
Fariborz Jahanian
- [libcxx] r185950 - Bill Fisher: This patch fixes a bug where regex_iterator doesn't indicate when it's restarting in the middle of a string. This bug causes /^a/ to match in the middle of the string "aaaaaaa", during iteration.
Howard Hinnant
- [PATCH] Add MicrosoftVFTableContext to AST
Timur Iskhodzhanov
- r185967 - Reapply an improved version of r180816/180817.
Adrian Prantl
- [libcxx] r185968 - move __save_flags from <random> to <ios> in preparation for reuse; no functionality change
Marshall Clow
- r185974 - Objective-C: merge objc_requires_super attribute of
Fariborz Jahanian
- r185979 - Apply BlackList -> SpecialCaseList rename in Clang.
Peter Collingbourne
- [PATCH] Apply BlackList -> GlobalList rename in Clang.
Peter Collingbourne
- [PATCH] Last-chance diagnostics for incomplete types
Luke Zarko
- [PATCH] Allow ExternalSemaSource to participate in typo correction
Luke Zarko
- r185985 - objc migrator: More refinment of property
Fariborz Jahanian
- r185986 - More local mangling fixes.
Eli Friedman
- r185989 - Get rid of dead/useless code for block mangling.
Eli Friedman
- [PATCH] Top-level variable declaration (all but static data members)
Richard Smith
- r185991 - Finish off mangling locals in block literals.
Eli Friedman
- [PATCH] Add a hook RecursiveASTVisitor::TraverseLambdaBody.
James Dennett
- r185997 - Fixed comment of Sema::FindInstantiatedDecl.
Serge Pavlov
- [PATCH] cp11-migrate: Integration with LibFormat.
Guillaume Papin
- [PATCH] CodeGen target hook for emitting intrinsic or libcall for pow*
John McCall
- r186003 - Add experimental flag for adaptive parameter bin-packing.
Daniel Jasper
- [PATCH] Replacing empty switches
Aaron Ballman
- [clang-tools-extra] r186007 - Generate a unique filename for a given header
Tareq A. Siraj
- [PATCH] cpp11-migrate: FileOverrides/Transform refactoring.
Guillaume Papin
- [PATCH] Implements DR 712 (odr-use, potential results of an expression)
Faisal Vali
- [PATCH] Initial support for Attribute subjects
Aaron Ballman
- r186019 - Offer typo suggestions for 'using' declarations.
Kaelyn Uhrain
- [PATCH] Extend PointerSubChecker to detect more bugs
Jordan Rose
- [libcxx] r186022 - Improved tests (and fixed a bug in the tests); thanks to Richard Smith for the suggestion
Marshall Clow
- r186024 - Add a hook RecursiveASTVisitor::TraverseLambdaBody, to enable visitors to
James Dennett
- [PATCH][libcxx] Prevent '\b' from backing up into invalid memory (case 2)
William Fisher
- r186028 - [analyzer] Remove bogus assert: in C++11, 'new' can do list-initialization.
Jordan Rose
- r186030 - Use a LexicalScope here since it is one and it will encapsulate
Eric Christopher
- r186037 - ObjC migrator: Improve on hueristics.
Fariborz Jahanian
- r186040 - If we friend a declaration twice, that should not make it visible to name
Richard Smith
- [PATCH] cpp11-migrate: Add missing file headers in unit tests.
Guillaume Papin
- [PATCH] Microsoft C++ Record Layout
Warren Hunt
- r186047 - Fix documentation:
Richard Smith
- r186048 - Fix some grammar errors.
Richard Smith
- [PATCH] Add __builtin_addressof
Richard Smith
- r186049 - Simplify atomic load/store IRGen.
Eli Friedman
- r186052 - Make CheckAddressOfOperand a member of Sema so it can be reused by
Richard Smith
- r186053 - Add a __builtin_addressof that performs the same functionality as the built-in
Richard Smith
- r186054 - Fix build.
Eli Friedman
- r186055 - clang/test/CodeGen/c11atomics.c: Fix testcase for -Asserts since r186054.
NAKAMURA Takumi
- r186056 - Documentation cleanup for DeclCXX.h:
James Dennett
- r186059 - Documentation fixes - the rest of DeclCXX.h:
James Dennett
- r186061 - PR5066: If a declarator cannot have an identifier, and cannot possibly be
Richard Smith
- r186077 - Keep trailing annotations close to their argument.
Daniel Jasper
- r186085 - Fix indentation problem for comments in call chains
Daniel Jasper
- [PATCH] [ms-cxxabi] Don't consider function templates for name backrefs
Reid Kleckner
- r186087 - Improve detection of trailing return types.
Daniel Jasper
- [libcxx] r186089 - Bill Fisher: This patch fixes a less likely case where '\b' can back up into invalid memory, when driven by a regex_iterator (for case 1, see r185273 or http://llvm.org/bugs/show_bug.cgi?id=16240)
Howard Hinnant
- [clang-tools-extra] r186093 - cpp11-migrate: Add missing file headers in unit tests
Edwin Vane
- Implementing N3584 "Addressing Tuples by type"
Marshall Clow
- r186105 - ObjectiveC arc[qoi]: When due to change of certain methods'
Fariborz Jahanian
- r186106 - Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it.
Eli Bendersky
- r186111 - Restore warning to its original text when
Fariborz Jahanian
- r186115 - clang-format: Avoid line breaks before the first <<.
Daniel Jasper
- [PATCH] Adding a -fno-math-builtin option to the compiler frontend (-cc1)
Eli Bendersky
- r186117 - clang-format: Break before trailing annotations.
Daniel Jasper
- r186120 - clang-format: Fix bug concerning the alignment of "}".
Daniel Jasper
- r186125 - Make CXXBaseSpecifier::getType return unqual type.
Eli Friedman
- r186128 - Provide a fixit hint for changing '->' to '.' if there is no operator->
Kaelyn Uhrain
- r186135 - Add the ability to use guarded malloc when running clang's lit tests.
David Dean
- [libcxx] r186136 - Port make_[un]signed tests to platforms where sizeof(wchar_t) == 2.
Howard Hinnant
- r186137 - Fix crash on zero-argument assignment operator.
Eli Friedman
- r186138 - [scan-build] Pass through all -f and -O flags, along with -Wwrite-strings.
Jordan Rose
- [Patch] Options: use TableGen to build PrefixesUnion (Was: Re: [cfe-commits] r166444 - in /cfe/trunk: include/clang/Driver/ lib/Driver/ lib/Frontend/ utils/TableGen/)
Hans Wennborg
- r186140 - [analyzer] Add support for __builtin_addressof.
Jordan Rose
- Inheritable vs Noninheritable Attributes
Aaron Ballman
- [PATCH] Add option to disable module loading.
Douglas Gregor
- Fix for inline namespaces
Bernal, Ariel J
- [PATCH] [analyzer] Add very limited support for temporary destructors
Pavel Labath
- r186153 - clang-format: Break before/between array subscript expressions.
Daniel Jasper
- r186154 - clang-format: Fix string literal breaking.
Daniel Jasper
- Endless loop in Sema::ArgumentDependentLookup
Stephan Bergmann
- [PATCH] Bug 14984 - Implement __attribute__((ms_abi))
Reid Kleckner
- [PATCH] Create calling convention AttributedType sugar nodes
Reid Kleckner
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Timur Iskhodzhanov
- [PATCH] Implement low-level ARM ldrex/strex intrinsics
Tim Northover
- [PATCH] fix struct alignment problem with empty base class
Andrea_DiBiagio at sn.scee.net
- [PATCH] Fix source location info for C++03 access declarations.
Enea Zaffanella
- [clang-tools-extra] r186161 - cpp11-migrate: FileOverrides/Transform refactoring.
Tareq A. Siraj
- r186164 - clang-format: Improve <<-formatting.
Daniel Jasper
- [PATCH] [analyzer] Fix FP warnings when binding a temporary to a local static variable
Pavel Labath
- r186167 - [scan-build] Add missing comma to ccc-analyzer.
Jordan Rose
- r186169 - Objective-C: Produce gcc compatible encoding of
Fariborz Jahanian
- r186171 - fixes a typo caught by Jordan.
Fariborz Jahanian
- [PATCH] -include option and -exclude ignore arguments finishing with '/'
Ariel Bernal
- r186172 - [analyzer] Treat nullPtrType as a location type.
Anna Zaks
- [PATCH] Add support for type traversal matchers.
Manuel Klimek
- r186185 - Revert r186040 to fix PR16597 while Richard investigates what the best
Chandler Carruth
- [PATCH] Fix declaring class template methods with an attributed typedef
Reid Kleckner
- r183722 - Implement DR85: Redeclaration of member is forbidden
Kim Gräsman
- r186199 - Unrevert r186040, reverted in r186185, with fix for PR16597.
Richard Smith
- r186208 - Provide a better diagnostic and a fixit for a '.' or '->' before the left paren
Kaelyn Uhrain
- r186210 - Compute 'this' correctly for block in lambda.
Eli Friedman
- r186218 - Use function attributes to pass along the stack protector buffer size instead of making it a target option.
Bill Wendling
- r186219 - Changes so that a few tests do not fail when running under guarded malloc.
Argyrios Kyrtzidis
- r186220 - ObjC migrator: early work for migrating implicitly conforming
Fariborz Jahanian
- [patch] Correctly classifying PackExpansionType as NON_CANONICAL_UNLESS_DEPENDENT
David Blaikie
- r186231 - ObjC migrator: More knobs for migrating
Fariborz Jahanian
- [PATCH] [Driver] Convert response files with UTF-16 BOMs to UTF-8
Reid Kleckner
- r186233 - [ms-cxxabi] Don't consider function templates for name backrefs
Reid Kleckner
- r186236 - C++ modules: Don't call DeclContext::lookup when half-way through deserializing
Richard Smith
- [libcxx] r186237 - Implement n3584 - Addressing Tuples by Type
Marshall Clow
- [cfe-commits] r169144 - in /cfe/trunk: include/clang/Driver/Options.td include/clang/Frontend/CodeGenOptions.h lib/CodeGen/BackendUtil.cpp lib/Driver/SanitizerArgs.h lib/Driver/Tools.cpp lib/Frontend/CompilerInvocation.cpp test/Driver/fsanitize-blacklist.c
Sean Silva
- r186249 - Fixes a typo caught by Arthur O'Dwyer
Fariborz Jahanian
- r186253 - PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile
David Blaikie
- r186255 - Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"
David Blaikie
- [PATCH] Propagate alignment for _Complex
JF Bastien
- r186257 - Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile""
David Blaikie
- r186260 - Simplify getTypeInfoImpl handling of 'non-canonical unless dependent' types.
David Blaikie
- r186261 - Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT
David Blaikie
- r186262 - PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit the full definition of a type in -flimit-debug-info
David Blaikie
- r186265 - Initialize the "IsCompleteDefinitionRequired" field in the ASTContext ctor
David Blaikie
- r186266 - Serialization support for TagDecl::IsCompleteDefinitionRequired
David Blaikie
- r186270 - If an unimported submodule of an imported module contains a declaration of a
Richard Smith
- r186275 - Add missing include guards into headers in lib/Headers. While it may appear
Richard Smith
- r186278 - Delete a test that is checking badly for a point bug that Clang never had (and that spuriously fails with modules enabled).
Richard Smith
- r186279 - Make these tests more robust against IRgen choosing to emit more named metadata.
Richard Smith
- r186284 - Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
Craig Topper
- r186285 - Change cxx0x to cxx11 in diagnostic name.
Craig Topper
- r186286 - Change cxx0x to cxx11 in diagnostic name.
Craig Topper
- r186287 - Replace C++0x in a comment with C++11
Craig Topper
- r186292 - Update a few comments and reformat a decl for clarity.
Eric Christopher
- r186293 - Move BlockLiteralGeneric earlier in CGDebugInfo and remove
Eric Christopher
- r186294 - Reformat line.
Eric Christopher
- [PATCH] PR14795 : -frewrite-includes sometimes results in incorrect line number
Lubos Lunak
- [PATCH] Update the kinds of DeclarationName in the InternalsManual
Justin Bogner
- [PATCH] PR14831: -frewrite-includes incorrect warns about "unknown" pragmas
Lubos Lunak
- r186300 - Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
- [PATCH][libcxx] Fix handling of control escapes "\cX" in std::regex
William Fisher
- r186302 - Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
- r186305 - Revert 186302 to fix build bots.
Craig Topper
- r186306 - Fix to PR12262 - assertion when substituting explicit template arguments
Serge Pavlov
Last message date:
Sun Jul 14 23:16:33 PDT 2013
Archived on: Tue Aug 4 15:31:08 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).