The Week Of Monday 15 July 2013 Archives by thread
Starting: Mon Jul 15 01:24:27 PDT 2013
Ending: Sun Jul 21 22:04:01 PDT 2013
Messages: 582
- r186314 - Add 'static' and 'const' qualifiers to some arrays of strings.
Craig Topper
- [PATCH] Implement low-level ARM ldrex/strex intrinsics
Manish Verma
- [PATCH] [Driver] Convert response files with UTF-16 BOMs to UTF-8
Reid Kleckner
- r186199 - Unrevert r186040, reverted in r186185, with fix for PR16597.
Chandler Carruth
- [PATCH] Replacing empty switches
Aaron Ballman
- [PATCH] fix struct alignment problem with empty base class
Andrea_DiBiagio at sn.scee.net
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Timur Iskhodzhanov
- r186318 - Replacing an empty switch with its moral equivalent. No functional changes intended.
Aaron Ballman
- r186320 - Improve formatting of operator<< chains.
Daniel Jasper
- [PATCH] Avoid spurious error messages if parent template class cannot be instantiated
Serge Pavlov
- [PATCH] Add support for type traversal matchers.
Samuel Benzaquen
- r186322 - Improvement of change r186320.
Daniel Jasper
- [libcxx] r186323 - Add macro _LIBCPP_CONSTEXPR_AFTER_CXX11 for functions that have been marked constexpr post C++11
Marshall Clow
- r186324 - clang-format: Improve c-style cast detection.
Daniel Jasper
- [libclc] r186326 - Add integer-gentype.inc: Missing file from r185839
Tom Stellard
- [PATCH] cp11-migrate: Integration with LibFormat.
Edwin Vane
- [clang-tools-extra] r186327 - Fix UseAuto not transforming iterator when non-fully qualifiers are used and
Ariel J. Bernal
- Libc++ - Add constexpr to std::move and std::forward (post C++11)
Marshall Clow
- [PATCH] Propagate alignment for _Complex
JF Bastien
- [PATCH] [analyzer] Add very limited support for temporary destructors
Jordan Rose
- r186331 - Re-revert r86040, which was un-reverted in r186199.
Chandler Carruth
- r186275 - Add missing include guards into headers in lib/Headers. While it may appear
Richard Smith
- [PATCH] Fix UseAuto not transforming iterators when non-fully qualified names are used and using inline namespaces is specified.
Ariel Bernal
- [PATCH] Add MicrosoftVFTableContext to AST
Timur Iskhodzhanov
- [libcxx] r186334 - A few fixes to tests for Windows port.
Howard Hinnant
- [libcxx] r186335 - Bill Fisher: This patch fixes an ill-formed comparison when parsing control escapes, e.g. "\cA\ca". The code will now throw an error_escape exception for invalid control sequences like "\c:" or "\c".
Howard Hinnant
- [PATCH] [analyzer] Fix FP warnings when binding a temporary to a local static variable
Jordan Rose
- [PATCH][libcxx] Fix handling of control escapes "\cX" in std::regex
Howard Hinnant
- r186293 - Move BlockLiteralGeneric earlier in CGDebugInfo and remove
David Blaikie
- [PATCH] [PATCH] DR712 - odr use and constant expressions
Faisal Vali
- r186340 - Add support for type traversal matchers.
Samuel Benzaquen
- [PATCH] cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
- [PATCH] Use ARM-style representation for C++ method pointers under PNaCl
Mark Seaborn
- r186342 - Move the "->" to "." fixit from r186128 into a separate note since
Kaelyn Uhrain
- r186128 - Provide a fixit hint for changing '->' to '.' if there is no operator->
Kaelyn Uhrain
- [PATCH] Add more types to ASTNodeKind. Refactor common instantiation code.
Samuel Benzaquen
- [PATCH] Fixing a driver bug where clang cannot locate source file at drive root
Yunzhong Gao
- [libcxx] r186344 - Make std::forward and std::move (and std::move_if_noexcept) constexpr in C++14
Marshall Clow
- r186348 - Fix a typo in the diagnostic note added in r186342.
Kaelyn Uhrain
- Step 2 (of N?) fixing bug 16599
Marshall Clow
- [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
- r186349 - ObjC migrator: finding conforming protocol
Fariborz Jahanian
- r186351 - Test case for r18266 (serialization support for TagDecl:IsCompleteDefinitionRequired)
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
- [PATCH] Don't break line comments with escaped newlines.
Alexander Kornienko
- [PATCH] FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations
Larisse Voufo
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Hans Wennborg
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
David Blaikie
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Hans Wennborg
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Reid Kleckner
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Hans Wennborg
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Reid Kleckner
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Hans Wennborg
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Chandler Carruth
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Hans Wennborg
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Reid Kleckner
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Hans Wennborg
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
David Blaikie
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Hans Wennborg
- r186367 - Fix member refs with using decl + anonymous union.
Eli Friedman
- libclang: expose the rest array types
Che-Liang Chiou
- r186369 - ObjC migrator: build conforming interface
Fariborz Jahanian
- r186370 - Fix alignment of class derived from empty class.
Eli Friedman
- [PATCH] PR14831: -frewrite-includes incorrect warns about "unknown" pragmas
Eli Friedman
- [PATCH] PR14795 : -frewrite-includes sometimes results in incorrect line number
Eli Friedman
- [PATCH] Fix source location info for C++03 access declarations.
Eli Friedman
- [PATCH] Properly taint gets()
Anna Zaks
- r186373 - Merge attributes on typedef decls.
Eli Friedman
- r186383 - Add 'const' qualifiers to static const char* variables.
Craig Topper
- [PATCH] ArrayRef'ize Sema::ActOnAtEnd
Robert Wilhelm
- [PATCH] PR14253: 'warn_unused' attribute for unused warning for non-POD types
Lubos Lunak
- r186385 - Limit number of bits in size representation so that bit size fit 64 bits.
Serge Pavlov
- r186394 - ARM: implement low-level intrinsics for the atomic exclusive operations.
Tim Northover
- r186398 - Fix test on release builds.
Tim Northover
- r186402 - clang-format: Improve detection of function types.
Daniel Jasper
- r186411 - Fixes another hard to test problem with iterator invalidation.
Manuel Klimek
- r186412 - Remove unnecessary assignment.
Manuel Klimek
- [libclc] r186415 - libclc: vload/vstore disable assembly and fix offset calculation
Aaron Watry
- [libclc] r186416 - Fix and re-enable R600 vload/vstore assembly
Aaron Watry
- [PATCH] Fix declaring class template methods with an attributed typedef
Reid Kleckner
- [PATCH] Create calling convention AttributedType sugar nodes
Reid Kleckner
- r186421 - This patch removes unused parameter allProperties and converts remaining
Fariborz Jahanian
- [PATCH] Extend PPCallbacks #if and #elif callbacks
Thompson, John
- r186422 - Add more types to ASTNodeKind. Refactor common instantiation code.
Samuel Benzaquen
- [PATCH] cpp11-migrate: Add command line option to enables transforms automatically
Guillaume Papin
- [PATCH] cpp11-migrate: Use test fixture for FileOverridesTest.
Guillaume Papin
- [libcxx] r186430 - Bug 16599 part 2: Make std::pair's constructors and comparison operators (and make_pair) constexpr.
Marshall Clow
- [PATCH] Make tooling::Range more convenient.
Guillaume Papin
- Step 3 (of N?) fixing bug 16599
Marshall Clow
- [PATCH][libcxx] Windows null pointer format
Howard Hinnant
- Use of sys::fs::copy_file in the ARC Migration tool
Rafael Espíndola
- r186433 - Revamp the formatting of C++11 braced init lists.
Daniel Jasper
- r186437 - Fix formatting. No functional change.
Craig Topper
- r186438 - FileCheckize test/Driver/immediate-options.c
Hans Wennborg
- r186443 - ObjectiveC migration: complete migrating class
Fariborz Jahanian
- r186448 - Update for llvm API change.
Rafael Espindola
- [clang-tools-extra] r186449 - Update for llvm API change.
Rafael Espindola
- r186452 - Fix crash on complex constant zero.
Eli Friedman
- r186454 - clang-format: Improve handling of unterminated string literals.
Daniel Jasper
- r186456 - Don't break line comments with escaped newlines.
Alexander Kornienko
- [PATCH] Add CXXCtorInitializer related matchers to the dynamic matcher registry.
Samuel Benzaquen
- r186460 - ObjectiveC migrator. If a class implements a protocol's
Fariborz Jahanian
- r186462 - [arcmt] Remove some dead code.
Argyrios Kyrtzidis
- [cfe-commits] r166372 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExceptionSpec.cpp lib/Sema/SemaType.cpp test/CXX/except/except.spec/p15.cpp test/CXX/except/except.spec/p4.cpp test/CXX/special/class.dtor/p3.cpp
Nico Weber
- r186464 - Make Expr::isConstantInitializer match IRGen.
Eli Friedman
- r186467 - Follow coding convention in argument decl.
Fariborz Jahanian
- [PATCH] Microsoft C++ Record Layout
Warren Hunt
- r186471 - Avoid breaking non-trailing block comments.
Alexander Kornienko
- [libcxx] r186472 - Add pointer format test for Windows.
Howard Hinnant
- r186473 - ObjectiveC migrator: When adding conforming protocol,
Fariborz Jahanian
- r186474 - More code conformance.
Fariborz Jahanian
- r186487 - Use the simpler is_directory.
Rafael Espindola
- r186490 - Propagate alignment for _Complex
JF Bastien
- r186492 - clang/test/CodeGen/volatile-complex.c: Loosen CHECKs for -Asserts.
NAKAMURA Takumi
- [PATCH] Clang-format: added -fromline and -toline options to specify ranges in line numbers instead of byte offsets.
Alexander Kornienko
- r186498 - [analyzer] Add very limited support for temporary destructors
Pavel Labath
- [PATCH] Simplify CGF::Build*Virtual*Call
Timur Iskhodzhanov
- ObjFW runtime: Add objc_msg_lookup(_super)_{fp,st}ret
Jonathan Schleifer
- [PATCH] Improve idiomatic-parentheses test by checking selector family instead of just checking selector name.
Jean-Daniel Dupas
- [PATCH] Fix another place where clang check objc selector name instead of checking the selector family
Jean-Daniel Dupas
- [PATCH] Replace TEST* with CHECK-DAG in vbtable tests
Timur Iskhodzhanov
- r186502 - Replace TEST* with CHECK-DAG in vbtable tests
Timur Iskhodzhanov
- r186508 - Add CXXCtorInitializer related matchers to the dynamic matcher registry.
Samuel Benzaquen
- [PATCH] Add TemplateArgument related matchers to the registry.
Samuel Benzaquen
- r186514 - Add TemplateArgument related matchers to the registry.
Samuel Benzaquen
- r186515 - Improve line breaking before multi-line strings.
Daniel Jasper
- [PATCH] Separate the notion of 'context' when recursing down in the parser and actual errors.
Samuel Benzaquen
- r186518 - Option parsing tables: remove some unnecessary #defines
Hans Wennborg
- r186519 - [analyzer] Treat std::initializer_list as opaque rather than aborting.
Jordan Rose
- r186520 - [analyzer] Handle C string default values for const char * arguments.
Jordan Rose
- r186521 - [analyzer] Handle C++11 member initializer expressions.
Jordan Rose
- r186522 - Fixed source range of C++03 access declarations.
Enea Zaffanella
- [PATCH] Add missing const in tooling::applyAllReplacements().
Guillaume Papin
- [PATCH] Fix source range of implicitly instantiated friend declaration.
Enea Zaffanella
- [PATCH] X86 Builtins: rewrite SSE2/AVX2 shift builtin intrinsics using shift operators
Andrea_DiBiagio at sn.scee.net
- r186523 - SemaDeclCXX.cpp: Dissolve a ligature "fi" in comment.
NAKAMURA Takumi
- r186524 - Improve idiomatic-parentheses by checking method family instead of relying on the selector name.
Jean-Daniel Dupas
- [libcxx] r186525 - Make std::get constexpr
Marshall Clow
- r186526 - Constify Replacements parameter to applyAllReplacements.
David Blaikie
- r186535 - clang-format: Add space in corner case.
Daniel Jasper
- r186536 - MS wide bitfield error check in Sema
Reid Kleckner
- [PATCH] Flesh out cpuid.h ; fixes bugs 12719 and 16391
John Baldwin
- r186537 - Even more code conformance.
Robert Wilhelm
- [PATCH] PPCallbacks enhancement
Thompson, John
- r186542 - 80-column fixes.
Eric Christopher
- r186546 - Reinstate r186040, with additional fixes and more test coverage (reverted in
Richard Smith
- r186547 - Add condition expression result to if and elif callbacks.
John Thompson
- r186550 - Simplify logic by using the appropriate function.
Adrian Prantl
- r186551 - Clarified documentation.
Adrian Prantl
- r186552 - Replace llvm::DIBuilder::DisableDebugLocations() with two RAII interfaces
Adrian Prantl
- r186553 - Don't generate bogus line table entries for __copy_helper_block_ and
Adrian Prantl
- r186554 - Fix a compile error caught by bb-chapuni.
Adrian Prantl
- [PATCH] Fix incorrect substitution substituting into variadic alias template
Eli Friedman
- r186555 - Fix a compile error caught by bb-chapuni.
Adrian Prantl
- r186556 - Instead of checking against some version of "isType()" go ahead and
Eric Christopher
- [PATCH] Minor Attr.td tablegen additions
Aaron Ballman
- r186557 - s/BuiltinLocation/ArtificialLocation/
Adrian Prantl
- [PATCH] Disallow clang from assigning a diagnostic to ID zero
David Majnemer
- r186564 - Fix volatile _Complex alignment test on platforms where 64-bit floating point isn't 64-bit aligned
JF Bastien
- PR6878 (-cc1 should default to -fexceptions)
Nikola Smiljanic
- [PATCH] [PATCH][Review request][analyzer] scan-build for windows
Антон Ярцев
- [Bug 16352] Unimplemented Function in Scan-Build
Anton Yartsev
- [PATCH] Generic Lambdas: A first step
Faisal Vali
- [clang-tools-extra] r186575 - cpp11-migrate: Use test fixture in preparation for more tests
Edwin Vane
- r186578 - Removed a parameter from handleAttrWithMessage to make it more consistent with other attribute handlers, as well as other attribute error messages. Added missing test cases for the unavailable attribute, and updated the deprecated test case.
Aaron Ballman
- r186582 - Fix crash in libclang if code completion is used with unknown flags.
Manuel Klimek
- [PATCH] Combing some type attribute diagnostics
Aaron Ballman
- r186583 - clang-format: Fix bad line break with pointers to members.
Daniel Jasper
- r186584 - Replacing a morally duplicate diagnostic by adding it to an existing diagnostic's select list. Updates the tests for the more consistent diagnostic.
Aaron Ballman
- Step 4 (of 4) fixing bug 16599
Marshall Clow
- OpenCL address space and mangling
Michele Scandale
- r186590 - Test contents were somehow duplicated, resulting in any testcase that fails automatically failing twice. Removing the duplicates.
Aaron Ballman
- [PATCH] [Sema] Re-land "Make FunctionType's TSI use unadjusted argument types"
Reid Kleckner
- r186591 - Switching to use checkAttributeNumArgs for trivial cases. No functional changes intended.
Aaron Ballman
- [PATCH] Correcting attribute argument count errors
Aaron Ballman
- [PATCH] Declare as Inheritable attributes that are already processed that way
Dean Sutherland
- [PATCH] Fix PR16537 - Ensure the TR1 definition of POD is used for layout, regardless of LangOpts
Josh Magee
- [PATCH] OpenMP parallel directive
Hal Finkel
- r186598 - Changed declarations from Attr to InheritableAttr as they are already being processed that way semantically.
Aaron Ballman
- r186602 - Separate the notion of 'context' when recursing down in the parser and actual errors.
Samuel Benzaquen
- r186603 - [Driver] Use LLVM's response file parser because it can read UTF-16
Reid Kleckner
- [PATCH] Enhance PPCallbacks::Defined callback to provide SourceRange
Thompson, John
- r186604 - ObjectiveC migration. migration to NS_ENUM/SN_OPTION
Fariborz Jahanian
- r186605 - Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum,
Hans Wennborg
- [libclc] r186610 - Fix build with LLVM 3.4
Aaron Watry
- r186617 - Address -Wreorder warning in Driver.cpp
Hans Wennborg
- r186619 - ObjectiveC migrator: Remove semicolon after the typedef
Fariborz Jahanian
- r186625 - Added -lines X:Y option to specify line range to process. This is a more human-friendly alternative to -offset and -length.
Alexander Kornienko
- [PATCH] Simplified SourceManager::translateLineCol a bit.
Alexander Kornienko
- r186629 - Clean up diagnostics for inheriting constructors.
Eli Friedman
- r182290 - Minor fix: don't crash on empty configuration file, consider empty configuration files invalid.
Alexander Kornienko
- r186631 - Fix crash-on-invalid with inheriting constructor.
Eli Friedman
- [PATCH] Inefficient code generation for 128-bit->256-bit typecast intrinsics (BZ #15712)
Katya Romanova
- r186638 - Update createCompileUnit call for llvm changes.
Eric Christopher
- r186639 - [analyzer] Include analysis stack in crash traces.
Jordan Rose
- r186641 - ObjectiveC migrator: add support to migrate to
Fariborz Jahanian
- r186647 - OpenMP: basic support for #pragma omp parallel
Alexey Bataev
- r186649 - Remove unnecessary IsFirst variable from debug codde in GetDiagInfo.
Craig Topper
- r186652 - Remove trailing whitespace.
Craig Topper
- r186657 - Simplify the CodeGenFunction::Build*Virtual*Call family of functions
Timur Iskhodzhanov
- r186660 - Improve clang-format vim integration.
Daniel Jasper
- [PATCH] Add contains() and overlaps() predicates to tooling::Range.
Guillaume Papin
- [PATCH] Allow Clang tools to display an overview when using the CommonOptionsParser.
Guillaume Papin
- r186664 - StmtOpenMP.h: Fix bogus \param(s). [-Wdocumentation]
NAKAMURA Takumi
- r186665 - StmtOpenMP.h: Prune a stray \param in the comment of OMPExecutableDirective(). [-Wdocumentation]
NAKAMURA Takumi
- [PATCH] [analyzer] Fix regression in ResolveCondition()
Pavel Labath
- r186668 - Adds ctorInitializer and forEachConstructorInitializer matchers.
Manuel Klimek
- r186670 - Adds overlapsWith and contains predicates on tooling::Range.
Manuel Klimek
- r186671 - Allow clang tools to display an overview when using the CommonOptionsParser.
Manuel Klimek
- r186672 - [ASan] Reflect the dropped Mac OS 10.6 support in docs
Alexey Samsonov
- [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
Alexey Samsonov
- r186673 - Revert r186672 - turns out ASan supports Mac OS 10.6 yet.
Alexey Samsonov
- [PATCH] Add support for raw_ostream on the printing methods of Diagnostics.
Samuel Benzaquen
- r186674 - [SystemZ] Enable frame-pointer elimination for -O1 and above
Richard Sandiford
- [clang-tools-extra] r186675 - Fixed some formatting issues with clang-format to get a baseline.
John Thompson
- [libclc] r186691 - Implement generic upsample()
Aaron Watry
- r186694 - [SystemZ] Add -march= command-line option
Richard Sandiford
- r186696 - This patch implements __get_cpuid_max() as an inline and __cpuid() and
Roman Divacky
- r186700 - Fixes an ObjC migrator crash when last decl
Fariborz Jahanian
- r186701 - Fix test to actually check things.
Benjamin Kramer
- r186702 - Fix source range of implicitly instantiated friend declaration.
Enea Zaffanella
- [PATCH] Adding a -fno-math-builtin option to the compiler frontend (-cc1)
John McCall
- [PATCH] Adding preproc callback for pragma directives.
Enea Zaffanella
- [Patch] Add a cl.exe compatible driver mode
Hans Wennborg
- r186707 - Add SourceRange to PPCallbacks::Defined callback.
John Thompson
- r186708 - Replace some existing type attribute diagnostics with a
Aaron Ballman
- r186709 - [arcmt] After checking is successful disable auto-synthesize to avoid "@synthesize of 'weak' property is only
Argyrios Kyrtzidis
- r186710 - [mips] Add support for command-line options -mno-check-zero-division and
Akira Hatanaka
- r186711 - Update users manual to indicate:
Richard Smith
- r186713 - Fix for template substitution with packs.
Eli Friedman
- r186714 - Create calling convention AttributedType sugar nodes
Reid Kleckner
- r186715 - Add support for raw_ostream on the printing methods of Diagnostics.
Samuel Benzaquen
- [PATCH] Macro and conditional checking feature addition to the modularize tool
Thompson, John
- r186716 - ObjectiveC migrator: Another use case of enum
Fariborz Jahanian
- r186718 - Fix another place where clang check objc selector name instead of checking the selector family
Jean-Daniel Dupas
- r186719 - Use an i686 triple for this test now that it uses stdcall
Reid Kleckner
- r186720 - Add a cl.exe compatible driver mode
Hans Wennborg
- [PATCH] Add support for overloaded matchers. ie different matcher function signatures with the same name.
Samuel Benzaquen
- [PATCH] Better macro error messages involving initializer lists
Richard Trieu
- r186722 - Remove trailing whitespace
Craig Topper
- r186726 - Correctly handle packs for variadic type traits.
Eli Friedman
- [PATCH] Fix for Bug 16659
Maurice Bos
- [PATCH] Error on illegal OpenCL kernel argument types
Matt Arsenault
- r186727 - Use function overloading instead of template specialization for diagnosis of bad template argument deductions.
Larisse Voufo
- r186728 - Fix pack instantiation with function types.
Eli Friedman
- r186729 - Revert "Use function overloading instead of template specialization for diagnosis of bad template argument deductions."
Larisse Voufo
- r186730 - FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations
Larisse Voufo
- r186738 - Make IgnoreParens() look through ChooseExprs.
Eli Friedman
- r186740 - Use -lines option instead of -offset/-length. This fixes problems with files using dos newlines (<CR><LF>).
Alexander Kornienko
- r186741 - Fix bug in computing POD-for-layout.
Eli Friedman
- r186757 - If a default argument is a dependent type, get the real type from the desugared
Richard Trieu
- r186760 - DiagnosticIDs: Forbid Diag ID from being valid
David Majnemer
- [PATCH] ArrayRef'ize Sema::MatchTemplateParametersToScopeSpecifier
Robert Wilhelm
- r186762 - Silence GCC warning for using both enum and unsigned in a ternary expr.
Benjamin Kramer
- r186763 - fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795)
Lubos Lunak
- r186764 - avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831)
Lubos Lunak
- r186765 - add type attribute warn_unused, for -Wunused-variable warnings (pr#14253)
Lubos Lunak
- [PATCH] cpp11-migrate: Make a VirtualFilesHelper class for the unit tests.
Guillaume Papin
- r186768 - Undisable a test for a c++98-compat warning for inheriting constructors now that we implement them.
Richard Smith
- r186769 - Add missing check for creating an instance of an abstract class through an
Richard Smith
- r186770 - Added preproc callback for pragma directives.
Enea Zaffanella
- [PATCH][libcxx] regex: Support capturing parens inside lookahead assertions
William Fisher
- [PATCH] Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.
James Dennett
- r186789 - clang-format: Smarter replacement in the vim integration.
Daniel Jasper
- r186793 - report unused-value warning also for warn_unused types
Lubos Lunak
- r186794 - Convert Sema::MatchTemplateParametersToScopeSpecifier to ArrayRef.
Robert Wilhelm
- [PATCH] Add a warning implementing C89 3.5.7p3
Enea Zaffanella
- r186795 - Revert r186649 because it wasn't unnecessary and add a comment.
Craig Topper
- r186796 - Replace 'unsigned short' with 'uint16_t' in a packed data structure for consistency with other fields and to be explicit about bit count.
Craig Topper
- r186797 - Const-correct some iterators. No functional change.
Craig Topper
- r186799 - Tighten up the set of operator new/operator delete calls we're permitted to
Richard Smith
- r186800 - Test updates missed from r186799.
Richard Smith
- r186802 - SemaTemplate.cpp: Prune a stray "\param NumParamLists" in comment. [-Wdocumentation]
NAKAMURA Takumi
- r186803 - Implement DR257 / fix PR16659:
Richard Smith
- r186804 - PR16288: A template is only missing a default template argument if it provides
Richard Smith
- [Patch] Merge diagnostic group tables to reduce data size and relocation entries
Craig Topper
- r186807 - Remove superfluous cast.
Robert Wilhelm
Last message date:
Sun Jul 21 22:04:01 PDT 2013
Archived on: Tue Aug 4 15:31:08 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).