- c4856a6 handle __vector_size__ like vector_size by Chris Lattner · 17 years ago
- 7437562 Add comment to CheckVectorCast.h by Anders Carlsson · 17 years ago
- f257b4c Report errors for invalid casts from/to vectors. by Anders Carlsson · 17 years ago
- 4ce4230 Add more semantic analysis for inline asm statements. by Anders Carlsson · 17 years ago
- 98a425c Fix sema support for the gnu ?: expression with a by Chris Lattner · 17 years ago
- 30c6675 Moved logic for -Wfloat-equal to SemaChecking.cpp. by Ted Kremenek · 17 years ago
- 49dadd6 Check that the clobber registers are valid. by Anders Carlsson · 17 years ago
- 759f45d Keep track of whether the asm is volatile or not. by Anders Carlsson · 17 years ago
- b4487a8 Check asm input and output expressions. by Anders Carlsson · 17 years ago
- 965d520 Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code? by Anders Carlsson · 17 years ago
- 076c111 Store inline asm code in the AST. by Anders Carlsson · 17 years ago
- 60476ff Improve function decl merging, patch by Oliver Hunt! by Chris Lattner · 17 years ago
- edafc0b by Steve Naroff · 17 years ago
- 3340c23 by Steve Naroff · 17 years ago
- a324907 Tighten up address-of checking, implementing test/Sema/expr-address-of.c. by Chris Lattner · 17 years ago
- 9f176d1 by Steve Naroff · 17 years ago
- 29fe746 by Steve Naroff · 17 years ago
- 6b759ce by Steve Naroff · 17 years ago
- 4fbfb45 by Steve Naroff · 17 years ago
- 82bb479 implement test/Sema/typedef-prototype.c, allowing code by Chris Lattner · 17 years ago
- 84079d7 Give AST-walk passes a way to access DeclSpec attributes on functions and by Nate Begeman · 17 years ago
- 2240f54 Rename Sema method to follow class naming convention by Nate Begeman · 17 years ago
- 0d054eb Modified -Wfloat-equal logic to suppress warnings where floating point values by Ted Kremenek · 17 years ago
- e12201e Updated diagnostic for -Wfloat-equal to underline the offending expressions. by Ted Kremenek · 17 years ago
- 3b43562 by Steve Naroff · 17 years ago
- d0cfcd0 by Steve Naroff · 17 years ago
- a645d87 Patch to set context (interface, category, etc.) in which method is declared. by Fariborz Jahanian · 17 years ago
- eed7684 by Steve Naroff · 17 years ago
- 4af7249 Patch to do statically typed ivar references. by Fariborz Jahanian · 17 years ago
- 3123363 by Steve Naroff · 17 years ago
- 342f360 Minor twik for when there is no super class and 'super' is errornously used. by Fariborz Jahanian · 17 years ago
- 2ce5dc5 'super' nailed. by Fariborz Jahanian · 17 years ago
- 8ec45b5 by Steve Naroff · 17 years ago
- 5eb2a4a by Steve Naroff · 17 years ago
- dd2e26c by Steve Naroff · 17 years ago
- e25dc13 by Steve Naroff · 17 years ago
- fa63d9d by Steve Naroff · 17 years ago
- 434fa8d by Steve Naroff · 17 years ago
- 99ee430 by Steve Naroff · 17 years ago
- 0091d14 by Steve Naroff · 17 years ago
- b82c50f by Steve Naroff · 17 years ago
- ce82758 by Steve Naroff · 17 years ago
- b1c7ad9 by Steve Naroff · 17 years ago
- 642bcba Fixed a bug which exposed the internally built type to user code. by Fariborz Jahanian · 17 years ago
- 1ddb6f5 by Steve Naroff · 17 years ago
- 92053fd Minor code clean up in method def area. by Fariborz Jahanian · 17 years ago
- e6f59f1 Represent method definitions as separate AST nodes. Pretty print will come next. by Fariborz Jahanian · 17 years ago
- ff746bc Some code clean up in the form of name changes for functions which by Fariborz Jahanian · 17 years ago
- 8473b22 Added class context to method declarations. Provide "interface *" type by Fariborz Jahanian · 17 years ago
- ea86cb8 Insert invisble arguments to method definition header. by Fariborz Jahanian · 17 years ago
- dfb1c37 First patch toward rewriting of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
- 08df2c6 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
- d8df6d8 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
- 1470b07 improve decl merging logic to be more correct with by Chris Lattner · 17 years ago
- f9167d1 Add better validation for array types when merging decls. Patch by Chris Lattner · 17 years ago
- 75c4baf by Steve Naroff · 17 years ago
- 1e1c391 by Steve Naroff · 17 years ago
- 0add5d2 by Steve Naroff · 17 years ago
- 8593cbf Fix ownership model of ParseAST to allow the dtor of by Chris Lattner · 17 years ago
- b8bf607 AST for @try statement. by Fariborz Jahanian · 17 years ago
- de3abf8 AST for @finally statement. by Fariborz Jahanian · 17 years ago
- 0679836 AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 17 years ago
- 65e7eb5 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
- f616a24 Propagate bitfield info. by Devang Patel · 17 years ago
- 2fd0daa 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
- 8709373 Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 17 years ago
- ae84af8 by Steve Naroff · 17 years ago
- c6b7175 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
- 7f23e3d Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
- 2e09e44 Added new type and bitfield fields in some decl types in preparation for objective-c's type qualifiers. by Fariborz Jahanian · 17 years ago
- 02a82aa by Steve Naroff · 17 years ago
- 193c125 Tightened IgnoreParen. by Ted Kremenek · 17 years ago
- 77470dc minor tweaks by Chris Lattner · 17 years ago
- c0e96dd Revisited my last patch to be able to do encoding of ivar types with 'id'. by Fariborz Jahanian · 17 years ago
- 80faffa Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
- 667f168 by Steve Naroff · 17 years ago
- 1ccf463 by Steve Naroff · 17 years ago
- ef20ed3 by Steve Naroff · 17 years ago
- 1a7fa7b by Steve Naroff · 17 years ago
- 486509e Added some comments. by Ted Kremenek · 17 years ago
- cf8b77d For non-floating point types, added check for expressions of the form by Ted Kremenek · 17 years ago
- dbb14ce For floating point equality check, we now ignore parentheses. e.g.: by Ted Kremenek · 17 years ago
- 7543914 For checking for floating point comparison using == or !=, we now suppress by Ted Kremenek · 17 years ago
- a703c2e when checking for type equality, ignore typedefs. by Chris Lattner · 17 years ago
- db52673 casting to void is ok for structs (C99 6.5.4p2), this fixes by Chris Lattner · 17 years ago
- 8a40a83 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
- 3774dd9 by Steve Naroff · 17 years ago
- 09d26e5 This patch allows synthesis generation of ivar offset for legacy objective-c @implementation by Fariborz Jahanian · 17 years ago
- f185aef Patch to synthesize computation of Ivar offset in rewritten c file. by Fariborz Jahanian · 17 years ago
- f31a2fb Fix a crash on test/Sema/invalid-decl.c by Chris Lattner · 17 years ago
- 96f136d by Steve Naroff · 17 years ago
- 20b40e4 Check for Nullness of value built in GetObjcProtoType. by Fariborz Jahanian · 17 years ago
- bc8c52e by Steve Naroff · 17 years ago
- 45d52f7 Patch to rewrite ivar tables metadata for classes defined. by Fariborz Jahanian · 17 years ago
- 7438fdf by Steve Naroff · 17 years ago
- 144667e by Steve Naroff · 17 years ago
- 6931830 UsualArithmeticConversions is crashing with an assert by Chris Lattner · 17 years ago
- 2edd56e by Steve Naroff · 17 years ago
- b391e6e Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
- 855d78d Generate code for static variables that don't have initializers. Also, report an error if a static initializer is not constant. by Anders Carlsson · 17 years ago