The Week Of Monday 28 July 2014 Archives by thread
Starting: Mon Jul 28 00:29:29 PDT 2014
Ending: Sun Aug 3 23:42:26 PDT 2014
Messages: 547
- [clang-tools-extra] r214063 - clang-tidy: [use-override] Tweak messages.
Daniel Jasper
- r213790 - PR20228: don't retain a pointer to a vector element after the container has been resized.
Kostya Serebryany
- r214064 - Factoring DataflowWorklist out of LiveVariables and UninitializedValues analyses
Artyom Skrobov
- r214067 - DataflowWorklist.h: Appease msc17 -- Split a private constructor to DataflowWorklistBase.
NAKAMURA Takumi
- r214069 - clang-format: Fix formatting of lock annotations in lambda definitions.
Daniel Jasper
- r214070 - clang-format: Fix unary operator recognition.
Daniel Jasper
- r214071 - clang-format: Improve pointer/reference detection.
Daniel Jasper
- [PATCH] Proposal on how to fix temporary dtors.
Manuel Klimek
- r214074 - [PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= option
Ulrich Weigand
- [PATCH] Expose name mangling to libclang
Eli Bendersky
- r214075 - clang-format: Improve operator and template recognition.
Daniel Jasper
- [PATCH] PowerPC support for the ELFv2 ABI (powerpc64le-linux)
Ulrich Weigand
- r214084 - clang-format: [proto] Improve formatting of text-proto options.
Daniel Jasper
- [PATCH][TEST] Improve tests for #pragma clang optimize off/on
Dario Domizioli
- Support for proto text format in .proto files
Daniel Jasper
- r214086 - [TEST] Improve tests for #pragma clang optimize off/on
Dario Domizioli
- [PATCH] Fix some cases of incorrect handling of lifetime extended temporaries.
Manuel Klimek
- [libcxx] r214088 - Fix PR#20471. Add a cast in __align_it to ensure that the bit twiddling is done at the correct size. A better solution, IMHO, would be to declare vector<bool>::__bits_per_word as 'size_type', rather than 'unsigned', but that's a possible ABI change.
Marshall Clow
- r214089 - Thread Safety Analysis: Replace the old and broken SExpr with the new
DeLesley Hutchins
- r213512 - [OPENMP] Initial parsing and sema analysis for 'flush' directive.
Samuel F Antao
- r214032 - Objective-C. Issue more warning diagnostic when certain
Jordan Rose
- r214090 - Objective-C. Improve diagnostic when property is
Fariborz Jahanian
- [PATCH] OpenCL/SPIR - kernel_arg_base_type metadata node
Fraser Cormack
- [AVX512] More intrinsics
Adam Nemet
- [PATCH] Update LLVM version: 3.5 => 3.6
Hans Wennborg
- r214095 - [AVX512] Add CHECK-LABELs to test/CodeGen/avx512f-builtins.c
Adam Nemet
- r214096 - [AVX512] Bring the formatting of avx512fintrin.h closer to avxintrin.h
Adam Nemet
- r214097 - [AVX512] Reorder functions in avx512fintrin.h
Adam Nemet
- r214098 - [AVX512] Add FP add/sub/mul intrinsics
Adam Nemet
- r214099 - [AVX512] Add non-masking FP store intrinsics
Adam Nemet
- r214103 - Fix MSVC warnings about falling off the end of a non-void function
Reid Kleckner
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Tyler Nowicki
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Tyler Nowicki
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Aaron Ballman
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Tyler Nowicki
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Aaron Ballman
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Tyler Nowicki
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Tyler Nowicki
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Aaron Ballman
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Tyler Nowicki
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Aaron Ballman
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Tyler Nowicki
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Aaron Ballman
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Tyler Nowicki
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Aaron Ballman
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Tyler Nowicki
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Aaron Ballman
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Tyler Nowicki
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Aaron Ballman
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Tyler Nowicki
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Aaron Ballman
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Tyler Nowicki
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Aaron Ballman
- [PATCH] Support constant expressions, including non-type template parameters, in pragma loop hints
Tyler Nowicki
- r214109 - Add another keyword-selection flag to CorrectionCandidateCallback.
Kaelyn Takata
- [PATCH] Change __INT*_TYPE__ to be compatible with GCC
Reid Kleckner
- [PATCH v3 7/9] Add another keyword-selection flag to CorrectionCandidateCallback.
Kaelyn Takata
- r213714 - test: add an explicit target triple
Renato Golin
- r214113 - [Debug Info] rename getTypeArray to getElements, setTypeArray to setArrays.
Manman Ren
- [libcxx] r214114 - Fix linking with just-built libc++abi (added in r214037).
Alexey Samsonov
- [libcxx] r214037 - Better defaults for in-tree libc++ with cmake.
Alexey Samsonov
- Builders lld-x86_64-freeBSD, sanitizer_x86_64-freeBSD9.2, clang-mergefunc-x86_64-freeBSD9.2
Galina Kistanova
- [PATCH] Add stopgap option -fmodule-implementation-of
Ben Langmuir
- r214119 - Change __INTx_TYPE__ to be always signed. This changes the value for
Joerg Sonnenberger
- r214124 - [modules] PR20475: merging support for alias template declarations.
Richard Smith
- r214133 - [Debug Info] add DISubroutineType and its creation takes DITypeArray.
Manman Ren
- r214136 - Remove a nonsense friend declaration.
Richard Smith
- A module inliner pass with a greedy call site queue
Yin Ma
- r214141 - Add a location to MS inline asm blobs
Reid Kleckner
- Patch to force SuitableAlign's alignment when loading on object with larger alignment
jahanian
- r214148 - Fix up handling of ARM options for controlling strict alignment.
Bob Wilson
- r214151 - [modules] Add missing #include, found by modules build. We need a class
Richard Smith
- r214152 - Revert accidentally-committed files in r214151.
Richard Smith
- r214154 - [modules] Add testcase for a bug reduced from a selfhost issue. This bug was
Richard Smith
- [PATCH] [UBSAN] Suppress an error report with given type information
Byoungyoung Lee
- r214162 - Emit column debug information for loads
Tobias Grosser
- r214163 - Revert "Emit column debug information for loads"
Tobias Grosser
- r214164 - 3.5 => 3.6
Sylvestre Ledru
- [PATCH][AVX512] More intrinsics not requiring new backend support
Adam Nemet
- [PATCH] Emit diagnostic for -munaligned-access on v6m targets
Benjamin Foster
- r214172 - [OPENMP] Additional comments for implicit 'flush' clause + removed unused parameter from method classof().
Alexey Bataev
- r214173 - AArch64: Resolve some FIXMEs in CGBuiltin left over from backend merge
Yi Kong
- [PATCH] stdint.h should use the target's types, cleanup the targets
Joerg Sonnenberger
- [PATCH] [libc++] Allow libc++ to be built on systems without POSIX threads
Joerg Sonnenberger
- Adding local scope and automatic object destructors
Manuel Klimek
- [PATCH] [clang-tidy] Add a checker for code that looks like a delegate constructors but doesn't delegate.
Alexander Kornienko
- [PATCH] Allow __fp16 as a function arg or return type for AArch64
Oliver Stannard
- [PATCH] An attempt at fixing lifetime extended temporaries in the CFG.
Manuel Klimek
- r214183 - DataflowWorklist.h - "We should have a description here of what this code does, not just where it's used."
Artyom Skrobov
- r214185 - Modify how the loop hint attribute is printed as a lead-up to supporting constant expression values.
Tyler Nowicki
- [patch] Delay __fastcall attribute checking utnil after merging declarations
Reid Kleckner
- [PATCH v3 5/9] Start adding the infrastructure for handling TypoExprs.
Kaelyn Takata
- r214190 - [Debug Info] update testing case due to change in DIBuilder.
Manman Ren
- r214192 - Fix PR10177 where non-type template arguments to alias templates are not marked as used in dependent contexts. The fix actually forces non-dependent names to be checked at template definition time as expected from the standard.
Larisse Voufo
- r214193 - Fix typo.
Larisse Voufo
- r214198 - Fix test case in r214190. (It failed on my end.)
Larisse Voufo
- [PATCH] Fix for libc++ bug #20096 http://llvm.org/bugs/show_bug.cgi?id=20096
Marshall Clow
- [PATCH] [libcxx] Base __get_classname on char_class_type.
Marshall Clow
- [libcxx] r214201 - Base regex code on char_class_type.
Dan Albert
- r214202 - Revert "Fix test case in r214190. (It failed on my end.)"
Larisse Voufo
- release_35 patches for unroll pragma
Mark Heffernan
- r214203 - Provide warning name for property attribute warning
Fariborz Jahanian
- r214208 - Support LIBRARY_PATH on all Darwin targets.
Bob Wilson
- r213639 - [OPENMP] Initial parsing and sema analysis for 'atomic' directive.
Michael Wong
- [libcxx] r214219 - std::once_flag was forward declared with _LIBCPP_TYPE_VIS decoration, and the defined with _LIBCPP_TYPE_VIS_ONLY decoration. Make them match
Marshall Clow
- r214222 - PR20473: Don't "deduplicate" string literals with the same value but different
Richard Smith
- r214237 - clang-format vs plugin: include the license
Hans Wennborg
- [PATCH] MS ABI: Downgrade inheritance model mismatches to a warning sometimes
Reid Kleckner
- [PATCH] MS ABI: Consider alignment attributes on typedefs for layout
David Majnemer
- r214246 - [modules] Factor out ODR checking, to avoid unnecessary repeated work in
Richard Smith
- [PATCH] ms-inline-asm: Add a test to ensure that call doesn't clobber eax.
Reid Kleckner
- r214267 - Not all instantiated variable is odr-used. Do not mark non-odr-used variable template specializations as such.
Larisse Voufo
- r214274 - MS ABI: Consider alignment attributes on typedefs for layout
David Majnemer
- r214281 - Fix a use after free bug.
Rafael Espindola
- [libcxx] r213615 - Fix std::make_heap's worst case time complexity
David Majnemer
- r214286 - Simplify the code.
Rafael Espindola
- [PATCH] [OPENMP] Codegen for 'if' clause
Alexey Bataev
- [PATCH] Modeling APIs in the Static Analyzer
Ted Kremenek
- [PATCH] Fix crash when assiging to a property with an invalid type
Olivier Goffart
- r214290 - MS ABI: Mangle alias templates used as template-template arguments
David Majnemer
- r214292 - Fix some cases of incorrect handling of lifetime extended temporaries.
Manuel Klimek
- r214293 - AST: Simplify some code
David Majnemer
- r214294 - [Driver][Mips] Add function-wrapper so simplify creation of `Multilib` objects.
Simon Atanasyan
- [PATCH] [SKX] Enabling SKX target (Skylake server chip) in clang
Robert Khasanov
- [PATCH] [Driver] Move description of toolchain specific include directories from the common driver code to the corresponding `MultilibSet` declarations
Simon Atanasyan
- r214298 - Suppress clang/test/Sema/struct-packed-align.c for targeting LLP64.
NAKAMURA Takumi
- [PATCH] OpenCL/SPIR - fix kernel_arg_type metadata node
Fraser Cormack
- r214300 - clang-format: Understand 'typename' in placement new.
Daniel Jasper
- r214301 - Suppress clang/test/Sema/struct-packed-align.c also on msvc for investigating.
NAKAMURA Takumi
- r214305 - Fix OpenCL/SPIR kernel_arg_type metadata node
Fraser Cormack
- [PATCH] Don't warn on NewCallback argument comments, as they are arguments for thefunction the callback points to.
Alexander Kornienko
- r214306 - [SKX] Enabling SKX target (Skylake server chip)
Robert Khasanov
- [clang-tools-extra] r214307 - Don't warn on NewCallback argument comments, as they are arguments for the
Alexander Kornienko
- r214308 - Add OpenCL/SPIR kernel_arg_base_type metadata node
Fraser Cormack
- [PATCH] Add framework for iterative compilation to clang
Radovan Obradovic
- r213262 - [OPENMP] Initial parsing and sema analysis of 'mergeable' clause.
Ajay J
- [PATCH] Add new tool clang-highlight to clang/tools/extra
Johannes Kapfhammer
- r214314 - [AVX512] Add set1 intrinsics
Adam Nemet
- r214315 - [AVX512] Add some of the FP cast intrinsics
Adam Nemet
- r214316 - [AVX512] Add intrinsic for knot
Adam Nemet
- [PATCH v3 9/9] Wire up LookupMemberExpr to use the new TypoExpr.
Kaelyn Takata
- [PATCH] PR16392 ObjCMessageExpr argument source range
Karlis Senko
- [PATCH] -Woverloaded-virtual
Aaron Ballman
- r214333 - Add a state variable to the loop hint attribute.
Tyler Nowicki
- r214356 - Update for llvm change.
Rafael Espindola
- r214362 - Updating a comment related to the implementation of -Woverloaded-virtual, and adding a FIXME to a test case. (Drive-by removal of trailing whitespace in the test case as well.)
Aaron Ballman
- r214369 - Rename this test so that it actually runs, and fix it so that it passes.
Richard Smith
- [PATCH] Sema: Disallow taking the address of a bitfield coming from preincrement
David Majnemer
- [libcxx] r214371 - Fix numeric_limits<XXX>::is_modulo for signed arithmetic types. We were reporting true, for all arithmetic types, which is incorrect. Fix the tests which were wrong, too. This fixes PR#20158.
Marshall Clow
- [PATCH] Remove use of default function template parameters in type traits. Fixes DR20484
Eric Fiselier
- r214376 - Revert r214333, "Add a state variable to the loop hint attribute."
NAKAMURA Takumi
- r214380 - [AVX512] Add unaligned FP load intrinsics
Adam Nemet
- r214386 - Sema: Disallow taking the address of a bitfield coming from preincrement
David Majnemer
- r214390 - PR18097: Support initializing an _Atomic(T) from an object of C++ class type T
Richard Smith
- r214393 - Fix parsing of classes where the class name is an absolute nested name specifier.
Manuel Klimek
- [PATCH] Clang Rename Tool
Matthew Plant
- [clang-tools-extra] r214397 - [clang-tidy] Add a checker for code that looks like a delegate constructors but doesn't delegate.
Benjamin Kramer
- [PATCH] [C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for threadprivate variables
Alexey Bataev
- [PATCH] Implement inlining of temporary destructors.
Manuel Klimek
- r214401 - ms-inline-asm: Add a test to ensure that call doesn't clobber eax.
Ehsan Akhgari
- [PATCH] [clang-tidy] Implement the include order checker for LLVM.
Benjamin Kramer
- [libcxx] r214406 - Add test cases for creating atomic types for trivially copyable types.
Marshall Clow
- r214407 - Automate attribute argument count semantic checking when there are variadic or optional arguments present. With this, the only time you should have to manually check attribute argument counts is when HasCustomParsing is set to true, or when you have variadic arguments that aren't really variadic (like ownership_holds and friends).
Aaron Ballman
- [PATCH] [mips] Defer va_arg expansion to the backend.
Daniel Sanders
- [PATCH] Support the assume_aligned function attribute
Aaron Ballman
- r214408 - Delay check for prototype on __fastcall functions until after MergeFunctionDecl.
Nico Weber
- r214409 - Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges,
Fariborz Jahanian
- r214410 - Exposes a C API to name mangling for a given cursor.
Eli Bendersky
- r214411 - Removing an outdated FIXME. No functional changes.
Aaron Ballman
- r214412 - Reformat docstring to 80-col
Eli Bendersky
- [libcxx] r214422 - [libcxx] Remove use of default function template parameters in type traits. Fixes DR20484
Eric Fiselier
- [PATCH] Improved source range in nonnull diagnostics
Aaron Ballman
- r214425 - Local extern redeclarations of dllimport variables stay dllimport even if they don't specify the attribute
Hans Wennborg
- [libcxx] r214427 - [libcxx] Remove use of default function template parameters in type traits. Fixes DR20484
Eric Fiselier
- [PATCH] ms-inline-asm: Scope inline asm labels to functions
Reid Kleckner
- r214432 - Add a state variable to the loop hint attribute.
Tyler Nowicki
- [PATCH v4 0/8] Initial implementation of delayed typo correction.
Kaelyn Takata
- [PATCH v4 2/8] Add the initial TypoExpr AST node for delayed typo correction.
Kaelyn Takata
- [PATCH v4 3/8] Pass around CorrectionCandidateCallbacks as unique_ptrs so TypoCorrectionConsumer can keep the callback around as long as needed.
Kaelyn Takata
- [PATCH v4 4/8] Have TypoCorrectionConsumer remember the TypoCorrections it returned.
Kaelyn Takata
- [PATCH v4 5/8] Start adding the infrastructure for handling TypoExprs.
Kaelyn Takata
- [PATCH v4 6/8] Add simple way for a CorrectionCandidateCallback to reject exact matches of the typo.
Kaelyn Takata
- [PATCH v4 7/8] Add a callback for recovering using a typo correction.
Kaelyn Takata
- [PATCH v4 8/8] Wire up LookupMemberExpr to use the new TypoExpr.
Kaelyn Takata
- r214436 - Implemented a diagnostic to handle multiple, distinct ownership_return attributes on the same declaration. This removes a FIXME from the code.
Aaron Ballman
- [PATCH] Fix "-mno-global-merge" option for clang
Eric Christopher
- [libcxx] r214442 - Make Android's ctype_base::mask unsigned.
Dan Albert
- r214446 - Loop hint pragmas sometimes do not contain an identifier option (such as #pragma unroll(4)). Check explicitly that the token we stored was an identifier.
Aaron Ballman
- r214450 - Factor out exception specification information from
Richard Smith
- [PATCH] [libcxx] Add support for Android targets to lit.cfg.
Eric Fiselier
- [libcxx] r214454 - Change lit.cfg to allow whitespace before comments
Eric Fiselier
- r214458 - [modules] Maintain an AST invariant across module load/save: if any declaration
Richard Smith
- r214459 - Fix buildbot: work around missing GCC C++11 feature.
Richard Smith
- r214461 - clang-format vs plugin: claim support for VS 14 CTP too
Hans Wennborg
- r214471 - Remove this pointer that is converted to bool. In well-defined contexts, the
Richard Trieu
- r214050 - When looking for temporary dtors while building the CFG, do not walk into
Richard Smith
- r214472 - Add comments to debug info testing case.
Manman Ren
- r214473 - [modules] Remove IRGen special case for emitting implicit special members if
Richard Smith
- [libcxx] r214474 - Update linux test results file
Eric Fiselier
- [libcxx] r214483 - Update information about compiler used during linux tests and reformat run information.
Eric Fiselier
- [libcxx] r214484 - Adding ABI information to linux test results
Eric Fiselier
- r214497 - [mips] Defer va_arg expansion to the backend.
Daniel Sanders
- [PATCH] [OPENMP] Codegen for 'private' clause in 'parallel' directive
Alexey Bataev
- r214502 - Initializing the loop hint option token.
Aaron Ballman
- r214504 - Initializing the loop hint option token again.
Aaron Ballman
- r214506 - Fix a memory leak - dispose of the CXString after printing it in mangling.
Eli Bendersky
- r214507 - Improving diagnostic source ranges for the nonnull attribute. Now it highlights the attribute and the faulty nonpointer type when possible.
Aaron Ballman
- r214508 - clang-format: Add a space in ObjC protocols.
Daniel Jasper
- r214510 - Xcore target: Fix CXXStdlibIncludeArgs to check 'nostdinc++' flag too.
Robert Lytton
- r214511 - Replacing some more complex logic with a helper function call to ObjCMethod::getReturnTypeSourceRange. No functional changes intended.
Aaron Ballman
- [PATCH] Xcore target: Fix CXXStdlibIncludeArgs to check 'nostdinc++' flag too.
robert lytton
- r214512 - Revert r214497: [mips] Defer va_arg expansion to the backend.
Daniel Sanders
- [PATCH] [libcxxabi] [unwinder] Tell the assembler that functions are functions so that the linker knows how to link them.
Jon Roelofs
- r214513 - The GNU-style aligned attribute has an optional expression, but the generated pretty printing logic was unaware of this. Fixed the pretty printing logic, and added a test to ensure it no longer asserts.
Aaron Ballman
- [PATCH] [x32] Add __int128 support
Pavel Chupin
- r214520 - Add IR Mangler for more stable mangling.
Eli Bendersky
- [PATCH] Fix for 2 Sema test failures when AArch64 is the default target.
Keith Walker
- r214526 - Dropping some else-after-returns. No functional changes intended.
Aaron Ballman
- [PATCH] [analyzer][Review request] Partial fix for PR19102.
Антон Ярцев
- r214529 - Update build instructions for the clang-format VS plugin
Hans Wennborg
- PATCH: ASTMatcher for CUDA declarations
Jacques Pienaar
- r206963 - [ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
Bob Wilson
- r214547 - Fix iterator invalidation issues that are breaking my modules buildbot's bootstrap.
Richard Smith
- r214549 - Revert r214547 due to test breakage.
Richard Smith
- r214551 - MS inline asm: Add tests for LLVM r214468
Reid Kleckner
- r214552 - MS inline asm: Tests for r214550
Reid Kleckner
- r214555 - Re-commit r214547 with tests fixed. Hopefully all the bots will be happy now.
Richard Smith
- r214562 - Let's assume PowerPC has no SSE.
Joerg Sonnenberger
- [PATCH] [libcxx] Correct SFINAE version of is_convertible to match spec and avoid triggering unnecessary compiler diagnostics
Albert Wong
- r214564 - [Sanitizer] Introduce SanitizerMetadata class.
Alexey Samsonov
- [libclc] r214567 - relational: Add isless(floatN) builtin
Jan Vesely
- [libclc] r214568 - relational: Add islessequal(floatN) builtin
Jan Vesely
- [libcxxabi] r214573 - [unwinder] Tell the assembler that functions are functions so that the linker knows how to link them.
Jonathan Roelofs
- [PATCH] [libcxx] Add locales to available_features for tests.
Dan Albert
- r214577 - Add -fbuild-session-file as an alternative to -fbuild-session-timestamp
Ben Langmuir
- r214579 - Actually fix problem with modules buildbot this time.
Richard Smith
- r214582 - Notional simplification: defer emitting deferred inline methods until we finish
Richard Smith
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- r214586 - InstrProf: Update for LLVM API change
Justin Bogner
- r214589 - Fix test from r214577 for other timezones
Ben Langmuir
- [PATCH] Use CommonOptionsParser in clang-query. This fixes its support of the fixedcompilation database and makes it behave consistently with other clang tools.
Alexander Kornienko
- r214604 - [ASan] Use metadata to pass source-level information from Clang to ASan.
Alexey Samsonov
- [PATCH] Don't drop dllimport from qualified friend redeclarations (PR20512)
Hans Wennborg
- [PATCH] Add more information when displaying a "read-only variable is not assignable" error
Richard Trieu
- r214606 - In the case of mangling collisions, make an attempt to note both definitions
Richard Smith
- [clang-tools-extra] r214607 - Use CommonOptionsParser in clang-query. This fixes its support of the fixed
Alexander Kornienko
- [PATCH] Changed tool-template to use CommonOptionsParser.
Alexander Kornienko
- [PATCH] [libcxx] Update libc++ docs to include instructions for LIT.
Dan Albert
- r214616 - libclang: Update LINK_COMPONENTS.
NAKAMURA Takumi
- r214617 - libclang/Makefile: Restore some components in LINK_COMPONENTS. Clang's Makefile(s) are not transitive on clang libs.
NAKAMURA Takumi
- r214619 - libclang/Makefile: Update LINK_COMPONENTS take #2.
NAKAMURA Takumi
- r214620 - libclang/Makefile: Update LINK_COMPONENTS take #3. Sorry for the noise.
NAKAMURA Takumi
- [clang-tools-extra] r214621 - Changed tool-template to use CommonOptionsParser.
Alexander Kornienko
- r214635 - vcfsx and dss instructions require immediates, variables are not valid.
Joerg Sonnenberger
- [PATCH] Inconsistency in Preprocessor::ReleaseMacroInfo(MacroInfo *MI)
Vassil Vassilev
- Patch for CMake to export Clang targets
Ryan Govostes
- r214656 - Tools.cpp: Avoid std::to_string() on -fbuild-session-timestamp to appease mingw32 builder.
NAKAMURA Takumi
- [PATCH] Implicitly convert C++ wrappers to ObjC objects in @synchronized.
Grant Paul
- [PATCH] Handle SPARC float command line parameters for SPARCv9
Brad Smith
- [PATCH] Fix for PR18393 - emit error when abstract type is returned by value
Robert Matusewicz
- [PATCH] [clang-tidy] Add check for possibly incomplete switch statements
Benjamin Bannier
- r214662 - [Mips] Add the `mips64-linux-gnu` target to the test case to check `in128`
Simon Atanasyan
- r214668 - Driver: Simplify a use of the path API
Justin Bogner
- r214675 - Don't destroy MacroInfos if we find the macro definition is invalid; it'll get
Richard Smith
- r214678 - PR11778: Fix the rejects-valid half of this bug. We still produce the same
Richard Smith
- r214698 - AST: Propagate 'AlignIsRequired' though many levels of typedefs
David Majnemer
- r214699 - AST: Fix the mangling for unqualified-blocks
David Majnemer
Last message date:
Sun Aug 3 23:42:26 PDT 2014
Archived on: Tue Aug 4 15:31:46 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).