index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaDeclAttr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Switching the ibaction attribute handler to the generalized handler. No funct...
Aaron Ballman
2013-12-02
1
-6
/
+2
*
Replacing custom subject application logic with table-generated logic. Affect...
Aaron Ballman
2013-12-02
1
-53
/
+2
*
Refactored the tls_model attribute to use a custom subset subject. No functio...
Aaron Ballman
2013-11-29
1
-6
/
+0
*
Using a custom subject to reenable the Subjects line for the ns_bridged attri...
Aaron Ballman
2013-11-29
1
-6
/
+0
*
Enables support for custom subject lists for attributes. As a testbed, uses t...
Aaron Ballman
2013-11-29
1
-10
/
+2
*
Converts the lockable attributes to use the simple attribute handler because ...
Aaron Ballman
2013-11-27
1
-33
/
+2
*
Automated checking for C++ when determining what argument to send to the diag...
Aaron Ballman
2013-11-27
1
-16
/
+0
*
Adding the Subjects entry back for the noreturn attributes. This caused some ...
Aaron Ballman
2013-11-27
1
-19
/
+1
*
Enabling the subject list for the warn_unused attribute, and adding a test ca...
Aaron Ballman
2013-11-27
1
-9
/
+1
*
Adding in the subject for the init_priority attribute.
Aaron Ballman
2013-11-27
1
-2
/
+2
*
Refactored semantic handlers that would unilaterally apply the attribute to a...
Aaron Ballman
2013-11-27
1
-161
/
+36
*
Trivial fix: remove unused variable
Alexander Kornienko
2013-11-27
1
-1
/
+0
*
Laying the basic groundwork for table generating the diagnostics for attribut...
Aaron Ballman
2013-11-27
1
-371
/
+29
*
Remove 'DistinctSpellings' support from Attr.td and change its only user to
Richard Smith
2013-11-27
1
-26
/
+21
*
Replacing a custom diagnostic with a more standard one. No functional change ...
Aaron Ballman
2013-11-26
1
-3
/
+4
*
Making type_tag_for_datatype consistent with its declared subject from Attr.t...
Aaron Ballman
2013-11-25
1
-0
/
+6
*
SemaDeclAttr.cpp: Try to fix a warning [-Wunnamed-type-template-args]
NAKAMURA Takumi
2013-11-25
1
-1
/
+1
*
Switching the common attribute over to using the generic diagnostic, and remo...
Aaron Ballman
2013-11-24
1
-1
/
+2
*
__declspec(uuid) is only supported for C++ code according to MSDN (as well as...
Aaron Ballman
2013-11-24
1
-0
/
+14
*
__declspec(uuid) is only allowed on a class according to MSDN; this makes the...
Aaron Ballman
2013-11-24
1
-0
/
+6
*
Making some attribute diagnostics more consistent. Removes a newly-unused dia...
Aaron Ballman
2013-11-24
1
-1
/
+7
*
Remove optional parameter bit from attribute ObjCSuppressProtocol.
Ted Kremenek
2013-11-23
1
-2
/
+1
*
Add back experimental attribute objc_suppress_protocol_methods (slightly rena...
Ted Kremenek
2013-11-23
1
-1
/
+26
*
Whitespace. No functional change intended.
Aaron Ballman
2013-11-22
1
-4
/
+4
*
ObjectiveC migrator. Improve on definition, use
Fariborz Jahanian
2013-11-22
1
-6
/
+2
*
ObjectiveC. Implement attribute 'objc_bridge_mutable'
Fariborz Jahanian
2013-11-21
1
-0
/
+27
*
Revert "Add new attribute 'objc_suppress_protocol' to suppress protocol confo...
Ted Kremenek
2013-11-21
1
-28
/
+1
*
Add new attribute 'objc_suppress_protocol' to suppress protocol conformance f...
Ted Kremenek
2013-11-21
1
-1
/
+28
*
Refactor some of handleObjCBridgeAttr to make it more concise and the diagnos...
Ted Kremenek
2013-11-21
1
-8
/
+7
*
Refactored integer argument checking code into a helper method. Removes a con...
Aaron Ballman
2013-11-21
1
-111
/
+61
*
Implemented DefaultIntArgument in the table generator and start using it in s...
Aaron Ballman
2013-11-21
1
-4
/
+4
*
There is no such thing as __declspec(ms_struct), this is a GNU attribute. Swi...
Aaron Ballman
2013-11-20
1
-1
/
+2
*
Removed a duplicate diagnostic related to attribute subjects for thread safet...
Aaron Ballman
2013-11-20
1
-28
/
+22
*
Removing a custom error diagnostic and replacing it with a stock one. Added a...
Aaron Ballman
2013-11-20
1
-2
/
+4
*
Switching some string literals to be generated by the AttributeList object it...
Aaron Ballman
2013-11-19
1
-5
/
+5
*
bjectiveC. Use a uniform diagnostic for
Fariborz Jahanian
2013-11-19
1
-3
/
+7
*
ObjectiveC 'objc_bridging'. Assorment of improvements
Fariborz Jahanian
2013-11-19
1
-1
/
+2
*
ObjectiveC ARC. Adopt objc_bridge attribute
Fariborz Jahanian
2013-11-19
1
-33
/
+1
*
ObjectiveC ARC. Only briding of pointer to struct CF object is allowed.
Fariborz Jahanian
2013-11-15
1
-3
/
+8
*
ObjectiveC ARC. objc_bridge attribute should be applied to
Fariborz Jahanian
2013-11-14
1
-4
/
+3
*
ObjectiveC ARC. Introduce a new attribute, 'objc_bridge'
Fariborz Jahanian
2013-11-13
1
-0
/
+53
*
Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a
Richard Smith
2013-10-31
1
-17
/
+23
*
Factor out custom parsing for iboutletcollection and vec_type_hint attributes
Richard Smith
2013-10-31
1
-18
/
+22
*
Changed tests_typestate to test_typestate for consistency.
Chris Wailes
2013-10-29
1
-7
/
+7
*
Revert "This patch causes clang to reject alias attributes that point to unde...
Rafael Espindola
2013-10-22
1
-7
/
+0
*
This patch causes clang to reject alias attributes that point to undefined
Rafael Espindola
2013-10-22
1
-0
/
+7
*
Fix crash in cleanup attr handling
Alp Toker
2013-10-20
1
-2
/
+7
*
Consumed analysis: Add param_typestate attribute, which specifies that
DeLesley Hutchins
2013-10-17
1
-1
/
+50
*
Consumed Analysis: Allow parameters that are passed by non-const reference
DeLesley Hutchins
2013-10-17
1
-7
/
+13
*
Trivial formatting changes; no functional changes intended.
Aaron Ballman
2013-10-14
1
-4
/
+6
[prev]
[next]