index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaDeclAttr.cpp
Age
Commit message (
Expand
)
Author
2012-12-09
Virtual method overrides can no longer have mismatched calling conventions. ...
Aaron Ballman
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-13
A couple of small fixes to r167783
Kaelyn Uhrain
2012-11-12
Enable C++11 attribute syntax for warn_unused_result and allow it to be
Kaelyn Uhrain
2012-11-07
Reduce nesting. No functionality change.
Nico Weber
2012-11-07
Add missing check to warning for packed attribute. PR14259.
Eli Friedman
2012-11-01
Update the front end to use minsize attribute
Quentin Colombet
2012-10-29
Revert commit r166946
Quentin Colombet
2012-10-29
Make forcesizeopt attribute available to the end user
Quentin Colombet
2012-10-16
Add pnaclcall convention to Native Client targets.
Derek Schuff
2012-10-12
Make -mms-bitfields behave consistently.
Eli Friedman
2012-10-02
Allowing individual targets to determine whether a given calling convention i...
Aaron Ballman
2012-09-21
objective-C: when diagnosing deprecated/unavailable usage of
Fariborz Jahanian
2012-09-11
Fix warning from r163642
DeLesley Hutchins
2012-09-11
Thread safety analysis: fix bug related to lock_returned attribute
DeLesley Hutchins
2012-09-07
objective-C: introduce __attribute((objc_requires_super)) on method
Fariborz Jahanian
2012-09-07
Thread-safety analysis: Add support for selectively turning off warnings
DeLesley Hutchins
2012-09-04
Revert r163078 per chandlerc's request.
Joao Matos
2012-09-02
Added a diagnostic for mismatched MS inheritance attributes. Also fixed the i...
Joao Matos
2012-08-31
Thread-safety analysis: fix handling of string constants in mutex
DeLesley Hutchins
2012-08-29
Fix serious regression introduced in r157780 where __attribute__((NSObject))
Ted Kremenek
2012-08-28
objective-C arc: ns_returns_retained is a type attribute in ARC,
Fariborz Jahanian
2012-08-17
Add support for "type safety" attributes that allow checking that 'void *'
Dmitri Gribenko
2012-08-14
Remove and simplify unused checking code.
Benjamin Kramer
2012-08-14
Fix horribly broken sema of __attribute__((pcs())).
Benjamin Kramer
2012-08-08
Unify the codepaths for emitting deprecation warnings. The test changes are ...
Eli Friedman
2012-08-03
Fix line endings.
Michael Han
2012-07-24
Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on
Nick Lewycky
2012-07-24
Fix whitespace, whoops missed a spot!
Nick Lewycky
2012-07-24
Fix whitespace, tabs to spaces. No functionality change.
Nick Lewycky
2012-07-23
Refactor handler functions for thread safety attributes.
Michael Han
2012-07-09
Patch by Anton Lokhmotov to add OpenCL work group size attributes.
Tanya Lattner
2012-06-23
Support the tls_model attribute (PR9788)
Hans Wennborg
2012-06-19
Reapply r158700 and fixup patches, minus one hunk that slipped through and
Sean Hunt
2012-06-19
Thread Safety Analysis: Move some warnings on thread safety
DeLesley Hutchins
2012-06-19
Reapplying the changes from r158717 as they were rolled back to avoid merge c...
Aaron Ballman
2012-06-19
Revert r158700 and dependent patches r158716, r158717, and r158731.
Jakob Stoklund Olesen
2012-06-19
Improves parsing and semantic analysis for MS __declspec attributes. This in...
Aaron Ballman
2012-06-19
Improve the specification of spellings in Attr.td.
Sean Hunt
2012-06-18
fix PR13071 / rdar://problem/11634669 :
Nuno Lopes
2012-06-18
alloc_size attribute: there's nothing wrong with alloc_size(1,1). It just mea...
Nuno Lopes
2012-06-18
[MSExtensions] Add support for __forceinline.
Michael J. Spencer
2012-06-14
Still more Doxygen documentation fixes:
James Dennett
2012-06-13
Allow __attribute__((unused)) for fields and make it silence
Daniel Jasper
2012-06-06
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-05-31
objc: properties of NSObject attribute must
Fariborz Jahanian
2012-05-27
-Wdeprecated warning to include reference (as a note)
Fariborz Jahanian
2012-05-24
implement Sema support for the alloc_size attribute
Nuno Lopes
2012-05-22
Recognize the MS inheritance attributes and turn them into attributes
John McCall
[next]