- 897cd90 don't crash when sentinel attribute is used on function without a prototype, by Chris Lattner · 16 years ago
- 6e775db Add Parse/Sema support for weak_import attribute. by Daniel Dunbar · 16 years ago
- 0b2b6e1 Switch attributes to be allocated from the declcontext bump pointer just like by Chris Lattner · 16 years ago
- 7339749 PR3691: Add support for complex modes. I also tossed in support for XF by Eli Friedman · 16 years ago
- 72564e7 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 16 years ago
- b90052a Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes PR3656. by Anders Carlsson · 16 years ago
- 89951a8 remove some more methods from objc decls, using the iterator by Chris Lattner · 16 years ago
- 5bab788 Add sema support for the noinline attribute. by Anders Carlsson · 16 years ago
- 7549c55 __attribute__((aligned)) was being ignored! by Daniel Dunbar · 16 years ago
- ba372b8 Cleanup objc's gc attributes code no longer needed. by Fariborz Jahanian · 16 years ago
- 3274260 Attribute 'iboutlet' can be applied to Objective-C property declarations. by Ted Kremenek · 16 years ago
- 396b2a2 Diagnose non-power-of-2 arguments to attribute aligned. by Daniel Dunbar · 16 years ago
- 0db29ec add parser and type checking support for attribute((objc_exception)). by Chris Lattner · 16 years ago
- 026dc96 Several related changes: by Chris Lattner · 16 years ago
- 186204b Warn about attribute used ignored on "extern int a __attribute__((used))". by Daniel Dunbar · 16 years ago
- b805dad Sema/AST support for attribute used. Patch by Anders Johnson (with small tweaks & test case)! by Daniel Dunbar · 16 years ago
- b235caa Start warning about unknown attributes. by Anders Carlsson · 16 years ago
- 05f8e47 Add a new Ignored attribute type, and use it for may_alias. by Anders Carlsson · 16 years ago
- e896d98 Add CodeGen support for the nodebug attribute. by Anders Carlsson · 16 years ago
- d87df37 Add sema support for the nodebug attribute. by Anders Carlsson · 16 years ago
- f98aba3 Initial implementation of arbitrary fixed-width integer types. by Eli Friedman · 16 years ago
- 17f194f Support __attribute__(section(<name>)) by Daniel Dunbar · 16 years ago
- f9201e0 Initial implementation of function overloading in C. by Douglas Gregor · 16 years ago
- 89941c1 Improve Sema of the cleanup attribute somewhat. by Anders Carlsson · 16 years ago
- 47b9a1c Some name-lookup-related fixes, from Piotr Rak! by Douglas Gregor · 16 years ago
- f6e35d0 Add sema support for the cleanup attribute. by Anders Carlsson · 16 years ago
- 500d329 move library-specific diagnostic headers into library private dirs. Reduce by Chris Lattner · 16 years ago
- 20c6b3b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 16 years ago
- fa23c1d Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type by Fariborz Jahanian · 16 years ago
- 2f40270 Add full dllimport / dllexport support: both sema checks and codegen. by Anton Korobeynikov · 16 years ago
- 7b0a52f Sema for fastcall/stdcall stuff. Tests will follow. Patch by Ilya Okonsky! by Anton Korobeynikov · 16 years ago
- a89d82c Fix a comment. by Sebastian Redl · 16 years ago
- bc1c877 Semantics of @protocol attributes. by Fariborz Jahanian · 16 years ago
- 44b4321 Unifies the name-lookup mechanisms used in various parts of the AST by Douglas Gregor · 16 years ago
- f5e8834 Fix bug in attribute(nonnull) processing where not all of the parameter indices in nonnull(...) were actually processed. by Ted Kremenek · 16 years ago
- d162584 Change a whole lot of diagnostics to take QualType's directly by Chris Lattner · 16 years ago
- 08631c5 Convert IdentifierInfo's to be printed the same as DeclarationNames by Chris Lattner · 16 years ago
- 24b93f2 __weak ivar need not warn. by Fariborz Jahanian · 16 years ago
- 92e62b0 Rename IdentifierInfo::isName to ::isStr. Use a nifty trick by Chris Lattner · 16 years ago
- 2682d8b More objc gc stuff. Read/Write barriers for local static/extern, by Fariborz Jahanian · 16 years ago
- 3c73c41 stop calling II::getName() unnecesarily in sema by Chris Lattner · 16 years ago
- 30bc965 add direct support for signed and unsigned integer arguments to diagnostics. by Chris Lattner · 16 years ago
- fa25bbb Switch several more Sema Diag methods over. This simplifies the by Chris Lattner · 16 years ago
- 46bbaca Attribute nonnull can be applied to block pointers. by Ted Kremenek · 16 years ago
- af668b0 Add attribute always_inline support. by Daniel Dunbar · 16 years ago
- d3f2c10 Improve attribute parsing & tests. by Daniel Dunbar · 16 years ago
- 3b0db90 Implement #pragma pack use in structure packing. The general approach by Daniel Dunbar · 16 years ago
- 232eb7d Implement support for the const and pure attributes. by Anders Carlsson · 16 years ago
- 7709182 Add parsing of the sentinel attribute. Still need to create the attribute. by Anders Carlsson · 16 years ago
- 3568249 Sema support for format and noreturn attributes on Objective-C methods. by Daniel Dunbar · 16 years ago
- 085e8f7 Add support for CFString in format attribute. by Daniel Dunbar · 16 years ago
- 9eae576 Finish pushing blocks attribute through the clang attribute machinery. by Steve Naroff · 16 years ago
- bc88745 An extremely hacky version of transparent_union support; it isn't by Eli Friedman · 16 years ago
- 7fb43c1 Tidy up sema processing of attribute "nonull": by Ted Kremenek · 16 years ago
- 6e14a8f Fix silly bug in objc_gc attribute parsing and add test case by Anders Carlsson · 16 years ago
- aa0d25b Add support for parsing the objc_gc attribute. Tests will come shortly. by Anders Carlsson · 16 years ago
- 6782fc6 Use isa instead of dyn_cast. by Anders Carlsson · 16 years ago
- acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
- e4858a6 More #include cleaning by Daniel Dunbar · 16 years ago
- 12bc692 Minor #include cleaning by Daniel Dunbar · 16 years ago
- 356b63a attribute "unused" also applies to functions. by Ted Kremenek · 16 years ago
- 3068ae0 Support __attribute__(({con,de}structor)) in Parse & Sema by Daniel Dunbar · 16 years ago
- b77792e change more instances of QualType::getCanonicalType to call by Chris Lattner · 16 years ago
- 7379889 Implemented Sema support for attribute "unused". by Ted Kremenek · 16 years ago
- 6e1eb87 Use llvm::utostr_32 instead of ostringstream. by Ted Kremenek · 16 years ago
- 465172f Add test case for nonnull attribute. Fix indexing bug. by Ted Kremenek · 16 years ago
- eb2b2a3 Added sema support for the nonnull attribute. Will add test cases soon. by Ted Kremenek · 16 years ago
- 96329d4 Added parsing/sema support for __attribute__ ((IBOutlet)), a clang-specific attribute that the static analyzer will use to recognize what ivars are IBOutlets. by Ted Kremenek · 16 years ago
- 803d080 make the rest of the decl attribute processing methods be by Chris Lattner · 16 years ago
- 0b2f4da make most of Sema public. Sema is a class private to the Sema library by Chris Lattner · 16 years ago
- 0744e5f move a few methods, no other change. by Chris Lattner · 16 years ago
- 0bf29ad handle type attributes when converting types, not when processing decls. by Chris Lattner · 16 years ago
- e5c5ee1 Make ProcessDeclAttributes walk the declarator structure pulling by Chris Lattner · 16 years ago
- 3ff30c8 move some code from all callers of ProcessDeclAttributes into by Chris Lattner · 16 years ago
- f2e4bd5 more attribute refactoring/renaming, no functionality change. by Chris Lattner · 16 years ago
- 49e2d34 more minor tidiness. by Chris Lattner · 16 years ago
- 065c5a8 more cleanups, refactor HandleVectorTypeAttribute by Chris Lattner · 16 years ago
- 545dd34 adjust the prototypes of a bunch of decl processing methods to take by Chris Lattner · 16 years ago
- fbf1347 the 'mode' attribute is a decl attribute, not a type attribute. Move it to by Chris Lattner · 16 years ago
- 6b6b537 move decl attribute processing to a new SemaDeclAttr.cpp. by Chris Lattner · 16 years ago