1. c940612 Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a couple FIXME's. by Steve Naroff · 17 years ago
  2. 704fe35 implement pretty printing of offsetof by Chris Lattner · 17 years ago
  3. 73d0d4f implement initial sema support for __builtin_offsetof by Chris Lattner · 17 years ago
  4. 6f4b92c Fix 80 col violations. by Chris Lattner · 17 years ago
  5. 915311c Fix a regression on test/Sema/unused-expr.c by fixing the type predicates by Chris Lattner · 17 years ago
  6. fb22d96 by Steve Naroff · 17 years ago
  7. 79859c3 Spaces not tabs. by Neil Booth · 17 years ago
  8. b944951 Ensure we diagnose long long literals in C90 mode. by Neil Booth · 17 years ago
  9. 9b3d3a9 Added checking (during parsing) of comparison of floating point values using == or !=. by Ted Kremenek · 17 years ago
  10. b7f6e08 Implement GCC-compatible layout and typing of enum constants and enum decl. by Chris Lattner · 17 years ago
  11. e9ca851 Fix a null dereference Neil ran into by Chris Lattner · 17 years ago
  12. b291ab6 by Steve Naroff · 17 years ago
  13. 5912a35 by Steve Naroff · 17 years ago
  14. 53a3234 by Steve Naroff · 17 years ago
  15. ba61556 Emit a slightly better warning for unused values for unary and binary operators: by Chris Lattner · 17 years ago
  16. 17d1b2a add a sourcelocation to binary operator to keep track of the location of the operator. by Chris Lattner · 17 years ago
  17. e00b18c Change EnumDecl to store its corresponding integer type by Chris Lattner · 17 years ago
  18. e8c600f Fixed return-of-stack-address checker to correctly handle stack/global by Ted Kremenek · 17 years ago
  19. 94f81fd extwarn about VLAs in C89 mode. by Chris Lattner · 17 years ago
  20. d1eb332 c++'0x has long long also. by Chris Lattner · 17 years ago
  21. b23deda warn about long long when in c89 mode. by Chris Lattner · 17 years ago
  22. 98e0863 fix 80 col violation by Chris Lattner · 17 years ago
  23. ac60968 compute the required destination type for an enum, emitting various warnings. by Chris Lattner · 17 years ago
  24. 211a30e add a diagnostic: by Chris Lattner · 17 years ago
  25. e37f0be move a todo by Chris Lattner · 17 years ago
  26. ae3b701 now that all the infrastructure is in place, enforce C99 6.8.5p3. by Chris Lattner · 17 years ago
  27. 36c4b0e If the condition of a for statement is promoted, make sure the by Chris Lattner · 17 years ago
  28. e1223f7 by Steve Naroff · 17 years ago
  29. 2996036 Some minor aesthetic changes to the control flow. by Steve Naroff · 17 years ago
  30. 55fe455 Fix remaining bugs with complex/float promotions. by Steve Naroff · 17 years ago
  31. 421a23d Fix a few enum-related fixme's by Chris Lattner · 17 years ago
  32. b7416f9 better error recovery for non-i-c-e enum constants. by Chris Lattner · 17 years ago
  33. 96eabe0 Updated checker for "return of address of stack variable" to look for by Ted Kremenek · 17 years ago
  34. fb0d496 Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType(). by Steve Naroff · 17 years ago
  35. c30ebfb extwarn about decls intermixed with code in c89 mode. by Chris Lattner · 17 years ago
  36. 77878cc by Steve Naroff · 17 years ago
  37. f1448a0 by Steve Naroff · 17 years ago
  38. 45a566c implement a fixme: __extension__ marker on decls in compound stmts. by Chris Lattner · 17 years ago
  39. 5e9885d Fix %p format checking, patch by Keith Bauer. by Chris Lattner · 17 years ago
  40. a9e2ea1 For warnings like this: by Chris Lattner · 17 years ago
  41. 6e844ad Fix a bug reported by Keith Bauer by Chris Lattner · 17 years ago
  42. 26b8ff4 by Steve Naroff · 17 years ago
  43. 31e0572 Break the assumption that any sort of scope (e.g. a loop scope) can by Chris Lattner · 17 years ago
  44. cc26ed7 require that operands to __real/__imag are complex or arithmetic. This by Chris Lattner · 17 years ago
  45. 70c8b2e Make parse-ast-print print the storage class and inline specifier of functions. by Chris Lattner · 17 years ago
  46. 5d66145 add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 17 years ago
  47. 6e400c2 1.0 is double, 1.0F is a float. by Chris Lattner · 17 years ago
  48. a5937dd merge checkrelational and checkequality into CheckCompareOperands, by Chris Lattner · 17 years ago
  49. d28f815 Cases like this: char *C; C != ((void*)0); by Chris Lattner · 17 years ago
  50. 8702a0f by Steve Naroff · 17 years ago
  51. 210679c Give CXXBoolLiteralExpr a type (all expressions need a valid type). by Steve Naroff · 17 years ago
  52. 459e848 Fix the test/Sema/format-strings.c regression. This code should be refactored. by Chris Lattner · 17 years ago
  53. cc6f65d Fix the regression on test/Sema/cfstring.c by Chris Lattner · 17 years ago
  54. f1120de by Steve Naroff · 17 years ago
  55. 5d79425 remove a dead argument by Chris Lattner · 17 years ago
  56. dbb3697 Implement sema support for __real/__imag nodes. by Chris Lattner · 17 years ago
  57. 9f5fa9b by Steve Naroff · 17 years ago
  58. 084f9ed by Steve Naroff · 17 years ago
  59. b2137ae in the truncation case, make sure to propagate the sign correctly, this by Chris Lattner · 17 years ago
  60. bc60796 by Steve Naroff · 17 years ago
  61. 97c5156 fix a bug where we would type 0ULL as unsigned instead of unsigned long long by Chris Lattner · 17 years ago
  62. dd10e02 Remove a FIXME, allowing ++/-- on Complex types (a GCC extension). by Steve Naroff · 17 years ago
  63. 0471f5b finish off switch case overlap checking, adding support for by Chris Lattner · 17 years ago
  64. 6efc4d3 detect and diagnose empty case ranges: by Chris Lattner · 17 years ago
  65. f334850 fix a segfault in cases where there are no cases. by Chris Lattner · 17 years ago
  66. b2ec9d6 report duplicate case values. TODO: report duplicate/overlapping ranges. by Chris Lattner · 17 years ago
  67. f4021e7 start checking case values of switch stmts more closely. Emit overflow by Chris Lattner · 17 years ago
  68. f9bcf01 Parse @encode expressions. by Anders Carlsson · 17 years ago
  69. 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
  70. 3cbc38b add sema support for complex integer types by Chris Lattner · 17 years ago
  71. 2324512 Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition by Ted Kremenek · 17 years ago
  72. 06de276 Added extra semantic checking to do basic detection of by Ted Kremenek · 17 years ago
  73. 9cdc4d3 Return true in case of error, which is what other functions do. by Anders Carlsson · 17 years ago
  74. 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
  75. e77fd3c by Steve Naroff · 17 years ago
  76. 6a2394c Removed dead variable "hadError" in ParseReturnStmt. by Ted Kremenek · 17 years ago
  77. 71895b9 Added support for additional format string checking for the printf by Ted Kremenek · 17 years ago
  78. 8207710 Added "id_idx" parameter to CheckPrintfArguments. This will be used by Ted Kremenek · 17 years ago
  79. e0eb80a Moved id_asprintf before id_vsnprintf in the enum used for indexing by Ted Kremenek · 17 years ago
  80. 59907c4 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
  81. 30bf771 by Steve Naroff · 17 years ago
  82. 6a9f3e3 by Steve Naroff · 17 years ago
  83. 1bfd5cc by Steve Naroff · 17 years ago
  84. 69625f4 by Steve Naroff · 17 years ago
  85. 608e0ee Restrict vector component access (using "." and "[]") to variables. by Steve Naroff · 17 years ago
  86. d04fdd5 by Steve Naroff · 17 years ago
  87. 6481a57 Rename AddrLabel and OCUVectorComponent -> AddrLabelExpr and OCUVectorElementExpr respectively. This is for consistency with other expr nodes end with *Expr. by Chris Lattner · 17 years ago
  88. 88dca04 rename some helpers, have them return the idx of the field being accessed. by Chris Lattner · 17 years ago
  89. 363bcff by Steve Naroff · 17 years ago
  90. d34e915 by Steve Naroff · 17 years ago
  91. 8d1a3b8 by Steve Naroff · 17 years ago
  92. 02c642e remove more explicit accesses to the canonical type pointer. by Chris Lattner · 17 years ago
  93. 2dcb6bb simplify some type checking code, don't explicitly access canonical types. by Chris Lattner · 17 years ago
  94. c862963 split the rest of the type predicates into pure predicates: by Chris Lattner · 17 years ago
  95. a1d9fde rename isReferenceType to follow the new scheme. by Chris Lattner · 17 years ago
  96. befee48 make isPointerType() a pure predicate, rename the by Chris Lattner · 17 years ago
  97. d1861fd by Steve Naroff · 17 years ago
  98. d51d890 Don't use canonical type for sema here. In by Chris Lattner · 17 years ago
  99. fec0b49 Finish up semantic analysis for vector components. by Steve Naroff · 17 years ago
  100. bea0b34 by Steve Naroff · 17 years ago