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
*
Add pnaclcall convention to Native Client targets.
Derek Schuff
2012-10-16
1
-0
/
+7
*
Make -mms-bitfields behave consistently.
Eli Friedman
2012-10-12
1
-2
/
+2
*
Allowing individual targets to determine whether a given calling convention i...
Aaron Ballman
2012-10-02
1
-0
/
+7
*
objective-C: when diagnosing deprecated/unavailable usage of
Fariborz Jahanian
2012-09-21
1
-4
/
+14
*
Fix warning from r163642
DeLesley Hutchins
2012-09-11
1
-1
/
+0
*
Thread safety analysis: fix bug related to lock_returned attribute
DeLesley Hutchins
2012-09-11
1
-3
/
+0
*
objective-C: introduce __attribute((objc_requires_super)) on method
Fariborz Jahanian
2012-09-07
1
-0
/
+30
*
Thread-safety analysis: Add support for selectively turning off warnings
DeLesley Hutchins
2012-09-07
1
-1
/
+3
*
Revert r163078 per chandlerc's request.
Joao Matos
2012-09-04
1
-42
/
+12
*
Added a diagnostic for mismatched MS inheritance attributes. Also fixed the i...
Joao Matos
2012-09-02
1
-12
/
+42
*
Thread-safety analysis: fix handling of string constants in mutex
DeLesley Hutchins
2012-08-31
1
-2
/
+5
*
Fix serious regression introduced in r157780 where __attribute__((NSObject))
Ted Kremenek
2012-08-29
1
-4
/
+2
*
objective-C arc: ns_returns_retained is a type attribute in ARC,
Fariborz Jahanian
2012-08-28
1
-2
/
+2
*
Add support for "type safety" attributes that allow checking that 'void *'
Dmitri Gribenko
2012-08-17
1
-0
/
+128
*
Remove and simplify unused checking code.
Benjamin Kramer
2012-08-14
1
-16
/
+7
*
Fix horribly broken sema of __attribute__((pcs())).
Benjamin Kramer
2012-08-14
1
-5
/
+7
*
Unify the codepaths for emitting deprecation warnings. The test changes are ...
Eli Friedman
2012-08-08
1
-31
/
+25
*
Fix line endings.
Michael Han
2012-08-03
1
-41
/
+41
*
Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on
Nick Lewycky
2012-07-24
1
-3
/
+9
*
Fix whitespace, whoops missed a spot!
Nick Lewycky
2012-07-24
1
-1
/
+1
*
Fix whitespace, tabs to spaces. No functionality change.
Nick Lewycky
2012-07-24
1
-6
/
+6
*
Refactor handler functions for thread safety attributes.
Michael Han
2012-07-23
1
-100
/
+205
*
Patch by Anton Lokhmotov to add OpenCL work group size attributes.
Tanya Lattner
2012-07-09
1
-9
/
+41
*
Support the tls_model attribute (PR9788)
Hans Wennborg
2012-06-23
1
-1
/
+39
*
Reapply r158700 and fixup patches, minus one hunk that slipped through and
Alexis Hunt
2012-06-19
1
-158
/
+158
*
Thread Safety Analysis: Move some warnings on thread safety
DeLesley Hutchins
2012-06-19
1
-22
/
+28
*
Reapplying the changes from r158717 as they were rolled back to avoid merge c...
Aaron Ballman
2012-06-19
1
-29
/
+33
*
Revert r158700 and dependent patches r158716, r158717, and r158731.
Jakob Stoklund Olesen
2012-06-19
1
-191
/
+187
*
Improves parsing and semantic analysis for MS __declspec attributes. This in...
Aaron Ballman
2012-06-19
1
-29
/
+33
*
Improve the specification of spellings in Attr.td.
Alexis Hunt
2012-06-19
1
-166
/
+166
*
fix PR13071 / rdar://problem/11634669 :
Nuno Lopes
2012-06-18
1
-0
/
+6
*
alloc_size attribute: there's nothing wrong with alloc_size(1,1). It just mea...
Nuno Lopes
2012-06-18
1
-14
/
+2
*
[MSExtensions] Add support for __forceinline.
Michael J. Spencer
2012-06-18
1
-0
/
+10
*
Still more Doxygen documentation fixes:
James Dennett
2012-06-14
1
-2
/
+2
*
Allow __attribute__((unused)) for fields and make it silence
Daniel Jasper
2012-06-13
1
-1
/
+1
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-1
/
+1
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
objc: properties of NSObject attribute must
Fariborz Jahanian
2012-05-31
1
-1
/
+9
*
-Wdeprecated warning to include reference (as a note)
Fariborz Jahanian
2012-05-27
1
-1
/
+5
*
implement Sema support for the alloc_size attribute
Nuno Lopes
2012-05-24
1
-0
/
+76
*
Recognize the MS inheritance attributes and turn them into attributes
John McCall
2012-05-22
1
-1
/
+47
*
StringSwitchify. No functionality change.
Benjamin Kramer
2012-05-16
1
-20
/
+13
*
Factor sema for attributes unavailable and deprecated into a common function.
Benjamin Kramer
2012-05-16
1
-28
/
+13
*
Refactor all the
Rafael Espindola
2012-05-13
1
-56
/
+47
*
Produce a warning for mismatched section attributes. Completest pr9356.
Rafael Espindola
2012-05-13
1
-3
/
+17
*
Add support for __attribute__((hot)) and __attribute__((cold)).
Benjamin Kramer
2012-05-12
1
-0
/
+42
*
Remove unused variable. Thanks to Dmitri Gribenko for noticing it.
Rafael Espindola
2012-05-12
1
-2
/
+0
*
Teach the parser to deal with multiple spellings for the same
Douglas Gregor
2012-05-11
1
-1
/
+0
*
Make sure that we recognize __attribute__((align)) as a synonym for
Douglas Gregor
2012-05-11
1
-0
/
+1
*
Fix a recent regression with the merging of format attributes.
Rafael Espindola
2012-05-11
1
-20
/
+27
[next]