1. 7dba860 Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow by Ted Kremenek · 18 years ago
  2. 9b3d3a9 Added checking (during parsing) of comparison of floating point values using == or !=. by Ted Kremenek · 18 years ago
  3. d5bbce4 Teach Type::is[un]SignedIntegerType about enum decls. This allows the code generator by Chris Lattner · 18 years ago
  4. b7f6e08 Implement GCC-compatible layout and typing of enum constants and enum decl. by Chris Lattner · 18 years ago
  5. 293c0ba add some accessors by Chris Lattner · 18 years ago
  6. e9ca851 Fix a null dereference Neil ran into by Chris Lattner · 18 years ago
  7. 1d40060 remove some ugly code now that implicit defs are being generated in this case, thanks Steve! by Chris Lattner · 18 years ago
  8. 19a6ebd Re-teach Expr::isNullPointerConstant() about ImplicitCastExpr:-) by Steve Naroff · 18 years ago
  9. b291ab6 by Steve Naroff · 18 years ago
  10. 7269f2d Teach Expr::isNullPointerConstant() about ImplicitCastExpr's. by Steve Naroff · 18 years ago
  11. 5912a35 by Steve Naroff · 18 years ago
  12. 19bb356 Added support for indirect-gotos (GCC extension) in source-level CFGs. by Ted Kremenek · 18 years ago
  13. 53a3234 by Steve Naroff · 18 years ago
  14. ba61556 Emit a slightly better warning for unused values for unary and binary operators: by Chris Lattner · 18 years ago
  15. 17d1b2a add a sourcelocation to binary operator to keep track of the location of the operator. by Chris Lattner · 18 years ago
  16. 15c27a8 Added support for GCC-style statement expressions in source-level CFGs. by Ted Kremenek · 18 years ago
  17. e00b18c Change EnumDecl to store its corresponding integer type by Chris Lattner · 18 years ago
  18. b49e1aa Added support for comma expressions and DeclStmts which may have by Ted Kremenek · 18 years ago
  19. e8c600f Fixed return-of-stack-address checker to correctly handle stack/global by Ted Kremenek · 18 years ago
  20. 94f81fd extwarn about VLAs in C89 mode. by Chris Lattner · 18 years ago
  21. d1eb332 c++'0x has long long also. by Chris Lattner · 18 years ago
  22. b23deda warn about long long when in c89 mode. by Chris Lattner · 18 years ago
  23. 4e6526b Tweak declaration... by Steve Naroff · 18 years ago
  24. 1e45efa new testcase by Chris Lattner · 18 years ago
  25. 7926f7c Removed special-casing in CFG construction for ParenExprs. by Ted Kremenek · 18 years ago
  26. 98e0863 fix 80 col violation by Chris Lattner · 18 years ago
  27. ac60968 compute the required destination type for an enum, emitting various warnings. by Chris Lattner · 18 years ago
  28. 0507858 remove dead method. by Chris Lattner · 18 years ago
  29. 211a30e add a diagnostic: by Chris Lattner · 18 years ago
  30. e37f0be move a todo by Chris Lattner · 18 years ago
  31. ae3b701 now that all the infrastructure is in place, enforce C99 6.8.5p3. by Chris Lattner · 18 years ago
  32. 36c4b0e If the condition of a for statement is promoted, make sure the by Chris Lattner · 18 years ago
  33. e1223f7 by Steve Naroff · 18 years ago
  34. 0b1d9b7 Added support for short-circuit '&&' and '||' operators in source-level CFGs. by Ted Kremenek · 18 years ago
  35. 2996036 Some minor aesthetic changes to the control flow. by Steve Naroff · 18 years ago
  36. 55fe455 Fix remaining bugs with complex/float promotions. by Steve Naroff · 18 years ago
  37. 9da2fb7 Implemented support for ternary "?" operators in source-level CFGs. by Ted Kremenek · 18 years ago
  38. 421a23d Fix a few enum-related fixme's by Chris Lattner · 18 years ago
  39. 42a2977 Fixed bug in child_begin/child_end for CallExpr where we incorrectly calculated a Stmt** pointer by Ted Kremenek · 18 years ago
  40. 2298f91 Fixed bug in child_begin/child_end for ReturnStmt where the iterator by Ted Kremenek · 18 years ago
  41. 49af7cb Changes to CFGBuilder: by Ted Kremenek · 18 years ago
  42. fb07153 constify some stuff by Chris Lattner · 18 years ago
  43. 314e783 teach codegen to lay out enum types. by Chris Lattner · 18 years ago
  44. 6cd862c implement sizeof(enum x), patch inspired by Keith Bauer. by Chris Lattner · 18 years ago
  45. b7416f9 better error recovery for non-i-c-e enum constants. by Chris Lattner · 18 years ago
  46. 7946dd3 C++ allows empty enum list. by Chris Lattner · 18 years ago
  47. 5ae962da add some accessors. by Chris Lattner · 18 years ago
  48. 6569ce0 Add enum type conversion policies, patch by Keith Bauer by Chris Lattner · 18 years ago
  49. 96eabe0 Updated checker for "return of address of stack variable" to look for by Ted Kremenek · 18 years ago
  50. 9cff1a9 add some more testcases now that sema is happier :) by Chris Lattner · 18 years ago
  51. fb0d496 Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType(). by Steve Naroff · 18 years ago
  52. 02b3c26 testcase that doesn't work quite yet by Chris Lattner · 18 years ago
  53. c30ebfb extwarn about decls intermixed with code in c89 mode. by Chris Lattner · 18 years ago
  54. 77878cc by Steve Naroff · 18 years ago
  55. 716c730 by Steve Naroff · 18 years ago
  56. f1448a0 by Steve Naroff · 18 years ago
  57. 45a566c implement a fixme: __extension__ marker on decls in compound stmts. by Chris Lattner · 18 years ago
  58. bfc0c1a move EmitAggregateCopy into AggExprEmitter by Chris Lattner · 18 years ago
  59. 2215325 Fix test/Parser/if-scope-*.c. Patch by Neil Booth! by Chris Lattner · 18 years ago
  60. d8d1936 remove dead code by Chris Lattner · 18 years ago
  61. 0e7d53c remove dead protos by Chris Lattner · 18 years ago
  62. 1e4d21e eliminate EmitAnyExpr, inlining it and simplifying it into its only caller. by Chris Lattner · 18 years ago
  63. 660ac12 eliminate use of EmitAnyExpr. by Chris Lattner · 18 years ago
  64. 6b5d0bf implement a fixme by Chris Lattner · 18 years ago
  65. 8ae3a9f new testcases by Chris Lattner · 18 years ago
  66. 04dc764 Implement compound assignment operators whose LHS is scalar but RHS is complex. by Chris Lattner · 18 years ago
  67. ab340c2 implement codegen of compound assignment operators for complex. by Chris Lattner · 18 years ago
  68. 61919a1 If a visitor doesn't define VisitBinMulAssign, fallback to VisitCompoundAssignOperator by Chris Lattner · 18 years ago
  69. 3ccf774 compound assignment operators are of type CompoundAssignOperator by Chris Lattner · 18 years ago
  70. 402f72f dispatch to functions like VisitBinRemAssign with knowledge that by Chris Lattner · 18 years ago
  71. 612c40c update fixme's by Chris Lattner · 18 years ago
  72. 3219c5d implement complex division by Chris Lattner · 18 years ago
  73. 0c94641 Add isysroot support, patch by Keith Bauer by Chris Lattner · 18 years ago
  74. 5e9885d Fix %p format checking, patch by Keith Bauer. by Chris Lattner · 18 years ago
  75. a9e2ea1 For warnings like this: by Chris Lattner · 18 years ago
  76. 6e844ad Fix a bug reported by Keith Bauer by Chris Lattner · 18 years ago
  77. 3420d0d fix a typo noticed by Gordon Henriksen by Chris Lattner · 18 years ago
  78. abe471b llvmgcc is right :) by Chris Lattner · 18 years ago
  79. a3e7bfb compound assignmetns work for scalars. by Chris Lattner · 18 years ago
  80. ed70f0a implement conversions of complex to bool. by Chris Lattner · 18 years ago
  81. 9069fa2 remove ConvertScalarValueToBool. by Chris Lattner · 18 years ago
  82. 9abc84e reimplement ConvertScalarValueToBool in CGExprScalar.cpp by Chris Lattner · 18 years ago
  83. 4f1a7b3 refactor some code to expose compex->scalar conversion to CGF by Chris Lattner · 18 years ago
  84. 190dbe2 be slightly more volatile correct by Chris Lattner · 18 years ago
  85. 26b8ff4 by Steve Naroff · 18 years ago
  86. 8b2f3b7 these fixme's are easy :) by Chris Lattner · 18 years ago
  87. d31beb1 implement a fixme, add a couple more :) by Chris Lattner · 18 years ago
  88. 58a2e94 there are no conversions from aggregates to scalars. by Chris Lattner · 18 years ago
  89. cf28908 implement conversions from complex to scalar types. by Chris Lattner · 18 years ago
  90. 10b00cf Omit EmitConversion by Chris Lattner · 18 years ago
  91. 4b0029d Fix return of aggregate and return of complex. by Chris Lattner · 18 years ago
  92. e72608b these implicit conversions are now explicit :) by Chris Lattner · 18 years ago
  93. e937712 remove uses of EmitConversion by Chris Lattner · 18 years ago
  94. abe6719 implicit casts take care of this code, remove it now. by Chris Lattner · 18 years ago
  95. 3707b25 refactor scalar conversions out into CGExprScalar.cpp by Chris Lattner · 18 years ago
  96. ce7f4cc steve's recent changes fixed this bogus warning. by Chris Lattner · 18 years ago
  97. 31e0572 Break the assumption that any sort of scope (e.g. a loop scope) can by Chris Lattner · 18 years ago
  98. a7c9895 remove some dead enum values. by Chris Lattner · 18 years ago
  99. d272ff0 Implement casts from scalar -> complex and complex->complex. by Chris Lattner · 18 years ago
  100. cc26ed7 require that operands to __real/__imag are complex or arithmetic. This by Chris Lattner · 18 years ago