0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 31, 2025 — Aug 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updates after upstream fetch/merge More... about 12 years ago
Merge remote-tracking branch 'upstream/master' More... about 12 years ago
Updates after fetch/merge More... about 12 years ago
Basic: fix warnings from GCC More... about 12 years ago
Include system_error directly. More... about 12 years ago
More tests for // rdar://17259812 More... about 12 years ago
Objective-C. Use isObjCRetainableType in my last patch. NFC. More... about 12 years ago
Explicitly initialize all fields to avoid -Wmissing-field-initializers warning. More... about 12 years ago
Replace llvm::error_code with std::error_code. More... about 12 years ago
Allow lowercase messages in this test again. More... about 12 years ago
Fix msvc unittest build. More... about 12 years ago
DiagnosticsEngine: update severity setters to new terminology More... about 12 years ago
Complete the switch from mappings to declarative diagnostic severities More... about 12 years ago
Use StringRef to simplify code. No functional change. More... about 12 years ago
Use ArrayRef in some function parameters instead of a pointer and count. No functional change. More... about 12 years ago
Add a std:: prefix in cases where ADL would have failed on windows. More... about 12 years ago
Fix typo. More... about 12 years ago
Give clang-format its own error category. More... about 12 years ago
Driver: use more range-based for loops More... about 12 years ago
Use generic_category from the std namespace. More... about 12 years ago
Errno should use generic_category. More... about 12 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... about 12 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... about 12 years ago
Accomodate for message differences on windows. More... about 12 years ago
Don't inherit dllimport to inline move assignment operators More... about 12 years ago
Don't slice SemaDiagnosticBuilder More... about 12 years ago
Fix the VS2012 build. More... about 12 years ago
Objective-C. Accept '__attribute__((__ns_returns_retained__))' for function/methods returning block in MRR mode as well. // rdar://17259812 More... about 12 years ago
Remove dev/null redirect and x86 backend requirement from new test. More... about 12 years ago
Add missing "non-constant" diagnostic for a member call on a temporary of non-literal class type. More... about 12 years ago