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
Preprocessor: recover gracefully when C++ operator names are used as macro identifiers More... over 10 years ago
Preprocessor: don't exit early in CheckMacroName() More... over 10 years ago
There is no std::errc:success, remove the llvm one. More... over 10 years ago
Use make_error_code in preparation for making errc an enum class. More... over 10 years ago
PR12961 - Extend DR532 to cover C++98/03. More... over 10 years ago
Diagnose dll attribute on member of class that already has a dll attribute More... over 10 years ago
Make Attr::Clone() also clone the Inherited, IsPackExpansion and Implicit flags More... over 10 years ago
Use error_code() instead of error_code::succes() More... over 10 years ago
[CodeGen] Don't cast and use SizeTy instead of Int32Ty when constructing {extract,insert} vector element instructions. More... over 10 years ago
Refactor: use the DeclarationNameInfo form of BuildMemberReferenceExpr consistently, rather than sometimes performing lookup and calling the LookupResult form. No functionality change intended. More... over 10 years ago
cc1as: invert return bool to indicate failure More... over 10 years ago
cc1as: fix a potential leak and unremoved output file in error conditions More... over 10 years ago
Take PrintingPolicy::SuppressUnwrittenScope into account when printing the qualified name of a NamedDecl. Patch by Volodymyr Sapsai! More... over 10 years ago
Invalidate the file system cache entries for files that may rebuild More... over 10 years ago
Remove unused struct from test More... over 10 years ago
Add a FIXME for a bug Doug pointed out in code review. More... over 10 years ago
Thread Safety Analysis: fix handling of string and char literals. More... over 10 years ago
Revert "Invalidate the file system cache entries for files that may rebuild" More... over 10 years ago
Invalidate the file system cache entries for files that may rebuild More... over 10 years ago
Start adding support for dllimport/dllexport on classes (PR11170) More... over 10 years ago
Objective-C. Diagnose assigning a block pointer type to an Objective-C object type other than 'id'. // rdar://16739120 More... over 10 years ago
Thread Safety Analysis: fix uninitialized member in TIL Literal. More... over 10 years ago
AArch64: combine arm64 & aarch64 cases in switch More... over 10 years ago
Remove unnecessary test. More... over 10 years ago
This test is no longer relevant. It is covered already by [basic.scope.pdecl]p10, and our current test for that is more thorough (though our test is named p9.cpp). More... over 10 years ago
This test should no longer be XFAILed; the standard has stabilized, and the test contents are acceptable. No diagnostics expected from this test. More... over 10 years ago
Setting a heading for the section/allocate attribute so that the attribute documentation can be properly generated. More... over 10 years ago
clang/test/Frontend/Weverything-and-remarks.cpp: Add explicit -target. More... over 10 years ago
[OPENMP] Improve debug location codegen for OpenMP runtime library. More... over 10 years ago
Fix 'this' capturing Generic lambdas used within default initializers (PR19876) More... over 10 years ago