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 9 of 1,607
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add class-specific operator new to Decl hierarchy. This guarantees that Decls can't accidentally be allocated the wrong way (missing prefix data for decls from AST files, for instance) and simplifies the CreateDeserialized functions a little. An extra DeclContext* parameter to the not-from-AST-file operator new allows us to ensure that we don't accidentally call the wrong one when deserializing (when we don't have a DeclContext), allows some extra checks, and prepares for some planned modules-related changes to Decl allocation.
Richard Smith
More...
about 11 years ago
Tidy up the no-external-assembler diag
Alp Toker
More...
about 11 years ago
Add txt file extension to VS solution's README
Alp Toker
More...
about 11 years ago
Make ASTUnit structure stable with NDEBUG
Alp Toker
More...
about 11 years ago
clang-format: Fix bug in alignment of complex template parameters.
Daniel Jasper
More...
about 11 years ago
clang-format: Recognize braced lists with trailing function call.
Daniel Jasper
More...
about 11 years ago
For AArch64, intrinsic vget_low_xxx can be optimized away.
Jiangning Liu
More...
about 11 years ago
Comment parsing tests: XML schema: actually run the valid-function-10.xml test
Dmitri Gribenko
More...
about 11 years ago
ObjectiveC migrator. Improve on definition, use and testing of objc_bridgmutable attribute per Aaron Ballman's comments. // rdar://15498044
Fariborz Jahanian
More...
about 11 years ago
PR18013: Don't assert diagnosing a bad std::initializer_list construction.
Richard Smith
More...
about 11 years ago
Test commit for the user "kromanova" to verify commit access. I removed "UNSUPPORTED" comment because unsigned __int128 type is in fact supported.
Ekaterina Romanova
More...
about 11 years ago
ObjectiveC. Implement attribute 'objc_bridge_mutable' whose semantic is currently identical to objc_bridge, but their differences may manifest down the road with further enhancements. // rdar://15498044
Fariborz Jahanian
More...
about 11 years ago
ObjectiveC migrator. delegate property must be inferred as 'assign', not 'assign' and 'strong'. // rdar://15509831
Fariborz Jahanian
More...
about 11 years ago
Fix a crash in EmitStoreThroughExtVectorComponentLValue for vectors of odd sizes.
Joey Gouly
More...
about 11 years ago
Added testcase for r195255.
Enea Zaffanella
More...
about 11 years ago
[ARM] add basic support for Cortex-A7 and VFPv4 to Clang
Artyom Skrobov
More...
about 11 years ago
Better implementation of JavaScript === and !== operators.
Alexander Kornienko
More...
about 11 years ago
ARM: define & use __ARM_NEON on ARM32 (as per ACLE)
Tim Northover
More...
about 11 years ago
Implemented Neon scalar vdup_lane intrinsics.
Ana Pazos
More...
about 11 years ago
Revert "Add new attribute 'objc_suppress_protocol' to suppress protocol conformance for a class."
Ted Kremenek
More...
about 11 years ago
Implemented Neon scalar by element intrinsics.
Ana Pazos
More...
about 11 years ago
Add new attribute 'objc_suppress_protocol' to suppress protocol conformance for a class.
Ted Kremenek
More...
about 11 years ago
Refactor some of handleObjCBridgeAttr to make it more concise and the diagnostic reusable.
Ted Kremenek
More...
about 11 years ago
Provide better diagnostic wording for initializers on static data member definitions when the variable has an initializer in its declaration.
Hans Wennborg
More...
about 11 years ago
PR10837: Warn if a null pointer constant is formed by a zero integer constant expression that is not a zero literal, in C. This is a different, and more targeted, approach than that in r194540.
Richard Smith
More...
about 11 years ago
Refactored integer argument checking code into a helper method. Removes a considerable amount of duplicated code.
Aaron Ballman
More...
about 11 years ago
clang-format: Improve formatting of ObjC method expressions.
Daniel Jasper
More...
about 11 years ago
ObjectiveC migrator. use strong instead of retain attribute for inferred properties. // rdar://15519923
Fariborz Jahanian
More...
about 11 years ago
ObjectiveC. Allow toll free bridge cast warnings outside ARC and in objectiveC/ObjectiveC++ MRR mode as well. // rdar://15454846
Fariborz Jahanian
More...
about 11 years ago
Implemented DefaultIntArgument in the table generator and start using it in semantic analysis. Removes some magic numbers.
Aaron Ballman
More...
about 11 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
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