0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote-tracking branch 'upstream/master' More... about 11 years ago
Merge remote-tracking branch 'upstream/master' More... about 11 years ago
Giving a Subjects list to DllExport, which allows the removal of some custom semantic handling. The same cannot be done for DllImport, and so comments were left explaining why. More... about 11 years ago
Common functionality is already checked within SemaDeclAttr.cpp and so it does not need to be re-checked for each target. More... about 11 years ago
Factor duplicated code for TransformTypeInObjectScope More... about 11 years ago
Fix for PR18052 - Lambdas within NSDMI's and default arguments in Nested classes. More... about 11 years ago
The MSP430Interrupt attribute does have a sema handler (it's in TargetAttributesSema). Added a FIXME about the attribute being nameless when it really does have a valid name, and a comment explaining why we're using the name instead of the attribute kind. More... about 11 years ago
Getting rid of some hard-coded strings. No functional changes intended, though some test cases needed to be updated for attribute names becoming quoted. More... about 11 years ago
This attribute somehow remained nameless in the attribute tablegen, until now. More... about 11 years ago
Remove empty header. More... about 11 years ago
ObjectiveC - Introducing objc_bridge_related attribute which specifies couple of (optional) method selectors for bridging a CFobject to or from an ObjectiveC object. This is wip. // rdsr://15499111 More... about 11 years ago
Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org, and an update of the new PPCallbacks test (soon to be moved to clang from extra), rather the unittest. More... about 11 years ago
Fix indentation. More... about 11 years ago
[ms-cxxabi] Construct and destroy call arguments in the correct order More... about 11 years ago
Fix test case due to r196394 and improve it to not rely on LLVM code generation either. More... about 11 years ago
When parsing ignored attribute arguments, presuming the first argument is an unresolved identifier the same way that we do for unknown arguments. This resolves PR18075, where we regressed the handling of OpenBSD's bounded attribute. More... about 11 years ago
Added a regression test for the change in r196380 More... about 11 years ago
Fix the regression caused by r196378 More... about 11 years ago
Leave constructor initializer lists on one line in styles with no column limit. More... about 11 years ago
Revert r196372, "do not warn about unknown pragmas in modes that do not handle them (pr9537)" More... about 11 years ago
do not warn about unknown pragmas in modes that do not handle them (pr9537) More... about 11 years ago
[SystemZ] Fix handling of pass-by-pointer arguments More... about 11 years ago
Sema: Propagate the mangling number into instantiations More... about 11 years ago
[AArch64 NEON] Add ACLE intrinsic vceqz_f64. More... about 11 years ago
[AArch64 NEON] Add missing compare intrinsics. More... about 11 years ago
Fix error recovery in return statement. More... about 11 years ago
Fix PR17637: incorrect calculation of template parameter depth More... about 11 years ago
clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/ More... about 11 years ago
clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/ More... about 11 years ago
clang/test/CodeGen/builtins-nvptx.c: Prune "REQUIRES: nvptx64-registered-target". "nvptx" should imply it. More... about 11 years ago