1. fcdd8fe Add Parser support for #pragma pack by Daniel Dunbar · 17 years ago
  2. 4095080 Add Preprocessor::RemovePragmaHandler. - No functionality change. by Daniel Dunbar · 17 years ago
  3. 5e52b17 Add indirection required for byref BlockDeclRefExpr's. by Steve Naroff · 17 years ago
  4. 3b0fd64 Handle bookkeeping for imported blocks (in SynthesizeBlockImpl). by Steve Naroff · 17 years ago
  5. 1e3e43a Add MemRegion.cpp to VS project. by Ted Kremenek · 17 years ago
  6. b65a4f1 Cut/paste error...need to use the expression "name" for member references (or other complex expressions that can embed a block pointer type) by Steve Naroff · 17 years ago
  7. 8e9216d Clear the map that associated the rewritten block with it's corresponding BlockExpr. by Steve Naroff · 17 years ago
  8. 70f9550 Moved main control flow functions to bottom of file. by Steve Naroff · 17 years ago
  9. 14b8c38 Updated checker build. by Ted Kremenek · 17 years ago
  10. 9e24049 This is a big patch, but the functionality change is small and the rest of the patch consists of deltas due to API changes. by Ted Kremenek · 17 years ago
  11. 924d9a8 Reverse the RHSBlock of LogicalOp && and || by Zhongxing Xu · 17 years ago
  12. 7a02344 add a disclaimer by Chris Lattner · 17 years ago
  13. b5cd09a add a new Rewriter::getRewritenText method that returns the text for a range by Chris Lattner · 17 years ago
  14. 94ede6e Remove an old/vacuous if clause. by Steve Naroff · 17 years ago
  15. 4e13b76 More fun & games with the block rewriter. by Steve Naroff · 17 years ago
  16. 7d07664 Merge postfix attributes on record decls. by Daniel Dunbar · 17 years ago
  17. 5e592d8 Remove a FIXME. by Daniel Dunbar · 17 years ago
  18. 39622b9 Rewrite global block expressions. by Steve Naroff · 17 years ago
  19. 83ba14e - Add a convenience constructor to Type. - Many rewriter modifications. by Steve Naroff · 17 years ago
  20. 48a8c61 Rework SynthesizeBlockImpl() to include a constructor. by Steve Naroff · 17 years ago
  21. f7bb8b9 Pass postfix attributes to ActOnFields (mismarked a file). by Daniel Dunbar · 17 years ago
  22. 1bfe1c2 Pass postfix attributes to ActOnFields. by Daniel Dunbar · 17 years ago
  23. 29471a1 Bug fix, ccc was passing -std twice. by Daniel Dunbar · 17 years ago
  24. 3ad29e2 Get the right location to insert the synthesized block literals/functions. by Steve Naroff · 17 years ago
  25. 0eb07bf Add getTypeSpecStartLoc() to VarDecls and FunctionDecls. by Steve Naroff · 17 years ago
  26. a0b75cf Name changes and some cleanup of preamble. by Steve Naroff · 17 years ago
  27. ae3f491 Add Builtins.def attribute for "can be a constant expression". by Daniel Dunbar · 17 years ago
  28. de45428 Add support for format string checking of object-size checking by Daniel Dunbar · 17 years ago
  29. a4275d1 Emit error unsupported for break/continue/goto inside Obj-C exception by Daniel Dunbar · 17 years ago
  30. 8e45f73 Fix ccc handling of -mmacosx-version-min. by Daniel Dunbar · 17 years ago
  31. 8af6a45 Changed Sema::CheckForConstantInitializer to allow global block literals. by Steve Naroff · 17 years ago
  32. 91cd320 (LLVM up) Rename IRBuilder::IsNonNull -> IsNotNull. by Daniel Dunbar · 17 years ago
  33. 147d26f Unbreak build: claim an extra bit for BuiltinID. by Daniel Dunbar · 17 years ago
  34. e553a72 (llvm up) If the target triple is unspecified, automatically set the by Daniel Dunbar · 17 years ago
  35. 14bfdfe Drop code to validate OS part of target triple on darwin, too fragile. by Daniel Dunbar · 17 years ago
  36. cc9ac41 Enhance NSError** checking with analogous checking for CFErrorRef*. by Ted Kremenek · 17 years ago
  37. 9466856 Added SSE4.1 blend intrinsics by Mon P Wang · 17 years ago
  38. c1c88b5 Updated checker build. by Ted Kremenek · 17 years ago
  39. 9f67ede Added test case. by Ted Kremenek · 17 years ago
  40. 8da6ca9 Use LVal::IsLValType(T) instead of checking to see if the type is an "lvalue" type directly. by Ted Kremenek · 17 years ago
  41. 33bc63b Update checker build. by Ted Kremenek · 17 years ago
  42. 1bf3f73 ccc: Use CCC_NATIVE=1 by default. by Daniel Dunbar · 17 years ago
  43. ad2dc71 NeXT: Update to use CreateRuntimeFunction for the routines it imports. by Daniel Dunbar · 17 years ago
  44. f1968f2 Add simple interface for protecting runtime functions from name by Daniel Dunbar · 17 years ago
  45. 60a6e0c Add a QualType to ConjuredSymbol to represent the type and size of the symbol. by Ted Kremenek · 17 years ago
  46. b10362a Support -mmacosx-version-min by Ted Kremenek · 17 years ago
  47. c94e31e Set reproducibility back to "Always" by Ted Kremenek · 17 years ago
  48. 319e792 ccc: Add support for another batch of OS X linker options, including by Daniel Dunbar · 17 years ago
  49. 869f8b6 ccc: Infer action type upfront. by Daniel Dunbar · 17 years ago
  50. 2a29904 simplify padding, just fold it into the earlier resize. by Chris Lattner · 17 years ago
  51. 28997ec fix a potential buffer overrun that Eli noticed by Chris Lattner · 17 years ago
  52. 320a054 Fix help for --suppress-system-warnings by Daniel Dunbar · 17 years ago
  53. c29bbde Document assumptions that NumericLiteralParser makes with an assertion. by Chris Lattner · 17 years ago
  54. 079f2c46 Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ by Chris Lattner · 17 years ago
  55. ba0f25f Finish handling of -mmacosx-version-min. If you now do something like: by Chris Lattner · 17 years ago
  56. c6607f8 scan-view: Remove some debugging prints. by Daniel Dunbar · 17 years ago
  57. c0bb34b Updated checker build. by Ted Kremenek · 17 years ago
  58. 8fe38a6 Default reproducibility to "Not applicable" by Ted Kremenek · 17 years ago
  59. abee2d7 Add diagnostic for .{lo,hi,e,o} on odd-sized extended vectors. by Daniel Dunbar · 17 years ago
  60. ba78cc0 Make "Performance" the default Radar classification for leaks. "Other" for all others (for now). by Ted Kremenek · 17 years ago
  61. 8ce622d Make a separate parameter class for "Radar classifications". by Ted Kremenek · 17 years ago
  62. fe6fa07 Add "SelectionParameter" class to represent drop-down boxes. by Ted Kremenek · 17 years ago
  63. 7000bf8 Change ccc to not pass -x unknown down. by Daniel Dunbar · 17 years ago
  64. 480bc34 Conditionally load/save default parameter value from config file. by Ted Kremenek · 17 years ago
  65. 19c8820 Use objects to represent form parameters. This allows us to abstract away some by Ted Kremenek · 17 years ago
  66. 037cda5 Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scope) fails to handle overloaded selectors properly. by Steve Naroff · 17 years ago
  67. 33e2c5f fix test for latest changes in llvm asm representation by Nuno Lopes · 17 years ago
  68. 3ce52d6 Improved fix for <rdar://problem/6247781> Parser rejecting properly mismatched properties. by Steve Naroff · 17 years ago
  69. 86b76fc Add missing include for use of atoi. by Nick Lewycky · 17 years ago
  70. 13c03d8 Tabs -> Spaces. by Ted Kremenek · 17 years ago
  71. 5a236cb Revert last patch, but add a fixme by Ted Kremenek · 17 years ago
  72. 855cd90 Within the transfer function of UnaryOperatorExpr, handle implicit promotions by Ted Kremenek · 17 years ago
  73. 7f57b00 Added support for sse intrinsics loadlpd, loadhpd, muldq128, and mulld128 by Mon P Wang · 17 years ago
  74. 6a30c1f start handling 'mmacosx-version-min', this is not complete yet. by Chris Lattner · 17 years ago
  75. 898d508 Add infrastructure for proper @finally support. by Daniel Dunbar · 17 years ago
  76. 8b30c41 The definition of __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ follows by Chris Lattner · 17 years ago
  77. 048dd94 define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled. by Chris Lattner · 17 years ago
  78. 71af229 __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define by Chris Lattner · 17 years ago
  79. fbbe0ac Fix <rdar://problem/6247781> Parser rejecting properly mismatched properties. by Steve Naroff · 17 years ago
  80. 3b84448 Updated checker build. by Ted Kremenek · 17 years ago
  81. 4411f46 Fix the root cause of PR2750 instead of the side effect. by Chris Lattner · 17 years ago
  82. 47fc25f Really don't add -isysroot twice. by Ted Kremenek · 17 years ago
  83. e4f6952 Don't filter out -fpascal-strings. by Ted Kremenek · 17 years ago
  84. f77d545 Fix va_arg handling to do argument decaying at the correct place. This by Chris Lattner · 17 years ago
  85. 5c38b63 Make some methods const, add some helpers to FullSourceLoc, by Chris Lattner · 17 years ago
  86. a09f585 move ExtVectorElementExpr down into the 'clang extensions' section. by Chris Lattner · 17 years ago
  87. 1b03c01 Update checker build. by Ted Kremenek · 17 years ago
  88. 1ac6fdd Add a random C99 comment/reference. by Steve Naroff · 17 years ago
  89. dfd296b Extend 'IsLValType' to handle BlockPointerTypes. by Ted Kremenek · 17 years ago
  90. b440686 Teach Sema::CheckAssignmentConstraints() to allow assignments between id and block pointer types (^{}). by Steve Naroff · 17 years ago
  91. 6c4088e Fix <rdar://problem/6251012> clang: Blocks are objects too. by Steve Naroff · 17 years ago
  92. a30730e Discard extra -isysroot options. This fixes: by Ted Kremenek · 17 years ago
  93. 58df184 Fix braindead bug, ID number was hardcoded. by Daniel Dunbar · 17 years ago
  94. 5e0a74f Fix <rdar://problem/6253149> property declaration doesn't declare getter and setter. by Steve Naroff · 17 years ago
  95. 48002c8 whitespace and comment changes, to fix grammar and 80 col violations by Nico Weber · 17 years ago
  96. aa5caa1 Change a NOTE to a FIXME based on feedback from clattner. by Steve Naroff · 17 years ago
  97. c9b2d8c Updated checker build. by Ted Kremenek · 17 years ago
  98. e84a864 Fix <rdar://problem/6252129> implementation of method in category doesn't effectively declare it for methods below. by Steve Naroff · 17 years ago
  99. ae530cf Fix <rdar://problem/6252108> assigning to argument passed to block should not require __block. by Steve Naroff · 17 years ago
  100. 891ed9a Fix rdar://6252231 - cannot call vsnprintf with va_list on x86_64, by Chris Lattner · 17 years ago