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 some custom logic to using table-generated helper methods. This al...
Aaron Ballman
2013-10-14
1
-23
/
+11
*
Consumed analysis: replace the consumes attribute with a set_typestate
DeLesley Hutchins
2013-10-11
1
-58
/
+84
*
Consumed analysis: switch from tests_consumed/unconsumed to a general
DeLesley Hutchins
2013-10-11
1
-23
/
+27
*
Switching the CallableWhen attribute over to using the string literal helper ...
Aaron Ballman
2013-10-05
1
-17
/
+11
*
Consumed Analysis: Change callable_when so that it can take a list of states
DeLesley Hutchins
2013-10-04
1
-6
/
+34
*
Implement ARM GNU-style interrupt attribute
Tim Northover
2013-10-01
1
-1
/
+1
*
Move checkStringLiteralArgument into Sema class
Tim Northover
2013-10-01
1
-16
/
+15
*
Fixes a buildbot failure (was using local
Fariborz Jahanian
2013-09-19
1
-4
/
+2
*
Refinement to my previous patch for
Fariborz Jahanian
2013-09-19
1
-1
/
+7
*
ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation
Fariborz Jahanian
2013-09-19
1
-12
/
+18
*
Recommited:
Stepan Dyatkovskiy
2013-09-18
1
-65
/
+12
*
Updated the way the ownership attributes are semantically diagnosed. Added t...
Aaron Ballman
2013-09-16
1
-59
/
+43
*
Switching the WeakRef attribute to using the new checkStringLiteralArgument h...
Aaron Ballman
2013-09-13
1
-50
/
+41
*
Updated the PCS calling convention to use the new checkStringLiteralArgument ...
Aaron Ballman
2013-09-13
1
-9
/
+2
*
As Aaron pointed out it's simpler to reject wide string availability attr mes...
Benjamin Kramer
2013-09-13
1
-9
/
+2
*
Guard availability and thread safety attributes against wide strings.
Benjamin Kramer
2013-09-13
1
-4
/
+10
*
Unify handling of string literal arguments for attributes and add fixits.
Benjamin Kramer
2013-09-13
1
-71
/
+69
*
Tablegen now generates a StringSwitch for attributes containing enumeration a...
Aaron Ballman
2013-09-11
1
-66
/
+30
*
The cleanup attribute no longer uses an unresolved, simple identifier as its ...
Aaron Ballman
2013-09-11
1
-28
/
+30
*
Rejected 190391, due to failures on clang-x86_64-darwin11-nobootstrap-RAincre...
Stepan Dyatkovskiy
2013-09-10
1
-12
/
+65
*
Fix for PR16752. Second commit.
Stepan Dyatkovskiy
2013-09-10
1
-65
/
+12
*
Adding a FIXME based on feedback from Richard Smith.
Aaron Ballman
2013-09-09
1
-0
/
+3
*
Attribute tablegen now understands that attribute arguments can be optional. ...
Aaron Ballman
2013-09-09
1
-228
/
+26
*
Sema: Don't crash on visibility attributes with an identifier argument.
Benjamin Kramer
2013-09-09
1
-3
/
+4
*
Removing the endian attribute and updating associated test cases. This funct...
Aaron Ballman
2013-09-09
1
-22
/
+0
*
Consumed Analysis: The 'consumable' attribute now takes a identifier specifyi...
David Blaikie
2013-09-06
1
-2
/
+25
*
Switched FormatAttr to using an IdentifierArgument instead of a StringArgumen...
Aaron Ballman
2013-09-03
1
-6
/
+10
*
Consumed analysis: add return_typestate attribute.
DeLesley Hutchins
2013-09-03
1
-0
/
+61
*
Consolidating the notion of a GNU attribute parameter with the attribute argu...
Aaron Ballman
2013-08-31
1
-190
/
+162
*
Consumed analysis: add 'consumable' class attribute.
DeLesley Hutchins
2013-08-30
1
-15
/
+60
*
Add ms_abi and sysv_abi attribute handling.
Charles Davis
2013-08-30
1
-0
/
+20
*
Remove Inheritable/NonInheritable flags from ProcessDeclAttributes. They don't
Richard Smith
2013-08-29
1
-48
/
+21
*
Mode is now handled as a non-inheritable attribute, and CUDADevice & CUDAHost...
Aaron Ballman
2013-08-28
1
-5
/
+4
*
Since r179585, __declspec(property) has gotten special treatment as an attrib...
Aaron Ballman
2013-08-26
1
-1
/
+0
*
Updated the consumed analysis warnings to use a more standardized diagnostic.
Aaron Ballman
2013-08-21
1
-8
/
+8
*
Removed unnecessary asserts.
Aaron Ballman
2013-08-21
1
-38
/
+0
*
Don't reject attribute used in an "extern const" variable definition.
Rafael Espindola
2013-08-16
1
-1
/
+1
*
Patch by Chris Wailes <chris.wailes@gmail.com>.
DeLesley Hutchins
2013-08-12
1
-0
/
+77
*
Sema: Assertion failure during CodeGen in CodeGenModule::EmitUuidofInitializer
David Majnemer
2013-08-09
1
-21
/
+10
*
err_attribute_missing_parameter_name has been replaced by err_attribute_argum...
Aaron Ballman
2013-07-30
1
-1
/
+2
*
Replacing err_attribute_argument_not_int with err_attribute_not_type_attr
Aaron Ballman
2013-07-30
1
-10
/
+15
*
err_attribute_not_string has been subsumed by err_attribute_argument_type.
Aaron Ballman
2013-07-30
1
-39
/
+33
*
Refactor some attributes to use checkFunctionOrMethodArgumentIndex instead of...
Aaron Ballman
2013-07-30
1
-159
/
+46
*
Support for Thread Safety Analysis in C
David Blaikie
2013-07-29
1
-1
/
+1
*
Added the attribute name to the err_attribute_wrong_number_arguments diagnost...
Aaron Ballman
2013-07-23
1
-26
/
+50
*
Going back to using getName for consistency.
Aaron Ballman
2013-07-23
1
-7
/
+2
*
Replacing some manual diagnostic checks with an existing helper method. Addi...
Aaron Ballman
2013-07-23
1
-12
/
+3
*
Consolidate several attribute argument diagnostics into a single, selectable ...
Aaron Ballman
2013-07-23
1
-44
/
+68
*
Correcting the NSObject and Overloadable attribute diagnostics so that the co...
Aaron Ballman
2013-07-23
1
-6
/
+2
*
add type attribute warn_unused, for -Wunused-variable warnings (pr#14253)
Lubos Lunak
2013-07-20
1
-0
/
+14
[prev]
[next]