index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
attr-availability.c
Age
Commit message (
Expand
)
Author
2013-01-08
Clear LV cache when dropping availability attributes.
Rafael Espindola
2013-01-08
Don't crash when trying to apply the availability attribute to a block.
Rafael Espindola
2013-01-08
Clear the LV cache when merging the availability attribute.
Rafael Espindola
2012-10-01
availability in structured documents. Takes
Fariborz Jahanian
2012-07-24
Add __has_feature(attribute_availability_with_message).
Jordan Rose
2012-05-07
Process attributes in the order they appear in the source code. This make clang
Rafael Espindola
2012-05-06
Split mergeAvailabilityAttr out of handleAvailabilityAttr. This is important
Rafael Espindola
2012-04-23
with -Wdeprecated, include a note to its deprecated declaration
Fariborz Jahanian
2012-01-23
fixes location of "availability" attribute so warning is displayed at
Fariborz Jahanian
2011-12-10
test/Sema/attr-availability.c: Add explicit -triple x86_64-apple-darwin9, for...
NAKAMURA Takumi
2011-12-10
Add ability to supply additional message to availability macros,
Fariborz Jahanian
2011-08-10
For the availability attribute, allow a declaration to be deprecated
Douglas Gregor
2011-03-23
Implement a new 'availability' attribute, that allows one to specify
Douglas Gregor