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
2008-12-26
Add full dllimport / dllexport support: both sema checks and codegen.
Anton Korobeynikov
2008-12-23
Sema for fastcall/stdcall stuff. Tests will follow.
Anton Korobeynikov
2008-12-21
Fix a comment.
Sebastian Redl
2008-12-17
Semantics of @protocol attributes.
Fariborz Jahanian
2008-12-11
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-04
Fix bug in attribute(nonnull) processing where not all of the parameter indic...
Ted Kremenek
2008-11-24
Change a whole lot of diagnostics to take QualType's directly
Chris Lattner
2008-11-23
Convert IdentifierInfo's to be printed the same as DeclarationNames
Chris Lattner
2008-11-20
__weak ivar need not warn.
Fariborz Jahanian
2008-11-20
Rename IdentifierInfo::isName to ::isStr. Use a nifty trick
Chris Lattner
2008-11-20
More objc gc stuff. Read/Write barriers for local static/extern,
Fariborz Jahanian
2008-11-19
stop calling II::getName() unnecesarily in sema
Chris Lattner
2008-11-19
add direct support for signed and unsigned integer arguments to diagnostics.
Chris Lattner
2008-11-19
Switch several more Sema Diag methods over. This simplifies the
Chris Lattner
2008-11-18
Attribute nonnull can be applied to block pointers.
Ted Kremenek
2008-10-28
Add attribute always_inline support.
Daniel Dunbar
2008-10-19
Improve attribute parsing & tests.
Daniel Dunbar
2008-10-16
Implement #pragma pack use in structure packing. The general approach
Daniel Dunbar
2008-10-05
Implement support for the const and pure attributes.
Anders Carlsson
2008-10-05
Add parsing of the sentinel attribute. Still need to create the attribute.
Anders Carlsson
2008-09-26
Sema support for format and noreturn attributes on Objective-C methods.
Daniel Dunbar
2008-09-26
Add support for CFString in format attribute.
Daniel Dunbar
2008-09-18
Finish pushing blocks attribute through the clang attribute machinery.
Steve Naroff
2008-09-02
An extremely hacky version of transparent_union support; it isn't
Eli Friedman
2008-09-01
Tidy up sema processing of attribute "nonull":
Ted Kremenek
2008-08-24
Fix silly bug in objc_gc attribute parsing and add test case
Anders Carlsson
2008-08-23
Add support for parsing the objc_gc attribute. Tests will come shortly.
Anders Carlsson
2008-08-22
Use isa instead of dyn_cast.
Anders Carlsson
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
Minor #include cleaning
Daniel Dunbar
2008-08-07
attribute "unused" also applies to functions.
Ted Kremenek
2008-07-31
Support __attribute__(({con,de}structor)) in Parse & Sema
Daniel Dunbar
2008-07-26
change more instances of QualType::getCanonicalType to call
Chris Lattner
2008-07-25
Implemented Sema support for attribute "unused".
Ted Kremenek
2008-07-22
Use llvm::utostr_32 instead of ostringstream.
Ted Kremenek
2008-07-21
Add test case for nonnull attribute.
Ted Kremenek
2008-07-21
Added sema support for the nonnull attribute. Will add test cases soon.
Ted Kremenek
2008-07-15
Added parsing/sema support for __attribute__ ((IBOutlet)), a clang-specific a...
Ted Kremenek
2008-06-29
make the rest of the decl attribute processing methods be
Chris Lattner
2008-06-29
make most of Sema public. Sema is a class private to the Sema library
Chris Lattner
2008-06-29
move a few methods, no other change.
Chris Lattner
2008-06-29
handle type attributes when converting types, not when processing decls.
Chris Lattner
2008-06-29
Make ProcessDeclAttributes walk the declarator structure pulling
Chris Lattner
2008-06-29
move some code from all callers of ProcessDeclAttributes into
Chris Lattner
2008-06-28
more attribute refactoring/renaming, no functionality change.
Chris Lattner
2008-06-28
more minor tidiness.
Chris Lattner
2008-06-28
more cleanups, refactor HandleVectorTypeAttribute
Chris Lattner
2008-06-28
adjust the prototypes of a bunch of decl processing methods to take
Chris Lattner
2008-06-27
the 'mode' attribute is a decl attribute, not a type attribute. Move it to
Chris Lattner
[next]