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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-371
/
+39
*
[Sema] Don't look for the instantiation of a local extern decl in a different
Argyrios Kyrtzidis
2013-11-27
1
-1
/
+3
*
Sema: Instantiate local class and their members appropriately
David Majnemer
2013-11-27
3
-14
/
+47
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
7
-17
/
+3
*
Unify lookup from within not-yet-defined defaulted special members: use common
Richard Smith
2013-11-27
1
-47
/
+64
*
Implement -Wold-style-cast
Alp Toker
2013-11-27
1
-0
/
+4
*
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
*
PR18044: Reject declarations of enumtype::X early to avoid an assertion in
Richard Smith
2013-11-25
1
-1
/
+1
*
Making type_tag_for_datatype consistent with its declared subject from Attr.t...
Aaron Ballman
2013-11-25
1
-0
/
+6
*
Take cv-qualifiers on fields of class type into account when determining
Richard Smith
2013-11-25
1
-0
/
+4
*
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
2
-3
/
+32
*
Change ObjCIntefaceDecl::lookupMethod() to have optional 'followsSuper' argum...
Ted Kremenek
2013-11-23
1
-6
/
+17
*
ObjectiveC. Remove warning diagnostic which checks
Fariborz Jahanian
2013-11-23
1
-67
/
+0
*
Whitespace. No functional change intended.
Aaron Ballman
2013-11-22
1
-4
/
+4
*
Add class-specific operator new to Decl hierarchy. This guarantees that Decls
Richard Smith
2013-11-22
2
-9
/
+5
*
ObjectiveC migrator. Improve on definition, use
Fariborz Jahanian
2013-11-22
1
-6
/
+2
*
PR18013: Don't assert diagnosing a bad std::initializer_list construction.
Richard Smith
2013-11-21
1
-7
/
+25
*
ObjectiveC. Implement attribute 'objc_bridge_mutable'
Fariborz Jahanian
2013-11-21
2
-11
/
+47
*
Revert "Add new attribute 'objc_suppress_protocol' to suppress protocol confo...
Ted Kremenek
2013-11-21
2
-37
/
+5
*
Add new attribute 'objc_suppress_protocol' to suppress protocol conformance f...
Ted Kremenek
2013-11-21
2
-5
/
+37
*
Refactor some of handleObjCBridgeAttr to make it more concise and the diagnos...
Ted Kremenek
2013-11-21
1
-8
/
+7
*
Provide better diagnostic wording for initializers on static
Hans Wennborg
2013-11-21
1
-3
/
+3
*
PR10837: Warn if a null pointer constant is formed by a zero integer constant
Richard Smith
2013-11-21
1
-6
/
+8
*
Refactored integer argument checking code into a helper method. Removes a con...
Aaron Ballman
2013-11-21
1
-111
/
+61
*
ObjectiveC. Allow toll free bridge cast warnings outside
Fariborz Jahanian
2013-11-21
2
-9
/
+17
*
Implemented DefaultIntArgument in the table generator and start using it in s...
Aaron Ballman
2013-11-21
1
-4
/
+4
*
ObjectiveC ARC. warn in presense of __bridge casting to
Fariborz Jahanian
2013-11-20
1
-0
/
+9
*
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
*
Refine 'deprecated' checking for Objective-C classes/methods.
Ted Kremenek
2013-11-20
2
-1
/
+19
*
When wrapping lazily generated builtins in an extern "C" context,
Enea Zaffanella
2013-11-20
1
-0
/
+1
*
Removing a custom error diagnostic and replacing it with a stock one. Added a...
Aaron Ballman
2013-11-20
1
-2
/
+4
*
ObjectiveC ARC. validate toll free bridge casting
Fariborz Jahanian
2013-11-20
1
-5
/
+23
*
PR9547: If we're parsing a simple-declaration that contains a tag definition,
Richard Smith
2013-11-19
2
-4
/
+9
*
Switching some string literals to be generated by the AttributeList object it...
Aaron Ballman
2013-11-19
1
-5
/
+5
*
Further fixes when thiscall is the default for methods.
Rafael Espindola
2013-11-19
3
-162
/
+153
[next]