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
*
Turned Sema::HandleDelayedAvailabilityCheck into a static function; NFC.
Aaron Ballman
2014-10-15
1
-100
/
+92
*
Initial support for the align_value attribute
Hal Finkel
2014-10-02
1
-0
/
+55
*
Support the assume_aligned function attribute
Hal Finkel
2014-09-26
1
-8
/
+76
*
Add __builtin_assume and __builtin_assume_aligned using @llvm.assume.
Hal Finkel
2014-09-07
1
-1
/
+1
*
Fix up formatting.
Eli Bendersky
2014-09-02
1
-1
/
+1
*
Fix representation of __attribute__((nonnull)) to support correctly modeling
Richard Smith
2014-08-27
1
-33
/
+34
*
Highlight the offending function parameter when the format argument refers to...
Aaron Ballman
2014-08-04
1
-5
/
+6
*
Highlight the offending function parameter when the format_arg argument refer...
Aaron Ballman
2014-08-04
1
-6
/
+4
*
Dropping some else-after-returns. No functional changes intended.
Aaron Ballman
2014-08-01
1
-7
/
+7
*
Improving diagnostic source ranges for the nonnull attribute. Now it highligh...
Aaron Ballman
2014-08-01
1
-9
/
+31
*
Implemented a diagnostic to handle multiple, distinct ownership_return attrib...
Aaron Ballman
2014-07-31
1
-2
/
+15
*
Removing an outdated FIXME. No functional changes.
Aaron Ballman
2014-07-31
1
-4
/
+0
*
Automate attribute argument count semantic checking when there are variadic o...
Aaron Ballman
2014-07-31
1
-67
/
+43
*
Improving the "integer constant too large" diagnostics based on post-commit f...
Aaron Ballman
2014-07-24
1
-1
/
+2
*
Improve the checkUInt32Argument() helper function so that it diagnoses intege...
Aaron Ballman
2014-07-22
1
-0
/
+6
*
Objective-C. Changes per A. Ballman's comment
Fariborz Jahanian
2014-07-16
1
-6
/
+7
*
Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
Fariborz Jahanian
2014-07-16
1
-0
/
+14
*
Fix typos
Alp Toker
2014-07-14
1
-1
/
+1
*
The returns_nonnull attribute does not require a function prototype because i...
Aaron Ballman
2014-07-11
1
-1
/
+1
*
Switch over a few uses of param_begin() to parameters()
Alp Toker
2014-07-07
1
-1
/
+1
*
Make FunctionDecl::getReturnTypeSourceRange() support non-builtin types
Alp Toker
2014-07-02
1
-9
/
+4
*
MS ABI: Ignore dll attributes on partial template specializations
Hans Wennborg
2014-06-24
1
-0
/
+7
*
Merge handleDLLImportAttr and handleDLLExportAttr into one function.
Hans Wennborg
2014-06-24
1
-13
/
+6
*
Objective-C. Diagnose when property access is using declared
Fariborz Jahanian
2014-06-16
1
-7
/
+12
*
Objective-C. Use isObjCRetainableType in my last
Fariborz Jahanian
2014-06-12
1
-5
/
+3
*
Objective-C. Accept '__attribute__((__ns_returns_retained__))'
Fariborz Jahanian
2014-06-11
1
-1
/
+12
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-2
/
+2
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-39
/
+39
*
Don't suppress warning about dllimport on typedefs etc. in MicrosoftExt mode
Hans Wennborg
2014-05-23
1
-12
/
+0
*
Implement the flatten attribute.
Peter Collingbourne
2014-05-20
1
-0
/
+3
*
Implement the no_split_stack attribute.
Peter Collingbourne
2014-05-19
1
-0
/
+3
*
[OpenCL] Reject reqd_work_group_size(X, Y, Z) where X, Y or Z == 0.
Joey Gouly
2014-05-19
1
-2
/
+9
*
Allow dllimport/dllexport on inline functions and adjust the linkage.
Hans Wennborg
2014-05-15
1
-15
/
+0
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-0
/
+1
*
Add support for __declspec(thread) under -fms-extensions
Reid Kleckner
2014-05-01
1
-0
/
+22
*
In preparation for being able to use simple Boolean logic expressions involvi...
Aaron Ballman
2014-04-04
1
-15
/
+41
*
Implement the 'optnone' attribute, which suppresses most optimizations
Paul Robinson
2014-03-31
1
-1
/
+24
*
Capability attributes can now be declared on a typedef declaration as well as...
Aaron Ballman
2014-03-24
1
-45
/
+60
*
Replacing the exclusive_lock_function, shared_lock_function and unlock_functi...
Aaron Ballman
2014-03-20
1
-67
/
+6
*
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...
Aaron Ballman
2014-03-17
1
-4
/
+2
*
Objective-C. Allow objc_designated_initializer for private
Fariborz Jahanian
2014-03-14
1
-1
/
+5
*
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...
Aaron Ballman
2014-03-10
1
-24
/
+14
*
[Sema] Fix assertion hit with #pragma weak.
Argyrios Kyrtzidis
2014-03-09
1
-0
/
+2
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-6
/
+4
*
Reformatting the style used within the massive attribute semantic handling sw...
Aaron Ballman
2014-03-06
1
-115
/
+245
*
Remove 2 dead 'break' statements. The 'break' usage in this switch is incons...
Ted Kremenek
2014-03-06
1
-2
/
+0
*
Capabilities are required to pass a name specifying what type of capability i...
Aaron Ballman
2014-03-05
1
-1
/
+9
*
Sema: Definition of dllimport globals is not allowed
Nico Rieck
2014-02-26
1
-9
/
+0
*
Attr: Remove ForceInline
David Majnemer
2014-02-25
1
-2
/
+0
*
Reorganize and improve semantic tests for dllexport/import
Nico Rieck
2014-02-22
1
-2
/
+2
[next]