The Week Of Monday 9 September 2013 Archives by author
Starting: Mon Sep 9 00:25:17 PDT 2013
Ending: Sun Sep 15 22:37:39 PDT 2013
Messages: 605
- [PATCH] Adding LZMA as dep for XML2 on 2.8.0 or higher
Simon Atanasyan
- r177035 - Add support for the 'endian' attribute for OpenCL.
Aaron Ballman
- [PATCH] Cleanup attribute using resolved identifiers
Aaron Ballman
- r190303 - Removing the endian attribute and updating associated test cases. This functionality was never completely implemented, and this is an improvement over silently eating the attribute.
Aaron Ballman
- r177035 - Add support for the 'endian' attribute for OpenCL.
Aaron Ballman
- r190305 - Silencing an MSVC warning about an empty control statement (it dislikes ; but is fine with {}).
Aaron Ballman
- [PATCH] Attribute parameters and arguments
Aaron Ballman
- r190312 - Sema: Don't crash on visibility attributes with an identifier argument.
Aaron Ballman
- [PATCH] Attribute parameters and arguments
Aaron Ballman
- [PATCH] Attribute parameters and arguments
Aaron Ballman
- r190368 - Attribute tablegen now understands that attribute arguments can be optional. This allows for automated checking of the number of arguments expected vs number of arguments given for attributes. Greatly reduces the amount of manual checking required.
Aaron Ballman
- [PATCH] Attribute parameters and arguments
Aaron Ballman
- r190369 - Adding a FIXME based on feedback from Richard Smith.
Aaron Ballman
- r190370 - Attempting to unbreak the makefile-base builds.
Aaron Ballman
- [PATCH] diagnosing flexible array assignments
Aaron Ballman
- [PATCH] diagnosing flexible array assignments
Aaron Ballman
- [PATCH] diagnosing flexible array assignments
Aaron Ballman
- [PATCH] Cleanup attribute using resolved identifiers
Aaron Ballman
- r190476 - The cleanup attribute no longer uses an unresolved, simple identifier as its argument. Instead, it takes an expression that is fully resolved.
Aaron Ballman
- [PATCH] Cleanup attribute using resolved identifiers
Aaron Ballman
- [PATCH] Attributes with enum arguments
Aaron Ballman
- r190525 - Adding some additional test cases for the cleanup attribute.
Aaron Ballman
- [PATCH] Attributes with enum arguments
Aaron Ballman
- r190545 - Tablegen now generates a StringSwitch for attributes containing enumeration arguments to map strings to the proper enumeration value. This makes error checking more consistent and reduces the amount of hand-written code required.
Aaron Ballman
- [PATCH] Attributes with enum arguments
Aaron Ballman
- [PATCH] Lex and ignore Microsoft's #pragma warning(...)
Aaron Ballman
- [PATCH] diagnosing flexible array assignments
Aaron Ballman
- r190710 - Updated the PCS calling convention to use the new checkStringLiteralArgument helper function.
Aaron Ballman
- r190719 - Switching the WeakRef attribute to using the new checkStringLiteralArgument helper function.
Aaron Ballman
- r190721 - vector_size cannot be applied to Booleans. Updated the semantic checking logic, as well as the comment and added a test case. Fixes PR12649
Aaron Ballman
- [PATCH] [-cxx-abi microsoft] Correctly identify Win32 entry points
Aaron Ballman
- r190353 - Fix a crash introduced in r189828.
Matt Beaumont-Gay
- r190353 - Fix a crash introduced in r189828.
Matt Beaumont-Gay
- r190382 - Make -Wunused warning rules more consistent.
Matt Beaumont-Gay
- r190447 - Fix ICE in consumed analysis when CFG is null.
Matt Beaumont-Gay
- [PATCH] Refactor DynTypedMatcher into a value type class, just like Matcher<T>.
Samuel Benzaquen
- [PATCH] Transform all files in a compilation database if no source files are provided.
Ariel Bernal
- [PATCH] Transform all files in a compilation database if no source files are provided.
Ariel Bernal
- [PATCH] Transform all files in a compilation database if no source files are provided.
Ariel Bernal
- [PATCH] Transform all files in a compilation database if no source files are provided.
Ariel Bernal
- [PATCH] Transform all files in a compilation database if no source files are provided.
Ariel Bernal
- [PATCH] Transform all files in a compilation database if no source files are provided.
Ariel Bernal
- [PATCH] Transform all files in a compilation database if no source files are provided.
Ariel Bernal
- [clang-tools-extra] r190607 - Point doxygen link to somthing useful.
Ariel J. Bernal
- [clang-tools-extra] r190630 - Transform files in a compilation database if no sources are provided.
Ariel J. Bernal
- [PATCH] [StaticAnalyzer]Handle Destructor call generated by C++ delete expr
Karthik Bhat
- [PATCH] [StaticAnalyzer]Handle Destructor call generated by C++ delete expr
Karthik Bhat
- [PATCH] [StaticAnalyzer]Handle Destructor call generated by C++ delete expr
Karthik Bhat
- [PATCH] [Patch] Fix for crash in nsdmi-defer6.C (PR15721)
Karthik Bhat
- [PATCH] Reworked paragraph in FrontendAction tutorial
Christian Bielert
- patch: use AssignmentMemcpyizer for implicitly-defined move assignment operator
David Blaikie
- [PATCH] Header guard warning is too agressive
David Blaikie
- r190711 - Fix indentation of closing };
David Blaikie
- r190705 - ASTContext.cpp: Fix a warning in r190684. [-Wcovered-switch-default]
David Blaikie
- r190715 - Remove unnecessary inclusion of Sema.h
David Blaikie
- r190716 - DebugInfo: omit debug info for friends
David Blaikie
- [PATCH] Allow casts of mixed-size same-arity vectors
Stephen Canon
- [PATCH] Allow casts of mixed-size same-arity vectors
Stephen Canon
- [PATCH] Allow casts of mixed-size same-arity vectors
Stephen Canon
- [PATCH] Allow casts of mixed-size same-arity vectors
Stephen Canon
- [PATCH] Allow casts of mixed-size same-arity vectors
Stephen Canon
- r190413 - Allow _clang-format as alternative to .clang-format config filename
Chandler Carruth
- r189369 - Warn that -O4 is the same as -O3.
Chandler Carruth
- libc++: First cut at <dynarray>
Chandler Carruth
- libc++: First cut at <dynarray>
Chandler Carruth
- libc++: First cut at <dynarray>
Chandler Carruth
- libc++: First cut at <dynarray>
Chandler Carruth
- libc++: First cut at <dynarray>
Chandler Carruth
- libc++: First cut at <dynarray>
Chandler Carruth
- libc++: First cut at <dynarray>
Chandler Carruth
- XCore target: disable vectorization
Eric Christopher
- XCore target: disable vectorization
Eric Christopher
- r190314 - CGDebugInfo: Hoist string allocation in a helper function. No functionality change.
Eric Christopher
- [PATCH] Adding LZMA as dep for XML2 on 2.8.0 or higher
Eric Christopher
- r189369 - Warn that -O4 is the same as -O3.
Eric Christopher
- r190729 - Add support for -ggnu-pubnames matching the llvm support.
Eric Christopher
- libc++: First cut at <dynarray>
Marshall Clow
- [libcxx] r190320 - Update synopsis for list/forward_list/deque to match the allocator style of existing comment. No code change
Marshall Clow
- libc++: First cut at <dynarray>
Marshall Clow
- libc++: Adding std::bad_array_length
Marshall Clow
- [libcxxabi] r190371 - Add ability to set OPTIONS for compile
Marshall Clow
- libc++abi: Adding std::bad_array_length
Marshall Clow
- libc++: implement uses-allocator construction
Marshall Clow
- libc++: First cut at <dynarray>
Marshall Clow
- LWG Issue 2210 (Part #6): unordered_map and unordered_multimap
Marshall Clow
- [libcxx] r190454 - LWG Issue #2210 Part 4 - map/multimap
Marshall Clow
- [libcxx] r190474 - LWG Issue #2210 Part 5 - map/multimap; no, really - the last one was set/multiset. THIS is map/multimap
Marshall Clow
- [libcxx] r190478 - Adding bad_array_length to libc++
Marshall Clow
- [libcxxabi] r190479 - Adding bad_array_length to libc++abi
Marshall Clow
- LWG Issue 2210 (Part #7): vector and vector<bool>
Marshall Clow
- LWG Issue 2210 (Part #8): unordered_set and unordered_multiset
Marshall Clow
- [libcxx] r190571 - Implement uses-allocator construction
Marshall Clow
- [libcxx] r190576 - LWG Issue 2210 (Part #6): unordered_map and unordered_multimap
Marshall Clow
- [libcxx] r190614 - Test for 'bad_array_length'; got left out of initial commit
Marshall Clow
- LWG Issue 2056 - change the value of future_errc::broken_promise
Marshall Clow
- libc++: First cut at <dynarray>
Marshall Clow
- libc++: First cut at <dynarray>
Marshall Clow
- [libcxx] r190697 - Initial implementation of <dynarray>. No allocator support pending resolution of LWG #2235; no stack allocation pending compiler support
Marshall Clow
- libc++: First cut at <dynarray>
Marshall Clow
- [libcxx] r190700 - Update status for <dynarray>
Marshall Clow
- [libcxx] r190707 - Fix link to dynarray issue
Marshall Clow
- [libcxx] r190736 - LWG Issue 2210 (Part #7): vector and vector<bool>
Marshall Clow
- LWG Issue 2056 - change the value of future_errc::broken_promise
Marshall Clow
- [PATCH] Implement function type checker for the undefined behavior sanitizer.
Peter Collingbourne
- [PATCH] Implement function type checker for the undefined behavior sanitizer.
Peter Collingbourne
- [PATCH] Support __builtin_ms_va_list.
Charles Davis
- [PATCH] Support __builtin_ms_va_list.
Charles Davis
- [PATCH] [-cxx-abi microsoft] Mangle declarations inside extern "C"
Charles Davis
- [PATCH] Support __builtin_ms_va_list.
Charles Davis
- r190655 - Documentation cleanup: Fixing \brief comments, migrating away from old style
James Dennett
- r190656 - Documentation: Doxygen-ification of existing docs for Sema/DelayedDiagnostic.h.
James Dennett
- r190533 - Clarify the status of PowerPC support.
Roman Divacky
- r189369 - Warn that -O4 is the same as -O3.
Daniel Dunbar
- r190294 - Additional fix for PR16752 and for commit 190044:
Stepan Dyatkovskiy
- r190044 - Add new methods for TargetInfo:
Stepan Dyatkovskiy
- PR16752[PATCH]: 'mode' attribute for unusual targets doesn't work properly.
Stepan Dyatkovskiy
- r190391 - Fix for PR16752. Second commit.
Stepan Dyatkovskiy
- r190393 - Rejected 190391, due to failures on clang-x86_64-darwin11-nobootstrap-RAincremental.
Stepan Dyatkovskiy
- PR16752[PATCH]: 'mode' attribute for unusual targets doesn't work properly.
Stepan Dyatkovskiy
- PR16752[PATCH]: 'mode' attribute for unusual targets doesn't work properly.
Stepan Dyatkovskiy
- r190737 - Clean up some Triple usage in clang.
Cameron Esfahani
- r190718 - Update Atom Silvermont (SLM) support by adding enabled features.
Rafael Avila de Espindola
- [PATCH] Allow casts of mixed-size same-arity vectors
Hal Finkel
- [PATCH] Allow casts of mixed-size same-arity vectors
Hal Finkel
- r189149 - Don't imply -flto with -O4.
Hal Finkel
- [PATCH] Allow casts of mixed-size same-arity vectors
Hal Finkel
- [PATCH] Allow casts of mixed-size same-arity vectors
Hal Finkel
- [PATCH] Restore the sqrt -> llvm.sqrt mapping in fast-math mode
Hal Finkel
- [PATCH] Allow casts of mixed-size same-arity vectors
Hal Finkel
- [PATCH] Restore the sqrt -> llvm.sqrt mapping in fast-math mode
Hal Finkel
- [PATCH] Allow casts of mixed-size same-arity vectors
Hal Finkel
- [PATCH] Restore the sqrt -> llvm.sqrt mapping in fast-math mode
Hal Finkel
- [PATCH] Allow casts of mixed-size same-arity vectors
Hal Finkel
- [PATCH] Restore the sqrt -> llvm.sqrt mapping in fast-math mode
Hal Finkel
- [PATCH] Allow casts of mixed-size same-arity vectors
Hal Finkel
- [PATCH] Allow casts of mixed-size same-arity vectors
Hal Finkel
- [PATCH] Restore the sqrt -> llvm.sqrt mapping in fast-math mode
Hal Finkel
- r190646 - Restore the sqrt -> llvm.sqrt mapping in fast-math mode
Hal Finkel
- [PATCH] Restore the sqrt -> llvm.sqrt mapping in fast-math mode
Hal Finkel
- libc++: First cut at <dynarray>
Hal Finkel
- libc++: First cut at <dynarray>
Hal Finkel
- libc++: First cut at <dynarray>
Hal Finkel
- libc++: First cut at <dynarray>
Hal Finkel
- libc++: First cut at <dynarray>
Hal Finkel
- libc++: First cut at <dynarray>
Hal Finkel
- [PATCH] Allow casts of mixed-size same-arity vectors
Hal Finkel
- [PATCH] Trapping math and libfuncs improvements [Part 3 - new definitions]
Hal Finkel
- PR16752[PATCH]: 'mode' attribute for unusual targets doesn't work properly.
Eli Friedman
- Fix for ICE in clang due to infinite loop.
Eli Friedman
- r190353 - Fix a crash introduced in r189828.
Eli Friedman
- patch: avoid ubsan errors in implicit copy constructors
Eli Friedman
- r190382 - Make -Wunused warning rules more consistent.
Eli Friedman
- r190437 - Fix regression from r190382.
Eli Friedman
- [PATCH] diagnosing flexible array assignments
Eli Friedman
- r190382 - Make -Wunused warning rules more consistent.
Eli Friedman
- r190382 - Make -Wunused warning rules more consistent.
Eli Friedman
- [PATCH] Support __builtin_ms_va_list.
Eli Friedman
- [PATCH] diagnosing flexible array assignments
Eli Friedman
- [PATCH] diagnosing flexible array assignments
Eli Friedman
- r190443 - Add unused markings to suppress warnings.
Eli Friedman
- r190445 - Remove unused variable.
Eli Friedman
- r190437 - Fix regression from r190382.
Eli Friedman
- r190462 - Remove unused class.
Eli Friedman
- r190463 - Get rid of unused isPodLike definition.
Eli Friedman
- r190437 - Fix regression from r190382.
Eli Friedman
- r190482 - Fix is_trivially_constructible preconditions.
Eli Friedman
- r190483 - Fix test.
Eli Friedman
- r190484 - volatile types are not trivially copyable.
Eli Friedman
- [PATCH] [2/6] Convert non-printing characters to their octal sequence before emitting #line directive or __FILE__ macro
Eli Friedman
- [PATCH] [2/6] Convert non-printing characters to their octal sequence before emitting #line directive or __FILE__ macro
Eli Friedman
- [PATCH] Allow casts of mixed-size same-arity vectors
Eli Friedman
- [PATCH] Allow casts of mixed-size same-arity vectors
Eli Friedman
- [PATCH] diagnosing flexible array assignments
Eli Friedman
- [PATCH] Restore the sqrt -> llvm.sqrt mapping in fast-math mode
Eli Friedman
- [PATCH] Restore the sqrt -> llvm.sqrt mapping in fast-math mode
Eli Friedman
- r190635 - Fix regression from r190427.
Eli Friedman
- [PATCH] Restore the sqrt -> llvm.sqrt mapping in fast-math mode
Eli Friedman
- [PATCH] [2/6] Convert non-printing characters to their octal sequence before emitting #line directive or __FILE__ macro
Yunzhong Gao
- [PATCH] [2/6] Convert non-printing characters to their octal sequence before emitting #line directive or __FILE__ macro
Yunzhong Gao
- [PATCH] [2/6] Convert non-printing characters to their octal sequence before emitting #line directive or __FILE__ macro
Yunzhong Gao
- [PATCH] [2/6] Convert non-printing characters to their octal sequence before emitting #line directive or __FILE__ macro
Yunzhong Gao
- [PATCH] [2/6] Convert non-printing characters to their octal sequence before emitting #line directive or __FILE__ macro
Yunzhong Gao
- [PATCH] Fix crash parsing pragma after a case or a default
Olivier Goffart
- [PATCH] ARMv7A Cleanup
Renato Golin
- [PATCH] Adding LZMA as dep for XML2 on 2.8.0 or higher
Renato Golin
- [PATCH] Adding LZMA as dep for XML2 on 2.8.0 or higher
Renato Golin
- [PATCH] Adding LZMA as dep for XML2 on 2.8.0 or higher
Renato Golin
- [PATCH] Adding LZMA as dep for XML2 on 2.8.0 or higher
Renato Golin
- [PATCH] ARMv7A Cleanup
Renato Golin
- [PATCH] ARMv7A Cleanup
Renato Golin
- [PATCH] NEON detection + VFP3 Feature on some Cortex-A CPUs in Clang driver
Renato Golin
- [PATCH] Add more Cortex CPUs to Clang driver + tests
Renato Golin
- [PATCH] Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests
Renato Golin
- [PATCH] ARMv7A Cleanup
Renato Golin
- r190702 - Fix Neon detection for Cortex-A class, plus adds some more CPUs to default features
Renato Golin
- r190703 - Add more Cortex CPUs and tests
Renato Golin
- r190704 - Moving Cortex-R cores to armv7r arch
Renato Golin
- [PATCH] ARMv7A Cleanup
Renato Golin
- [PATCH] [ARMv8] Add NEON intrinsics
Michael Gottesman
- [PATCH] [ARMv8] Add NEON intrinsics
Michael Gottesman
- r177035 - Add support for the 'endian' attribute for OpenCL.
Joey Gouly
- [PATCH] [ARMv8] Add NEON intrinsics
Joey Gouly
- [PATCH] [ARMv8] Add NEON intrinsics
Joey Gouly
- [PATCH] [ARMv8] Add NEON intrinsics
Joey Gouly
- r190601 - Fix the MCTargetAsmParser API change.
Joey Gouly
- r190693 - [ARMv8] Change the naming of some options to be more consistent.
Joey Gouly
- [PATCH] [ARM] Rename v8fp subtarget feature to fp-armv8
Joey Gouly
- [PATCH] Support for modular module-map-files
Doug Gregor
- [PATCH] Module use declarations (II)
Doug Gregor
- [PATCH] ARMv7A Cleanup
Jim Grosbach
- patches with initial implementation of Neon scalar instructions
Jim Grosbach
- [PATCH] Add more Cortex CPUs to Clang driver + tests
Jim Grosbach
- [PATCH] NEON detection + VFP3 Feature on some Cortex-A CPUs in Clang driver
Jim Grosbach
- [PATCH] ARMv7A Cleanup
Jim Grosbach
- [PATCH] Use CodeGenOptions to derive LLVM-IR fast math flags
Tobias Grosser
- [PATCH] Restore the sqrt -> llvm.sqrt mapping in fast-math mode
Tobias Grosser
- [PATCH] Restore the sqrt -> llvm.sqrt mapping in fast-math mode
Tobias Grosser
- [PATCH] Minor comment and doc fixes
Jared Grubb
- IWYU command-line wishes (was Re: [PATCH] Header dependencies support for modularize)
Kim Gräsman
- r190718 - Update Atom Silvermont (SLM) support by adding enabled features.
Preston Gurd
- r190718 - Update Atom Silvermont (SLM) support by adding enabled features.
Gurd, Preston
- [PATCH] PR16182 - Visit parameter declaration of implicitly declared copy assignment operator.
Michael Han
- [PATCH] PR16182 - Visit parameter declaration of implicitly declared copy assignment operator.
Michael Han
- r190528 - Teach RAV to visit parameter variable declarations of implicit functions. Fixes PR16182.
Michael Han
- [PATCH] PR16182 - Visit parameter declaration of implicitly declared copy assignment operator.
Michael Han
- r190632 - Add a test case to test RAV visits parameters of implicit copy constructor.
Michael Han
- r190728 - Fix a comment.
Michael Han
- [PATCH] Allow compiler invocation to have a previously set Preprocessor and ASTContext
Neil Henning
- [PATCH] Allow compiler invocation to have a previously set Preprocessor and ASTContext
Neil Henning
- libc++: First cut at <dynarray>
Howard Hinnant
- libc++: First cut at <dynarray>
Howard Hinnant
- LWG Issue 2210 (Part #5): set and multiset
Howard Hinnant
- LWG Issue 2210 (Part #3): map and multimap
Howard Hinnant
- libc++: Adding std::bad_array_length
Howard Hinnant
- libc++abi: Adding std::bad_array_length
Howard Hinnant
- [libcxx] r190563 - A collection of minor type-o fixes. The first two aren't testable, but all tests pass with them. I stumbled across them while experimenting with a std::move that checks its argument for non-const. The third corrects a test that is currently failing.
Howard Hinnant
- libc++: implement uses-allocator construction
Howard Hinnant
- LWG Issue 2210 (Part #6): unordered_map and unordered_multimap
Howard Hinnant
- libc++: First cut at <dynarray>
Howard Hinnant
- libc++: First cut at <dynarray>
Howard Hinnant
- libc++: First cut at <dynarray>
Howard Hinnant
- [libcxx] r190731 - G M: Make valarray a little more forgiving to compilers not quite so gifted. This has no impact on clang.
Howard Hinnant
- [libcxx] r190732 - G M: Make shared_ptr a little more gentle for some compilers. No impact on clang.
Howard Hinnant
- LWG Issue 2210 (Part #7): vector and vector<bool>
Howard Hinnant
- LWG Issue 2210 (Part #8): unordered_set and unordered_multiset
Howard Hinnant
- LWG Issue 2056 - change the value of future_errc::broken_promise
Howard Hinnant
- [libcxx] r190756 - Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid value for broken_promise).
Howard Hinnant
- LWG Issue 2056 - change the value of future_errc::broken_promise
Howard Hinnant
- [libcxx][PATCH] N3659: Shared locking in C++ Revision 2
Howard Hinnant
- [PATCH] Microsoft C++ Record Layout
Warren Hunt
- r190447 - Fix ICE in consumed analysis when CFG is null.
DeLesley Hutchins
- [PATCH] Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft
Timur Iskhodzhanov
- [PATCH] [-cxx-abi microsoft] Canonicalize array parameters better
Timur Iskhodzhanov
- [PATCH] [-cxx-abi microsoft] Mangle declarations inside of extern "C" functions
Timur Iskhodzhanov
- r190516 - Fix the ASan dll_thunk path
Timur Iskhodzhanov
- r190428 - clang-cl: Support building DLLs (PR17083)
Timur Iskhodzhanov
- r190428 - clang-cl: Support building DLLs (PR17083)
Timur Iskhodzhanov
- [PATCH] [-cxx-abi microsoft] Mangle declarations inside extern "C"
Timur Iskhodzhanov
- [PATCH] [-cxx-abi microsoft] Mangle declarations inside extern "C"
Timur Iskhodzhanov
- [PATCH] [-cxx-abi microsoft] Mangle user defined entry points properly
Timur Iskhodzhanov
- [PATCH] [-cxx-abi microsoft] Mangle user defined entry points properly
Timur Iskhodzhanov
- [PATCH] [-cxx-abi microsoft] Mangle user defined entry points properly
Timur Iskhodzhanov
- [PATCH] [-cxx-abi microsoft] Mangle user defined entry points properly
Timur Iskhodzhanov
- r190341 - Modern ObjectiveC translator. Fix translation of
Fariborz Jahanian
- r190372 - ObjectiveC migrator. Do not infer NS_RETURNS_INNER_POINTER
Fariborz Jahanian
- r190420 - ObjectiveC migrator: rename inferred isXXX property,
Fariborz Jahanian
- r190532 - ObjectiveC migrator. methods which look like a getter and
Fariborz Jahanian
- r190539 - ObjectiveC migrator. Modify inferred property name
Fariborz Jahanian
- r190555 - ObjectiveC migration. NS_RETURNS_NOT_RETAINED is the default for
Fariborz Jahanian
- [libclang][attributes] Expose packed attribute + Fix source location for attributes
Loïc Jaquemet
- [PATCH][libclang] Expose "packed" attribute + Fix source location for attributes
Loïc Jaquemet
- [PATCH][libclang] python bindings - oneliner fix to rettype of getSizeOf
Loïc Jaquemet
- [PATCH] Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.
Daniel Jasper
- [PATCH] Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.
Daniel Jasper
- [PATCH] clang-format: allow _clang-format as an alternative config file name
Daniel Jasper
- [PATCH] Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.
Daniel Jasper
- r190401 - clang-format: Understand function type typedefs with typeof.
Daniel Jasper
- [PATCH] Support for modular module-map-files
Daniel Jasper
- [PATCH] Correctly calculate OriginalColumn after multi-line tokens.
Daniel Jasper
- [PATCH] Don't break string literals inside the _T() macro. A workaround for http://llvm.org/PR17122
Daniel Jasper
- [PATCH] Support for CR LF newlines.
Daniel Jasper
- r190497 - Support for modular module-map-files
Daniel Jasper
- [PATCH] Support for modular module-map-files
Daniel Jasper
- [PATCH] Support for CR LF newlines.
Daniel Jasper
- r190508 - Split -Wunused-variable warning.
Daniel Jasper
- [PATCH] Module use declarations (II)
Daniel Jasper
- [PATCH] Module use declarations (II)
Daniel Jasper
- [PATCH] Module use declarations (II)
Daniel Jasper
- r190413 - Allow _clang-format as alternative to .clang-format config filename
Daniel Jasper
- r190546 - clang-format: Fix bug in pointer detection
Daniel Jasper
- [PATCH] When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122
Daniel Jasper
- [PATCH] When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122
Daniel Jasper
- [PATCH] Clang-format support for removing space before assignment operators
Daniel Jasper
- r190674 - clang-format: Fix incorrect enum parsing / layouting.
Daniel Jasper
- r190678 - clang-format: Detect braced lists in subscript expressions.
Daniel Jasper
- r190691 - clang-format: Add -assume-filename option for editor integrations.
Daniel Jasper
- [PATCH] When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122
Daniel Jasper
- [PATCH] Clang-format support for removing space before assignment operators
Daniel Jasper
- r190747 - clang-format: Fix bug in style option AlwaysBreakTemplateDeclarations.
Daniel Jasper
- [PATCH] Module use declarations (II)
Daniel Jasper
- [PATCH] Ignore calling conventions when checking function template specializations
Reid Kleckner
- [PATCH] clang-cl: support building DLLs (PR17083)
Reid Kleckner
- r190377 - Ignore calling conventions when checking function template specializations
Reid Kleckner
- [PATCH] Ignore calling conventions when checking function template specializations
Reid Kleckner
- [PATCH] Ignore noreturn when checking function template specializations
Reid Kleckner
- [PATCH] [ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
- [PATCH] clang-cl: support building DLLs (PR17083)
Reid Kleckner
- r190427 - [ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
- [PATCH] [ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
- [PATCH] [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does
Reid Kleckner
- r190434 - [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does
Reid Kleckner
- [PATCH] [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does
Reid Kleckner
- [PATCH] Ignore noreturn when checking function template specializations
Reid Kleckner
- r190441 - Ignore noreturn when checking function template specializations
Reid Kleckner
- [PATCH] Ignore noreturn when checking function template specializations
Reid Kleckner
- [PATCH] Lex and ignore Microsoft's #pragma warning(...)
Reid Kleckner
- [PATCH] Request for approval to commit: [libclang/python]: Add support for decayed type
Reid Kleckner
- [PATCH] Refactor Compilation::PrintJob and PrintDiagnosticJob into Job::Print
Reid Kleckner
- [PATCH] Refactor Compilation::ExecuteCommand into Command::Execute
Reid Kleckner
- [PATCH] [-cxx-abi microsoft] Mangle user defined entry points properly
Reid Kleckner
- [PATCH] Lex and ignore Microsoft's #pragma warning(...)
Reid Kleckner
- [PATCH] Lex and ignore Microsoft's #pragma warning(...)
Reid Kleckner
- [PATCH] Lex and ignore Microsoft's #pragma warning(...)
Reid Kleckner
- [PATCH] Lex and ignore Microsoft's #pragma warning(...)
Reid Kleckner
- r190726 - Lex and ignore Microsoft's #pragma warning(...)
Reid Kleckner
- [PATCH] Lex and ignore Microsoft's #pragma warning(...)
Reid Kleckner
- [PATCH] [-cxx-abi microsoft] Correctly identify Win32 entry points
Reid Kleckner
- [PATCH] [-cxx-abi microsoft] Correctly identify Win32 entry points
Reid Kleckner
- [PATCH] clang-format: allow _clang-format as an alternative config file name
Manuel Klimek
- IWYU command-line wishes (was Re: [PATCH] Header dependencies support for modularize)
Manuel Klimek
- [PATCH] PR16182 - Visit parameter declaration of implicitly declared copy assignment operator.
Manuel Klimek
- IWYU command-line wishes (was Re: [PATCH] Header dependencies support for modularize)
Manuel Klimek
- [PATCH] Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.
Alexander Kornienko
- [PATCH] Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.
Alexander Kornienko
- [PATCH] Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.
Alexander Kornienko
- [PATCH] Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.
Alexander Kornienko
- r190395 - Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.
Alexander Kornienko
- [PATCH] Correctly calculate OriginalColumn after multi-line tokens.
Alexander Kornienko
- r190405 - Correctly calculate OriginalColumn after multi-line tokens.
Alexander Kornienko
- [PATCH] Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144
Alexander Kornienko
- r190408 - Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144
Alexander Kornienko
- [PATCH] Don't break string literals inside the _T() macro. A workaround for http://llvm.org/PR17122
Alexander Kornienko
- [PATCH] Support for CR LF newlines.
Alexander Kornienko
- [PATCH] Support for CR LF newlines.
Alexander Kornienko
- [PATCH] Support for CR LF newlines.
Alexander Kornienko
- [PATCH] Support for CR LF newlines.
Alexander Kornienko
- [PATCH] Support for CR LF newlines.
Alexander Kornienko
- [PATCH] Support for CR LF newlines.
Alexander Kornienko
- [PATCH] Test for correct usage of columnWidth in clang fixit hints.
Alexander Kornienko
- r190519 - Support for CR LF newlines.
Alexander Kornienko
- r190537 - Test for correct usage of columnWidth in clang fixit hints.
Alexander Kornienko
- [PATCH] Don't break string literals inside the _T() macro. A workaround for http://llvm.org/PR17122
Alexander Kornienko
- [PATCH] When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122
Alexander Kornienko
- [PATCH] When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122
Alexander Kornienko
- [PATCH] When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122
Alexander Kornienko
- [PATCH] When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122
Alexander Kornienko
- r190688 - Added missing field comparisons to the FormatStyle::operator==
Alexander Kornienko
- [PATCH] When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122
Alexander Kornienko
- [PATCH] When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122
Alexander Kornienko
- r190311 - Fix constructor-related typos.
Benjamin Kramer
- r190312 - Sema: Don't crash on visibility attributes with an identifier argument.
Benjamin Kramer
- r190314 - CGDebugInfo: Hoist string allocation in a helper function. No functionality change.
Benjamin Kramer
- r190312 - Sema: Don't crash on visibility attributes with an identifier argument.
Benjamin Kramer
- r190500 - Remove unused diagnostics.
Benjamin Kramer
- [clang-tools-extra] r190511 - Modularize: Use in-place version of sys::path::native.
Benjamin Kramer
- r190515 - Simplify code with the in place path::native. No functionality change.
Benjamin Kramer
- r190699 - Unify handling of string literal arguments for attributes and add fixits.
Benjamin Kramer
- r190701 - Guard availability and thread safety attributes against wide strings.
Benjamin Kramer
- r190706 - As Aaron pointed out it's simpler to reject wide string availability attr messages in the parser.
Benjamin Kramer
- [PATCH] Handle PredefinedExpr with templates and lambdas
Benjamin Kramer
- r190316 - Move checker downloads to llvm.org.
Ted Kremenek
- r190561 - Fix the end-location of a CXXTemporaryObjectExpr when it is created with a initializer_list.
Argyrios Kyrtzidis
- r190568 - [libclang] In clang_getLocation, check that the provided line/column is valid.
Argyrios Kyrtzidis
- r190560 - [CMake] Fix repository version checking dependencies harder.
Argyrios Kyrtzidis
- [PATCH] Request for approval to commit: [libclang] Expose DecayedType
Argyrios Kyrtzidis
- [PATCH] Request for approval to commit: [libclang] Expose DecayedType
Argyrios Kyrtzidis
- [PATCH] Added callback support for OpenCL extension pragmas.
Mikael Lepistö
- [PATCH] Add specific warning flags for GNU ext in Sema
Peter N Lewis
- patch: avoid ubsan errors in implicit copy constructors
Nick Lewycky
- patch: use AssignmentMemcpyizer for implicitly-defined move assignment operator
Nick Lewycky
- patch: avoid ubsan errors in implicit copy constructors
Nick Lewycky
- r190385 - Generate code for the move assignment operator using memcpy, the same as we do
Nick Lewycky
- r190437 - Fix regression from r190382.
Nick Lewycky
- r190481 - Disable the bool and enum sanitizers when emitting the implicitly-defined copy
Nick Lewycky
- r190437 - Fix regression from r190382.
Nick Lewycky
- r190641 - Fix typo in llvm_unreachable string.
Nick Lewycky
- [PATCH][AArch64]RE: patches with initial implementation of Neon scalar instructions
Jiangning Liu
- XCore target: disable vectorization
Robert Lytton
- XCore target: disable vectorization
Robert Lytton
- XCore target: disable vectorization
Robert Lytton
- XCore target: disable vectorization
Robert Lytton
- r190526 - fix xcore-opts.c test
Robert Lytton
- [patch] [libcxx] [mingw] to r187593
G M
- [PATCH] [-cxx-abi microsoft] Canonicalize array parameters better
David Majnemer
- r190488 - [-cxx-abi microsoft] Canonicalize array parameters better
David Majnemer
- [PATCH] [-cxx-abi microsoft] Canonicalize array parameters better
David Majnemer
- [PATCH] [-cxx-abi microsoft] Canonicalize array parameters better
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle local TagDecls appropriately
David Majnemer
- r190560 - [CMake] Fix repository version checking dependencies harder.
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle declarations inside extern "C"
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle declarations inside extern "C"
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle declarations inside extern "C"
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle declarations inside extern "C"
David Majnemer
- [PATCH] AST: 'wmain' is also an entry point for win32
David Majnemer
- [PATCH] AST: Mangle nullptr properly in template args for the Itanium ABI
David Majnemer
- [PATCH] AST: 'wmain' is also an entry point for win32
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle user defined entry points properly
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle user defined entry points properly
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle declarations inside extern "C"
David Majnemer
- r190670 - CHECK -> CHECK-DAG
David Majnemer
- r190671 - [-cxx-abi microsoft] Mangle declarations inside extern "C"
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle declarations inside extern "C"
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle declarations inside extern "C"
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle user defined entry points properly
David Majnemer
- r190675 - [-cxx-abi microsoft] Mangle user defined entry points properly
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle user defined entry points properly
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle user defined entry points properly
David Majnemer
- [PATCH] [-cxx-abi microsoft] Correctly identify Win32 entry points
David Majnemer
- [PATCH] [-cxx-abi microsoft] Correctly identify Win32 entry points
David Majnemer
- [PATCH] [-cxx-abi microsoft] Correctly identify Win32 entry points
David Majnemer
- [PATCH] [-cxx-abi microsoft] Correctly identify Win32 entry points
David Majnemer
- [PATCH] [-cxx-abi microsoft] Correctly identify Win32 entry points
David Majnemer
- [PATCH] [-cxx-abi microsoft] Correctly identify Win32 entry points
David Majnemer
- r190743 - Parse: Template specializations which aren't dependent needn't have their parsing be delayed
David Majnemer
- [PATCH] Parse: Template specializations which aren't dependent needn't have their parsing be delayed
David Majnemer
- [PATCH] Parse: Recover better from bad definitions with base specifiers
David Majnemer
- [PATCH] [-cxx-abi microsoft] Correctly identify Win32 entry points
David Majnemer
- patches with initial implementation of Neon scalar instructions
Tim Northover
- [PATCH][AArch64]RE: patches with initial implementation of Neon scalar instructions
Tim Northover
- [PATCH][AArch64]RE: patches with initial implementation of Neon scalar instructions
Tim Northover
- [PATCH] diagnosing flexible array assignments
Arthur O'Dwyer
- [PATCH] [2/6] Convert non-printing characters to their octal sequence before emitting #line directive or __FILE__ macro
Arthur O'Dwyer
- [PATCH] [2/6] Convert non-printing characters to their octal sequence before emitting #line directive or __FILE__ macro
Arthur O'Dwyer
- [PATCH] Handle PredefinedExpr with templates and lambdas
Erik Olofsson
- Fix for ICE in clang due to infinite loop.
MAYUR PANDEY
- [PATCH] Handle PredefinedExpr with templates and lambdas
Wei Pan
- [PATCH] Transform all files in a compilation database if no source files are provided.
Guillaume Papin
- [PATCH] Transform all files in a compilation database if no source files are provided.
Guillaume Papin
- [PATCH] Transform all files in a compilation database if no source files are provided.
Guillaume Papin
- [PATCH] Transform all files in a compilation database if no source files are provided.
Guillaume Papin
- [PATCH] Transform all files in a compilation database if no source files are provided.
Guillaume Papin
- [PATCH] Fix to PR5683 - issue diagnostic for pointer subtraction with type of size zero.
Serge Pavlov
- r190531 - Added regression tests.
Serge Pavlov
- r190751 - Avoid getting an argument of allocation function if it does not exist.
Serge Pavlov
- [PATCH] Header guard warning is too agressive
Ismail Pazarbasi
- patches with initial implementation of Neon scalar instructions
Ana Pazos
- [PATCH][AArch64]RE: patches with initial implementation of Neon scalar instructions
Ana Pazos
- [PATCH][AArch64]RE: patches with initial implementation of Neon scalar instructions
Ana Pazos
- [PATCH][AArch64]RE: patches with initial implementation of Neon scalar instructions
Kevin Qin
- r190464 - Add -fansi-escape-codes option
Nico Rieck
- [PATCH] [-cxx-abi microsoft] Correctly identify Win32 entry points
Nico Rieck
- r190312 - Sema: Don't crash on visibility attributes with an identifier argument.
Jordan Rose
- [PATCH] [StaticAnalyzer]Handle Destructor call generated by C++ delete expr
Jordan Rose
- [PATCH] Test for correct usage of columnWidth in clang fixit hints.
Jordan Rose
- r190530 - [analyzer] Handle zeroing constructors for fields of structs with empty bases.
Jordan Rose
- r190557 - [CMake] Always include the Clang repo version, just like the autoconf build.
Jordan Rose
- r190560 - [CMake] Fix repository version checking dependencies harder.
Jordan Rose
- r190560 - [CMake] Fix repository version checking dependencies harder.
Jordan Rose
- r190613 - [CMake] Put controversial always-recheck-revision-number behind an option.
Jordan Rose
- r190560 - [CMake] Fix repository version checking dependencies harder.
Jordan Rose
- [PATCH] [StaticAnalyzer]Handle Destructor call generated by C++ delete expr
Jordan Rose
- r190650 - [analyzer] Run post-stmt checks for DeclStmt.
Jordan Rose
- r190651 - [analyzer] Fix copy-paste error in internal docs.
Jordan Rose
- r190652 - Fix two incorrect comments.
Jordan Rose
- [PATCH] Minor comment and doc fixes
Jordan Rose
- [PATCH] [StaticAnalyzer]Handle Destructor call generated by C++ delete expr
Jordan Rose
- [PATCH] [StaticAnalyzer]Handle Destructor call generated by C++ delete expr
Jordan Rose
- [libcxx] r190700 - Update status for <dynarray>
Jordan Rose
- [PATCH] [StaticAnalyzer]Handle Destructor call generated by C++ delete expr
Jordan Rose
- r190735 - [analyzer] Put more uniqueness in scan-build's temporary directory names.
Jordan Rose
- r190394 - Delete unused static class members
Alexey Samsonov
- r190382 - Make -Wunused warning rules more consistent.
Alexey Samsonov
- r190399 - [mips][msa] Removed unsupported dot product instructions (dotp_[su].b).
Daniel Sanders
- r190505 - [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsics
Daniel Sanders
- libc++: First cut at <dynarray>
Jonathan Sauer
- OpenCL address space and mangling
Michele Scandale
- OpenCL address space and mangling
Michele Scandale
- OpenCL address space and mangling
Michele Scandale
- r190755 - Make __has_extension(c_thread_local) work.
Ed Schouten
- r190735 - [analyzer] Put more uniqueness in scan-build's temporary directory names.
Ed Schouten
- XCore target: disable vectorization
Arnold Schwaighofer
- XCore target: disable vectorization
Arnold Schwaighofer
- XCore target: disable vectorization
Arnold Schwaighofer
- XCore target: disable vectorization
Arnold Schwaighofer
- r190333 - [docs] Typographical and rewording fixes.
Sean Silva
- r190336 - [docs] Fix some finicky Sphinx warnings.
Sean Silva
- r190337 - [docs] Fix Sphinx toctree warning.
Sean Silva
- r190338 - [docs] End users should see just "Clang"
Sean Silva
- r190340 - [docs] Prominently note modules are experimental.
Sean Silva
- [PATCH] Transform all files in a compilation database if no source files are provided.
Tareq A. Siraj
- [PATCH] Transform all files in a compilation database if no source files are provided.
Tareq A. Siraj
- [PATCH] Add error checking to reject neon_vector_type attribute on targets without NEON
Artyom Skrobov
- [PATCH] Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests
Artyom Skrobov
- [PATCH] [ARM] Add CRC32 intrinsics for AArch32.
Bradley Smith
- [PATCH] [ARM] Rename v8fp subtarget feature to fp-armv8
Bradley Smith
- r190293 - C++ modules: fix a bug where loading a declaration with some name would prevent
Richard Smith
- r190315 - C++ modules: if a class is defined in multiple modules (for instance, because
Richard Smith
- libc++: First cut at <dynarray>
Richard Smith
- [PATCH] Attribute parameters and arguments
Richard Smith
- patch: avoid ubsan errors in implicit copy constructors
Richard Smith
- libc++: First cut at <dynarray>
Richard Smith
- [PATCH] Attribute parameters and arguments
Richard Smith
- [PATCH] Ignore calling conventions when checking function template specializations
Richard Smith
- libc++: First cut at <dynarray>
Richard Smith
- libc++: First cut at <dynarray>
Richard Smith
- r190296 - The OpenCL standard specifies the sizes and alignments of various types than other C-family
Richard Smith
- [PATCH] Cleanup attribute using resolved identifiers
Richard Smith
- [PATCH] Support __builtin_ms_va_list.
Richard Smith
- r190439 - PR5683: Issue a warning when subtracting pointers to types of zero size, and
Richard Smith
- [PATCH] Fix to PR5683 - issue diagnostic for pointer subtraction with type of size zero.
Richard Smith
- [PATCH] Ignore noreturn when checking function template specializations
Richard Smith
- [PATCH] PR16182 - Visit parameter declaration of implicitly declared copy assignment operator.
Richard Smith
- [PATCH] PR16182 - Visit parameter declaration of implicitly declared copy assignment operator.
Richard Smith
- [PATCH] Ignore noreturn when checking function template specializations
Richard Smith
- r190444 - getMostSpecialized for function template sets is never used in the context of a
Richard Smith
- [PATCH] Cleanup attribute using resolved identifiers
Richard Smith
- r190470 - PR17075: When performing partial ordering of a member function against a
Richard Smith
- patch: avoid ubsan errors in implicit copy constructors
Richard Smith
- Fwd: [PATCH] Attributes with enum arguments
Richard Smith
- [PATCH] Attributes with enum arguments
Richard Smith
- [PATCH] Header guard warning is too agressive
Richard Smith
- [PATCH] Lex and ignore Microsoft's #pragma warning(...)
Richard Smith
- [PATCH] Use correct semantic DeclContext for local declarations of variables and functions with linkage
Richard Smith
- [PATCH] When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122
Richard Smith
- [PATCH] When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122
Richard Smith
- r190623 - PR16054: Slight strengthening for -Wsometimes-uninitialized: if we use a
Richard Smith
- r190639 - PR13657 (and duplicates):
Richard Smith
- libc++: First cut at <dynarray>
Richard Smith
- libc++: First cut at <dynarray>
Richard Smith
- [PATCH] [-cxx-abi microsoft] Mangle user defined entry points properly
Richard Smith
- [PATCH] Lex and ignore Microsoft's #pragma warning(...)
Richard Smith
- r190722 - Part three of PR15721: if we have an invalid CXXDefaultInitExpr, don't crash if
Richard Smith
- [PATCH] [Patch] Fix for crash in nsdmi-defer6.C (PR15721)
Richard Smith
- [PATCH] [-cxx-abi microsoft] Correctly identify Win32 entry points
Richard Smith
- [PATCH] [2/6] Convert non-printing characters to their octal sequence before emitting #line directive or __FILE__ macro
Joerg Sonnenberger
- r190521 - Fix 2 cases of uninitialized reads of an invalid PresumedLoc.
Evgeniy Stepanov
- libc++: First cut at <dynarray>
Dean Sutherland
- r190382 - Make -Wunused warning rules more consistent.
NAKAMURA Takumi
- r190501 - SemaTemplateDeduction.cpp: Prune two stray \param(s), TPOC and NumCallArguments in Sema::getMostSpecialized(). They were removed since r190444. [-Wdocumentation]
NAKAMURA Takumi
- [clang-tools-extra] r190517 - clang-tools-extra/test/clang-modernize/HeaderReplacements/main.cpp: Tweak sed(1) to let paths with a driveletter quoted in *_expected.yaml.
NAKAMURA Takumi
- r190559 - clang/test/FixIt/fixit-unicode-with-utf8-output.c: Remove XFAIL.
NAKAMURA Takumi
- r190705 - ASTContext.cpp: Fix a warning in r190684. [-Wcovered-switch-default]
NAKAMURA Takumi
- r190774 - Prune "return" after llvm_unreachable(). It was redundant.
NAKAMURA Takumi
- r190705 - ASTContext.cpp: Fix a warning in r190684. [-Wcovered-switch-default]
NAKAMURA Takumi
- [PATCH] modularize - Add checks for #include in 'extern "C/C++" {}' or 'namespace (name) {}' blocks
John Thompson
- r190387 - Separate popcnt and sse4.2 feature control somewhat to match gcc behavior.
Craig Topper
- r190496 - Fix a bug where -msse followed by -mno-sse would leave MMX enabled.
Craig Topper
- r190776 - Make F16C feature imply AVX. Matches GCC behavior.
Craig Topper
- [PATCH] Header guard warning is too agressive
Richard Trieu
- r190657 - Refactor the uninitialized field visitor. Also moved the calls to the visitor
Richard Trieu
- r190296 - The OpenCL standard specifies the sizes and alignments of various types than other C-family
David Tweed
- OpenCL C "long" should always have 64 bits
David Tweed
- r190296 - The OpenCL standard specifies the sizes and alignments of various types than other C-family
David Tweed
- r190297 - Commit 190296 missed out the tests; add them now. Note that it actually tests
David Tweed
- r190390 - Fix minor coding style issue in r190296 pointed out by Richard Smith.
David Tweed
- OpenCL address space and mangling
David Tweed
- OpenCL address space and mangling
David Tweed
- r190684 - Certain multi-platform languages, such as OpenCL, have the concept of
David Tweed
- OpenCL address space and mangling
David Tweed
- r190687 - A buildbot compiling with strict error on unused variables pointed out a
David Tweed
- r190486 - Do not quote YAML plain string myself. Let YAMLIO do that.
Rui Ueyama
- [clang-tools-extra] r190487 - Fix YAML tests.
Rui Ueyama
- [clang-tools-extra] r190489 - Fix YAML tests again.
Rui Ueyama
- [PATCH] Generic Lambdas: The next step
Faisal Vali
- [PATCH] Generic Lambdas: The next step
Faisal Vali
- r190681 - Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests
Amaury de la Vieuville
- [PATCH] Request for approval to commit: [libclang] Expose DecayedType
Anders Waldenborg
- [PATCH] Request for approval to commit: [libclang/python]: Add support for decayed type
Anders Waldenborg
- [PATCH] Request for approval to commit: [libclang] Expose DecayedType
Anders Waldenborg
- [PATCH] Request for approval to commit: [libclang] Expose DecayedType
Anders Waldenborg
- [libclc] r190310 - Parenthesize arguments for mad_hi
Aaron Watry
- Reminder: Update the ReleaseNotes.rst File
Bill Wendling
- [PATCH] clang-format: allow _clang-format as an alternative config file name
Hans Wennborg
- r190323 - clang-cl: parse (but don't support) the /o flag
Hans Wennborg
- [PATCH] clang-cl: support building DLLs (PR17083)
Hans Wennborg
- r190378 - clang-cl: use -fdiagnostics-format=msvc by default
Hans Wennborg
- [PATCH] clang-format: allow _clang-format as an alternative config file name
Hans Wennborg
- r190413 - Allow _clang-format as alternative to .clang-format config filename
Hans Wennborg
- [PATCH] clang-format: allow _clang-format as an alternative config file name
Hans Wennborg
- [PATCH] clang-cl: support building DLLs (PR17083)
Hans Wennborg
- [PATCH] clang-cl: support building DLLs (PR17083)
Hans Wennborg
- r190428 - clang-cl: Support building DLLs (PR17083)
Hans Wennborg
- r190432 - Remove Windows line-endings in two clang-cl test files.
Hans Wennborg
- [PATCH] clang-cl: support building DLLs (PR17083)
Hans Wennborg
- r190435 - Fix cl-link.c test failure on Mac platforms
Hans Wennborg
- r190529 - clang-cl: Warn about overriding /MD with /MT etc.
Hans Wennborg
- r190428 - clang-cl: Support building DLLs (PR17083)
Hans Wennborg
- r190413 - Allow _clang-format as alternative to .clang-format config filename
Hans Wennborg
- [PATCH] Refactor Compilation::PrintJob and PrintDiagnosticJob into Job::Print
Hans Wennborg
- [PATCH] Refactor Compilation::ExecuteCommand into Command::Execute
Hans Wennborg
- [PATCH] Refactor Compilation::ExecuteCommand into Command::Execute
Hans Wennborg
- r190620 - Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.
Hans Wennborg
- [PATCH] Refactor Compilation::PrintJob and PrintDiagnosticJob into Job::Print
Hans Wennborg
- [PATCH] Refactor Compilation::PrintJob and PrintDiagnosticJob into Job::Print
Hans Wennborg
- r190621 - Move the execution code from Compilation::ExecuteCommand to Command::Execute
Hans Wennborg
- [PATCH] Refactor Compilation::ExecuteCommand into Command::Execute
Hans Wennborg
- [PATCH] ARMv7A Cleanup
Bob Wilson
- [PATCH] Clang-format support for removing space before assignment operators
Aaron Wishnick
- [PATCH] Clang-format support for removing space before assignment operators
Aaron Wishnick
- [PATCH] Clang-format support for removing space before assignment operators
Aaron Wishnick
- [PATCH] [StaticAnalyzer]Handle Destructor call generated by C++ delete expr
Anna Zaks
- [PATCH] [StaticAnalyzer]Handle Destructor call generated by C++ delete expr
Anna Zaks
- [PATCH] [StaticAnalyzer]Handle Destructor call generated by C++ delete expr
Anna Zaks
- Fix scan-build tool
Kevin Zheng
- [PATCH] Add __builtin_convertvector
hfinkel at anl.gov
Last message date:
Sun Sep 15 22:37:39 PDT 2013
Archived on: Tue Aug 4 15:31:15 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).