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
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. More... about 11 years ago
Tidy up the no-external-assembler diag More... about 11 years ago
Add txt file extension to VS solution's README More... about 11 years ago
Make ASTUnit structure stable with NDEBUG More... about 11 years ago
clang-format: Fix bug in alignment of complex template parameters. More... about 11 years ago
clang-format: Recognize braced lists with trailing function call. More... about 11 years ago
For AArch64, intrinsic vget_low_xxx can be optimized away. More... about 11 years ago
Comment parsing tests: XML schema: actually run the valid-function-10.xml test More... about 11 years ago
ObjectiveC migrator. Improve on definition, use and testing of objc_bridgmutable attribute per Aaron Ballman's comments. // rdar://15498044 More... about 11 years ago
PR18013: Don't assert diagnosing a bad std::initializer_list construction. 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. 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 More... about 11 years ago
ObjectiveC migrator. delegate property must be inferred as 'assign', not 'assign' and 'strong'. // rdar://15509831 More... about 11 years ago
Fix a crash in EmitStoreThroughExtVectorComponentLValue for vectors of odd sizes. More... about 11 years ago
Added testcase for r195255. More... about 11 years ago
[ARM] add basic support for Cortex-A7 and VFPv4 to Clang More... about 11 years ago
Better implementation of JavaScript === and !== operators. More... about 11 years ago
ARM: define & use __ARM_NEON on ARM32 (as per ACLE) More... about 11 years ago
Implemented Neon scalar vdup_lane intrinsics. More... about 11 years ago
Revert "Add new attribute 'objc_suppress_protocol' to suppress protocol conformance for a class." More... about 11 years ago
Implemented Neon scalar by element intrinsics. More... about 11 years ago
Add new attribute 'objc_suppress_protocol' to suppress protocol conformance for a class. More... about 11 years ago
Refactor some of handleObjCBridgeAttr to make it more concise and the diagnostic reusable. 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. 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. More... about 11 years ago
Refactored integer argument checking code into a helper method. Removes a considerable amount of duplicated code. More... about 11 years ago
clang-format: Improve formatting of ObjC method expressions. More... about 11 years ago
ObjectiveC migrator. use strong instead of retain attribute for inferred properties. // rdar://15519923 More... about 11 years ago
ObjectiveC. Allow toll free bridge cast warnings outside ARC and in objectiveC/ObjectiveC++ MRR mode as well. // rdar://15454846 More... about 11 years ago
Implemented DefaultIntArgument in the table generator and start using it in semantic analysis. Removes some magic numbers. More... about 11 years ago