1. 71af229 __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define by Chris Lattner · 16 years ago
  2. fbbe0ac Fix <rdar://problem/6247781> Parser rejecting properly mismatched properties. by Steve Naroff · 16 years ago
  3. 3b84448 Updated checker build. by Ted Kremenek · 16 years ago
  4. 4411f46 Fix the root cause of PR2750 instead of the side effect. by Chris Lattner · 16 years ago
  5. 47fc25f Really don't add -isysroot twice. by Ted Kremenek · 16 years ago
  6. e4f6952 Don't filter out -fpascal-strings. by Ted Kremenek · 16 years ago
  7. f77d545 Fix va_arg handling to do argument decaying at the correct place. This by Chris Lattner · 16 years ago
  8. 5c38b63 Make some methods const, add some helpers to FullSourceLoc, by Chris Lattner · 16 years ago
  9. a09f585 move ExtVectorElementExpr down into the 'clang extensions' section. by Chris Lattner · 16 years ago
  10. 1b03c01 Update checker build. by Ted Kremenek · 16 years ago
  11. 1ac6fdd Add a random C99 comment/reference. by Steve Naroff · 16 years ago
  12. dfd296b Extend 'IsLValType' to handle BlockPointerTypes. by Ted Kremenek · 16 years ago
  13. b440686 Teach Sema::CheckAssignmentConstraints() to allow assignments between id and block pointer types (^{}). by Steve Naroff · 16 years ago
  14. 6c4088e Fix <rdar://problem/6251012> clang: Blocks are objects too. by Steve Naroff · 16 years ago
  15. a30730e Discard extra -isysroot options. This fixes: by Ted Kremenek · 16 years ago
  16. 58df184 Fix braindead bug, ID number was hardcoded. by Daniel Dunbar · 16 years ago
  17. 5e0a74f Fix <rdar://problem/6253149> property declaration doesn't declare getter and setter. by Steve Naroff · 16 years ago
  18. 48002c8 whitespace and comment changes, to fix grammar and 80 col violations by Nico Weber · 16 years ago
  19. aa5caa1 Change a NOTE to a FIXME based on feedback from clattner. by Steve Naroff · 16 years ago
  20. c9b2d8c Updated checker build. by Ted Kremenek · 16 years ago
  21. e84a864 Fix <rdar://problem/6252129> implementation of method in category doesn't effectively declare it for methods below. by Steve Naroff · 16 years ago
  22. ae530cf Fix <rdar://problem/6252108> assigning to argument passed to block should not require __block. by Steve Naroff · 16 years ago
  23. 891ed9a Fix rdar://6252231 - cannot call vsnprintf with va_list on x86_64, by Chris Lattner · 16 years ago
  24. bd7eb1c Replace a comparison with a static list of builtins that was wrong (it by Chris Lattner · 16 years ago
  25. f7037b1 Fix rdar://6251437, references to enum constant decls in a block by Chris Lattner · 16 years ago
  26. 8198311 Add "Path Length" back to the table of bug reports. by Ted Kremenek · 16 years ago
  27. 59f5394 Fix <rdar://problem/6252216> compare block to NULL. by Steve Naroff · 16 years ago
  28. 18ccc77 Add support for implicit rethrows in @catch blocks. by Daniel Dunbar · 16 years ago
  29. ad12b6d Skip redundant if. by Daniel Dunbar · 16 years ago
  30. 538afe3 Fix <rdar://problem/6252226> parser thinks block argument is undefined identifier in NSServices.m by Steve Naroff · 16 years ago
  31. e4b5ee0 (Update LLVM) Clean up obj-c exception generation to be a bit more by Daniel Dunbar · 16 years ago
  32. 97f61d1 Bug fix, codegen @catch(id<X> ...) acceptably. by Daniel Dunbar · 16 years ago
  33. 062bae0 Revert 56735. The old bug categories were more informative. by Ted Kremenek · 16 years ago
  34. 129271a Simplify generate code for exceptions: by Daniel Dunbar · 16 years ago
  35. f93349f Prefer llvm::Function::addFnAttr(...) to F->addAttribute(~0, ...). by Daniel Dunbar · 16 years ago
  36. b01d191 Simplify code to emit the unified return block and move it to the end by Daniel Dunbar · 16 years ago
  37. 55e4072 Bug fix, make sure to initialize exception object (to rethrow) even by Daniel Dunbar · 16 years ago
  38. 1000491 Easy fix for nasty bug, exception data buffer had wrong type == wrong by Daniel Dunbar · 16 years ago
  39. c61255f Delete trailing white space. It's over 80 columns. by Zhongxing Xu · 16 years ago
  40. 0cb45f6 Remove automagic substitution of %llvmgcc - Is unused and somewhat unreliable. by Daniel Dunbar · 16 years ago
  41. 3a7d1e9 Change "leaks" to have the category "Performance". by Ted Kremenek · 16 years ago
  42. ced4fcb Fix function-attributes test case to not rely on llvm-gcc. by Daniel Dunbar · 16 years ago
  43. d58139e Fix attributes test case to not run clang umpteen times. by Daniel Dunbar · 16 years ago
  44. 9da13f9 Internally store the body of a BlockExpr using a Stmt* instead of a CompoundStmt*, and use the getBody() method to do the appropriate checking. This both removes the type-punning warnings in Expr.cpp and also makes BlockExpr have more consistency checks against modifications to its body (via StmtIterator). by Ted Kremenek · 16 years ago
  45. e7b8d40 Forgot to check in header file with last commit. by Ted Kremenek · 16 years ago
  46. 1377e54 Use a union instead of a bunch of magic casts to implement a variant. This removes the type-punning errors for DeclGroup. by Ted Kremenek · 16 years ago
  47. d2025e2 Add more control-flow to test case. by Ted Kremenek · 16 years ago
  48. 610a09e Add CFG support for implicit-control flow for VLA size expressions within an SizeOfAlignOfTypeExpr. by Ted Kremenek · 16 years ago
  49. a2c6912 Now Attributes are divided in three groups by Devang Patel · 16 years ago
  50. 02d53e7 Updated checker build. by Ted Kremenek · 16 years ago
  51. 0b9e736 clean up a bunch of fixme's I added, by moving by Chris Lattner · 16 years ago
  52. 7218183 Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo by Chris Lattner · 16 years ago
  53. 1b9ad14 fit in 80 cols. by Chris Lattner · 16 years ago
  54. f30f289 alphabetize files by Chris Lattner · 16 years ago
  55. 00c0a30 Do not create CFGs for functions/methods using blocks (need to add control-flow). by Ted Kremenek · 16 years ago
  56. 22e6dd7 testcase for my previous patch. by Chris Lattner · 16 years ago
  57. 7a73940 emulate a bit of GCC path lookup weirdness: if a system by Chris Lattner · 16 years ago
  58. 3527b59 Enter a new scope for a @try block. by Ted Kremenek · 16 years ago
  59. 640c14c Updated checker build. by Ted Kremenek · 16 years ago
  60. fcd06f7 Move VLA processing logic from LiveVariables to CFG construction. This way all dataflow analyses "see" the VLA size expressions. by Ted Kremenek · 16 years ago
  61. 4f6a7d7 Tweak Expr::isModifiableLvalue() and Expr::isLvalue() to better deal with BlockDeclRef exprs. by Steve Naroff · 16 years ago
  62. 84fa6b9 Examine VLA size expressions when computing liveness information. by Ted Kremenek · 16 years ago
  63. 15d6719 Change Radar reproducibility to "Always". by Daniel Dunbar · 16 years ago
  64. 246e70f Parser support for prefix __attribute__ on @protocol. by Daniel Dunbar · 16 years ago
  65. 3568249 Sema support for format and noreturn attributes on Objective-C methods. by Daniel Dunbar · 16 years ago
  66. 085e8f7 Add support for CFString in format attribute. by Daniel Dunbar · 16 years ago
  67. 248e1c0 Add # of block pointer types to -print-stats. by Daniel Dunbar · 16 years ago
  68. fd96684 Make clang preprocessed output a bit more like gcc output. by Daniel Dunbar · 16 years ago
  69. 38a67c9 Update clang to pretend to be gcc-4.2. by Daniel Dunbar · 16 years ago
  70. e9eb3f8 Comment fix. by Daniel Dunbar · 16 years ago
  71. ed736be Updated checker build. by Ted Kremenek · 16 years ago
  72. aefc366 Have @finally introduce a new scope. by Ted Kremenek · 16 years ago
  73. 761d7f7 Large mechanical patch. by Devang Patel · 16 years ago
  74. 27783eb Emulate gcc driver-driver functionality: run analyzer separately for each separate -arch option. by Ted Kremenek · 16 years ago
  75. b5f9a4e Disable report crashes link for the time being. by Daniel Dunbar · 16 years ago
  76. bb83ad2 Update Xcode project. by Ted Kremenek · 16 years ago
  77. d17062c Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupOwningRef classes. by Ted Kremenek · 16 years ago
  78. 7ebe0ed Add link to report analyzer failures (parse errors, asserts, etc). by Daniel Dunbar · 16 years ago
  79. ce723ce Update scan-build to add markers about crashes. by Daniel Dunbar · 16 years ago
  80. c3998fa Include clang preprocessed sources as well with "crashes" output. by Ted Kremenek · 16 years ago
  81. 82a1253 Use .txt extension for info files. by Ted Kremenek · 16 years ago
  82. ba80c9a Downgrade incompatible block pointer error to a warning (to be consistent with incompatible pointer warnings in general). by Steve Naroff · 16 years ago
  83. cc2ece2 Fix a couple harmless warnings when compiling optimized with gcc (reported by mrs@apple.com). by Steve Naroff · 16 years ago
  84. 1656442 Fix <rdar://problem/6243788> clang: Incorrect return statement for Blocks? by Steve Naroff · 16 years ago
  85. 739a36b Add more testing of Obj-C property synthesis. by Daniel Dunbar · 16 years ago
  86. f6a415f Add scan-view '--allow-all-hosts' option, by default access is now by Daniel Dunbar · 16 years ago
  87. 3b38e45 Update checker build. by Ted Kremenek · 16 years ago
  88. 1f6c3ae Fix some const-ness to keep the VisualStudio C++ compiler happy. by Steve Naroff · 16 years ago
  89. 485eeff Extend ASTContext::getTypeInfo() and ASTContext::getObjCEncodingForType() for BlockTypes. by Steve Naroff · 16 years ago
  90. cafd908 Updated test case. by Ted Kremenek · 16 years ago
  91. 86957eb Implement Obj-C synthesized setters for copy / retain. by Daniel Dunbar · 16 years ago
  92. c1cf4a5 Implement Obj-C getter synthesis for copy and retain. by Daniel Dunbar · 16 years ago
  93. 29e0bcc Refactor some CodeGen functionality: by Daniel Dunbar · 16 years ago
  94. 49f6602 Add Obj-C runtime methods to get runtime specific functions for by Daniel Dunbar · 16 years ago
  95. 0fb1d15 Adjust whitespaces. by Devang Patel · 16 years ago
  96. d0646bd s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 16 years ago
  97. f143545 For generated index.html, look for "scan-view.css", not "/scan-view.css" by Ted Kremenek · 16 years ago
  98. 95e61fb Implement type checking of Objective-C property attributes. by Daniel Dunbar · 16 years ago
  99. dca6d6e Fix <rdar://problem/6240065> clang: __BLOCKS__ should be defined. by Steve Naroff · 16 years ago
  100. ca3bb4f RewriteBlocks::RewriteBlockPointerDecl(): Handle TypedefDecl's and VarDecl's uniformly. by Steve Naroff · 16 years ago