0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PR19992: alignof is permitted on an array of unknown bound. More... over 10 years ago
Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840> More... over 10 years ago
Remove a redundant conditional when caching typo failures. More... over 10 years ago
Do not predefine __EXCEPTIONS in clang-cl (PR19977) More... over 10 years ago
Fix mangling of __uuidof after two levels of template instantiation More... over 10 years ago
Objective-C. Don't ignore availability attribute when doing Objective-C subscript access. // rdar://16842487 PR19682. More... over 10 years ago
Don't inherit dll attributes to deleted methods (PR19988) More... over 10 years ago
Objective-C IRGen. Patch to generate a weak symbol reference when 'super' dispatches a class method in category for OBJC_METACLASS. This is when class is a weak_import class. // rdar://16529125 More... over 10 years ago
clang-format: [JS] Treat dict literals similar to objc method exprs. More... over 10 years ago
Add detection of OS X relocatable SDK to compiler-rt as a lit.util function More... over 10 years ago
clang-format: Increase penalty for wrapping array subscript expressions More... over 10 years ago
clang-format: Fix enum formatting with specific comment. More... over 10 years ago
Improve diagnostic mapping terminology More... over 10 years ago
Don't suppress backend diagnostics in system headers More... over 10 years ago
clang-format: Support variadic lambda captures. More... over 10 years ago
clang-format: Handle multiline strings inside ternary expressions. More... over 10 years ago
Show -Wdate-time in system headers More... over 10 years ago
Implement -Wdate-time preprocessor warning More... over 10 years ago
Improve specificity in the diag-mapping2.c test More... over 10 years ago
Improve checking for dynamic initializers of dllimport fields in template instantiation More... over 10 years ago
Make '-Werror=frame-larger-than=' and associated diagnostic pragmas GCC-compatible More... over 10 years ago
Reduce indentation in ActOnIdExpression, NFC More... over 10 years ago
Removing an "if (this == nullptr)" check from two print methods. The condition will never be true in a well-defined context. The checking for null pointers has been moved into the caller logic so it does not rely on undefined behavior. More... over 10 years ago
Objective-C. Consider block pointer as NSObject as well as conforming to 'NSCopying' protocol when diagnosing block to ObjC pointer conversion. // rdar://16739120 More... over 10 years ago
Disallow multiple inclusion of clang/Config/config.h More... over 10 years ago
Allow definition of dllimport static fields in partial specializations (PR19956) More... over 10 years ago
Fix line numbers for code inlined from __nodebug__ functions. More... over 10 years ago
[PPC64LE] Implement little-endian semantics for vec_sums More... over 10 years ago
[C++11] Use 'nullptr'. More... over 10 years ago
Convert tests I recently add to use -verify instead of FileCheck. More... over 10 years ago