The Week Of Monday 17 February 2014 Archives by author
Starting: Mon Feb 17 01:51:49 PST 2014
Ending: Sun Feb 23 23:32:21 PST 2014
Messages: 597
- r201628 - CIndex: initialise TU
Saleem Abdulrasool
- [PATCH] MC: provide the ability to disable assembly parsing
Saleem Abdulrasool
- [PATCH] [clang] add support for -W{no-,}inline-asm-syntax
Saleem Abdulrasool
- [PATCH] clang: forward -no-integrated-as from the driver
Saleem Abdulrasool
- [PATCH] MC: provide the ability to disable assembly parsing
Saleem Abdulrasool
- [PATCH] [clang] add support for -W{no-,}inline-asm-syntax
Saleem Abdulrasool
- [PATCH] clang: forward -no-integrated-as from the driver
Saleem Abdulrasool
- [PATCH] clang: add -f{no-,}integrate-as aliases
Saleem Abdulrasool
- 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
- r201963 - clang: add -f{no-,}integrate-as as consistent parameters
Saleem Abdulrasool
- r201964 - Release Notes: document -f{,no-}integrate-as
Saleem Abdulrasool
- 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
- 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
- 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
- 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
- r201587 - Missed updating this test case with r201585 -- the lockable attribute is now internally represented by CapabilityAttr.
Aaron Ballman
- r201590 - Attempting to fix the build bot due to some missing text in the ast dump.
Aaron Ballman
- [PATCH] Additional capabilities attributes
Aaron Ballman
- r201618 - Initial implementation of virtual file system
Aaron Ballman
- 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
- 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
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- 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
- 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
- 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
- r201736 - Doing some temporary touch-up on the gnu namespace attribute documentation, from a post-commit review comment.
Aaron Ballman
- r201715 - Moving the documentation for the clang::fallthrough attribute into AttrDocs.
Aaron Ballman
- r201850 - Moving the documentation for the sanitizer negation attributes into AttrDocs.
Aaron Ballman
- 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
- 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
- [PATCH] Additional capabilities attributes
Aaron Ballman
- r201899 - Add requirement that attribute 'objc_protocol_requires_explicit_implementation' can only be applied to protocol definitions.
Aaron Ballman
- [PATCH] Add NoDuplicate attribute to clang (2nd try)
Aaron Ballman
- r201941 - Exposing the noduplicate attribute within Clang, which marks functions so that the optimizer does not duplicate code.
Aaron Ballman
- [PATCH] Add NoDuplicate attribute to clang (2nd try)
Aaron Ballman
- [PATCH] Fix crash when both Parser::ExpectAndConsume and ConsumeAnyToken throw a diagnostic
Aaron Ballman
- r201942 - Adding manual headings to the new capability attributes' documentation.
Aaron Ballman
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Aaron Ballman
- 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
- [PATCH] Fix for Bug 18536 - Bad alignment in clang/AST/StmpOpenMP.h
Alexey Bataev
- [PATCH] Fix for Bug 18536 - Bad alignment in clang/AST/StmpOpenMP.h
Alexey Bataev
- [PATCH] [OPNEMP] Fixed instantiation of 'if' clause
Alexey Bataev
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Alexey Bataev
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Alexey Bataev
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Alexey Bataev
- r201781 - D2843 - [OPENMP] move all clauses to a separate header
Alexey Bataev
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
"C. Bergström"
- r201602 - DebugInfo: Avoid unnecessarily looking up the context when the declaration is already built.
David Blaikie
- r201607 - Experiment with making -Wunreachable-code more immediately useful by restricting warnings to those issued in the main file.
David Blaikie
- libc++ patch for LWG Issue 2232 - dangling reference for regex_iterators
David Blaikie
- libc++ patch for LWG Issue 2232 - dangling reference for regex_iterators
David Blaikie
- r201607 - Experiment with making -Wunreachable-code more immediately useful by restricting warnings to those issued in the main file.
David Blaikie
- r201528 - Change PGO instrumentation to compute counts in a separate AST traversal.
Justin Bogner
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Andrey Bokhanko
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Andrey Bokhanko
- [libcxxabi] r201533 - Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec.
Anders Carlsson
- r201604 - clang-cl /fallback: emit a note when falling back
Chandler Carruth
- r201598 - Updated documentation for Thread Safety Analysis.
Chandler Carruth
- r201729 - Teach Clang to provide ::max_align_t in C11 and C++11 modes.
Chandler Carruth
- PATCH: s/__ISO_C_VISIBLE/__STDC_VERSION__/g
Chandler Carruth
- PATCH: Remove use of __GXX_EXPERIMENTAL_CXX0X__ from the defined(clang) region
Chandler Carruth
- libc++ patch for max_align_t
Chandler Carruth
- r201738 - Fix two pedantic issues with our builtin headers. The __STDC_VERSION__
Chandler Carruth
- [PATCH] [clang] add support for -W{no-,}inline-asm-syntax
Chandler Carruth
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Chandler Carruth
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Chandler Carruth
- [PATCH] [clang] add support for -W{no-,}inline-asm-syntax
Chandler Carruth
- r201775 - Revert r201734 and r201742.
Chandler Carruth
- [PATCH] [clang] add support for -W{no-,}inline-asm-syntax
Chandler Carruth
- r201775 - Revert r201734 and r201742.
Chandler Carruth
- [PATCH] clang: add -f{no-,}integrate-as aliases
Chandler Carruth
- r201842 - [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce CLANG_TABLEGEN_TARGETS.
Chandler Carruth
- [libcxx] r201843 - Teach libc++ to use the compiler-provided C-compatible ::max_align_t
Chandler Carruth
- libc++ patch for max_align_t
Chandler Carruth
- [PATCH] Always add LLVMgold.so plugin if it's present in the standard location
Chandler Carruth
- r201901 - Reapply 201734 but with appropriate gcc compatibility
Chandler Carruth
- r201901 - Reapply 201734 but with appropriate gcc compatibility
Chandler Carruth
- r201901 - Reapply 201734 but with appropriate gcc compatibility
Chandler Carruth
- [PATCH] Always add LLVMgold.so plugin if it's present in the standard location
Chandler Carruth
- [PATCH] [CMake] Update required version to 2.8.12 to improve build time with target_link_libraries(INTERFACE)
Chandler Carruth
- libc++ PATCH - partial implementation of LWG 2350 - min, max, and minmax should be constexpr
Ahmed Charles
- r179670 - Remove dead option.
Eric Christopher
- r201800 - Revert "Remove dead option."
Eric Christopher
- [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
- libc++ PATCH - partial implementation of LWG 2350 - min, max, and minmax should be constexpr
Marshall Clow
- [libcxx] r201697 - Implement LWG2350: min, max, and minmax should be constexpr.
Marshall Clow
- libc++ PATCH - partial implementation of LWG 2350 - min, max, and minmax should be constexpr
Marshall Clow
- libc++ patch for LWG Issue 2232 - dangling reference for regex_iterators
Marshall Clow
- [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
- libc++ patch for LWG Issue 2232 - dangling reference for regex_iterators
Marshall Clow
- [libcxx] r201717 - Implement LWG Issues #2329 and #2332 - disallow iterators into temporary regexes and regexes into temporary strings
Marshall Clow
- libc++ patch for max_align_t
Marshall Clow
- [libcxx] r201864 - Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ when compiling with clang. No functionality change.
Marshall Clow
- [libcxx] r201864 - Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ when compiling with clang. No functionality change.
Marshall Clow
- [libcxx] r201864 - Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ when compiling with clang. No functionality change.
Marshall Clow
- [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
- [clang-tools-extra] r201599 - Add a makefile for clang-query. Patch by Alex Horn!
Peter Collingbourne
- [PATCH] Add TemplateSpecializationType polymorphism for hasTemplateArgument and hasAnyTemplateArgument, and (out of necessity) a refersToExpr matcher.
Peter Collingbourne
- [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
- [PATCH] Add isSpecific matcher for builtin types.
Peter Collingbourne
- [PATCH] Add TemplateSpecializationType polymorphism for hasTemplateArgument and hasAnyTemplateArgument, and (out of necessity) a refersToExpr matcher.
Peter Collingbourne
- [PATCH] Add TemplateSpecializationType polymorphism for hasTemplateArgument and hasAnyTemplateArgument, and (out of necessity) a refersToExpr matcher.
Peter Collingbourne
- r201804 - Add TemplateSpecializationType polymorphism for hasTemplateArgument and
Peter Collingbourne
- [PATCH] Add TemplateSpecializationType polymorphism for hasTemplateArgument and hasAnyTemplateArgument, and (out of necessity) a refersToExpr matcher.
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
- [PATCH] Do not add enums to prototype scope in C++ modes.
Peter Collingbourne
- [PATCH] Do not add enums to prototype scope in C++ modes.
Peter Collingbourne
- [PATCH] Do not add enums to prototype scope in C++ modes.
Peter Collingbourne
- 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] 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
- [PATCH] Sema CXX: sometimes allow inheritance from class with flexible array
Curtis Dunham
- r201627 - Remove dead code.
Rafael Espindola
- r201791 - Remove really old "APPLE LOCAL" markers.
Rafael Espindola
- r201794 - Fix typo.
Rafael Espindola
- r201837 - Accept -no-integrated-as in -cc1 and forward it to llvm.
Rafael Espindola
- [PATCH] MC: provide the ability to disable assembly parsing
Rafael Ávila de Espíndola
- [PATCH] clang: forward -no-integrated-as from the driver
Rafael Ávila de Espíndola
- [PATCH] Fix Typo in lib/Driver/ToolChains.cpp
Rafael Espíndola
- [PATCH] Always add LLVMgold.so plugin if it's present in the standard location
Rafael Espíndola
- r201620 - PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, or
Rafael Espíndola
- r201620 - PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, or
Rafael Espíndola
- [PATCH] [clang] add support for -W{no-,}inline-asm-syntax
Rafael Espíndola
- [PATCH] [clang] add support for -W{no-,}inline-asm-syntax
Rafael Espíndola
- [PATCH] Fix Typo in lib/Driver/ToolChains.cpp
Rafael Espíndola
- [patch] Refactor linkage computation in CGObjCMac.cpp
Rafael Espíndola
- [PATCH] [clang] add support for -W{no-,}inline-asm-syntax
Rafael Espíndola
- [PATCH] clang: forward -no-integrated-as from the driver
Rafael Espíndola
- [PATCH] clang: forward -no-integrated-as from the driver
Rafael Espíndola
- [PATCH] clang: forward -no-integrated-as from the driver
Rafael Espíndola
- r201842 - [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce CLANG_TABLEGEN_TARGETS.
Rafael Espíndola
- [PATCH] Always add LLVMgold.so plugin if it's present in the standard location
Rafael Espíndola
- [PATCH] Always add LLVMgold.so plugin if it's present in the standard location
Rafael Espíndola
- r201960 - clang: forward -no-integrated-as from the driver
Rafael Espíndola
- r201962 - Remove support for the QA_OVERRIDE_GCC3_OPTIONS environment variable.
Rafael Espíndola
- Dead assignment deletion
Gautier DI FOLCO
- [PATCH] Fix false positive in IdenticalExprChecker
Daniel Fahlgren
- [PATCH] Detect identical conditions in if-else-if statements
Daniel Fahlgren
- [PATCH] Fix Typo in lib/Driver/ToolChains.cpp
Stephan Falke
- [PATCH] Fix Typo in lib/Driver/ToolChains.cpp
Stephan Falke
- r201162 - 'nonnull(1)' on a block parameter should apply to the block's argument.
Hal Finkel
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Hal Finkel
- r201205 - Add Multilib selection machinery
Gao, Yunzhong
- [PATCH] Complete Rewrite of CGRecordLayoutBuilder
Yunzhong Gao
- r201205 - Add Multilib selection machinery
Gao, Yunzhong
- r201709 - Only print the selected multilib when something is actually found on the host.
Yunzhong Gao
- [PATCH] Complete Rewrite of CGRecordLayoutBuilder
Yunzhong Gao
- [PATCH] Complete Rewrite of CGRecordLayoutBuilder
Yunzhong Gao
- [PATCH] Complete Rewrite of CGRecordLayoutBuilder
Gao, Yunzhong
- [PATCH] Fix crash when both Parser::ExpectAndConsume and ConsumeAnyToken throw a diagnostic
Olivier Goffart
- [PATCH] Fix crash when both Parser::ExpectAndConsume and ConsumeAnyToken throw a diagnostic
Olivier Goffart
- [PATCH] Implements -mfpu=softvfp+variants on ARM driver
Renato Golin
- [PATCH] Implements -mfpu=softvfp+variants on ARM driver
Renato Golin
- [PATCH] Pass -gdwarf-N options to integrated assembler
Renato Golin
- [PATCH] Implements -mfpu=softvfp+variants on ARM driver
Renato Golin
- [PATCH] Implements -mfpu=softvfp+variants on ARM driver
Renato Golin
- [PATCH] Implements -mfpu=softvfp+variants on ARM driver
Renato Golin
- [PATCH] Implements -mfpu=softvfp+variants on ARM driver
Renato Golin
- r201662 - Add FreeBSD ARM EABI hard-float support
Renato Golin
- [PATCH] Add FreeBSD ARM EABI hard-float support
Renato Golin
- [PATCH] Implements -mfpu=softvfp+variants on ARM driver
Renato Golin
- [PATCH] MC: provide the ability to disable assembly parsing
Renato Golin
- [PATCH] Implements -mfpu=softvfp+variants on ARM driver
Renato Golin
- [PATCH] MC: provide the ability to disable assembly parsing
Renato Golin
- [PATCH] MC: provide the ability to disable assembly parsing
Renato Golin
- [PATCH] MC: provide the ability to disable assembly parsing
Renato Golin
- [PATCH] clang: forward -no-integrated-as from the driver
Renato Golin
- [PATCH] Fix for Bug 18536 - Bad alignment in clang/AST/StmpOpenMP.h
Doug Gregor
- [PATCH] Some infrastructure work for virtual file system (now on phab)
Doug Gregor
- [PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Dmitri Gribenko
- [PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Dmitri Gribenko
- 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
- r201348 - [CMake] Disable libclangTests.exe on win32 for now.
Dmitri Gribenko
- r201635 - Add an OverlayFileSystem class
Dmitri Gribenko
- r201635 - Add an OverlayFileSystem class
Dmitri Gribenko
- r201635 - Add an OverlayFileSystem class
Dmitri Gribenko
- r201657 - libclang: ensure clang_createTranslationUnit2 always initializes *TU
Dmitri Gribenko
- [PATCH] Add a VFSFromYAML class and a parser to create it
Dmitri Gribenko
- [PATCH] Add a VFSFromYAML class and a parser to create it
Dmitri Gribenko
- [PATCH] [OPENMP] move all clauses to a separate header
Dmitri Gribenko
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Dmitri Gribenko
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Dmitri Gribenko
- [PATCH] [OPENMP] Replace libgomp by libiomp5 in driver
Dmitri Gribenko
- [PATCH] [OPENMP] move all clauses to a separate header
Dmitri Gribenko
- [PATCH] Add a VFSFromYAML class and a parser to create it
Dmitri Gribenko
- [PATCH] Add a VFSFromYAML class and a parser to create it
Dmitri Gribenko
- [PATCH] Added CXXMethodDecl matcher isPureVirtual()
Dmitri Gribenko
- [PATCH] Add a VFSFromYAML class and a parser to create it
Dmitri Gribenko
- [PATCH] Add a VFSFromYAML class and a parser to create it
Dmitri Gribenko
- [PATCH] Add a VFSFromYAML class and a parser to create it
Dmitri Gribenko
- [PATCH] Add a VFSFromYAML class and a parser to create it
Dmitri Gribenko
- r201512 - Fix gcc warning about C++ style comments.
Patrik Hagglund
- r201840 - Fix gcc -Wparentheses warning.
Patrik Hagglund
- [PATCH] Permit OpenCL event_t's to be constructed from integer value 0.
Neil Henning
- [PATCH] Permit OpenCL event_t's to be constructed from integer value 0.
Neil Henning
- [PATCH] Permit OpenCL event_t's to be constructed from integer value 0.
Neil Henning
- [PATCH] Permit OpenCL event_t's to be constructed from integer value 0.
Neil Henning
- [PATCH] Adding _mm_prefetch and other builtins
Warren Hunt
- [PATCH] Complete Rewrite of CGRecordLayoutBuilder
Warren Hunt
- [PATCH] Complete Rewrite of CGRecordLayoutBuilder
Warren Hunt
- [PATCH] Adding _mm_prefetch and other builtins
Warren Hunt
- [PATCH] Adding _mm_prefetch and other builtins
Warren Hunt
- r192494 - Adds Microsoft compatiable C++ record layout code to clang.
Warren Hunt
- r201734 - Add _mm_prefetch and some others as MS builtins
Warren Hunt
- [PATCH] Adding _mm_prefetch and other builtins
Warren Hunt
- r201742 - Updated to r201734. Removed unused declaration from lit test.
Warren Hunt
- r201734 - Add _mm_prefetch and some others as MS builtins
Warren Hunt
- r201775 - Revert r201734 and r201742.
Warren Hunt
- r201775 - Revert r201734 and r201742.
Warren Hunt
- r201810 - Enable MSRecordLayout in the presence of external sources.
Warren Hunt
- r192494 - Adds Microsoft compatiable C++ record layout code to clang.
Warren Hunt
- r192494 - Adds Microsoft compatiable C++ record layout code to clang.
Warren Hunt
- r201832 - [MS-ABI] Update to zero-sized padding algorithm
Warren Hunt
- r201901 - Reapply 201734 but with appropriate gcc compatibility
Warren Hunt
- r201907 - Complete Rewrite of CGRecordLayoutBuilder
Warren Hunt
- [PATCH] Complete Rewrite of CGRecordLayoutBuilder
Warren Hunt
- r201901 - Reapply 201734 but with appropriate gcc compatibility
Warren Hunt
- r201914 - Fix two warnings introduced r201907
Warren Hunt
- r201917 - [MS-ABI] Fix MSRecordLayout to handel MultiDimensionalArrays
Warren Hunt
- r201920 - [_mm_prefetch] Returning previously deleted comment.
Warren Hunt
- r201598 - Updated documentation for Thread Safety Analysis.
DeLesley Hutchins
- r201598 - Updated documentation for Thread Safety Analysis.
Delesley Hutchins
- [PATCH] Additional capabilities attributes
Delesley Hutchins
- r201722 - MS ABI: Let non-virtual method overloads participate in vftable ordering
Timur Iskhodzhanov
- r201774 - Revert r201772 as it breaks things on Windows
Timur Iskhodzhanov
- r201772 - Change parameter type of _mm_prefetch to "const void *".
Timur Iskhodzhanov
- [PATCH] MS ABI: Remove nv adjustment from direct vdtor calls and prologues
Timur Iskhodzhanov
- r201788 - OpenCL: fix for the restriction on pointers to functions.
Pekka Jaaskelainen
- r201768 - Don't actually emit output in test/Headers/mmprefetch.c.
Daniel Jasper
- r201772 - Change parameter type of _mm_prefetch to "const void *".
Daniel Jasper
- r201775 - Revert r201734 and r201742.
Daniel Jasper
- r201734 - Add _mm_prefetch and some others as MS builtins
Daniel Jasper
- [OpenCL] fix for the restriction on pointers to functions
Pekka Jääskeläinen
- [libcxx] r201844 - Solve the errors
Yaron Keren
- [PATCH] [CMake] Fix installation without CLANG_BUILD_EXAMPLES
Brad King
- [PATCH] [CMake] Fix installation without CLANG_BUILD_EXAMPLES
Brad King
- [PATCH] [CMake] Fix installation without CLANG_BUILD_EXAMPLES
Brad King
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- r201569 - MS ABI: Add support for mangling __restrict
Reid Kleckner
- [PATCH] MS ABI: Remove nv adjustment from direct vdtor calls and prologues
Reid Kleckner
- r201612 - MS ABI: Remove nv adjustment from direct vdtor calls and prologues
Reid Kleckner
- [PATCH] MS ABI: Remove nv adjustment from direct vdtor calls and prologues
Reid Kleckner
- [PATCH] MS ABI: Remove nv adjustment from direct vdtor calls and prologues
Reid Kleckner
- r201604 - clang-cl /fallback: emit a note when falling back
Reid Kleckner
- 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
- [PATCH] Complete Rewrite of CGRecordLayoutBuilder
Reid Kleckner
- 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
- [PATCH] Hide pragma handler classes in ParsePragma.cpp
Reid Kleckner
- r201739 - Use llvm::DeleteContainerSeconds when possible
Reid Kleckner
- [PATCH] Complete Rewrite of CGRecordLayoutBuilder
Reid Kleckner
- [PATCH] Do not assert when dereferencing member pointer using virtual inheritance with an incomplete class type
Reid Kleckner
- [PATCH] Do not assert when dereferencing member pointer using virtual inheritance with an incomplete class type
Reid Kleckner
- r201820 - Hide pragma handler classes in ParsePragma.cpp
Reid Kleckner
- [PATCH] 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
- r201825 - Revert the removal of PPCallbacks::PragmaComment() in r201821
Reid Kleckner
- [PATCH] Hide pragma handler classes in ParsePragma.cpp
Reid Kleckner
- r201821 - Expand macros in pragmas with -fms-extensions and -E
Reid Kleckner
- r201835 - MS ABI: Include the vfptr offset in memptrs to virtual methods
Reid Kleckner
- [PATCH] Refactor parsing for MSVC function style pragmas
Reid Kleckner
- [PATCH] Added CXXMethodDecl matcher isPureVirtual()
Konrad Kleine
- [PATCH] Add isSpecific matcher for builtin types.
Manuel Klimek
- [PATCH] Add TemplateSpecializationType polymorphism for hasTemplateArgument and hasAnyTemplateArgument, and (out of necessity) a refersToExpr matcher.
Manuel Klimek
- [PATCH] Add isSpecific matcher for builtin types.
Manuel Klimek
- [PATCH] Add TemplateSpecializationType polymorphism for hasTemplateArgument and hasAnyTemplateArgument, and (out of necessity) a refersToExpr matcher.
Manuel Klimek
- [PATCH] Added CXXMethodDecl matcher isPureVirtual()
Manuel Klimek
- r201693 - Updated tutorial code according to the changes in r197139.
Alexander Kornienko
- [PATCH] CodeGen: Emit globals with a constant initializer but no definition as available_externally.
Benjamin Kramer
- [PATCH] CodeGen: Emit globals with a constant initializer but no definition as available_externally.
Benjamin Kramer
- r201795 - Sema: Emit a warning for non-null terminated format strings and other pathological cases.
Benjamin Kramer
- r201796 - Remove unused diagnostic.
Benjamin Kramer
- [libcxx] r201864 - Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ when compiling with clang. No functionality change.
Benjamin Kramer
- [PATCH] CodeGen: Emit globals with a constant initializer but no definition as available_externally.
Benjamin Kramer
- r201981 - Sema: Simplify away one-iteration loops.
Benjamin Kramer
- [PATCH] [analyzer][Review request] Improved checker naming in CFG dump.
Ted Kremenek
- r201162 - 'nonnull(1)' on a block parameter should apply to the block's argument.
Ted Kremenek
- [PATCH] Remove FormatSecurity from FormatNonLiteral warning group
Ted Kremenek
- r201607 - Experiment with making -Wunreachable-code more immediately useful by restricting warnings to those issued in the main file.
Ted Kremenek
- r201640 - [analyzer] Move checker alpha.osx.cocoa.MissingSuperCall out of alpha category.
Ted Kremenek
- r201648 - [analyzer] post analyzer build checker-276
Ted Kremenek
- 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
- r201893 - Add test that -Wunreachable-code warnings are suppressed in headers.
Ted Kremenek
- r201607 - Experiment with making -Wunreachable-code more immediately useful by restricting warnings to those issued in the main file.
Ted Kremenek
- r201899 - Add requirement that attribute 'objc_protocol_requires_explicit_implementation' can only be applied to protocol definitions.
Ted Kremenek
- r201911 - [ObjC] Make attribute 'objc_protocol_requires_explicit_implementation' behave correctly with default property synthesis.
Ted Kremenek
- r201922 - Per feedback from Aaron Ballman, push cast-to-ObjCProtocolDecl inside handleObjCSuppresProtocolAttr().
Ted Kremenek
- r201899 - Add requirement that attribute 'objc_protocol_requires_explicit_implementation' can only be applied to protocol definitions.
Ted Kremenek
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Viktor Kutuzov
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Viktor Kutuzov
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Viktor Kutuzov
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Viktor Kutuzov
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Viktor Kutuzov
- r201753 - [AST] Follow-up for r201468, move the check to the caller and add an assertion.
Argyrios Kyrtzidis
- r201468 - [Sema] Fix assertion hit while trying to do constant evaluation for a dependent expression
Argyrios Kyrtzidis
- 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] Add a VFSFromYAML class and a parser to create it
Argyrios Kyrtzidis
- [PATCH] Add a VFSFromYAML class and a parser to create it
Argyrios Kyrtzidis
- [PATCH] Add a VFSFromYAML class and a parser to create it
Argyrios Kyrtzidis
- [PATCH] Add a VFSFromYAML class and a parser to create it
Argyrios Kyrtzidis
- [PATCH] Add a VFSFromYAML class and a parser to create it
Argyrios Kyrtzidis
- [PATCH] [CMake] Update required version to 2.8.12 to improve build time with target_link_libraries(INTERFACE)
Argyrios Kyrtzidis
- r201990 - [Index] Make the USRs more stable.
Argyrios Kyrtzidis
- [PATCH] Some infrastructure work for virtual file system (now on phab)
Ben Langmuir
- r201618 - Initial implementation of virtual file system
Ben Langmuir
- [PATCH] Some infrastructure work for virtual file system (now on phab)
Ben Langmuir
- 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
- r201685 - Remove typo from r201618
Ben Langmuir
- r201618 - Initial implementation of virtual file system
Ben Langmuir
- r201635 - Add an OverlayFileSystem class
Ben Langmuir
- r201635 - Add an OverlayFileSystem class
Ben Langmuir
- r201691 - Fix some test issues in VirtualFileSystemTest
Ben Langmuir
- r201635 - Add an OverlayFileSystem class
Ben Langmuir
- r201696 - Reduce verbosity in the virtual file system using LLVM.h
Ben Langmuir
- [PATCH] Add a VFSFromYAML class and a parser to create it
Ben Langmuir
- [PATCH] Add a VFSFromYAML class and a parser to create it
Ben Langmuir
- r201818 - Recommit virtual file system
Ben Langmuir
- r201618 - Initial implementation of virtual file system
Ben Langmuir
- [PATCH] Add a VFSFromYAML class and a parser to create it
Ben Langmuir
- [PATCH] Add a VFSFromYAML class and a parser to create it
Ben Langmuir
- [PATCH] Add a VFSFromYAML class and a parser to create it
Ben Langmuir
- [PATCH] Add a VFSFromYAML class and a parser to create it
Ben Langmuir
- [PATCH] Add a VFSFromYAML class and a parser to create it
Ben Langmuir
- [PATCH] Add a VFSFromYAML class and a parser to create it
Ben Langmuir
- [PATCH] Add a VFSFromYAML class and a parser to create it
Ben Langmuir
- r201905 - Add a VFSFromYAML class and a parser to create it
Ben Langmuir
- [PATCH] Add a VFSFromYAML class and a parser to create it
Ben Langmuir
- r201919 - Silence a warning from r201905
Ben Langmuir
- r201570 - Remove trailing spaces (no other change)
Sylvestre Ledru
- r201584 - Remove trailing spaces (no other change). Bikeshed #2
Sylvestre Ledru
- r201586 - In some cases (for example, the Firefox build system), the CLANG_CXX variable is defined but empty.
Sylvestre Ledru
- [PATCH] Add NoDuplicate attribute to clang (2nd try)
Marcello Maggioni
- [PATCH] Add NoDuplicate attribute to clang (2nd try)
Marcello Maggioni
- [PATCH] Add NoDuplicate attribute to clang (2nd try)
Marcello Maggioni
- r201569 - MS ABI: Add support for mangling __restrict
David Majnemer
- r201574 - MS ABI: Refactor extended qualifiers
David Majnemer
- r201569 - MS ABI: Add support for mangling __restrict
David Majnemer
- [PATCH] Adding _mm_prefetch and other builtins
David Majnemer
- r201631 - Implement DR577
David Majnemer
- r201632 - Regenerate DR status page.
David Majnemer
- r201634 - Remove gunk from cxx_dr_status.html
David Majnemer
- [PATCH] Add warnings so that Clang can catch most of the cases that GCC's -Waddress can catch
David Majnemer
- [PATCH] Hide pragma handler classes in ParsePragma.cpp
David Majnemer
- [PATCH] Add warnings so that Clang can catch most of the cases that GCC's -Waddress can catch
David Majnemer
- [PATCH] Do not assert when dereferencing member pointer using virtual inheritance with an incomplete class type
David Majnemer
- [PATCH] Sema: Don't crash when trying to instantiate a local class with an invalid base specifier
David Majnemer
- [PATCH] Do not assert when dereferencing member pointer using virtual inheritance with an incomplete class type
David Majnemer
- [PATCH] Do not assert when dereferencing member pointer using virtual inheritance with an incomplete class type
David Majnemer
- r201824 - Sema: Do not assert when dereferencing member pointer using virtual inheritance with an incomplete class type
David Majnemer
- [PATCH] Do not assert when dereferencing member pointer using virtual inheritance with an incomplete class type
David Majnemer
- r201913 - Sema: Don't crash when trying to instantiate a local class with an invalid base specifier
David Majnemer
- [PATCH] Sema: Don't crash when trying to instantiate a local class with an invalid base specifier
David Majnemer
- r201918 - IRGen: Fix build breakage
David Majnemer
- [PATCH] Sema CXX: sometimes allow inheritance from class with flexible array
David Majnemer
- [PATCH] IRGen: Simplify alignment calculation in setBitFieldInfo
David Majnemer
- [PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexander Musman
- [PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexander Musman
- [PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexander Musman
- [PATCH] [OPENMP] move all clauses to a separate header
Alexander Musman
- [PATCH] emit error message for clause 'if(1 0)'
Alexander Musman
- [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
- 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
- [PATCH] ARM & AArch64: merge the semantic checking of NEON intrinsics
Tim Northover
- r201663 - ARM & AArch64: move struct definition outside function.
Tim Northover
- r201667 - AArch64: look up EmitAArch64Scalar support before calling.
Tim Northover
- [PATCH] [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Tim Northover
- [PATCH] [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Tim Northover
- [PATCH] [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Tim Northover
- Add support for FPv4-SP to the clang driver
Tim Northover
- 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
- r201620 - PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, or
Arthur O'Dwyer
- r201981 - Sema: Simplify away one-iteration loops.
Arthur O'Dwyer
- [PATCH] Implements -mfpu=softvfp+variants on ARM driver
Bernard Ogden
- [PATCH] Implements -mfpu=softvfp+variants on ARM driver
Bernie Ogden
- [PATCH] Implements -mfpu=softvfp+variants on ARM driver
Bernie Ogden
- [PATCH] Do not add enums to prototype scope in C++ modes.
Ismail Pazarbasi
- [PATCH] ARM & AArch64: merge the semantic checking of NEON intrinsics
Ana Pazos
- [PATCH] AArch64: look up BuiltinID before calling EmitAArch64ScalarBuiltinExpr
Ana Pazos
- [PATCH] [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Ana Pazos
- [PATCH] [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Ana Pazos
- Add AArch64 big endian Target (aarch64_be)
Christian Pirker
- r201520 - Revert "Debug info: Make DWARF4 the default for Darwin, too."
Adrian Prantl
- r201800 - Revert "Remove dead option."
Adrian Prantl
- r201801 - add a comment.
Adrian Prantl
- r179670 - Remove dead option.
Adrian Prantl
- r201807 - Clarify comment.
Adrian Prantl
- r201821 - Expand macros in pragmas with -fms-extensions and -E
Adrian Prantl
- r201821 - Expand macros in pragmas with -fms-extensions and -E
Adrian Prantl
- [PATCH] [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Kevin Qin
- [PATCH] [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Kevin Qin
- [PATCH] [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Kevin Qin
- r202004 - [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Kevin Qin
- r201620 - PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, or
Juergen Ributzka
- r201620 - PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, or
Juergen Ributzka
- r201734 - Add _mm_prefetch and some others as MS builtins
Juergen Ributzka
- r201734 - Add _mm_prefetch and some others as MS builtins
Juergen Ributzka
- r201755 - Reverting the virtual file system implementation, because it triggers an assertion
Juergen Ributzka
- r201618 - Initial implementation of virtual file system
Juergen Ributzka
- [PATCH] Hide pragma handler classes in ParsePragma.cpp
Juergen Ributzka
- [PATCH] Hide pragma handler classes in ParsePragma.cpp
Juergen Ributzka
- [PATCH] Hide pragma handler classes in ParsePragma.cpp
Juergen Ributzka
- [libcxx] r201892 - Revert "Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ when compiling with clang. No functionality change."
Juergen Ributzka
- [libcxx] r201864 - Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ when compiling with clang. No functionality change.
Juergen Ributzka
- r201947 - Reorganize and improve semantic tests for dllexport/import
Nico Rieck
- [PATCH] Sema: Definition of dllimport globals is not allowed
Nico Rieck
- [PATCH] Always add LLVMgold.so plugin if it's present in the standard location
Tom Roeder
- [PATCH] Always add LLVMgold.so plugin if it's present in the standard location
Tom Roeder
- r201205 - Add Multilib selection machinery
Jonathan Roelofs
- r201205 - Add Multilib selection machinery
Jonathan Roelofs
- [PATCH] clang-format properly handles try/catch blocks
Alexander Rojas
- [PATCH] clang-format properly handles try/catch blocks
Alexander Rojas
- r201162 - 'nonnull(1)' on a block parameter should apply to the block's argument.
Jordan Rose
- r201583 - [analyzer] Teach CastSizeChecker about flexible array members.
Jordan Rose
- [PATCH] Teach CastSizeChecker about flexible arrays
Jordan Rose
- 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
- Extend IdenticalExprChecker to find more potential problems
Jordan Rose
- r201739 - Use llvm::DeleteContainerSeconds when possible
Jordan Rose
- [PATCH] [CMake] Fix installation without CLANG_BUILD_EXAMPLES
Jordan Rose
- r201799 - [CMake] Fix installation without CLANG_BUILD_EXAMPLES
Jordan Rose
- [PATCH] [CMake] Fix installation without CLANG_BUILD_EXAMPLES
Jordan Rose
- r201829 - [analyzer] Fix a bug in IdenticalExprChecker concerning while loops.
Jordan Rose
- [PATCH] Fix false positive in IdenticalExprChecker
Jordan Rose
- [PATCH] check for Incorrect logic in operator
Anders Rönnholm
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Alexey Samsonov
- r201789 - Get rid of obsolete addProfileRT(), generalize the relevant addProfileRTLinux() to all OS
Alexey Samsonov
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Alexey Samsonov
- [PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.
Alexey Samsonov
- [PATCH] MC: provide the ability to disable assembly parsing
Daniel Sanders
- [PATCH] [clang] add support for -W{no-,}inline-asm-syntax
Daniel Sanders
- [PATCH] MC: provide the ability to disable assembly parsing
Daniel Sanders
- [PATCH] MC: provide the ability to disable assembly parsing
Daniel Sanders
- r201792 - [mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assembler.
Daniel Sanders
- [PATCH] [clang] add support for -W{no-,}inline-asm-syntax
Richard Sandiford
- [PATCH] [clang] add support for -W{no-,}inline-asm-syntax
Richard Sandiford
- r201850 - Moving the documentation for the sanitizer negation attributes into AttrDocs.
Sean Silva
- r201532 - PR18855: Add support for UCNs and UTF-8 encoding within ud-suffixes.
Richard Smith
- 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
- 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
- r201591 - Fix testcase to actually check what it was supposed to, and make it a bit more robust.
Richard Smith
- r201537 - PR18839: 'extern "C++"' also adds an implicit 'extern', not just 'extern "C"'.
Richard Smith
- [cfe-dev] Bug 18275 - Incorrect const qualifier behavior in definition.
Richard Smith
- [PATCH] CodeGen: Emit globals with a constant initializer but no definition as available_externally.
Richard Smith
- r201610 - More tests for r201536.
Richard Smith
- r201620 - PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, or
Richard Smith
- r201621 - Remove a C++11ism.
Richard Smith
- r201620 - PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, or
Richard Smith
- [cfe-dev] Bug 18275 - Incorrect const qualifier behavior in definition.
Richard Smith
- [PATCH] Add TemplateSpecializationType polymorphism for hasTemplateArgument and hasAnyTemplateArgument, and (out of necessity) a refersToExpr matcher.
Richard Smith
- r201731 - Remove a broken attempt to cope with someone #undef'ing __has_include_next.
Richard Smith
- r201715 - Moving the documentation for the clang::fallthrough attribute into AttrDocs.
Richard Smith
- [PATCH] Lazy loading for late parsed templates
Richard Smith
- [PATCH] Add TemplateSpecializationType polymorphism for hasTemplateArgument and hasAnyTemplateArgument, and (out of necessity) a refersToExpr matcher.
Richard Smith
- [PATCH] Warn on suspicious use of absolute value function
Richard Smith
- r201162 - 'nonnull(1)' on a block parameter should apply to the block's argument.
Richard Smith
- r201468 - [Sema] Fix assertion hit while trying to do constant evaluation for a dependent expression
Richard Smith
- r190980 - Make Preprocessor::Lex non-recursive.
Richard Smith
- r190980 - Make Preprocessor::Lex non-recursive.
Richard Smith
- r201871 - Remove accidentally-committed debugging statement. Thanks to Faisal Vali for
Richard Smith
- [PATCH] Permit OpenCL event_t's to be constructed from integer value 0.
Richard Smith
- [PATCH] Sema: Don't crash when trying to instantiate a local class with an invalid base specifier
Richard Smith
- Debugging statements included in r201031?
Richard Smith
- [PATCH] CodeGen: Emit globals with a constant initializer but no definition as available_externally.
Richard Smith
- [PATCH] Do not add enums to prototype scope in C++ modes.
Richard Smith
- [PATCH] Permit OpenCL event_t's to be constructed from integer value 0.
Richard Smith
- r190980 - Make Preprocessor::Lex non-recursive.
Richard Smith
- [cfe-dev] Bug 18275 - Incorrect const qualifier behavior in definition.
Richard Smith
- [PATCH] Correctly set brace range for CXXConstructExprs formed by list initialization.
Richard Smith
- [PATCH] Do not add enums to prototype scope in C++ modes.
Richard Smith
- [PATCH] [Win32 ABI] Defer operator delete check until vtable is marked used
Richard Smith
- [PATCH] CodeGen: Emit globals with a constant initializer but no definition as available_externally.
Richard Smith
- r202003 - Update __cplusplus to match the value in the C++14 DIS preview (D3937).
Richard Smith
- [PATCH] Improve diagnostic message for misplaced square brackets
Richard Smith
- [PATCH] Implements -mfpu=softvfp+variants on ARM driver
Joerg Sonnenberger
- r201719 - Refactor -KPIC handling for as invocation.
Joerg Sonnenberger
- r201725 - Use a switch for the architecture specific logic in
Joerg Sonnenberger
- r201728 - GC now unused variable.
Joerg Sonnenberger
- r201730 - Hook up NetBSD/sparc and NetBSD/sparc64 as and ld invocations.
Joerg Sonnenberger
- [PATCH] [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Joerg Sonnenberger
- [PATCH] MC: provide the ability to disable assembly parsing
Joerg Sonnenberger
- [PATCH] [clang] add support for -W{no-,}inline-asm-syntax
Joerg Sonnenberger
- [PATCH] MC: provide the ability to disable assembly parsing
Joerg Sonnenberger
- r190980 - Make Preprocessor::Lex non-recursive.
Joerg Sonnenberger
- r190980 - Make Preprocessor::Lex non-recursive.
Joerg Sonnenberger
- r190980 - Make Preprocessor::Lex non-recursive.
Joerg Sonnenberger
- r201894 - Default to ARMv5e for NetBSD/EABI, ARMv4 for APCS.
Joerg Sonnenberger
- r190980 - Make Preprocessor::Lex non-recursive.
Joerg Sonnenberger
- [PATCH] Pass -gdwarf-N options to integrated assembler
Oliver Stannard
- Add support for FPv4-SP to the clang driver
Oliver Stannard
- r201846 - Add support for FPv4-SP to the clang driver
Oliver Stannard
- Add support for FPv4-SP to the clang driver
Oliver Stannard
- [OpenCL] fix for the restriction on pointers to functions
Anastasia Stulova
- [cindex.py] expose C++ access specifiers in the libclang Python bindings
Tamás Szelei
- r201785 - [CMake] clang_tablegen(AttrSpellings.inc): Prune redundant DEPENDS.
NAKAMURA Takumi
- r201842 - [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce CLANG_TABLEGEN_TARGETS.
NAKAMURA Takumi
- r201862 - [CMake] libclang: Use llvm_add_library(SHARED STATIC).
NAKAMURA Takumi
- 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
- [PATCH] [CMake] Update required version to 2.8.12 to improve build time with target_link_libraries(INTERFACE)
NAKAMURA Takumi
- [PATCH] [CMake] Update required version to 2.8.12 to improve build time with target_link_libraries(INTERFACE)
NAKAMURA Takumi
- [patch] Always open files in binary mode
NAKAMURA Takumi
- [PATCH] Fix crash when both Parser::ExpectAndConsume and ConsumeAnyToken throw a diagnostic
Alp Toker
- r201965 - Fix crash when both ExpectAndConsume and ConsumeAnyToken emit diagnostics
Alp Toker
- [PATCH] Fix crash when both Parser::ExpectAndConsume and ConsumeAnyToken throw a diagnostic
Alp Toker
- r202006 - Use a more conventional logical op instead of bitwise and
Alp Toker
- [cfe-dev] [PATCH] New syntax and functionality for __has_attribute
Alp Toker
- [patch] Always open files in binary mode
Alp Toker
- [PATCH] Make getPreferredTypeAlign respect alignments specified with an aligned attribute on a typedef
Stephan Tolksdorf
- [PATCH] Add warnings so that Clang can catch most of the cases that GCC's -Waddress can catch
Richard Trieu
- [PATCH] Add warnings so that Clang can catch most of the cases that GCC's -Waddress can catch
Richard Trieu
- [PATCH] Add warnings so that Clang can catch most of the cases that GCC's -Waddress can catch
Richard Trieu
- [PATCH] Add warnings so that Clang can catch most of the cases that GCC's -Waddress can catch
Richard Trieu
- [PATCH] Add FreeBSD ARM EABI hard-float support
Andrew Turner
- Debugging statements included in r201031?
Faisal Vali
- SV: [PATCH] new check checking comparing of boolean expressions and literals
Per Viberg
- [PATCH] Implement __readeflags and __writeeflags intrinsics
Alexey Volkov
- [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.
Nico Weber
- [PATCH] Improve diagnostic message for misplaced square brackets
Nico Weber
- r201588 - clang-cl: Parse the /d2Zi+ flag (PR18728)
Hans Wennborg
- r201597 - clang-cl: support -v
Hans Wennborg
- r201604 - clang-cl /fallback: emit a note when falling back
Hans Wennborg
- r201613 - Fix the Driver/cl-fallback.c test
Hans Wennborg
- r201604 - clang-cl /fallback: emit a note when falling back
Hans Wennborg
- Switch containing holes via table lookup
Hans Wennborg
- [PATCH] Adding _mm_prefetch and other builtins
Hans Wennborg
- r201626 - clang-cl /fallback: turn the note into a warning
Hans Wennborg
- r201604 - clang-cl /fallback: emit a note when falling back
Hans Wennborg
- [PATCH] Adding _mm_prefetch and other builtins
Hans Wennborg
- [PATCH] Adding _mm_prefetch and other builtins
Hans Wennborg
- [PATCH] [Win32 ABI] Defer operator delete check until vtable is marked used
Hans Wennborg
- 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
- r201830 - Fix an assertion failure when invoking dsymutil.
Bob Wilson
- r201962 - Remove support for the QA_OVERRIDE_GCC3_OPTIONS environment variable.
Bob Wilson
- r202002 - Do not put instrumentation counters before phis in ObjC for-in loops.
Bob Wilson
- [PATCH] Lazy loading for late parsed templates
Will Wilson
- r192494 - Adds Microsoft compatiable C++ record layout code to clang.
Will Wilson
- r192494 - Adds Microsoft compatiable C++ record layout code to clang.
Will Wilson
- [PATCH] [clang] add support for -W{no-,}inline-asm-syntax
David Woodhouse
- [PATCH] MC: provide the ability to disable assembly parsing
David Woodhouse
- [PATCH] MC: provide the ability to disable assembly parsing
David Woodhouse
- [PATCH] [clang] add support for -W{no-,}inline-asm-syntax
David Woodhouse
- [PATCH] clang: forward -no-integrated-as from the driver
David Woodhouse
- [PATCH] clang: forward -no-integrated-as from the driver
David Woodhouse
- [PATCH] clang: forward -no-integrated-as from the driver
David Woodhouse
- r201525 - [analyzer] Improved checker naming in CFG dump.
Anton Yartsev
- r201537 - PR18839: 'extern "C++"' also adds an implicit 'extern', not just 'extern "C"'.
cdavis5x at gmail.com
- [cfe-dev] Bug 18275 - Incorrect const qualifier behavior in definition.
suyog sarda
- [cfe-dev] Bug 18275 - Incorrect const qualifier behavior in definition.
suyog sarda
- [cfe-dev] Bug 18275 - Incorrect const qualifier behavior in definition.
suyog sarda
- [PATCH] [analyzer][Review request] Improved checker naming in CFG dump.
Антон Ярцев
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).