- 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
- 5eb2a4a by Steve Naroff · 17 years ago
- 0091d14 by Steve Naroff · 17 years ago
- ce82758 by Steve Naroff · 17 years ago
- b1c7ad9 by Steve Naroff · 17 years ago
- 1ddb6f5 by Steve Naroff · 17 years ago
- 75c4baf by Steve Naroff · 17 years ago
- 1e1c391 by Steve Naroff · 17 years ago
- 0add5d2 by Steve Naroff · 17 years ago
- ae84af8 by Steve Naroff · 17 years ago
- 7f23e3d Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
- 02a82aa by Steve Naroff · 17 years ago
- 193c125 Tightened IgnoreParen. by Ted Kremenek · 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
- 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
- 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
- b391e6e Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
- 957448a Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 17 years ago
- 5266418 by Steve Naroff · 17 years ago
- cfd61c8 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 17 years ago
- 171f5b1 by Steve Naroff · 17 years ago
- f807c20 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
- 7e46145 by Steve Naroff · 17 years ago
- 5f505bf initialization of references should not do default fn/array promotions. by Chris Lattner · 17 years ago
- 134c350 by Steve Naroff · 17 years ago
- f2e3031 by Steve Naroff · 17 years ago
- 85f0dc5 by Steve Naroff · 17 years ago
- 3676033 Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
- 55bfe0d Add support for Pascal strings. by Anders Carlsson · 17 years ago
- 705380b by Steve Naroff · 17 years ago
- cebb8d6 Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
- 71c0111 Fix 80 col violations. by Chris Lattner · 17 years ago
- ee1de13 by Steve Naroff · 17 years ago
- fa465d1 by Steve Naroff · 17 years ago
- 6cb1d36 by Steve Naroff · 17 years ago
- 4ed9d66 by Steve Naroff · 17 years ago
- 858eece Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
- 4bc52ce by Steve Naroff · 17 years ago
- c39ca26 by Steve Naroff · 17 years ago
- d3f5ee4 by Steve Naroff · 17 years ago
- f0c31dd Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 17 years ago
- 5cbb02f Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
- 87d58b4 Rename expression actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
- 0acc9c9 by Steve Naroff · 17 years ago
- 3496d52 Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
- 1c9de71 by Steve Naroff · 17 years ago
- 7c9d72d by Steve Naroff · 17 years ago
- e14e554 by Steve Naroff · 17 years ago
- b37522e diagnose extended uses of offsetof by Chris Lattner · 17 years ago
- 762b7c7 Add InitListExpr class. by Anders Carlsson · 17 years ago
- 68adb48 Sema::ParseCastExpr() missing call to UsualUnaryConversions(). by Steve Naroff · 17 years ago
- 2af6a80 implement pretty printing of offsetof by Chris Lattner · 17 years ago
- 0d9bcea implement initial sema support for __builtin_offsetof by Chris Lattner · 17 years ago
- bd3cc22 Fix a regression on test/Sema/unused-expr.c by fixing the type predicates by Chris Lattner · 17 years ago
- 9bd4708 Spaces not tabs. by Neil Booth · 17 years ago
- 7421e9c Ensure we diagnose long long literals in C90 mode. by Neil Booth · 17 years ago
- ec761af Added checking (during parsing) of comparison of floating point values using == or !=. by Ted Kremenek · 17 years ago
- db65e05 by Steve Naroff · 17 years ago
- d1ad6ae by Steve Naroff · 17 years ago
- cae537d by Steve Naroff · 17 years ago
- f420df1 add a sourcelocation to binary operator to keep track of the location of the operator. by Chris Lattner · 17 years ago
- 91b03f7 by Steve Naroff · 17 years ago
- 3b6157f Some minor aesthetic changes to the control flow. by Steve Naroff · 17 years ago
- 3b565d6 Fix remaining bugs with complex/float promotions. by Steve Naroff · 17 years ago
- 45fc982 Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType(). by Steve Naroff · 17 years ago
- c33c060 by Steve Naroff · 17 years ago
- 3cf497f by Steve Naroff · 17 years ago
- a16e42d require that operands to __real/__imag are complex or arithmetic. This by Chris Lattner · 17 years ago
- 1de66eb add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 17 years ago
- c04a0bd 1.0 is double, 1.0F is a float. by Chris Lattner · 17 years ago
- 254f3bc merge checkrelational and checkequality into CheckCompareOperands, by Chris Lattner · 17 years ago
- 22be842 Cases like this: char *C; C != ((void*)0); by Chris Lattner · 17 years ago
- b2f9f55 by Steve Naroff · 17 years ago
- 0f32f43 by Steve Naroff · 17 years ago
- 5110ad5 remove a dead argument by Chris Lattner · 17 years ago
- 03931a7 Implement sema support for __real/__imag nodes. by Chris Lattner · 17 years ago
- 8f70836 by Steve Naroff · 17 years ago
- d30e193 by Steve Naroff · 17 years ago
- 71e4bdf by Steve Naroff · 17 years ago
- 98540b6 fix a bug where we would type 0ULL as unsigned instead of unsigned long long by Chris Lattner · 17 years ago
- 6acc0f4 Remove a FIXME, allowing ++/-- on Complex types (a GCC extension). by Steve Naroff · 17 years ago
- 8be1d40 Parse @encode expressions. by Anders Carlsson · 17 years ago
- a66cad4 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
- 3e9b43b Return true in case of error, which is what other functions do. by Anders Carlsson · 17 years ago
- e7e7aa2 Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
- 4462cb0 by Steve Naroff · 17 years ago
- 081ed87 Added support for additional format string checking for the printf by Ted Kremenek · 17 years ago
- 2e64c07 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
- ecc4fa1 by Steve Naroff · 17 years ago
- 94cd93f by Steve Naroff · 17 years ago