1. 4c877cc Hook "fast" code generation to -O0. by Daniel Dunbar · 16 years ago
  2. 70f9243 Add -O[0-3s] support (following llvm-gcc). by Daniel Dunbar · 16 years ago
  3. e564b52 Add an assertion to make our intention more clear. by Zhongxing Xu · 16 years ago
  4. 7a64a03 If NDEBUG is set, don't include any of the code for visualizing inheritance hierarchies by Douglas Gregor · 16 years ago
  5. e1911af Let StoreManager do different cast on arrays. BasicStore will just keep it intact. by Zhongxing Xu · 16 years ago
  6. 4d8e5b8 Updated checker build. by Ted Kremenek · 16 years ago
  7. f74675b Temporarily mark this test XFAIL. by Ted Kremenek · 16 years ago
  8. 896cd9d Disable warning about potential leaks of returned values until we test it a little more (lots of noise). by Ted Kremenek · 16 years ago
  9. 6e78e1b Added a method to ElementRegion. by Zhongxing Xu · 16 years ago
  10. bc0805a Add support for conversions from a pointer-to-derived to a by Douglas Gregor · 16 years ago
  11. 9b3dc91 Update Xcode project. We still get a link error, however, because of an LLVM library that isn't being linked in for CodeGen (will fix). by Ted Kremenek · 16 years ago
  12. 3ad2cc8 Warn about potentially leaked objects that are returned from methods whose names do not follow the Cocoa Memory Management guidelines. by Ted Kremenek · 16 years ago
  13. b9988c0 Fix <rdar://problem/6312683> clang block rewriter: by Steve Naroff · 16 years ago
  14. f1af6a7 Restrict creation of OverloadedFunctionDecl only to C++ (it was getting used for invalid redeclarations on C). by Argyrios Kyrtzidis · 16 years ago
  15. 8970fea Fix <rdar://problem/6311947> clang on xcode (regression): error: use of undeclared identifier 'expandedValue'. by Steve Naroff · 16 years ago
  16. e8ae789 Updated checker build. by Ted Kremenek · 16 years ago
  17. 5dea189 Remove the GraphWriter-based version of the C++ class inheritance visualization, since it isn't being used and can't handle virtual bases properly by Douglas Gregor · 16 years ago
  18. 0218936 Added GraphViz visualization of C++ inheritance hierarchies. by Douglas Gregor · 16 years ago
  19. 90b7bc6 Now that DeclRefExpr accepts a NamedDecl, use a DeclRefExpr for when a CXXFieldDecl is referenced inside a method. by Argyrios Kyrtzidis · 16 years ago
  20. 64e859a Enhance reference-count checker to correctly identify CG "release" functions. This fixes <rdar://problem/6303488>. by Ted Kremenek · 16 years ago
  21. 7692ed6 Fix <rdar://problem/6257675> error: member reference base type ('NSUserDefaults *') is not a structure or union. by Steve Naroff · 16 years ago
  22. 8b7650e Only create the target machine when emitting assembly. by Daniel Dunbar · 16 years ago
  23. f8268ae Add representation of base classes in the AST, and verify that we by Douglas Gregor · 16 years ago
  24. ed2cb28 [LLVM up] Get rid of std::ostream usage from Backend.cpp by Daniel Dunbar · 16 years ago
  25. a778d7d Add support for assembler-with-cpp (preprocessed .S files), patch by by Chris Lattner · 16 years ago
  26. 70de68d Update server URL for checker build. by Ted Kremenek · 16 years ago
  27. ba7e210 QualType::isMoreQualifiedThan and isAtLeastAsQualifiedAs assert that we by Douglas Gregor · 16 years ago
  28. c498848 Add test case for FuncDecl and function pointer variable. by Zhongxing Xu · 16 years ago
  29. 5737326 Implement ranking of standard conversion sequences by their qualification by Douglas Gregor · 16 years ago
  30. c4bf72c Add a bunch of getLValue* methods to RegionStore. by Zhongxing Xu · 16 years ago
  31. c92e5fe Adjust parameter order to more natural one. by Zhongxing Xu · 16 years ago
  32. ed340f7 Exprs of function type is another special case for ImplicitCast. by Zhongxing Xu · 16 years ago
  33. e0a5d5f Move Sema::GetNonReferenceType to QualType::getNonReferenceType and make it inline by Douglas Gregor · 16 years ago
  34. 4a76b29 some minor cleanups to ParseObjCTypeName: by Chris Lattner · 16 years ago
  35. 11292b0 Update to use raw_ostream for PrintModulePass. by Daniel Dunbar · 16 years ago
  36. 9b6e2d2 Fix a thinko in the qualification-conversion check when the qualificaitons are disjoint, and add some overloading-based tests of qualification conversions by Douglas Gregor · 16 years ago
  37. ae8d467 Functions can be lvalues in C++, but not modifiable lvalues by Douglas Gregor · 16 years ago
  38. d46075f Commito, didn't mean to remove this header. by Daniel Dunbar · 16 years ago
  39. d69bacc [LLVM up] Add basic -S option to clang. by Daniel Dunbar · 16 years ago
  40. 98cd599 Initial step toward supporting qualification conversions (C++ 4.4). by Douglas Gregor · 16 years ago
  41. cabeeed Updated checker build. by Ted Kremenek · 16 years ago
  42. bd589e0 Add coverage of part of getPrimaryDecl that was failing prior to by Daniel Dunbar · 16 years ago
  43. 48d04ae Fix use of dyn_cast. by Daniel Dunbar · 16 years ago
  44. d8c0ea1 Add GetModule accessor to ModuleBuilder by Daniel Dunbar · 16 years ago
  45. 0944ccc When conjuring symbols for compound assignments, use the promoted type to determine if the symbolic value as a "loc::" or "nonloc::" value. by Ted Kremenek · 16 years ago
  46. 6ae9850 Fix <rdar://problem/6257645> clang static analyzer crashes when encountering blocks as objects by Steve Naroff · 16 years ago
  47. 2bd0372 Fix <rdar://problem/6257645> clang static analyzer crashes when encountering blocks as objects by Steve Naroff · 16 years ago
  48. 0165b0c Cosmetic patch from João Paulo Rechi Vita by Douglas Gregor · 16 years ago
  49. 8e9bebd Preliminary support for function overloading by Douglas Gregor · 16 years ago
  50. 6d34893 Handle [NSAutoreleasePool addObject:] (an alternative way to add objects to the current autorelease pool). by Ted Kremenek · 16 years ago
  51. e117d48 Update Xcode project. by Ted Kremenek · 16 years ago
  52. d7333c2 Fix a crasher during error recovery in Parser::ParseObjCTypeName(). by Steve Naroff · 16 years ago
  53. 94ac21e Fix <rdar://problem/6297052> confused in some way by embedded /* */ comments. by Steve Naroff · 16 years ago
  54. abacf91 Update VC++ project files. by Steve Naroff · 16 years ago
  55. 0fe7060 Tweak an expected-error to match the output. IMHO it is better to diagnose 'int (void)' because it has the same meaning in C and C++. by Gabor Greif · 16 years ago
  56. 6f5f41c Fix typo. by Steve Naroff · 16 years ago
  57. fe6b0dc Fix <rdar://problem/6261178> clang-on-xcode: [sema] multiple method warning is over enthusiastic. by Steve Naroff · 16 years ago
  58. 933c3e1 Localize the special processing of array variable inside by Zhongxing Xu · 16 years ago
  59. 8485ec6 Modify Store interface: GetSVal/SetSVal => Retrieve/Bind. by Zhongxing Xu · 16 years ago
  60. 65e5e40 Add partial specialization of ImmutableList for GRStatePartialTrait. by Ted Kremenek · 16 years ago
  61. 22ab7a4 Rename: RValues.h/cpp => SVals.h/cpp by Zhongxing Xu · 16 years ago
  62. 53bcdd4 Process decls in RegionStore. Individual elements of fixed size arrays are by Zhongxing Xu · 16 years ago
  63. 511191c Add ElementRegion to represent memory chunks for array elements. by Zhongxing Xu · 16 years ago
  64. 1714b2b Updated checker build by Ted Kremenek · 16 years ago
  65. 8673ae7 Add fileid_iterator to SourceManager. by Ted Kremenek · 16 years ago
  66. ef3b215 Added method to access the raw flags of Token. by Ted Kremenek · 16 years ago
  67. dda0468 Change signature for CheckDivideZero. by Ted Kremenek · 16 years ago
  68. 8588896 Added the start of a prototype implementation of PCH based on token caching. by Ted Kremenek · 16 years ago
  69. c13b6e2 Further improve path-sensitivity with divide-by-zero checking by assuming that a denominator cannot be zero even when the result of an '/' or '%' expression is unknown. by Ted Kremenek · 16 years ago
  70. 9253b0f Added test case inspired by <rdar://6268365>: recover path-sensitivity after compound assignment when the result of the assignment is not known. by Ted Kremenek · 16 years ago
  71. 9ff267d Used conjured symbols to recover path-sensitivity when the result of a compound assignment is UnknownVal(). by Ted Kremenek · 16 years ago
  72. 18bc164 Fix <rdar://problem/6268365> Parser rejects property (dot notation) access on id<protocol>. by Steve Naroff · 16 years ago
  73. 87f3b93 Sema::CheckCompareOperands() and ASTContext::mergeTypes(): Change handling of ObjC qualified id types to be consistent with gcc. This changes a handful of test case errors into warnings (diff will tell you which cases have changed). by Steve Naroff · 16 years ago
  74. 85b4897 Add newline at the end of file, to silence compiler warning. by Matthijs Kooijman · 16 years ago
  75. 5fd80fa eliminate ObjCPropertyAttrs an corresponding enums, just use strcmp when needed. by Chris Lattner · 16 years ago
  76. e00da7c rearrange some code. by Chris Lattner · 16 years ago
  77. 156b061 more simplifications to error recovery in ParseObjCPropertyAttribute by Chris Lattner · 16 years ago
  78. 8f5421a remove extraneous braces by Chris Lattner · 16 years ago
  79. 8ca329c move some code around to make it fall through more, no functionality change. by Chris Lattner · 16 years ago
  80. f6ed855 reject properties completely in objc1 instead of emitting by Chris Lattner · 16 years ago
  81. cd9f4b3 More property attribute recovery improvements. Instead of this: by Chris Lattner · 16 years ago
  82. 9186764 add testcase for the recovery improvements in my last patch. by Chris Lattner · 16 years ago
  83. dd5b5f2 significantly simplify and clean up error recovery in by Chris Lattner · 16 years ago
  84. 2091a3f Updated checker build by Ted Kremenek · 16 years ago
  85. 39146d6 simplify some other code for __extension__ processing. by Chris Lattner · 16 years ago
  86. c46d1a1 implement a couple fixme's by implementing __extension__ properly. by Chris Lattner · 16 years ago
  87. da3253d fix a crash on unnamed properties like: @property (readonly) int : 4; by Chris Lattner · 16 years ago
  88. a1fed7e simplify some code by using ExpectAndConsume. When an error by Chris Lattner · 16 years ago
  89. bc662af refactor a bunch of code: by Chris Lattner · 16 years ago
  90. a2449b2 fix some minor error recovery bugs in ParseObjCInterfaceDeclList by Chris Lattner · 16 years ago
  91. e82a10f restructure the body of the ParseObjCInterfaceDeclList loop by Chris Lattner · 16 years ago
  92. 639e2d3 Fix rdar://6257721 by tightening up the block "snapshot" check, and by Chris Lattner · 16 years ago
  93. aab740a Support attributes in *yet another* place. Is there any place you by Chris Lattner · 16 years ago
  94. 7399ee0 Fix a parser bug where we let attributes interfere with our disambiguation by Chris Lattner · 16 years ago
  95. 097e916 fix indentation by Chris Lattner · 16 years ago
  96. 31c2868 fix indentation by Chris Lattner · 16 years ago
  97. 7c186be Remove an implemented fixme, only treat < as a type specifier by Chris Lattner · 16 years ago
  98. 509447e Change a couple of cast<> to reinterpret_cast<>. by Argyrios Kyrtzidis · 16 years ago
  99. 89c4fcf Add "argument key" processing similar to ccc. by Ted Kremenek · 16 years ago
  100. fa538e7 ccc: Pass '-g' through to clang. Handle -weak_framework. by Daniel Dunbar · 16 years ago