The Week Of Monday 18 November 2013 Archives by thread
Starting: Mon Nov 18 00:05:45 PST 2013
Ending: Sun Nov 24 23:55:48 PST 2013
Messages: 643
- [PATCH] Rename *MatcherCreateCallback to *MatcherDesc, and its member run() to create().
Manuel Klimek
- [PATCH] Split registry matcher resolution into a lookup phase and a construction phase.
Manuel Klimek
- r194994 - Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
- r194969 - Remove a bad string compare from r194968
Manuel Klimek
- [PATCH] Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
- [PATCH] Add the ability to set an output file.
Manuel Klimek
- [PATCH] Add Distance parameter to ASTNodeKind::isBaseOf.
Peter Collingbourne
- [PATCH] Introduce Registry::getCompletions.
Peter Collingbourne
- [PATCH] Implement aarch64 neon instruction class SIMD lsone and lsone-post - LLVM
Hao Liu
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Anders Rönnholm
- [PATCH] Add predicate for AArch64 crypto instructions
Jiangning Liu
- r195000 - clang/Parse/Parser.h: Fix annotations properly in SkipUntilFlags. [-Wdocumentation]
NAKAMURA Takumi
- [PATCH] Implement AArch64 SISD intrinsics for vget_high and vget_low
Jiangning Liu
- r195005 - clang/test/CXX/drs/dr2xx.cpp: Suppress this for targeting LLP64 due to __SIZE_TYPE__.
NAKAMURA Takumi
- r195009 - Using an invalid -O falls back on -O3 instead of an error
Sylvestre Ledru
- [PATCH] Add support for the hasDeclaration() matcher in the dynamic layer.
Samuel Benzaquen
- r195013 - Add partial support for the hasDeclaration() matcher in the dynamic layer.
Samuel Benzaquen
- [pr17973][patch] Use the default method CC in GetFullTypeForDeclarator
Rafael Espíndola
- [PATCH][AArch64]Implement vreinterpret ACLE functions in Clang
Chad Rosier
- r195017 - Make helper function static.
Benjamin Kramer
- [PATCH] Clean up predefined macros for AArch64 to follow ACLE 2.0
Tim Northover
- [PATCH] Change VariadicOperatorMatcherInterface<> to take an ArrayRef<DynTypedMatcher>.
Samuel Benzaquen
- [PATCH] PPCallbacksTest expansion - part 1
John Thompson
- [clang-tools-extra] r195020 - Fix the build after r195016.
Alexander Kornienko
- [libclc] r195021 - Implement builtins for cl_khr_global_int32_base_atomics extension
Tom Stellard
- [libclc] r195022 - Implement round builtin
Tom Stellard
- [libclc] r195023 - R600: Add aliases for Sea Islands GPUs
Tom Stellard
- r195024 - Adding an assert to help catch possible buffer underruns.
Aaron Ballman
- r195027 - Remove clang man page reference to --analyze, and point people to the analyzer website.
Ted Kremenek
- [PATCH] Make UninitializedValues detect the use of uninitialized fields in a constructor.
Enrico Pertoso
- [libcxx] r194870 - Windows.h is not required.
Marshall Clow
- libcxx + MingW: correct printout of long doubles
Marshall Clow
- [patch] [libcxx] random.cpp not quite right for vc
Marshall Clow
- [request for permission] Move pp-trace and PPCallbacks tests to clang/(tools/test)?
John Thompson
- r195032 - Use the default method CC in GetFullTypeForDeclarator.
Rafael Espindola
- r195043 - The code using the StmtPrinterHelper object failed to account for a null object in many cases, which could have led to crashes were it ever to be null. Now passing the object by reference instead of by pointer because it is never null in practice. No functional changes intended.
Aaron Ballman
- [libcxx] r195044 - This patch implements snprintf_l function in a way similar to the other
Yaron Keren
- [libcxx] r195045 - G M suggestion: conditionally include files on _WIN32.
Yaron Keren
- [libc++] Patch for AIX
Marshall Clow
- r176146 - Don't crash when diagnosing path-constrained protected
Aaron Ballman
- [PATCH] [-cxx-abi microsoft] Implement local manglings accurately
Reid Kleckner
- r195047 - Make test/Driver/clang_f_opts.c not write to the test dir
Hans Wennborg
- [request for permission] Move pp-trace and PPCallbacks tests to clang/(tools/test)?
Thompson, John
- r195048 - Remove period at end of "optimization level is unsupported" diagnostic
Hans Wennborg
- [patch] Handle the fact that typedefs define free functions
Rafael Espíndola
- r195050 - The attached patch is a follow up from my previous one. The existing
Rafael Espindola
- r195054 - Change the clang driver with the use of -no-integrated-as for darwin to use
Kevin Enderby
- r195056 - DebugInfo: Update caller based on DIType's MDNode* ctor becoming explicit in r195055.
David Blaikie
- r188906 - Centralize the handling of -target-feature.
Lang Hames
- r195061 - ObjectiveC ARC. Adopt objc_bridge attribute
Fariborz Jahanian
- r194938 - ObjectiveC ARC. More validation of toll-free bridging of
Douglas Gregor
- r194540 - PR10837: Warn if a null pointer constant is formed by a zero integer constant
Joerg Sonnenberger
- r194915 - ObjetiveC ARC. Start diagnosing invalid toll free bridging.
Douglas Gregor
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- r195066 - ObjectiveC 'objc_bridging'. Assorment of improvements
Fariborz Jahanian
- r195068 - Clean up predefined macros for AArch64 to follow ACLE 2.0.
Jiangning Liu
- r195069 - Add predicate for AArch64 crypto instructions.
Jiangning Liu
- r195070 - ObjectiveC objc_bridge. Minor refactoring.
Fariborz Jahanian
- r195073 - Implement AArch64 SISD intrinsics for vget_high and vget_low.
Jiangning Liu
- [PATCH] Implement aarch64 neon instruction class SIMD lsone and lsone-post
Jiangning Liu
- r195079 - Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.
Hao Liu
- r195080 - Disable this check temporarily.
Bill Wendling
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Sema: Propagate the mangling number into instantiations
Richard Smith
- [libcxx] r195087 - Creating release_34 branch
Bill Wendling
- r193740 - [AArch64] Add some CPU targets for "generic", A-53 and A-57.
Eric Christopher
- r195095 - Rename an extension warning to ext_...
Richard Smith
- r195097 - Adding subjects to calling convention attributes. No functional changes intended.
Aaron Ballman
- r195098 - Improving calling convention test coverage by adding tests for things not currently handled. Specifically: the diagnostics in SemaDeclAttr.cpp, and ensuring that calling convention attributes are applied to ObjC method declarations. No functional changes.
Aaron Ballman
- r195099 - Giving this test a triple since it uses a calling convention attribute.
Aaron Ballman
- [WIP][PATCH] "pointer-overflow" sanitizer
Will Dietz
- [PATCH] ASTVector: Fix return value of various insert() methods
Will Dietz
- [PATCH] Add -finstruments-functions-exclude-{file, function}-list options
Gonzalo BG
- [PATCH] Don't instrument inline functions that are not externally visible
Gonzalo Brito Gadeschi
- r194820 - [ASan] Link with libclang_rt.asan_iossim_dynamic.dylib when targeting the iOS simulator.
Renato Golin
- r195124 - [Mips] Do not adjust float-abi flags in case of MIPS16 mode. This code
Simon Atanasyan
- r195126 - Revert r194540, it breaks various C++ programs.
Joerg Sonnenberger
- r195127 - Change VariadicOperatorMatcherInterface<> to take an ArrayRef<DynTypedMatcher>.
Samuel Benzaquen
- [PATCH] Refactoring: replaced (*(I + x)) with I[x].
Alexander Kornienko
- r195128 - Refactoring: replaced (*(I + x)) with I[x].
Alexander Kornienko
- [PATCH] C++11: Reject string literal to non-const char * conversion
Ismail Pazarbasi
- [patch] Further issues when thiscall is the default for methods.
Rafael Espíndola
- r195134 - YAML I/O - Added default trait support for std:string. Making another attempt at this, this time doing a clean build on Linux, and running the LLVM, clang, and extra tests, to try to make sure there's no problems.
John Thompson
- r195135 - bjectiveC. Use a uniform diagnostic for
Fariborz Jahanian
- [libcxx] r195136 - Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN__. If you're not using the PP symbol EMSCRIPTEN, then you should see no functionality change.
Marshall Clow
- r195137 - ObjectiveC migrator. Do not migrate categories with
Fariborz Jahanian
- [libcxx] r195143 - Fix a test that I broke over the weekend
Marshall Clow
- [libcxx] r195144 - Patch by Xing Xue to improve libc++ support for AIX
Marshall Clow
- r195145 - Documentation parsing: in HeaderDoc, \abstract is equivalent to \brief
Dmitri Gribenko
- r195146 - ObjectiveC ARC. Removes a bogus warning when a weak
Fariborz Jahanian
- r195147 - Remove full path from CHECK line
Dmitri Gribenko
- [PATCH][AArch64] Implemented remaining Neon scalar by element intrinsics
Ana Pazos
- r195149 - ARM: embedded v7 'darwin' doesn't get min-version defines.
Jim Grosbach
- [patch][pr12684] Use the new mingw abi
Rafael Espíndola
- r195154 - Further fixes when thiscall is the default for methods.
Rafael Espindola
- [rfh][pr17996] How to implicitly use thiscall on pointer to member functions
Rafael Espíndola
- r195158 - Microsoft Record Layout: zero sized base after base with vbtbl fix
Warren Hunt
- [PATCH] Microsoft Layout - Empty non-virtual base after base with vbptr
Warren Hunt
- r195160 - Switching some string literals to be generated by the AttributeList object itself.
Aaron Ballman
- [PATCH] Add C/C++ attribute 'optnone'
Robinson, Paul
- r195163 - PR9547: If we're parsing a simple-declaration that contains a tag definition,
Richard Smith
- [PATCH] Add a mangler entry point for TBAA rather than using RTTI directly
Reid Kleckner
- r195168 - Add a mangler entry point for TBAA rather than using RTTI directly
Reid Kleckner
- r195174 - [analyzer] Fix an infinite recursion in region invalidation by adding block count to the BlockDataRegion.
Anna Zaks
- r195176 - Comment parsing tests: introduce a little more structure in testcase
Dmitri Gribenko
- r195178 - ObjectiveC ARC. validate toll free bridge casting
Fariborz Jahanian
- r195184 - Revert r195176, it is breaking buildbots for unclear reason
Dmitri Gribenko
- r195186 - Ensuring the warning for attribute decl types matches the error for attribute decl types.
Aaron Ballman
- r195187 - Comment parsing tests: introduce a little more structure in testcase
Dmitri Gribenko
- r195188 - Removing a custom error diagnostic and replacing it with a stock one. Added a test case to ensure the diagnostic was firing properly.
Aaron Ballman
- [PATCH] Warn on suspicious use of absolute value function
Richard Trieu
- [PATCH][AArch64] Implemented Neon scalar vdup_lane intrinsics
Ana Pazos
- [libcxx] r195206 - Creating release directory for release_34.
Bill Wendling
- [libcxx] r195207 - Creating release candidate rc1 from release_34 branch
Bill Wendling
- [PATCH] An lvalue-to-rvalue conversion should be supported in case of a non-volatile glvalue that refers to a non-volatile object defined with constexpr.
Karthik Bhat
- [libcxx] r195223 - Merging r195143:
Bill Wendling
- [PATCH] Tune capturing of init-captures in non-generic lambdas
Faisal Vali
- r195236 - Update to next release numbers.
Bill Wendling
- r195240 - Fix bug where optimization would lead to strange line breaks.
Manuel Klimek
- [PATCH] Adding support for NoDuplicate function attribute in CLang
Joey Gouly
- [PATCH] Added an option to allow short function bodies be placed on a single line.
Alexander Kornienko
- r195249 - [Mips] Take in account the -mfp64 command line option when build paths
Simon Atanasyan
- [PATCH] Support for JavaScript === and !== operators.
Alexander Kornienko
- r195251 - Support for JavaScript === and !== operators.
Alexander Kornienko
- r195253 - Simplify fix proposed in r195240.
Daniel Jasper
- [PATCH][OpenCL] Fixing the crash in clang due to .hi and .odd accesses in vectors of odd size
Anastasia Stulova
- r195255 - When wrapping lazily generated builtins in an extern "C" context,
Enea Zaffanella
- r195256 - Added an option to allow short function bodies be placed on a single line.
Alexander Kornienko
- [patch][pr18006] On x86_64, align arrays >= 32 bytes to 32 bytes
Rafael Espíndola
- [PATCH] new check checking use of identical expressions inside a conditional expression, i.e. '?'.
Jordan Rose
- r195259 - Refine 'deprecated' checking for Objective-C classes/methods.
Ted Kremenek
- r195264 - ObjectiveC ARC. Better checking of toll free briding
Fariborz Jahanian
- r195267 - Set default Dwarf Version for -gline-tables-only on Darwin to 2.
Manman Ren
- r195268 - [NVPTX] Update ABI handling
Justin Holewinski
- r195274 - Updated the thread safety attribute definitions to have subjects defined. These are based off what SemaDeclAttr.cpp is checking for in terms of diagnostic reporting. No functional change intended.
Aaron Ballman
- r195275 - Removed a duplicate diagnostic related to attribute subjects for thread safety annotations, and replaced it with the more general attribute diagnostic. Updated the test case in the one instance where wording changed. No functional change intended.
Aaron Ballman
- [PATCH] [-cxx-abi microsoft] Emit linkonce_odr definitions for declarations of static data members with inline initializers (PR17689)
Hans Wennborg
- r195277 - There is no such thing as __declspec(ms_struct), this is a GNU attribute. Switched the attribute to have the proper spelling, gave it a subject, updated the warning to be more accurate, and updated the test case as appropriate.
Aaron Ballman
- [PATCH] Better diagnostic for re-initialization of static data members
Hans Wennborg
- r195278 - ObjectiveC ARC. warn in presense of __bridge casting to
Fariborz Jahanian
- r195280 - Fix new check for missing semicolon after struct definition to deal with the
Richard Smith
- [PATCH] Support default integer attribute arguments
Aaron Ballman
- [PATCH] Sema: Instantiate local class and their members appropriately
David Majnemer
- r195283 - [-cxx-abi microsoft] Emit linkonce_odr definitions for declarations of static data members with inline initializers (PR17689)
Hans Wennborg
- r195287 - Implemented DefaultIntArgument in the table generator and start using it in semantic analysis. Removes some magic numbers.
Aaron Ballman
- r195288 - ObjectiveC. Allow toll free bridge cast warnings outside
Fariborz Jahanian
- r195292 - ObjectiveC migrator. use strong instead of
Fariborz Jahanian
- [PATCH] Add new warning to Clang to detect when all code paths in a function has a call back to the function.
Richard Trieu
- r195301 - clang-format: Improve formatting of ObjC method expressions.
Daniel Jasper
- r195302 - Refactored integer argument checking code into a helper method. Removes a considerable amount of duplicated code.
Aaron Ballman
- r195303 - PR10837: Warn if a null pointer constant is formed by a zero integer constant
Richard Smith
- [PATCH] libclang: clang_Type_getNumTemplateArguments and clang_Type_getTemplateArgument
Jan Ladislav Dussek
- r195306 - Provide better diagnostic wording for initializers on static
Hans Wennborg
- [PATCH] [Patch] Assertion failure when a multidimensional array allocated with new operator is explicitly list initialized.
jyoti allur
- r195322 - Refactor some of handleObjCBridgeAttr to make it more concise and the diagnostic reusable.
Ted Kremenek
- r195323 - Add new attribute 'objc_suppress_protocol' to suppress protocol conformance for a class.
Ted Kremenek
- r195326 - Implemented Neon scalar by element intrinsics.
Ana Pazos
- [PATCH] Sema: Instantiating variable definitions weren't local enough
David Majnemer
- [PATCH] check for Incorrect logic in operator
Anders Rönnholm
- r195328 - Revert "Add new attribute 'objc_suppress_protocol' to suppress protocol conformance for a class."
Ted Kremenek
- r195329 - Implemented Neon scalar vdup_lane intrinsics.
Ana Pazos
- [PATCH] Better implementation of JavaScript === and !== operators.
Alexander Kornienko
- r195353 - ARM: define & use __ARM_NEON on ARM32 (as per ACLE)
Tim Northover
- r195354 - Better implementation of JavaScript === and !== operators.
Alexander Kornienko
- r194296 - Use rauw for all discardable aliases, not just linkonce_odr.
Joerg Sonnenberger
- [clang-tools-extra] r195357 - Trailing linefeed.
NAKAMURA Takumi
- r195359 - [ARM] add basic support for Cortex-A7 and VFPv4 to Clang
Artyom Skrobov
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- [PATCH] Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
- Making libcxx compile with gcc 4.6.4
Yaron Keren
- [PATCH] Refactor duplicate functions
Bernard Ogden
- [PATCH] Simple refactoring to eliminate single-use local variable
Bernard Ogden
- [PATCH] Fix -mthumb resetting of target cpu
Bernard Ogden
- r195366 - Added testcase for r195255.
Enea Zaffanella
- [ARM] OK to delete test/CodeGen/a5.c and test/CodeGen/a15.c ?
Artyom Skrobov
- [PATCH] Add basic Cortex-A12 support to llvm and clang
Oliver Stannard
- r195367 - Fix a crash in EmitStoreThroughExtVectorComponentLValue for vectors of odd sizes.
Joey Gouly
- [PATCH] implement -Wold-style-cast
Ondřej Hošek
- r195368 - ObjectiveC migrator. delegate property must be
Fariborz Jahanian
- [PATCH] CMake: Some changes to package version naming:
Hans Wennborg
- [PATCH libcxxabi] Fix indentation of fields in "struct __cxa_exception" to line up
Mark Seaborn
- [PATCH] Remove uninstantiable constructor from DeclTemplate.h
Kim Gräsman
- [PATCHv2] implement -Wold-style-cast
Ondřej Hošek
- r195376 - ObjectiveC. Implement attribute 'objc_bridge_mutable'
Fariborz Jahanian
- [PATCH] Add support for the 'unless' matcher in the dynamic layer.
Samuel Benzaquen
- r195378 - Test commit for the user "kromanova" to verify commit access. I removed "UNSUPPORTED" comment because unsigned __int128 type is in fact supported.
Ekaterina Romanova
- r195384 - PR18013: Don't assert diagnosing a bad std::initializer_list construction.
Richard Smith
- r195396 - ObjectiveC migrator. Improve on definition, use
Fariborz Jahanian
- [PATCH] CMake: Enable building clang-format's Visual Studio plugin
Hans Wennborg
- r195405 - Comment parsing tests: XML schema: actually run the valid-function-10.xml test
Dmitri Gribenko
- r195409 - For AArch64, intrinsic vget_low_xxx can be optimized away.
Jiangning Liu
- r195417 - clang-format: Recognize braced lists with trailing function call.
Daniel Jasper
- [LLVMdev] [PATCH] Prevent clang from throwing the diagnostics twice.
Umesh Kalappa
- r195418 - clang-format: Fix bug in alignment of complex template parameters.
Daniel Jasper
- r195419 - Make ASTUnit structure stable with NDEBUG
Alp Toker
- r195420 - Add txt file extension to VS solution's README
Alp Toker
- r195422 - Tidy up the no-external-assembler diag
Alp Toker
- r195426 - Add class-specific operator new to Decl hierarchy. This guarantees that Decls
Richard Smith
- r195430 - Deleting three tests that are redundant with test/Preprocessor/arm-target-features.c and test/Driver/arm-cortex-cpus.c
Artyom Skrobov
- [libcxx] r195431 - Compiling libcxx with gcc 4.6.4 (MingW) produces these errors:
Yaron Keren
- r195437 - CodeGen: Whitespace
Justin Bogner
- r195438 - Revert r193994 and part of r193995
Justin Bogner
- r195440 - AST/DeclBase.h: Fix \param of Decl::new() in r195426. [-Wdocumentation]
NAKAMURA Takumi
- r195449 - Add support for Cortex-A12.
Richard Barton
- [libcxxabi] r195452 - Comment correction. syslog() syntax is:
Yaron Keren
- libcxx: support typeids across DLL boundary
Yaron Keren
- [PATCH] Enable FeatureMP for Cortex-A5 by default
Oliver Stannard
- r195466 - Add support for the 'unless' matcher in the dynamic layer.
Samuel Benzaquen
- [PATCH] Another pass at adding missing matchers into the registry.
Samuel Benzaquen
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Ana Pazos
- r195480 - ObjectiveC modern translator. Fixes a translation bug
Fariborz Jahanian
- r195495 - Debug Info: add a "Debug Info Version" module flag to output the current debug
Manman Ren
- [PATCH] Fixing some ObjC attributes
Aaron Ballman
- r195501 - Adjust r194296 to not apply the alias replacement for externally
Joerg Sonnenberger
- [libcxxabi] r195502 - On Windows, typeids are different between DLLs and EXEs, so comparing
Yaron Keren
- r195503 - Whitespace. No functional change intended.
Aaron Ballman
- r195508 - Updating Subjects definitions for attributes based on semantic handling. Removes Subjects for things we cannot currently check, adds Subjects for things we can, and rectifies most discrepancies. Since Subjects are not currently handled in tablegen, there are no functional changes with this patch.
Aaron Ballman
- [PATCH] Make the negative test more specific.
Samuel Benzaquen
- r195512 - Make the negative test more specific.
Samuel Benzaquen
- [PATCH] Fixing Alias-Avoidance Padding for MS-ABI Layout
Warren Hunt
- r195524 - ObjectiveC. Remove warning diagnostic which checks
Fariborz Jahanian
- r195526 - Remove uninstantiable constructor from DeclTemplate.h
Peter Collingbourne
- r195529 - Revert r195526, "Remove uninstantiable constructor from DeclTemplate.h"
Peter Collingbourne
- r195532 - Change ObjCIntefaceDecl::lookupMethod() to have optional 'followsSuper' argument.
Ted Kremenek
- r195533 - Add back experimental attribute objc_suppress_protocol_methods (slightly renamed).
Ted Kremenek
- r195534 - Split registry matcher resolution into a lookup phase and a construction phase.
Peter Collingbourne
- r195539 - Rename *MatcherCreateCallback to *MatcherDescriptor, and its member run() to create().
Peter Collingbourne
- r195540 - Add Distance parameter to ASTNodeKind::isBaseOf.
Peter Collingbourne
- [PATCH] Documentation parsing: allow some commands to have multiple paragraphs attached
Dmitri Gribenko
- r195543 - Generate a marker token when entering or leaving a submodule when building a
Richard Smith
- r195545 - Fix module name collision in tests.
Richard Smith
- [PATCH] Improve the unwind.h inclusion
Sylvestre Ledru
- [PATCH] Let __attribute__((format(…))) accept OFStrings
Jonathan Schleifer
- r195546 - clang-format: Prefer column layout if possible.
Daniel Jasper
- [PATCH] Accept %k format specifier
Jonathan Schleifer
- [PATCH] Enable non-fragile ABI for the ObjFW runtime
Jonathan Schleifer
- r195547 - Enable non-fragile ABI for the ObjFW runtime
Benjamin Kramer
- [LLVMdev] [clang] SSE2 intrinsics (emmintrin.h): _mm_movpi64_pi64 should be _mm_movpi64_epi64?
Dimitry Andric
- r195550 - clang-format: Fix bug in ObjC method declaration formatting.
Daniel Jasper
- r195551 - Don't pass +soft-float, +soft-float-abi to the arm assembler.
Rafael Espindola
- r195552 - clang-format: The "<" of a template argument is not a binary operator.
Daniel Jasper
- r195553 - clang-format: Fix incorrect space in parameters named by comment.
Daniel Jasper
- clang-format: Replaced PointerBindsToType with PointerBinding to allow third kind of formatting
Daniel Jasper
- [patch] Remove the Darwin_Generic_GCC toolchain
Rafael Espíndola
- [patch] remove gcc::Precompile
Rafael Espíndola
- r195554 - Don't use the gcc driver for assembling.
Rafael Espindola
- r195555 - clang-format: Support Qt's slot access specifiers.
Daniel Jasper
- r195556 - [CodeGen] If there is a function definition with duplicate mangled name, emit an error instead of asserting.
Argyrios Kyrtzidis
- r195558 - Fix a SSE2 intrinsics typo
Alp Toker
- SSE2 intrinsics: gcc46 vs. clang contradiction
Alp Toker
- r195559 - Move logic to check if a class is tagged with objc_suppress_protocol_methods into a helper.
Ted Kremenek
- r195560 - Remove optional parameter bit from attribute ObjCSuppressProtocol.
Ted Kremenek
- r195561 - Use specific_attr_iterator to tighten loop over ObjCSuppressProtocolAttrs.
Ted Kremenek
- [PATCH] SemaLookup.cpp wrong boolean test
Alp Toker
- r193969 - Implement final resolution of DR1402: implicitly-declared move operators that
Argyrios Kyrtzidis
- r195563 - Fix a typo: "SLocEnty" should read "SLocEntry".
James Dennett
- r195564 - [Parser] Unbreak parsing with incremental parsing enabled and add a unit-test for it.
Argyrios Kyrtzidis
- [PATCH] Parse Microsoft __declspec appearing after class body
Alp Toker
- r195572 - [test] Add test case I forgot to add for r195564.
Argyrios Kyrtzidis
- r195577 - Parse Microsoft __declspec appearing after class body
Alp Toker
- r195578 - Making some attribute diagnostics more consistent. Removes a newly-unused diagnostic.
Aaron Ballman
- r195579 - __declspec(uuid) is only allowed on a class according to MSDN; this makes the semantic checking consistent with what the attribute specifies in Attr.td. Also adds a test case.
Aaron Ballman
- r195580 - __declspec(uuid) is only supported for C++ code according to MSDN (as well as behaviorally in MSVC). This adds a generic diagnostic that we use for uuid, and can use for some other attributes as well, and adds a testcase.
Aaron Ballman
- r195581 - Switching the common attribute over to using the generic diagnostic, and removing the now-unused diagnostic. Updates a test case.
Aaron Ballman
- [PATCH] Consistency for type_tag_for_datatype subject
Aaron Ballman
- r195585 - Remove the Darwin_Generic_GCC toolchain.
Rafael Espindola
- r195586 - remove gcc::Precompile
Rafael Espindola
- r195587 - Add heading and remove leftover personal email addresses
Alp Toker
- r195589 - SemaDeclAttr.cpp: Try to fix a warning [-Wunnamed-type-template-args]
NAKAMURA Takumi
- r195620 - Take cv-qualifiers on fields of class type into account when determining
Richard Smith
- [cfe-dev] [PATCH] Missing calls for #elif PPCallback.
Enea Zaffanella
- [libcxx] r195622 - Merging r195136:
Bill Wendling
- [PATCH] Introduce Parser::completeExpression.
Peter Collingbourne
- [PATCH] Switch clang-query to use the lineeditor library.
Peter Collingbourne
- [PATCH] Add completion to the query parser, and hook it up to clang-query.
Peter Collingbourne
Last message date:
Sun Nov 24 23:55:48 PST 2013
Archived on: Tue Aug 4 15:31:22 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).