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
Updates after upstream fetch/merge More... over 10 years ago
Merge remote-tracking branch 'upstream/master' More... over 10 years ago
Updates after fetch/merge More... over 10 years ago
Basic: fix warnings from GCC More... over 10 years ago
Include system_error directly. More... over 10 years ago
More tests for // rdar://17259812 More... over 10 years ago
Objective-C. Use isObjCRetainableType in my last patch. NFC. More... over 10 years ago
Explicitly initialize all fields to avoid -Wmissing-field-initializers warning. More... over 10 years ago
Replace llvm::error_code with std::error_code. More... over 10 years ago
Allow lowercase messages in this test again. More... over 10 years ago
Fix msvc unittest build. More... over 10 years ago
DiagnosticsEngine: update severity setters to new terminology More... over 10 years ago
Complete the switch from mappings to declarative diagnostic severities More... over 10 years ago
Use StringRef to simplify code. No functional change. More... over 10 years ago
Use ArrayRef in some function parameters instead of a pointer and count. No functional change. More... over 10 years ago
Add a std:: prefix in cases where ADL would have failed on windows. More... over 10 years ago
Fix typo. More... over 10 years ago
Give clang-format its own error category. More... over 10 years ago
Driver: use more range-based for loops More... over 10 years ago
Use generic_category from the std namespace. More... over 10 years ago
Errno should use generic_category. More... over 10 years ago
[modules] Add first-draft module maps for Clang. These don't cover everything yet, but they're enough for a clean bootstrap (with a few local patches that are yet to be committed). More... over 10 years ago
PR19966: don't crash/assert when __underlying_type is applied to an incomplete enumeration type. I've also filed a LWG issue pointing out that this should be ill-formed. More... over 10 years ago
Accomodate for message differences on windows. More... over 10 years ago
Don't inherit dllimport to inline move assignment operators More... over 10 years ago
Don't slice SemaDiagnosticBuilder More... over 10 years ago
Fix the VS2012 build. More... over 10 years ago
Objective-C. Accept '__attribute__((__ns_returns_retained__))' for function/methods returning block in MRR mode as well. // rdar://17259812 More... over 10 years ago
Remove dev/null redirect and x86 backend requirement from new test. More... over 10 years ago
Add missing "non-constant" diagnostic for a member call on a temporary of non-literal class type. More... over 10 years ago