1. c9922fd Migrated transfer functions for unary "~" and "-" to GRTransferFuncs/GRSimpleVals. by Ted Kremenek · 17 years ago
  2. 25a484d Started partitioning of transfer function logic (and thus the policy behind by Ted Kremenek · 17 years ago
  3. 5a535ba Moved Rvalues.h from "Analysis/" to "include/clang/Analysis/PathSensitive". by Ted Kremenek · 17 years ago
  4. 18743e9 Completed note by Nate Begeman · 17 years ago
  5. cee3de8 Address comments from Chris. by Anders Carlsson · 17 years ago
  6. 3c0e348 Add Attr.h which is an AST-level class for GCC attributes. by Anders Carlsson · 17 years ago
  7. 91cf86e by Steve Naroff · 17 years ago
  8. 8329885 by Steve Naroff · 17 years ago
  9. aee121c Added support to GRCoreEngine/GRExprEngine for processing control-flow by Ted Kremenek · 17 years ago
  10. c88477b Adjust for APInt's isPositive being renamed to isNonNegative. by Dan Gohman · 17 years ago
  11. 97bc342 When creating the CFGBlocks for a switch statement, we now have the "default" by Ted Kremenek · 17 years ago
  12. c07a8af Fixed bug in CFG construction when processing switch statements that contain no by Ted Kremenek · 17 years ago
  13. 6d40992 Fixed 80 col violations. by Ted Kremenek · 17 years ago
  14. 9764da9 avoid making implicit casts that just remove typedefs. by Chris Lattner · 17 years ago
  15. 856be50 Unbreak the build. by Ted Kremenek · 17 years ago
  16. 8f34809 Renamed files to match class renaming in r47070: by Ted Kremenek · 17 years ago
  17. 30fa28b Renamed class GREngine => GRCoreEngine. by Ted Kremenek · 17 years ago
  18. d899dbe Fix a minor bug in isNullPointerConstant triggered by the linux tgmath.h. by Eli Friedman · 17 years ago
  19. 79f63f5 Simplify GRIndirectGotoNodeBuilder. by Ted Kremenek · 17 years ago
  20. c22eb06 Added GREngine support for "break" and "continue". by Ted Kremenek · 17 years ago
  21. 924556e Use IgnoreParenCasts. by Anders Carlsson · 17 years ago
  22. 7a48d9c Move IgnoreParenCasts to be a method on Expr. by Chris Lattner · 17 years ago
  23. 677f4ef Added support to GREngine/GRConstants for handling computed gotos. by Ted Kremenek · 17 years ago
  24. 6ff5218 Added GREngine support for GotoStmt. by Ted Kremenek · 17 years ago
  25. a63ce8f Adjust for the API change to APInt::getBitsSet. by Dan Gohman · 17 years ago
  26. ad88468 Added transfer function/value track logic for taking the address of a label. by Ted Kremenek · 17 years ago
  27. 5bde36b Minor (cosmetic) reshuffling of code. Fixed a bug in "Assume" logic when by Ted Kremenek · 17 years ago
  28. fd85f29 Added transfer function logic for sizeof(expr)/sizeof(type). This currently by Ted Kremenek · 17 years ago
  29. 61814ff Fixed misspelling in comment. by Ted Kremenek · 17 years ago
  30. ddb3ef1 Renamed local variable. Added transfer function support for CharacterLiteral. by Ted Kremenek · 17 years ago
  31. 9dd8a70 Moved class declaration for ObjCForCollectionStmt to be co-located with by Ted Kremenek · 17 years ago
  32. 4b170e5 Added GRBlockCounter class, which tracks the number of times blocks by Ted Kremenek · 17 years ago
  33. ad6c06c Make typechecking for enum+int compatibility stricter. by Eli Friedman · 17 years ago
  34. fdd35d7 Add wchar_t type to ASTContext. Will be needed for wide strings, since by Eli Friedman · 17 years ago
  35. 398837e Fix type compatibility between constant and variable arrays. by Eli Friedman · 17 years ago
  36. 3cd7fc3 by Steve Naroff · 17 years ago
  37. 4a71244 by Steve Naroff · 17 years ago
  38. 6f9f955 by Steve Naroff · 17 years ago
  39. 15fa2f1 Consolidated use of BumpPtrAllocator shared by various ImmutableSet/ImmutableMap by Ted Kremenek · 17 years ago
  40. 606f707 by Steve Naroff · 17 years ago
  41. cfe7821 by Steve Naroff · 17 years ago
  42. 5fcf860 by Steve Naroff · 17 years ago
  43. 576df29 by Steve Naroff · 17 years ago
  44. 17c5f11 Separate bindings for subexpressions to be in a separate map for by Ted Kremenek · 17 years ago
  45. c27156b Get rid of bogus warnings when the second argument in va_start is either an implicit cast expr or a paren expr. by Anders Carlsson · 17 years ago
  46. 63c9c43 by Steve Naroff · 17 years ago
  47. 5532d69 by Steve Naroff · 17 years ago
  48. 7e91794 strings are arrays too by Chris Lattner · 17 years ago
  49. f021712 A couple of minor fixes to aggregate codegen, to stop asserting on some by Eli Friedman · 17 years ago
  50. e493ea9 Make unsupported constant exprs fail with a warning instead of crashing by Eli Friedman · 17 years ago
  51. ee46703 by Steve Naroff · 17 years ago
  52. a6dcce3 Fix PR1992 by computing the right type for string literals, which by Chris Lattner · 17 years ago
  53. 9e74fc3 Basic codegen test for conditional with void*. by Eli Friedman · 17 years ago
  54. a6ecb9e Add a couple of sema tests for qualifiers with conditionals containing void*. by Eli Friedman · 17 years ago
  55. 871fd79 Fix PR1999, by emitting a hard error only if an argument declarator is completely by Chris Lattner · 17 years ago
  56. ca07c90 Fix the type of conditionals involving void* to be self-consistent and by Eli Friedman · 17 years ago
  57. b4f4851 by Steve Naroff · 17 years ago
  58. d1a552b long is 32-bit is on win32. by Chris Lattner · 17 years ago
  59. ec7736d by Steve Naroff · 17 years ago
  60. e134501 by Steve Naroff · 17 years ago
  61. d227c11 Implement __builtin_va_copy by Anders Carlsson · 17 years ago
  62. 749d7b0 Behave correctly if a constraint expression is invalid. by Anders Carlsson · 17 years ago
  63. 9ffeda1 by Steve Naroff · 17 years ago
  64. ac26e9a by Steve Naroff · 17 years ago
  65. d355011 Expose the logic for field address codegen; it is needed for aggregate by Eli Friedman · 17 years ago
  66. b268d2a by Steve Naroff · 17 years ago
  67. 08cfd83 Split off expression-bindings in ValueState from variable-bindings. by Ted Kremenek · 17 years ago
  68. 744a786 Changed "GetValue" methods to take an by Ted Kremenek · 17 years ago
  69. c960bbc Fix a bitfield regression. Reported by Anders Carlsson. by Lauro Ramos Venancio · 17 years ago
  70. b8958d6 Moved implementation of "RemoveDeadBindings" from the main by Ted Kremenek · 17 years ago
  71. 2e576d1 Removed ability to create symbol bindings in VarKey and VariableBindingsTy. by Ted Kremenek · 17 years ago
  72. 8ce442a by Steve Naroff · 17 years ago
  73. 2d84f8b Moved that clang doesn't depend on llvm-gcc above by Ted Kremenek · 17 years ago
  74. 3e1e4f5 Implemented transfer functions for "<<" and ">>" when the RValues are by Ted Kremenek · 17 years ago
  75. 6bf419c Add instructions for building clang while building llvm. by Eric Christopher · 17 years ago
  76. 106f37c Implemented transfer functions for Statement-Expressions and Commas. by Ted Kremenek · 17 years ago
  77. 29c9259 De-^Mify file. by Eric Christopher · 17 years ago
  78. ab3dfe0 by Steve Naroff · 17 years ago
  79. 0428e02 More variable renamings. by Ted Kremenek · 17 years ago
  80. adec14b Renamed InvalidValue to UnknownVal. by Ted Kremenek · 17 years ago
  81. 94075c0 Fix indentation. by Eli Friedman · 17 years ago
  82. 5072704 Detabify SemaExpr. My text editor defaults to 8 spaces per tab, so it by Eli Friedman · 17 years ago
  83. 6528099 Improve diagnostic for illegal array initialization. by Eli Friedman · 17 years ago
  84. 4f7f441 Put back the top-level asm code; all tests pass now. by Anders Carlsson · 17 years ago
  85. f41100b Back out 46855 for now, it causes test failures on Darwin. by Anders Carlsson · 17 years ago
  86. be880ec by Steve Naroff · 17 years ago
  87. 63fc38f Simplify bitfield codegen. Fix codegen of struct { short a[3]; int b:15; }. by Lauro Ramos Venancio · 17 years ago
  88. 6b340af Fix codegen of struct { char a[3]; unsigned char b:1; }; by Lauro Ramos Venancio · 17 years ago
  89. 7deb29f Handle top-level asm declarations. by Anders Carlsson · 17 years ago
  90. f9bba13 by Steve Naroff · 17 years ago
  91. 02b5b40 Added some more opcode pretty-printing. by Ted Kremenek · 17 years ago
  92. e086636 Added proof-of-concept NULL pointer diagnostics to GRConstants. by Ted Kremenek · 17 years ago
  93. ae7bdc1 Added support to distinguish between both implicit and explicit null dereferences. by Ted Kremenek · 17 years ago
  94. 64b32ec Implement support for the extremely atrocious MS /##/ extension, by Chris Lattner · 17 years ago
  95. 10cccdc these aren't tokens. by Chris Lattner · 17 years ago
  96. 80d52d0 Added recording of "implicit" NULL dereferences of symbolic pointers. by Ted Kremenek · 17 years ago
  97. aedabcf Add a FIXME for alternate address spaces. by Eli Friedman · 17 years ago
  98. 261133b get the tree building again by Chris Lattner · 17 years ago
  99. 9b32cd0 Added several guards in transfer functions for "InvalidValues". by Ted Kremenek · 17 years ago
  100. 73a0703 by Steve Naroff · 17 years ago