The Week Of Monday 17 February 2014 Archives by thread
Starting: Mon Feb 17 01:51:49 PST 2014
Ending: Sun Feb 23 23:32:21 PST 2014
Messages: 597
- [PATCH] ARM & AArch64: merge the semantic checking of NEON intrinsics
Tim Northover
- [PATCH] ARM NEON: use more flexible TableGen field for defs.
Tim Northover
- r201508 - Darwin: remove buggy assertion
Tim Northover
- r201512 - Fix gcc warning about C++ style comments.
Patrik Hagglund
- [PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexander Musman
- [OpenCL] fix for the restriction on pointers to functions
Anastasia Stulova
- r201515 - Implements a declarative approach to documenting individual attributes in Clang via a Documentation tablegen class. Also updates the internals manual with information about how to use this new, required, documentation feature.
Aaron Ballman
- Attribute documentation
Aaron Ballman
- r201516 - Fixing build bot breakage due to using a local type as a template argument.
Aaron Ballman
- r201517 - Removing a C++11'ism to also fix the build bots.
Aaron Ballman
- [PATCH] Implements -mfpu=softvfp+variants on ARM driver
Renato Golin
- r201518 - The default assignment operator could not be generated by all of the bots, but it's required by std::vector to operate properly.
Aaron Ballman
- r201520 - Revert "Debug info: Make DWARF4 the default for Darwin, too."
Adrian Prantl
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- [PATCH] [analyzer][Review request] Improved checker naming in CFG dump.
Антон Ярцев
- r201524 - Forcing it to be an error when there is no Documentation list specified for an attribute. This is a bit of a (harmless) hack, but the FIXME explains why and when this hack can be removed. It's a justified hack because this prevents attribute authors from forgetting to add documentation when they add a new attribute.
Aaron Ballman
- r201525 - [analyzer] Improved checker naming in CFG dump.
Anton Yartsev
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Viktor Kutuzov
- r201526 - Fix some minor whitespace issues.
Bob Wilson
- r201527 - Some nitpicky comment fixes for "i.e." and "e.g." abbreviations.
Bob Wilson
- r201528 - Change PGO instrumentation to compute counts in a separate AST traversal.
Bob Wilson
- r201532 - PR18855: Add support for UCNs and UTF-8 encoding within ud-suffixes.
Richard Smith
- [libcxxabi] r201533 - Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec.
Anders Carlsson
- [libcxx] r201534 - Implement LWG Issue 2346: integral_constant's member functions should be marked noexcept
Marshall Clow
- libc++ patch for LWG Issue 2232 - dangling reference for regex_iterators
Marshall Clow
- [PATCH] Pass -gdwarf-N options to integrated assembler
Renato Golin
- r201536 - PR18870: Parse language linkage specifiers properly if the string-literal is
Richard Smith
- r201537 - PR18839: 'extern "C++"' also adds an implicit 'extern', not just 'extern "C"'.
Richard Smith
- r201162 - 'nonnull(1)' on a block parameter should apply to the block's argument.
Richard Smith
- r201540 - Fix a non-error diagnostic that had an err_ name. Also move it from Warning to
Richard Smith
- r201542 - PR18876: The special-case rule that ignores the destruction of a top-level
Richard Smith
- libc++ patch for max_align_t
Richard Smith
- [PATCH] Fix Typo in lib/Driver/ToolChains.cpp
Stephan Falke
- r201569 - MS ABI: Add support for mangling __restrict
David Majnemer
- r201570 - Remove trailing spaces (no other change)
Sylvestre Ledru
- [cfe-dev] Bug 18275 - Incorrect const qualifier behavior in definition.
suyog sarda
- r201574 - MS ABI: Refactor extended qualifiers
David Majnemer
- r201578 - libclang: fix a bug in processing invalid arguments, introduced in r201249
Dmitri Gribenko
- r201579 - Add files that I forgot to svn add in 201578.
Dmitri Gribenko
- r201583 - [analyzer] Teach CastSizeChecker about flexible array members.
Jordan Rose
- [PATCH] Teach CastSizeChecker about flexible arrays
Jordan Rose
- r201584 - Remove trailing spaces (no other change). Bikeshed #2
Sylvestre Ledru
- r201585 - DeLesley Hutchins (who wrote the original thread-safety attribute functionality) and I have agreed to start migrating from lock-specific terminology to "capability"-specific terminology. This opens the door for future threading-related analysis passes so that a common nomenclature can be used.
Aaron Ballman
- r201586 - In some cases (for example, the Firefox build system), the CLANG_CXX variable is defined but empty.
Sylvestre Ledru
- r201587 - Missed updating this test case with r201585 -- the lockable attribute is now internally represented by CapabilityAttr.
Aaron Ballman
- r201588 - clang-cl: Parse the /d2Zi+ flag (PR18728)
Hans Wennborg
- r201590 - Attempting to fix the build bot due to some missing text in the ast dump.
Aaron Ballman
- r201591 - Fix testcase to actually check what it was supposed to, and make it a bit more robust.
Richard Smith
- [PATCH] MS ABI: Remove nv adjustment from direct vdtor calls and prologues
Reid Kleckner
- [PATCH] CodeGen: Emit globals with a constant initializer but no definition as available_externally.
Richard Smith
- [PATCH] Always add LLVMgold.so plugin if it's present in the standard location
Tom Roeder
- r201597 - clang-cl: support -v
Hans Wennborg
- r201598 - Updated documentation for Thread Safety Analysis.
DeLesley Hutchins
- [clang-tools-extra] r201599 - Add a makefile for clang-query. Patch by Alex Horn!
Peter Collingbourne
- [PATCH] Additional capabilities attributes
Aaron Ballman
- [PATCH] Lazy loading for late parsed templates
Will Wilson
- r201602 - DebugInfo: Avoid unnecessarily looking up the context when the declaration is already built.
David Blaikie
- [PATCH] AArch64: look up BuiltinID before calling EmitAArch64ScalarBuiltinExpr
Ana Pazos
- [PATCH] Fix for Bug 18536 - Bad alignment in clang/AST/StmpOpenMP.h
Doug Gregor
- [PATCH] Remove FormatSecurity from FormatNonLiteral warning group
Ted Kremenek
- [PATCH] Some infrastructure work for virtual file system (now on phab)
Ben Langmuir
- libc++ PATCH - partial implementation of LWG 2350 - min, max, and minmax should be constexpr
Marshall Clow
- r201205 - Add Multilib selection machinery
Gao, Yunzhong
- r201604 - clang-cl /fallback: emit a note when falling back
Hans Wennborg
- r201607 - Experiment with making -Wunreachable-code more immediately useful by restricting warnings to those issued in the main file.
Ted Kremenek
- r201610 - More tests for r201536.
Richard Smith
- r201612 - MS ABI: Remove nv adjustment from direct vdtor calls and prologues
Reid Kleckner
- r201613 - Fix the Driver/cl-fallback.c test
Hans Wennborg
- [PATCH] Adding _mm_prefetch and other builtins
Warren Hunt
- Switch containing holes via table lookup
Hans Wennborg
- r201615 - Fix false positives in -Wmsvc-include by continuing header search
Reid Kleckner
- [PATCH] Fix false positives in -Wmsvc-include by continuing header search
Reid Kleckner
- r201617 - Add missing test file for r201615
Reid Kleckner
- r201618 - Initial implementation of virtual file system
Ben Langmuir
- r201620 - PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, or
Richard Smith
- [PATCH] Complete Rewrite of CGRecordLayoutBuilder
Warren Hunt
- r201621 - Remove a C++11ism.
Richard Smith
- r201626 - clang-cl /fallback: turn the note into a warning
Hans Wennborg
- r201627 - Remove dead code.
Rafael Espindola
- r201628 - CIndex: initialise TU
Saleem Abdulrasool
- r201631 - Implement DR577
David Majnemer
- r201632 - Regenerate DR status page.
David Majnemer
- r201634 - Remove gunk from cxx_dr_status.html
David Majnemer
- r201635 - Add an OverlayFileSystem class
Ben Langmuir
- r201636 - Pass VFS from CompilerInstance to FileManager
Ben Langmuir
- r201639 - Attempt to appease C++11 buildbots
Ben Langmuir
- [PATCH] Add warnings so that Clang can catch most of the cases that GCC's -Waddress can catch
Richard Trieu
- r201640 - [analyzer] Move checker alpha.osx.cocoa.MissingSuperCall out of alpha category.
Ted Kremenek
- [PATCH] Add TemplateSpecializationType polymorphism for hasTemplateArgument and hasAnyTemplateArgument, and (out of necessity) a refersToExpr matcher.
Peter Collingbourne
- [PATCH] Add isSpecific matcher for builtin types.
Peter Collingbourne
- r201648 - [analyzer] post analyzer build checker-276
Ted Kremenek
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- [PATCH] Add FreeBSD ARM EABI hard-float support
Andrew Turner
- r201348 - [CMake] Disable libclangTests.exe on win32 for now.
Dmitri Gribenko
- r201657 - libclang: ensure clang_createTranslationUnit2 always initializes *TU
Dmitri Gribenko
- r201659 - ARM & AArch64: merge the semantic checking of NEON intrinsics
Tim Northover
- r201660 - ARM NEON: use more flexible TableGen field for defs.
Tim Northover
- r201661 - ARM NEON: add vcvtX (with rounding mode) intrinsics to v8 ARM.
Tim Northover
- r201662 - Add FreeBSD ARM EABI hard-float support
Renato Golin
- r201663 - ARM & AArch64: move struct definition outside function.
Tim Northover
- r201667 - AArch64: look up EmitAArch64Scalar support before calling.
Tim Northover
- r201677 - Moving the documentation for the enable_if attribute into AttrDocs. Removed the "clang introduces" phrase for style consistency, but otherwise the documentation is identical.
Aaron Ballman
- r201678 - Moving the documentation for the overloadable attribute into AttrDocs.
Aaron Ballman
- r201685 - Remove typo from r201618
Ben Langmuir
- r201686 - Moving the documentation for the objc_method_family attribute into AttrDocs.
Aaron Ballman
- r201687 - Moving the documentation for the objc_requires_super attribute into AttrDocs.
Aaron Ballman
- r201691 - Fix some test issues in VirtualFileSystemTest
Ben Langmuir
- r201693 - Updated tutorial code according to the changes in r197139.
Alexander Kornienko
- r201696 - Reduce verbosity in the virtual file system using LLVM.h
Ben Langmuir
- [libcxx] r201697 - Implement LWG2350: min, max, and minmax should be constexpr.
Marshall Clow
- r201701 - [analyzer] Extend IdenticalExprChecker to check the two branches of an if.
Jordan Rose
- r201702 - [analyzer] Extend IdenticalExprChecker to check logical and bitwise expressions.
Jordan Rose
- [libcxx] r201703 - Implement LWG Issue: 2280. begin/end for arrays should be constexpr and noexcept, plus a drive-by fix for cbegin/cend suggested by Peter Sommerlad.
Marshall Clow
- [libcxx] r201704 - Mark issues 2280, 2258, 2304, 2317, 2350 and 2346 as completed.
Marshall Clow
- Extend IdenticalExprChecker to find more potential problems
Jordan Rose
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- r201709 - Only print the selected multilib when something is actually found on the host.
Yunzhong Gao
- r201712 - Moving the documentation for the availability attribute into AttrDocs.
Aaron Ballman
- r201713 - Some of these headings had the incorrect number of "underlines" and so would get warnings when generating the content from Sphinx. No functional changes intended.
Aaron Ballman
- r201714 - Added a documentation category for statement attributes so that things like clang::fallthrough can be documented.
Aaron Ballman
- r201715 - Moving the documentation for the clang::fallthrough attribute into AttrDocs.
Aaron Ballman
- r201716 - Moving the documentation for the ARM interrupt attribute into AttrDocs.
Aaron Ballman
- [libcxx] r201717 - Implement LWG Issues #2329 and #2332 - disallow iterators into temporary regexes and regexes into temporary strings
Marshall Clow
- r201719 - Refactor -KPIC handling for as invocation.
Joerg Sonnenberger
- r201721 - clang-cl: Pass /Z7 when we fallback to cl with debug info enabled
Reid Kleckner
- r201722 - MS ABI: Let non-virtual method overloads participate in vftable ordering
Reid Kleckner
- r201725 - Use a switch for the architecture specific logic in
Joerg Sonnenberger
- r201728 - GC now unused variable.
Joerg Sonnenberger
- r201729 - Teach Clang to provide ::max_align_t in C11 and C++11 modes.
Chandler Carruth
- r201730 - Hook up NetBSD/sparc and NetBSD/sparc64 as and ld invocations.
Joerg Sonnenberger
- PATCH: s/__ISO_C_VISIBLE/__STDC_VERSION__/g
Chandler Carruth
- r201731 - Remove a broken attempt to cope with someone #undef'ing __has_include_next.
Richard Smith
- PATCH: Remove use of __GXX_EXPERIMENTAL_CXX0X__ from the defined(clang) region
Chandler Carruth
- r201732 - Refactored the way attribute category headers are handled so that it is possible to use custom categories. This allows for moving the consumable attributes (consumable, callable_when, return_typestate, etc) to be grouped together, with a content heading, like they were in the language extensions documentation. Moved the consumable attribute documentation from the language extensions into the attribute documentation table.
Aaron Ballman
- [PATCH] Hide pragma handler classes in ParsePragma.cpp
Reid Kleckner
- r201733 - Until attribute documentation is implemented as a server-side feature, I will be manually committing AttributeReference.rst so that attribute documentation can be on the live server instead of simply disappearing from the language extensions page without obvious replacement.
Aaron Ballman
- r192494 - Adds Microsoft compatiable C++ record layout code to clang.
Warren Hunt
- r201734 - Add _mm_prefetch and some others as MS builtins
Warren Hunt
- r201736 - Doing some temporary touch-up on the gnu namespace attribute documentation, from a post-commit review comment.
Aaron Ballman
- r201738 - Fix two pedantic issues with our builtin headers. The __STDC_VERSION__
Chandler Carruth
- r201739 - Use llvm::DeleteContainerSeconds when possible
Reid Kleckner
- [PATCH] Add a VFSFromYAML class and a parser to create it
Ben Langmuir
- r201742 - Updated to r201734. Removed unused declaration from lit test.
Warren Hunt
- [PATCH] Warn on suspicious use of absolute value function
Richard Smith
- r201468 - [Sema] Fix assertion hit while trying to do constant evaluation for a dependent expression
Richard Smith
- r201753 - [AST] Follow-up for r201468, move the check to the caller and add an assertion.
Argyrios Kyrtzidis
- Debugging statements included in r201031?
Faisal Vali
- [PATCH] [OPNEMP] Fixed instantiation of 'if' clause
Alexey Bataev
- r201755 - Reverting the virtual file system implementation, because it triggers an assertion
Juergen Ributzka
- r201762 - [libclang/python] Use a Python standard library module to create a temporary file.
Argyrios Kyrtzidis
- [PATCH] Fix "FIXME" in libclang-Python bindings test of TranslationUnit.
Argyrios Kyrtzidis
- [PATCH] libclang: functions to deal with anonymous fields
Argyrios Kyrtzidis
- r201765 - [code-completion] Style guideline for Cocoa has custom accessor in property declarations without spaces around '='.
Argyrios Kyrtzidis
- [PATCH] MC: provide the ability to disable assembly parsing
Saleem Abdulrasool
- [PATCH] [clang] add support for -W{no-,}inline-asm-syntax
Saleem Abdulrasool
- r201768 - Don't actually emit output in test/Headers/mmprefetch.c.
Daniel Jasper
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Alexey Bataev
- [PATCH] Do not assert when dereferencing member pointer using virtual inheritance with an incomplete class type
David Majnemer
- [PATCH] [OPENMP] move all clauses to a separate header
Alexander Musman
- SV: [PATCH] new check checking comparing of boolean expressions and literals
Per Viberg
- r201772 - Change parameter type of _mm_prefetch to "const void *".
Daniel Jasper
- r201774 - Revert r201772 as it breaks things on Windows
Timur Iskhodzhanov
- r201775 - Revert r201734 and r201742.
Daniel Jasper
- [PATCH] [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Kevin Qin
- r201781 - D2843 - [OPENMP] move all clauses to a separate header
Alexey Bataev
- r201785 - [CMake] clang_tablegen(AttrSpellings.inc): Prune redundant DEPENDS.
NAKAMURA Takumi
- r201788 - OpenCL: fix for the restriction on pointers to functions.
Pekka Jaaskelainen
- r201789 - Get rid of obsolete addProfileRT(), generalize the relevant addProfileRTLinux() to all OS
Alexey Samsonov
- r201791 - Remove really old "APPLE LOCAL" markers.
Rafael Espindola
- r201792 - [mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assembler.
Daniel Sanders
- [PATCH] [CMake] Fix installation without CLANG_BUILD_EXAMPLES
Brad King
- Add AArch64 big endian Target (aarch64_be)
Christian Pirker
- r201794 - Fix typo.
Rafael Espindola
- r201795 - Sema: Emit a warning for non-null terminated format strings and other pathological cases.
Benjamin Kramer
- r201796 - Remove unused diagnostic.
Benjamin Kramer
- [PATCH] clang-format properly handles try/catch blocks
Alexander Rojas
- r201799 - [CMake] Fix installation without CLANG_BUILD_EXAMPLES
Jordan Rose
- r201800 - Revert "Remove dead option."
Adrian Prantl
- r201801 - add a comment.
Adrian Prantl
- r179670 - Remove dead option.
Adrian Prantl
- [PATCH] Fix false positive in IdenticalExprChecker
Daniel Fahlgren
- r201804 - Add TemplateSpecializationType polymorphism for hasTemplateArgument and
Peter Collingbourne
- [PATCH] Correctly set brace range for CXXConstructExprs formed by list initialization.
Peter Collingbourne
- [PATCH] Do not add enums to prototype scope in C++ modes.
Peter Collingbourne
- r201807 - Clarify comment.
Adrian Prantl
- [PATCH] Sema: Don't crash when trying to instantiate a local class with an invalid base specifier
David Majnemer
- r190980 - Make Preprocessor::Lex non-recursive.
Joerg Sonnenberger
- r201810 - Enable MSRecordLayout in the presence of external sources.
Warren Hunt
- r201818 - Recommit virtual file system
Ben Langmuir
- [patch] Refactor linkage computation in CGObjCMac.cpp
Rafael Espíndola
- r201820 - Hide pragma handler classes in ParsePragma.cpp
Reid Kleckner
- r201821 - Expand macros in pragmas with -fms-extensions and -E
Reid Kleckner
- r201823 - Revert "Enable MSRecordLayout in the presence of external sources."
Reid Kleckner
- r201824 - Sema: Do not assert when dereferencing member pointer using virtual inheritance with an incomplete class type
David Majnemer
- r201825 - Revert the removal of PPCallbacks::PragmaComment() in r201821
Reid Kleckner
- r201829 - [analyzer] Fix a bug in IdenticalExprChecker concerning while loops.
Jordan Rose
- r201830 - Fix an assertion failure when invoking dsymutil.
Bob Wilson
- r201832 - [MS-ABI] Update to zero-sized padding algorithm
Warren Hunt
- [PATCH] [Win32 ABI] Defer operator delete check until vtable is marked used
Hans Wennborg
- r201835 - MS ABI: Include the vfptr offset in memptrs to virtual methods
Reid Kleckner
- r201837 - Accept -no-integrated-as in -cc1 and forward it to llvm.
Rafael Espindola
- [PATCH] clang: forward -no-integrated-as from the driver
Saleem Abdulrasool
- [PATCH] clang: add -f{no-,}integrate-as aliases
Saleem Abdulrasool
- [PATCH] emit error message for clause 'if(1 0)'
Alexander Musman
- [PATCH] Detect identical conditions in if-else-if statements
Daniel Fahlgren
- r201840 - Fix gcc -Wparentheses warning.
Patrik Hagglund
- r201842 - [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce CLANG_TABLEGEN_TARGETS.
NAKAMURA Takumi
- [libcxx] r201843 - Teach libc++ to use the compiler-provided C-compatible ::max_align_t
Chandler Carruth
- Add support for FPv4-SP to the clang driver
Oliver Stannard
- [libcxx] r201844 - Solve the errors
Yaron Keren
- r201846 - Add support for FPv4-SP to the clang driver
Oliver Stannard
- r201847 - AArch64: refactor table-driven NEON lookup.
Tim Northover
- r201848 - ARM & AArch64: use table for EmitCommonNeonBuiltinExpr
Tim Northover
- r201849 - Remove commas at the end of lists (C++11 again)
Tim Northover
- r201850 - Moving the documentation for the sanitizer negation attributes into AttrDocs.
Aaron Ballman
- [PATCH] check for Incorrect logic in operator
Anders Rönnholm
- r201851 - Moving the documentation for the type safety checking attributes into AttrDocs. If a custom heading is provided, do not automatically generate the alternate spelling list. This is necessary because some attributes have distinct semantic spellings and meanings, but use the same semantic attribute internally. Such attributes should have multiple elements in their documentation list, but not show all spellings. At some point, it would be nice to have a way to attach the documentation element to a ...
Aaron Ballman
- r201857 - Moving the documentation for the format attribute into AttrDocs.
Aaron Ballman
- r201858 - Internal naming convention consistency change.
Aaron Ballman
- r201862 - [CMake] libclang: Use llvm_add_library(SHARED STATIC).
NAKAMURA Takumi
- [PATCH] Added CXXMethodDecl matcher isPureVirtual()
Konrad Kleine
- [PATCH] Make getPreferredTypeAlign respect alignments specified with an aligned attribute on a typedef
Stephan Tolksdorf
- [PATCH] Permit OpenCL event_t's to be constructed from integer value 0.
Neil Henning
- [libcxx] r201864 - Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ when compiling with clang. No functionality change.
Marshall Clow
- r201871 - Remove accidentally-committed debugging statement. Thanks to Faisal Vali for
Richard Smith
- r201877 - [ObjC] Condense logic for diagnosing unimplemented setter/getters into help method.
Ted Kremenek
- r201878 - [ObjC] Change default property synthesis logic to not completely skip DiagnoseUnimplementedProperties.
Ted Kremenek
- r201879 - Remove 'followsSuper' argument from lookupPropertyAccessor. Turns out I didn't need it.
Ted Kremenek
- r201880 - [ObjC] add support for properties in attribute 'objc_protocol_requires_explicit_implementation'.
Ted Kremenek
- [PATCH] Add NoDuplicate attribute to clang (2nd try)
Marcello Maggioni
- r201890 - Adding role-based capability attributes that allow you to express role management: asserting a capability is held, acquiring a capability and releasing a capability. Also includes some skeleton documentation for these new attributes.
Aaron Ballman
- [libcxx] r201892 - Revert "Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ when compiling with clang. No functionality change."
Juergen Ributzka
- r201893 - Add test that -Wunreachable-code warnings are suppressed in headers.
Ted Kremenek
- r201894 - Default to ARMv5e for NetBSD/EABI, ARMv4 for APCS.
Joerg Sonnenberger
- r201899 - Add requirement that attribute 'objc_protocol_requires_explicit_implementation' can only be applied to protocol definitions.
Ted Kremenek
- r201901 - Reapply 201734 but with appropriate gcc compatibility
Warren Hunt
- [PATCH] Refactor parsing for MSVC function style pragmas
Reid Kleckner
- r201905 - Add a VFSFromYAML class and a parser to create it
Ben Langmuir
- r201907 - Complete Rewrite of CGRecordLayoutBuilder
Warren Hunt
- r201911 - [ObjC] Make attribute 'objc_protocol_requires_explicit_implementation' behave correctly with default property synthesis.
Ted Kremenek
- r201913 - Sema: Don't crash when trying to instantiate a local class with an invalid base specifier
David Majnemer
- r201914 - Fix two warnings introduced r201907
Warren Hunt
- r201917 - [MS-ABI] Fix MSRecordLayout to handel MultiDimensionalArrays
Warren Hunt
- r201918 - IRGen: Fix build breakage
David Majnemer
- r201919 - Silence a warning from r201905
Ben Langmuir
- r201920 - [_mm_prefetch] Returning previously deleted comment.
Warren Hunt
- [PATCH] Sema CXX: sometimes allow inheritance from class with flexible array
Curtis Dunham
- r201922 - Per feedback from Aaron Ballman, push cast-to-ObjCProtocolDecl inside handleObjCSuppresProtocolAttr().
Ted Kremenek
- r201926 - Correctly set brace range for CXXConstructExprs formed by list initialization.
Peter Collingbourne
- r201927 - Do not add enums to prototype scope in C++ modes.
Peter Collingbourne
- [PATCH] IRGen: Simplify alignment calculation in setBitFieldInfo
David Majnemer
- [PATCH] Fix crash when both Parser::ExpectAndConsume and ConsumeAnyToken throw a diagnostic
Olivier Goffart
- [libcxx] r201938 - Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ when compiling with clang. No functionality change. Noteto self: It is important to run the regression tests on the copy of the code that you've changed.
Marshall Clow
- [libcxx][PATCH] remove implementation of fmaf - fix for PR18910
Marshall Clow
- r201941 - Exposing the noduplicate attribute within Clang, which marks functions so that the optimizer does not duplicate code.
Aaron Ballman
- r201942 - Adding manual headings to the new capability attributes' documentation.
Aaron Ballman
- r201947 - Reorganize and improve semantic tests for dllexport/import
Nico Rieck
- [PATCH] Sema: Definition of dllimport globals is not allowed
Nico Rieck
- r201952 - clang: forward -no-integrated-as from the driver
Saleem Abdulrasool
- r201954 - Revert "clang: forward -no-integrated-as from the driver"
Saleem Abdulrasool
- r201959 - test: fix MIPS driver tests
Saleem Abdulrasool
- r201960 - clang: forward -no-integrated-as from the driver
Saleem Abdulrasool
- r201962 - Remove support for the QA_OVERRIDE_GCC3_OPTIONS environment variable.
Bob Wilson
- r201963 - clang: add -f{no-,}integrate-as as consistent parameters
Saleem Abdulrasool
- r201964 - Release Notes: document -f{,no-}integrate-as
Saleem Abdulrasool
- r201965 - Fix crash when both ExpectAndConsume and ConsumeAnyToken emit diagnostics
Alp Toker
- r201971 - [CMake] Deprecate clang_tablegen(DEPENDS).
NAKAMURA Takumi
- r201973 - [CMake] clang_tblgen: Use add_public_tablegen_target.
NAKAMURA Takumi
- [clang-tools-extra] r201977 - [CMake] Apply DEPENDS to clangTidy.
NAKAMURA Takumi
- r201978 - [CMake] Resurrect mis-dropped dependency to ClangDriverOptions since r201842.
NAKAMURA Takumi
- r201981 - Sema: Simplify away one-iteration loops.
Benjamin Kramer
- [cindex.py] expose C++ access specifiers in the libclang Python bindings
Tamás Szelei
- [PATCH] [CMake] Update required version to 2.8.12 to improve build time with target_link_libraries(INTERFACE)
NAKAMURA Takumi
- r201987 - Fixing the indentation of the RST content in the release notes. Fixes two warnings when building the HTML content and improves the format of the resulting content.
Aaron Ballman
- r201990 - [Index] Make the USRs more stable.
Argyrios Kyrtzidis
- Dead assignment deletion
Gautier DI FOLCO
- r202002 - Do not put instrumentation counters before phis in ObjC for-in loops.
Bob Wilson
- r202003 - Update __cplusplus to match the value in the C++14 DIS preview (D3937).
Richard Smith
- r202004 - [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Kevin Qin
- r202006 - Use a more conventional logical op instead of bitwise and
Alp Toker
- [PATCH] Improve diagnostic message for misplaced square brackets
Richard Smith
- [patch] Always open files in binary mode
Alp Toker
Last message date:
Sun Feb 23 23:32:21 PST 2014
Archived on: Tue Aug 4 15:31:30 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).