1. 46d9134 simplify padding, just fold it into the earlier resize. by Chris Lattner · 16 years ago
  2. 2e6b4bf fix a potential buffer overrun that Eli noticed by Chris Lattner · 16 years ago
  3. 35e5094 Fix help for --suppress-system-warnings by Daniel Dunbar · 16 years ago
  4. d8f1f1f Document assumptions that NumericLiteralParser makes with an assertion. by Chris Lattner · 16 years ago
  5. d376f6d Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ by Chris Lattner · 16 years ago
  6. 01de9c8 Finish handling of -mmacosx-version-min. If you now do something like: by Chris Lattner · 16 years ago
  7. c2721f2 scan-view: Remove some debugging prints. by Daniel Dunbar · 16 years ago
  8. 342a37c Updated checker build. by Ted Kremenek · 16 years ago
  9. bf67281 Default reproducibility to "Not applicable" by Ted Kremenek · 16 years ago
  10. 45a9180 Add diagnostic for .{lo,hi,e,o} on odd-sized extended vectors. by Daniel Dunbar · 16 years ago
  11. 2cc2d19 Make "Performance" the default Radar classification for leaks. "Other" for all others (for now). by Ted Kremenek · 16 years ago
  12. f816909 Make a separate parameter class for "Radar classifications". by Ted Kremenek · 16 years ago
  13. ddabf80 Add "SelectionParameter" class to represent drop-down boxes. by Ted Kremenek · 16 years ago
  14. 3756a63 Change ccc to not pass -x unknown down. by Daniel Dunbar · 16 years ago
  15. 4e085f6 Conditionally load/save default parameter value from config file. by Ted Kremenek · 16 years ago
  16. a4a1f72 Use objects to represent form parameters. This allows us to abstract away some by Ted Kremenek · 16 years ago
  17. 68354f3 Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scope) fails to handle overloaded selectors properly. by Steve Naroff · 16 years ago
  18. 0534a01 fix test for latest changes in llvm asm representation by Nuno Lopes · 16 years ago
  19. c32e45c Improved fix for <rdar://problem/6247781> Parser rejecting properly mismatched properties. by Steve Naroff · 16 years ago
  20. 163819f Add missing include for use of atoi. by Nick Lewycky · 16 years ago
  21. 5cfaf09 Tabs -> Spaces. by Ted Kremenek · 16 years ago
  22. dcaccf8 Revert last patch, but add a fixme by Ted Kremenek · 16 years ago
  23. cf807ad Within the transfer function of UnaryOperatorExpr, handle implicit promotions by Ted Kremenek · 16 years ago
  24. 1473f52 Added support for sse intrinsics loadlpd, loadhpd, muldq128, and mulld128 by Mon P Wang · 16 years ago
  25. 2b168e0 start handling 'mmacosx-version-min', this is not complete yet. by Chris Lattner · 16 years ago
  26. e9900eb Add infrastructure for proper @finally support. by Daniel Dunbar · 16 years ago
  27. c5dc8eb The definition of __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ follows by Chris Lattner · 16 years ago
  28. 9b96b15 define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled. by Chris Lattner · 16 years ago
  29. bcd60db __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define by Chris Lattner · 16 years ago
  30. 631e392 Fix <rdar://problem/6247781> Parser rejecting properly mismatched properties. by Steve Naroff · 16 years ago
  31. 49d42f5 Updated checker build. by Ted Kremenek · 16 years ago
  32. 9501a48 Fix the root cause of PR2750 instead of the side effect. by Chris Lattner · 16 years ago
  33. 25808d8 Really don't add -isysroot twice. by Ted Kremenek · 16 years ago
  34. 12ab7cd Don't filter out -fpascal-strings. by Ted Kremenek · 16 years ago
  35. 27882f4 Fix va_arg handling to do argument decaying at the correct place. This by Chris Lattner · 16 years ago
  36. 82e2891 Make some methods const, add some helpers to FullSourceLoc, by Chris Lattner · 16 years ago
  37. 4eb0ce9 move ExtVectorElementExpr down into the 'clang extensions' section. by Chris Lattner · 16 years ago
  38. 3fe2a51 Update checker build. by Ted Kremenek · 16 years ago
  39. b2f7241 Add a random C99 comment/reference. by Steve Naroff · 16 years ago
  40. b91c725 Extend 'IsLValType' to handle BlockPointerTypes. by Ted Kremenek · 16 years ago
  41. a982c71 Teach Sema::CheckAssignmentConstraints() to allow assignments between id and block pointer types (^{}). by Steve Naroff · 16 years ago
  42. ef5b9fc Fix <rdar://problem/6251012> clang: Blocks are objects too. by Steve Naroff · 16 years ago
  43. 6bedfef Discard extra -isysroot options. This fixes: by Ted Kremenek · 16 years ago
  44. 67a3e89 Fix braindead bug, ID number was hardcoded. by Daniel Dunbar · 16 years ago
  45. e2e61e7 Fix <rdar://problem/6253149> property declaration doesn't declare getter and setter. by Steve Naroff · 16 years ago
  46. 630347d whitespace and comment changes, to fix grammar and 80 col violations by Nico Weber · 16 years ago
  47. 32fe5a9 Change a NOTE to a FIXME based on feedback from clattner. by Steve Naroff · 16 years ago
  48. 88857dc Updated checker build. by Ted Kremenek · 16 years ago
  49. 4b9846d Fix <rdar://problem/6252129> implementation of method in category doesn't effectively declare it for methods below. by Steve Naroff · 16 years ago
  50. 91de754 Fix <rdar://problem/6252108> assigning to argument passed to block should not require __block. by Steve Naroff · 16 years ago
  51. 70b5670 Fix rdar://6252231 - cannot call vsnprintf with va_list on x86_64, by Chris Lattner · 16 years ago
  52. b23469f Replace a comparison with a static list of builtins that was wrong (it by Chris Lattner · 16 years ago
  53. 631b135 Fix rdar://6251437, references to enum constant decls in a block by Chris Lattner · 16 years ago
  54. 510ea53 Add "Path Length" back to the table of bug reports. by Ted Kremenek · 16 years ago
  55. f85d66c Fix <rdar://problem/6252216> compare block to NULL. by Steve Naroff · 16 years ago
  56. 8354484 Add support for implicit rethrows in @catch blocks. by Daniel Dunbar · 16 years ago
  57. 8ca61b2 Skip redundant if. by Daniel Dunbar · 16 years ago
  58. b6f2395 Fix <rdar://problem/6252226> parser thinks block argument is undefined identifier in NSServices.m by Steve Naroff · 16 years ago
  59. 0ac66f7 (Update LLVM) Clean up obj-c exception generation to be a bit more by Daniel Dunbar · 16 years ago
  60. d04c935 Bug fix, codegen @catch(id<X> ...) acceptably. by Daniel Dunbar · 16 years ago
  61. b4bde39 Revert 56735. The old bug categories were more informative. by Ted Kremenek · 16 years ago
  62. 7a68b45 Simplify generate code for exceptions: by Daniel Dunbar · 16 years ago
  63. 9575eb3 Prefer llvm::Function::addFnAttr(...) to F->addAttribute(~0, ...). by Daniel Dunbar · 16 years ago
  64. 7a57b8d Simplify code to emit the unified return block and move it to the end by Daniel Dunbar · 16 years ago
  65. 4655e2e Bug fix, make sure to initialize exception object (to rethrow) even by Daniel Dunbar · 16 years ago
  66. 1c5e463 Easy fix for nasty bug, exception data buffer had wrong type == wrong by Daniel Dunbar · 16 years ago
  67. 61b5691 Delete trailing white space. It's over 80 columns. by Zhongxing Xu · 16 years ago
  68. 868b7d4 Remove automagic substitution of %llvmgcc - Is unused and somewhat unreliable. by Daniel Dunbar · 16 years ago
  69. 36cc63e Change "leaks" to have the category "Performance". by Ted Kremenek · 16 years ago
  70. 85fccc6 Fix function-attributes test case to not rely on llvm-gcc. by Daniel Dunbar · 16 years ago
  71. 4776f03 Fix attributes test case to not run clang umpteen times. by Daniel Dunbar · 16 years ago
  72. 4a1f5de 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
  73. f82d2b2 Forgot to check in header file with last commit. by Ted Kremenek · 16 years ago
  74. 6b03451 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
  75. 115b413 Add more control-flow to test case. by Ted Kremenek · 16 years ago
  76. 0953567 Add CFG support for implicit-control flow for VLA size expressions within an SizeOfAlignOfTypeExpr. by Ted Kremenek · 16 years ago
  77. 2bb6eb8 Now Attributes are divided in three groups by Devang Patel · 16 years ago
  78. 4b3d9fb Updated checker build. by Ted Kremenek · 16 years ago
  79. 6f04406 clean up a bunch of fixme's I added, by moving by Chris Lattner · 16 years ago
  80. 7257ce2 Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo by Chris Lattner · 16 years ago
  81. 717a46c fit in 80 cols. by Chris Lattner · 16 years ago
  82. 8a8ffa2 alphabetize files by Chris Lattner · 16 years ago
  83. d68a8d3 Do not create CFGs for functions/methods using blocks (need to add control-flow). by Ted Kremenek · 16 years ago
  84. e95a75b testcase for my previous patch. by Chris Lattner · 16 years ago
  85. 4668b57 emulate a bit of GCC path lookup weirdness: if a system by Chris Lattner · 16 years ago
  86. ba849be Enter a new scope for a @try block. by Ted Kremenek · 16 years ago
  87. 011665d Updated checker build. by Ted Kremenek · 16 years ago
  88. df8c7d7 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
  89. 076d6cb Tweak Expr::isModifiableLvalue() and Expr::isLvalue() to better deal with BlockDeclRef exprs. by Steve Naroff · 16 years ago
  90. 85abe6e Examine VLA size expressions when computing liveness information. by Ted Kremenek · 16 years ago
  91. 844eaf2 Change Radar reproducibility to "Always". by Daniel Dunbar · 16 years ago
  92. 28680d1 Parser support for prefix __attribute__ on @protocol. by Daniel Dunbar · 16 years ago
  93. d1d847c Sema support for format and noreturn attributes on Objective-C methods. by Daniel Dunbar · 16 years ago
  94. bddb14a Add support for CFString in format attribute. by Daniel Dunbar · 16 years ago
  95. 4767734 Add # of block pointer types to -print-stats. by Daniel Dunbar · 16 years ago
  96. 6fa81e7 Make clang preprocessed output a bit more like gcc output. by Daniel Dunbar · 16 years ago
  97. 8cc5d5e Update clang to pretend to be gcc-4.2. by Daniel Dunbar · 16 years ago
  98. 573a022 Comment fix. by Daniel Dunbar · 16 years ago
  99. ccc33e8 Updated checker build. by Ted Kremenek · 16 years ago
  100. 3637b89 Have @finally introduce a new scope. by Ted Kremenek · 16 years ago