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-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
2012-02-02
Split Sema::MarkDeclarationReferenced into multiple functions; the additional...
Eli Friedman
2012-01-29
Complain about attempts to use 'protected' visibility on targets
John McCall
2012-01-27
Added source location for the template keyword in AST template-id expressions.
Abramo Bagnara
2012-01-27
Remove redundant checks.
Jean-Daniel Dupas
2012-01-26
Don't suppress access-control or invalid-type diagnostics from a
John McCall
2012-01-24
The following patch adds __attribute__((no_address_safety_analysis)) which wi...
Kostya Serebryany
2012-01-20
Instantiate dependent attributes when instantiating templates.
DeLesley Hutchins
2012-01-17
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2012-01-17
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-06
Minor refactoring of sentinel warning on blocks. Add a test for this warning.
Eli Friedman
2012-01-05
After further discussion, rename attribute 'objc_disable_automatic_synthesis'...
Ted Kremenek
2012-01-04
Rename attribute 'objc_suppress_autosynthesis' to 'objc_disable_automatic_syn...
Ted Kremenek
2012-01-03
objc: diagnose misplacement of objc_suppress_autosynthesis
Fariborz Jahanian
2012-01-03
objc: introduce objc_suppress_autosynthesis class
Fariborz Jahanian
2011-12-16
objc: after issuing the warning on direct use of __attribute__((NSObject))
Fariborz Jahanian
2011-12-10
Add ability to supply additional message to availability macros,
Fariborz Jahanian
2011-11-29
objc: warn if NSObject attribute appears other than in a typedef.
Fariborz Jahanian
2011-11-01
Downgrade err_iboutlet_object_type to a warning. It was breaking a bunch of ...
Ted Kremenek
2011-10-26
Do not warn when weak-import attribute is applied to enum
Fariborz Jahanian
2011-10-23
Fix grammar for C++11 alignment specifiers, and add a few FIXMEs.
Peter Collingbourne
2011-10-21
c++: support gcc's application of weak attribute on
Fariborz Jahanian
2011-10-18
objc: more changes in use of IBOutletCollection attribute.
Fariborz Jahanian
2011-10-13
Allow for annotate attributes after access specifiers. When such
Erik Verbruggen
2011-10-09
For the various CF and NS attributes, don't complain if the parameter
Douglas Gregor
2011-10-07
Rename TagDecl::isDefinition -> isCompleteDefinition
John McCall
2011-10-06
Implicitly assume that a ObjC category to an unavailable interface is also un...
Argyrios Kyrtzidis
2011-10-06
When using an unavailable/deprecated interface Foo inside Foo's interface/imp...
Argyrios Kyrtzidis
2011-10-03
objc arc: Suppress certain arc diagnostics on unavailable
Fariborz Jahanian
2011-10-03
Propagate __attribute__((returns_twice)) from C to IL.
Rafael Espindola
2011-10-01
Hey, maybe we shouldn't silently ignore decl attributes
John McCall
2011-09-30
objc arc: allow objc_returns_inner_pointer on methods that return
Fariborz Jahanian
2011-09-30
Add explicit attributes to mark functions as having had their
John McCall
2011-09-29
Add an ns_bridged attribute, used to specify that a
John McCall
2011-09-29
Like IBOutletCollection, it only makes sense to apply the IBOutlet annotation...
Ted Kremenek
2011-09-26
objc-arc: mark functions which return types which can't be dealt with
Fariborz Jahanian
2011-09-23
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-21
ArrayRef-ifying Function/BlockDecl's setParams
David Blaikie
2011-09-17
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-16
Thread safety: Adding FIXMEs and a couple cleanups
Caitlin Sadowski
2011-09-15
Thread safety: cleaning up FIXME for trylocks
Caitlin Sadowski
2011-09-13
Add the location of the interface reference to IBOutletCollectionAttr.
Argyrios Kyrtzidis
2011-09-13
Keep the source range of attributes. Depends on a llvm tablegen commit.
Argyrios Kyrtzidis
2011-09-13
Record the full source range of an attribute.
Argyrios Kyrtzidis
2011-09-09
Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can
Julien Lerouge
2011-09-09
Clean up the sentinel-attribute checking code a lot. Document
John McCall
2011-09-08
Thread safety: added support for function scopes in attribute arguments.
Caitlin Sadowski
2011-09-07
Make sure the FunctionDecl's created by "#pragma weak" have correct ParmVarDe...
Eli Friedman
[next]