- 7926f7c Removed special-casing in CFG construction for ParenExprs. by Ted Kremenek · 18 years ago
- 98e0863 fix 80 col violation by Chris Lattner · 18 years ago
- ac60968 compute the required destination type for an enum, emitting various warnings. by Chris Lattner · 18 years ago
- 0507858 remove dead method. by Chris Lattner · 18 years ago
- 211a30e add a diagnostic: by Chris Lattner · 18 years ago
- e37f0be move a todo by Chris Lattner · 18 years ago
- ae3b701 now that all the infrastructure is in place, enforce C99 6.8.5p3. by Chris Lattner · 18 years ago
- 36c4b0e If the condition of a for statement is promoted, make sure the by Chris Lattner · 18 years ago
- e1223f7 by Steve Naroff · 18 years ago
- 0b1d9b7 Added support for short-circuit '&&' and '||' operators in source-level CFGs. by Ted Kremenek · 18 years ago
- 2996036 Some minor aesthetic changes to the control flow. by Steve Naroff · 18 years ago
- 55fe455 Fix remaining bugs with complex/float promotions. by Steve Naroff · 18 years ago
- 9da2fb7 Implemented support for ternary "?" operators in source-level CFGs. by Ted Kremenek · 18 years ago
- 421a23d Fix a few enum-related fixme's by Chris Lattner · 18 years ago
- 42a2977 Fixed bug in child_begin/child_end for CallExpr where we incorrectly calculated a Stmt** pointer by Ted Kremenek · 18 years ago
- 2298f91 Fixed bug in child_begin/child_end for ReturnStmt where the iterator by Ted Kremenek · 18 years ago
- 49af7cb Changes to CFGBuilder: by Ted Kremenek · 18 years ago
- fb07153 constify some stuff by Chris Lattner · 18 years ago
- 314e783 teach codegen to lay out enum types. by Chris Lattner · 18 years ago
- 6cd862c implement sizeof(enum x), patch inspired by Keith Bauer. by Chris Lattner · 18 years ago
- b7416f9 better error recovery for non-i-c-e enum constants. by Chris Lattner · 18 years ago
- 7946dd3 C++ allows empty enum list. by Chris Lattner · 18 years ago
- 5ae962da add some accessors. by Chris Lattner · 18 years ago
- 6569ce0 Add enum type conversion policies, patch by Keith Bauer by Chris Lattner · 18 years ago
- 96eabe0 Updated checker for "return of address of stack variable" to look for by Ted Kremenek · 18 years ago
- 9cff1a9 add some more testcases now that sema is happier :) by Chris Lattner · 18 years ago
- fb0d496 Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType(). by Steve Naroff · 18 years ago
- 02b3c26 testcase that doesn't work quite yet by Chris Lattner · 18 years ago
- c30ebfb extwarn about decls intermixed with code in c89 mode. by Chris Lattner · 18 years ago
- 77878cc by Steve Naroff · 18 years ago
- 716c730 by Steve Naroff · 18 years ago
- f1448a0 by Steve Naroff · 18 years ago
- 45a566c implement a fixme: __extension__ marker on decls in compound stmts. by Chris Lattner · 18 years ago
- bfc0c1a move EmitAggregateCopy into AggExprEmitter by Chris Lattner · 18 years ago
- 2215325 Fix test/Parser/if-scope-*.c. Patch by Neil Booth! by Chris Lattner · 18 years ago
- d8d1936 remove dead code by Chris Lattner · 18 years ago
- 0e7d53c remove dead protos by Chris Lattner · 18 years ago
- 1e4d21e eliminate EmitAnyExpr, inlining it and simplifying it into its only caller. by Chris Lattner · 18 years ago
- 660ac12 eliminate use of EmitAnyExpr. by Chris Lattner · 18 years ago
- 6b5d0bf implement a fixme by Chris Lattner · 18 years ago
- 8ae3a9f new testcases by Chris Lattner · 18 years ago
- 04dc764 Implement compound assignment operators whose LHS is scalar but RHS is complex. by Chris Lattner · 18 years ago
- ab340c2 implement codegen of compound assignment operators for complex. by Chris Lattner · 18 years ago
- 61919a1 If a visitor doesn't define VisitBinMulAssign, fallback to VisitCompoundAssignOperator by Chris Lattner · 18 years ago
- 3ccf774 compound assignment operators are of type CompoundAssignOperator by Chris Lattner · 18 years ago
- 402f72f dispatch to functions like VisitBinRemAssign with knowledge that by Chris Lattner · 18 years ago
- 612c40c update fixme's by Chris Lattner · 18 years ago
- 3219c5d implement complex division by Chris Lattner · 18 years ago
- 0c94641 Add isysroot support, patch by Keith Bauer by Chris Lattner · 18 years ago
- 5e9885d Fix %p format checking, patch by Keith Bauer. by Chris Lattner · 18 years ago
- a9e2ea1 For warnings like this: by Chris Lattner · 18 years ago
- 6e844ad Fix a bug reported by Keith Bauer by Chris Lattner · 18 years ago
- 3420d0d fix a typo noticed by Gordon Henriksen by Chris Lattner · 18 years ago
- abe471b llvmgcc is right :) by Chris Lattner · 18 years ago
- a3e7bfb compound assignmetns work for scalars. by Chris Lattner · 18 years ago
- ed70f0a implement conversions of complex to bool. by Chris Lattner · 18 years ago
- 9069fa2 remove ConvertScalarValueToBool. by Chris Lattner · 18 years ago
- 9abc84e reimplement ConvertScalarValueToBool in CGExprScalar.cpp by Chris Lattner · 18 years ago
- 4f1a7b3 refactor some code to expose compex->scalar conversion to CGF by Chris Lattner · 18 years ago
- 190dbe2 be slightly more volatile correct by Chris Lattner · 18 years ago
- 26b8ff4 by Steve Naroff · 18 years ago
- 8b2f3b7 these fixme's are easy :) by Chris Lattner · 18 years ago
- d31beb1 implement a fixme, add a couple more :) by Chris Lattner · 18 years ago
- 58a2e94 there are no conversions from aggregates to scalars. by Chris Lattner · 18 years ago
- cf28908 implement conversions from complex to scalar types. by Chris Lattner · 18 years ago
- 10b00cf Omit EmitConversion by Chris Lattner · 18 years ago
- 4b0029d Fix return of aggregate and return of complex. by Chris Lattner · 18 years ago
- e72608b these implicit conversions are now explicit :) by Chris Lattner · 18 years ago
- e937712 remove uses of EmitConversion by Chris Lattner · 18 years ago
- abe6719 implicit casts take care of this code, remove it now. by Chris Lattner · 18 years ago
- 3707b25 refactor scalar conversions out into CGExprScalar.cpp by Chris Lattner · 18 years ago
- ce7f4cc steve's recent changes fixed this bogus warning. by Chris Lattner · 18 years ago
- 31e0572 Break the assumption that any sort of scope (e.g. a loop scope) can by Chris Lattner · 18 years ago
- a7c9895 remove some dead enum values. by Chris Lattner · 18 years ago
- d272ff0 Implement casts from scalar -> complex and complex->complex. by Chris Lattner · 18 years ago
- cc26ed7 require that operands to __real/__imag are complex or arithmetic. This by Chris Lattner · 18 years ago
- 36f8406 implement codegen of __imag of a scalar. Our impl doesn't suffer from by Chris Lattner · 18 years ago
- 9a19edf Make initialization of complex vars work. by Chris Lattner · 18 years ago
- e936cc8 fix codegen of pre/post inc/dec of a pointer. by Chris Lattner · 18 years ago
- 7013c8c tolerate unimplemented codegen better by Chris Lattner · 18 years ago
- 78e30fb int X[] isn't a VLA. This improves support for stdio.h on darwin. by Chris Lattner · 18 years ago
- 48a8094 Make some diags EXTENSION so they are errors with pedantic errors by Neil Booth · 18 years ago
- 2bbb4a1 implement rudimentary union layout support. by Chris Lattner · 18 years ago
- d3f6ca6 Why didn't gcc catch this? :( by Chris Lattner · 18 years ago
- 6de93ff Don't make unknown builtins fatal errors yet. by Chris Lattner · 18 years ago
- 11e6616 remove a bunch of dead code by Chris Lattner · 18 years ago
- af458c9 fix a bug introduced by the recent childification of ForStmt. by Chris Lattner · 18 years ago
- 70c8b2e Make parse-ast-print print the storage class and inline specifier of functions. by Chris Lattner · 18 years ago
- 4a70adb null pointers don't get an extra newline. by Chris Lattner · 18 years ago
- db68f1b implement codegen for complex literals. by Chris Lattner · 18 years ago
- 5d66145 add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 18 years ago
- 6e400c2 1.0 is double, 1.0F is a float. by Chris Lattner · 18 years ago
- 506b8de 1) refactor some code. by Chris Lattner · 18 years ago
- a5937dd merge checkrelational and checkequality into CheckCompareOperands, by Chris Lattner · 18 years ago
- d28f815 Cases like this: char *C; C != ((void*)0); by Chris Lattner · 18 years ago
- 9c62c1d new testcase by Chris Lattner · 18 years ago
- 3b44b57 The new correct compound assignment operators exposed a bug in codegen. by Chris Lattner · 18 years ago
- 8702a0f by Steve Naroff · 18 years ago
- bae3511 read and ignore the body of a namespace. by Chris Lattner · 18 years ago
- ad7ef48 Change Expr::isLvalue() to properly deal with ImplicitCastExpr's. by Steve Naroff · 18 years ago