1. f557fb7 fix running tests with valgrind (there were a lot of bogus failures and warnings) by Nuno Lopes · 16 years ago
  2. 95aa105 scan-build: by Ted Kremenek · 16 years ago
  3. 39218df Touchup CheckSingleAssignmentConstraints() and CheckCompareOperands() to check for block pointers. by Steve Naroff · 16 years ago
  4. bfdcae6 Fix a handful of typos (closure->block) to avoid confusion. by Steve Naroff · 16 years ago
  5. 1c7d067 Add type checking for blocks. by Steve Naroff · 16 years ago
  6. 3a2c744 Generate error if we try to implicit cast between different address spaces by Mon P Wang · 16 years ago
  7. b21d6af Add some Objective-C code generation tests. by Daniel Dunbar · 16 years ago
  8. c67876d NeXT: Emit lazy reference to Protocol class for forward protocol by Daniel Dunbar · 16 years ago
  9. 90df4b6 Avoid superfluous errors regarding variable-length arrays (casts). by Daniel Dunbar · 16 years ago
  10. 80e62c2 Implement codegen of aggregates as lvalues in binary expressions, by Daniel Dunbar · 16 years ago
  11. 3b6eede Updated checker build. by Ted Kremenek · 16 years ago
  12. 01479d0 Capture 'uname' and 'gcc -v' output to .info files. by Ted Kremenek · 16 years ago
  13. 607b17b Update TestRunner to not report failure for XFAIL tests by Daniel Dunbar · 16 years ago
  14. 628a42e Output "ANALYZE:" diagnostics to STDOUT instead of STDERR. by Ted Kremenek · 16 years ago
  15. 9a3c7da ccc-analyzer: by Ted Kremenek · 16 years ago
  16. 33ad012 Set register storage class correctly for function parameters. - PR2730 by Daniel Dunbar · 16 years ago
  17. ea644d8 Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' is by Ted Kremenek · 16 years ago
  18. d600331 Add svn:ignore on SemaObjC/Output. by Daniel Dunbar · 16 years ago
  19. d417d96 Add two test cases for builtins (mostly related to object size builtins). by Daniel Dunbar · 16 years ago
  20. d5f8a4f Add __builtin_object_size support. by Daniel Dunbar · 16 years ago
  21. b0a86c2 Modify object size checking builtins to lower to libc calls. by Daniel Dunbar · 16 years ago
  22. 4eb206b Add semantic analysis for "blocks". by Steve Naroff · 16 years ago
  23. a89d197 Fix 80 col violations. by Ted Kremenek · 16 years ago
  24. 386c693 Added --use-cxx option to scan-build. by Ted Kremenek · 16 years ago
  25. 40727a4 Improve type-checking of ?: for Objective-C types. by Daniel Dunbar · 16 years ago
  26. 60dbad8 Store: (static analyzer) by Ted Kremenek · 16 years ago
  27. 2307d31 Restore Objective-C dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  28. e66f4e3 Fix ObjCPropertRefExpr to be able to encode all the information for by Daniel Dunbar · 16 years ago
  29. 7e8cc57 When creating CXXRecordDecls and RecordDecls within ActOnTag, hook up the new [CXX]RecordDecl with the RecordDecl chain. by Ted Kremenek · 16 years ago
  30. 6359792 RecordDecl: by Ted Kremenek · 16 years ago
  31. 6812a73 RecordDecl serialization: by Ted Kremenek · 16 years ago
  32. a39da06 RecordDecl: by Ted Kremenek · 16 years ago
  33. df91eca CXXRecordDecl and RecordDecl: by Ted Kremenek · 16 years ago
  34. b4eaf9c - Implement __block. by Steve Naroff · 16 years ago
  35. c9a4eea Pull code from last commit. will put back soon. by Steve Naroff · 16 years ago
  36. 042f955 Implement block pseudo-storage class modifiers (__block, __byref). by Steve Naroff · 16 years ago
  37. 24653e8 recognise .s/.S file extensions. add default value for CCC_LANGUAGES by Nuno Lopes · 16 years ago
  38. 67c8601 add the other test case for completeness and to avoid regressions in the future by Nuno Lopes · 16 years ago
  39. b529d83 Fix for PR2747: allow pointer->int casts with a null base; these are by Eli Friedman · 16 years ago
  40. 6f7adbd Fix for PR2750; don't check for an 'e' in the trash after the token. by Eli Friedman · 16 years ago
  41. bc88745 An extremely hacky version of transparent_union support; it isn't by Eli Friedman · 16 years ago
  42. f1c7b48 Make sure to take the unqualified versions of the canonical types for by Eli Friedman · 16 years ago
  43. f43aa44 Fit the comments into 80 columns. by Zhongxing Xu · 16 years ago
  44. c119e1d Updated checker build. by Ted Kremenek · 16 years ago
  45. 62b6a65 readd test as it passes correctly. nice, but weird by Nuno Lopes · 16 years ago
  46. 6d4abe1 Backing out r55607 due to logic errors and test regression. by Eli Friedman · 16 years ago
  47. 758d6ef Updated checker build. by Ted Kremenek · 16 years ago
  48. 7fb43c1 Tidy up sema processing of attribute "nonull": by Ted Kremenek · 16 years ago
  49. 73419bf fix one more this-is-not-a-constant error. test included by Nuno Lopes · 16 years ago
  50. f7e37ce make CheckArithmeticConstantExpression() aware of &foo and pointers by Nuno Lopes · 16 years ago
  51. b381aac codegen constant data as such. add QualType::isConstant() by Nuno Lopes · 16 years ago
  52. cc1b853 Patch by Kovarththanan Rajaratnam! by Ted Kremenek · 16 years ago
  53. 2abd89c Handle mutation while enumerating correctly. Fix some bugs. by Anders Carlsson · 16 years ago
  54. f484c31 Initial support for CodeGen of for ... in statements. by Anders Carlsson · 16 years ago
  55. 3d8400d Stub out CodeGenFunction::EmitObjCForCollectionStmt. by Anders Carlsson · 16 years ago
  56. bd4c1ad Add code to create the fast enumeration state type by Anders Carlsson · 16 years ago
  57. 4bbef0f Temporarily disable some tests which due to dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  58. 1a8f001 Fix indentation on files in CodeGen and Sema. by Anders Carlsson · 16 years ago
  59. 9584446 Simplify some calls to Builder.CreateCall by Anders Carlsson · 16 years ago
  60. 7f8ea5c Add Objective-C property setter support. by Daniel Dunbar · 16 years ago
  61. 19cd87e Refactor handling of calls: by Daniel Dunbar · 16 years ago
  62. 0e194dd Add newline at end of file. by Daniel Dunbar · 16 years ago
  63. d3d8141 Improve ccc: by Daniel Dunbar · 16 years ago
  64. 662174c8 Downgrade a number of FIXME asserts to ErrorUnsupported. - Notably VLAs by Daniel Dunbar · 16 years ago
  65. 91c027e fix a comment that was forgotten in r54071 by Nico Weber · 16 years ago
  66. 491be73 minor cleanup by Nico Weber · 16 years ago
  67. d19e21b Added LLVM comment header. by Zhongxing Xu · 16 years ago
  68. 39cfed3 Migrate the rest symbolic analysis stuff to BasicConstraintManager. by Zhongxing Xu · 16 years ago
  69. 85c59ed Add special "property reference" CodeGen::LValue type for emitting by Daniel Dunbar · 16 years ago
  70. d70900b Remove dead method. by Ted Kremenek · 16 years ago
  71. 932680e Add newline to end of file. by Daniel Dunbar · 16 years ago
  72. 33b5118 Add utils/FindSpecRefs, Python script for generating specification by Daniel Dunbar · 16 years ago
  73. 2bc39c6 Added "getBindings" and "BindingAsString" to GRStateManager and StoreManager. by Ted Kremenek · 16 years ago
  74. 561ca4b Remove BasicStore.h from Xcode project. by Ted Kremenek · 16 years ago
  75. c0637cf Remove BasicStore.h (migrated function prototype for CreateBasicStore() to Store.h) by Ted Kremenek · 16 years ago
  76. a3206b4 Remove Regions.cpp from VS project file. by Ted Kremenek · 16 years ago
  77. 58ecc94 Removed Regions.[h,cpp] from the Xcode project. by Ted Kremenek · 16 years ago
  78. 05d0977 Remove Regions.h and Regions.cpp, since we are now using an even more abstract representation of "memory regions" in the static analyzer. by Ted Kremenek · 16 years ago
  79. 5f81c44 Make store "Regions" and "Bindings" more abstract instead of concrete variants. by Ted Kremenek · 16 years ago
  80. 852119e Allow 'make TESTDIRS=Sema' in test/ directory for only running a by Daniel Dunbar · 16 years ago
  81. fe1ab5e Updated analyzer build. by Ted Kremenek · 16 years ago
  82. 6f12007 Use explicit variable instead of $? by Ted Kremenek · 16 years ago
  83. 296e8d5 Add parser/action support for block literal expressions. by Steve Naroff · 16 years ago
  84. 982e674 Fixed analyzer caching bug involving the transfer function for loads. by Ted Kremenek · 16 years ago
  85. aa1f9f1 Fix isIntegerConstantExpr eval of __builtin_offsetof to return result by Daniel Dunbar · 16 years ago
  86. 45479c8 Always print out the function we're analyzing. by Ted Kremenek · 16 years ago
  87. e6c62e3 Fixed analyzer caching bug in DeclStmt. by Ted Kremenek · 16 years ago
  88. 9048891 Fix double-free error with sizeof applied to VLA types. - PR2727. by Daniel Dunbar · 16 years ago
  89. 4ef1c99 Fix Parser::ParseDeclaratorInternal(): add langopts test when recognizing blocks. by Steve Naroff · 16 years ago
  90. 77a49f6 Fix compilation error on MSVC. by Argyrios Kyrtzidis · 16 years ago
  91. 56b9871 Ubigraph visualization: represent cached nodes with a different style. by Ted Kremenek · 16 years ago
  92. f1f1700 Enhance ubiviz to support vertex styles. by Ted Kremenek · 16 years ago
  93. c56f34a NeXT: Emit mostly-correct property type encoding. by Daniel Dunbar · 16 years ago
  94. 710ad93 Automatically execute ubiviz. by Ted Kremenek · 16 years ago
  95. 9b111a0 Update checker build. by Ted Kremenek · 16 years ago
  96. cb344d0 Fix regression: immediately terminate ccc-analyzer when gcc reports an error. by Ted Kremenek · 16 years ago
  97. 6855492 Update Xcode project. by Ted Kremenek · 16 years ago
  98. 05125f1 Make the destructor of ConstraintManager virtual. by Ted Kremenek · 16 years ago
  99. abebf0f Update checker build. by Ted Kremenek · 16 years ago
  100. d128932 Ubigraph-rendered ExplodedGraphs now have arrows and are oriented downward. by Ted Kremenek · 16 years ago