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-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
2012-05-16
StringSwitchify. No functionality change.
Benjamin Kramer
2012-05-16
Factor sema for attributes unavailable and deprecated into a common function.
Benjamin Kramer
2012-05-13
Refactor all the
Rafael Espindola
2012-05-13
Produce a warning for mismatched section attributes. Completest pr9356.
Rafael Espindola
2012-05-12
Add support for __attribute__((hot)) and __attribute__((cold)).
Benjamin Kramer
2012-05-12
Remove unused variable. Thanks to Dmitri Gribenko for noticing it.
Rafael Espindola
2012-05-11
Teach the parser to deal with multiple spellings for the same
Douglas Gregor
2012-05-11
Make sure that we recognize __attribute__((align)) as a synonym for
Douglas Gregor
2012-05-11
Fix a recent regression with the merging of format attributes.
Rafael Espindola
2012-05-10
Warn about visibility attributes in typedefs.
Rafael Espindola
2012-05-10
Fix an old (2009) FIXME:
Rafael Espindola
2012-05-08
Clean up SemaDeclAttr for high-warnings build.
Jordy Rose
2012-05-08
Add missing 'y'.
Rafael Espindola
2012-05-07
Process attributes in the order they appear in the source code. This make clang
Rafael Espindola
2012-05-07
Change how we suppress access control in explicit instantiations
John McCall
2012-05-07
Refactor DelayedDiagnostics so that it keeps diagnostics in
John McCall
2012-05-06
Split mergeAvailabilityAttr out of handleAvailabilityAttr. This is important
Rafael Espindola
2012-05-04
Move Sema::VerifyIntegerConstantExpression() and
Douglas Gregor
2012-05-04
Thread safety analysis: check for LOCKABLE attribute on base classes.
DeLesley Hutchins
2012-05-02
Thread safety analysis: additional support for smart pointers in lock express...
DeLesley Hutchins
2012-05-02
Walk the decls looking for the last one that has an attribute. We do have to ...
Rafael Espindola
2012-05-02
Thread Safety Analysis: fixed attribute handling for lock_returned attribute.
DeLesley Hutchins
2012-05-01
Extend the error about incompatible visibility attributes in different
Rafael Espindola
2012-04-30
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-26
Reject cases like
Rafael Espindola
2012-04-23
with -Wdeprecated, include a note to its deprecated declaration
Fariborz Jahanian
2012-04-23
Thread safety analysis: support the use of pt_guarded_by attributes
DeLesley Hutchins
2012-04-23
Thread-safety analysis: support new "pointer to member" syntax for
DeLesley Hutchins
2012-04-21
Remove unneeded code.
Fariborz Jahanian
2012-04-20
objective-c arc: With currnt documentation,
Fariborz Jahanian
2012-04-19
Thread safety analysis: split warnings into two groups: attribute warnings
DeLesley Hutchins
2012-04-06
Thread safety analysis: downgraded requirement that mutex expressions refer t...
DeLesley Hutchins
2012-04-06
Added a new attribute, objc_root_class, which informs the compiler when a roo...
Patrick Beard
2012-03-14
Minor cleanup in attribute-related diagnostics, from Alexander Kornienko!
Douglas Gregor
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-07
Refactor Clang sema attribute handling.
Michael Han
2012-03-02
objc: When issue diagnostic about deprecated method, also
Fariborz Jahanian
2012-03-01
Fix regression from llvm-gcc where we should NOT emit a warning about __attri...
Ted Kremenek
2012-02-23
Turned on support for __declspecs: noreturn, noinline, nothrow and naked in M...
Aaron Ballman
2012-02-23
Turned on support for __declspec(deprecated) in MS compatibility mode.
Aaron Ballman
2012-02-16
Thread safety analysis: Don't check for lockable on undefined types.
DeLesley Hutchins
2012-02-04
In C++11 mode, when an integral constant expression is desired and we have a
Richard Smith
[prev]
[next]