openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
clang-interpreter-runtime
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 1 of 1,607
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge remote-tracking branch 'upstream/master'
Andy Arvanitis
More...
about 11 years ago
Merge remote-tracking branch 'upstream/master'
Andy Arvanitis
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.
Aaron Ballman
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.
Aaron Ballman
More...
about 11 years ago
Factor duplicated code for TransformTypeInObjectScope
Reid Kleckner
More...
about 11 years ago
Fix for PR18052 - Lambdas within NSDMI's and default arguments in Nested classes.
Faisal Vali
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.
Aaron Ballman
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.
Aaron Ballman
More...
about 11 years ago
This attribute somehow remained nameless in the attribute tablegen, until now.
Aaron Ballman
More...
about 11 years ago
Remove empty header.
Rafael Espindola
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
Fariborz Jahanian
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.
John Thompson
More...
about 11 years ago
Fix indentation.
Richard Smith
More...
about 11 years ago
[ms-cxxabi] Construct and destroy call arguments in the correct order
Reid Kleckner
More...
about 11 years ago
Fix test case due to r196394 and improve it to not rely on LLVM code generation either.
David Blaikie
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.
Aaron Ballman
More...
about 11 years ago
Added a regression test for the change in r196380
Alexander Kornienko
More...
about 11 years ago
Fix the regression caused by r196378
Alexander Kornienko
More...
about 11 years ago
Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
More...
about 11 years ago
Revert r196372, "do not warn about unknown pragmas in modes that do not handle them (pr9537)"
NAKAMURA Takumi
More...
about 11 years ago
do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
More...
about 11 years ago
[SystemZ] Fix handling of pass-by-pointer arguments
Richard Sandiford
More...
about 11 years ago
Sema: Propagate the mangling number into instantiations
David Majnemer
More...
about 11 years ago
[AArch64 NEON] Add ACLE intrinsic vceqz_f64.
Kevin Qin
More...
about 11 years ago
[AArch64 NEON] Add missing compare intrinsics.
Kevin Qin
More...
about 11 years ago
Fix error recovery in return statement.
Serge Pavlov
More...
about 11 years ago
Fix PR17637: incorrect calculation of template parameter depth
Faisal Vali
More...
about 11 years ago
clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/
NAKAMURA Takumi
More...
about 11 years ago
clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/
NAKAMURA Takumi
More...
about 11 years ago
clang/test/CodeGen/builtins-nvptx.c: Prune "REQUIRES: nvptx64-registered-target". "nvptx" should imply it.
NAKAMURA Takumi
More...
about 11 years ago
←
1
2
3
4
5
6
7
8
9
…
1606
1607
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree