1. e9f4e54 Add StringRegion to MemRegions. by Zhongxing Xu · 16 years ago
  2. 2e97120 Add StringLiteral test code. by Zhongxing Xu · 16 years ago
  3. c9b250e Now we can handle arrays. by Zhongxing Xu · 16 years ago
  4. 7d43a31 2nd try to fix leakage of the module provider. note that moduleprovider takes ownership of the module by Nuno Lopes · 16 years ago
  5. dd49267 fix leaking of the module provider by Nuno Lopes · 16 years ago
  6. 8dc5393 Updated checker build. by Ted Kremenek · 16 years ago
  7. b0d178d Add a quote from the standard about the type of 'this'. by Argyrios Kyrtzidis · 16 years ago
  8. a596209 Unbreak the test by.. removing a space. (clang protested that -verify only works on single input files). by Argyrios Kyrtzidis · 16 years ago
  9. 750c358 Add initial dependency file generation support. Patch by Kovarththanan by Daniel Dunbar · 16 years ago
  10. 971c4fa -Add support for cv-qualifiers after function declarators. by Argyrios Kyrtzidis · 16 years ago
  11. b394d1c Add ViewVC link from web page. by Daniel Dunbar · 16 years ago
  12. 03373df Generalize searching for the keyword "leak" in a bug type. by Ted Kremenek · 16 years ago
  13. 9d1d570 Use "followsFundamentalRule" to determine if an instance method allocates memory. by Ted Kremenek · 16 years ago
  14. 5c74d50 followsFundamentalRule() returns true if "alloc" or "new" appear at the beginning of the string, not anywhere within it. by Ted Kremenek · 16 years ago
  15. f91ce77 Expand bubble size by 50%. by Ted Kremenek · 16 years ago
  16. 0b50f5b Implicit conversions from arrays can also be conversions to references (will add a test case shortly). by Ted Kremenek · 16 years ago
  17. f4b3548 This test no longer is marked XFAIL. by Ted Kremenek · 16 years ago
  18. f9790ae Issue warnings about owned objects returned from a method that does not match the established Cocoa naming conventions. by Ted Kremenek · 16 years ago
  19. 9deb0e3 Added method "getSelfRegion" to Store. This method returns the region associated with the "this" or "self" object (C++ and Objective-C respectively). by Ted Kremenek · 16 years ago
  20. a7f1b9e Added region ObjCObjectRegion that represents an instance of an Objective-C object. by Ted Kremenek · 16 years ago
  21. 1f81230 Move viewInheritance to CXXRecordDecl, and make sure it builds in Release mode, too by Douglas Gregor · 16 years ago
  22. 6cbd3df PR2942: FunctionDecls by typedef crash the C++ front-end by Douglas Gregor · 16 years ago
  23. 69bd375 Test commit by Sebastian Redl · 16 years ago
  24. fb40b84 Add another file to VC++ project. by Steve Naroff · 16 years ago
  25. 2b9d973 Make QualTypeOrdering::operator() const by Douglas Gregor · 16 years ago
  26. 0575d4a Some cleanups for the ambiguous derived-to-base conversion checks by Douglas Gregor · 16 years ago
  27. 2f639b9 Semantic analysis for C++ reinterpret_cast and const_cast. Patch by Sebastian Redl. by Douglas Gregor · 16 years ago
  28. ce1448b Fix scan-build's processing of clang's analysis arguments. Patch by Nikita Zhuk! by Ted Kremenek · 16 years ago
  29. 95f01b3 Yet another update to the VC++ proj. by Steve Naroff · 16 years ago
  30. bfb6582 The Decl of an array region can be VarDecl or FieldDecl. Handle this in RegionStoreManager::ArrayToPointer(). by Zhongxing Xu · 16 years ago
  31. 72e1682 Add random array and struct test code for SCA. by Zhongxing Xu · 16 years ago
  32. b451bc1 Use #define trickery to de-XFAIL test/Coverage/codegen-gnu.m while by Daniel Dunbar · 16 years ago
  33. a82512a Implement struct initialization. Make it into a recursive function. Also make by Zhongxing Xu · 16 years ago
  34. 8de8c36 Use #define trickery to de-XFAIL test/Coverage/codegen-next.m while by Daniel Dunbar · 16 years ago
  35. 25f51dd Don't crash on invalid source locations in CGDebugInfo::getOrCreateCompileUnit. by Daniel Dunbar · 16 years ago
  36. 40f56a7 svn:ignore test/SemaCXX/Output by Daniel Dunbar · 16 years ago
  37. ac620de PR2919: __builtin_types_compatible_p strips CRV qualifiers. by Daniel Dunbar · 16 years ago
  38. d02dae5 add a missing file to project, alphabeticalize. by Chris Lattner · 16 years ago
  39. b21ff77 Add printing method to ElementRegion. by Zhongxing Xu · 16 years ago
  40. 6c308cc Use LINK_COMPONENTS instead of hard coding LLVM libraries. by Daniel Dunbar · 16 years ago
  41. a071eb0 Add printing method to RegionStoreManager. by Zhongxing Xu · 16 years ago
  42. 9012bff Add printing with llvm::raw_ostream methods to SVals. by Zhongxing Xu · 16 years ago
  43. 94b1dd2 First non-embarrassing cut at checking for ambiguous derived-to-base by Douglas Gregor · 16 years ago
  44. 5b8b6f2 Fix 80-col violation. by Zhongxing Xu · 16 years ago
  45. b406459 Fix linking error. by Zhongxing Xu · 16 years ago
  46. 24194ef Add a bunch of dummy methods to make RegionStoreManager non-virtual. by Zhongxing Xu · 16 years ago
  47. 4f4b63c Add file to VC++ project. by Steve Naroff · 16 years ago
  48. b1d542a Added getLValueElement() to RegionStore. Only handle constant array for now. by Zhongxing Xu · 16 years ago
  49. 95c7b00 Make the analyzer store (memory model) a command line option. by Ted Kremenek · 16 years ago
  50. 2104bf9 Map compilation units using FileEntry pointers instead of by Daniel Dunbar · 16 years ago
  51. 6ee9b0f Use llvm::errs() instead of cerr. by Ted Kremenek · 16 years ago
  52. 4ebd7f5 Convert InheritanceHierarchyWriter to use llvm::raw_ostream instead of std::ostream. by Ted Kremenek · 16 years ago
  53. 7cae2f6 Added driver option "-cxx-inheritance-view" for viewing the C++ hierarchy of a class in GraphViz. by Ted Kremenek · 16 years ago
  54. e22d911 Added iterators for types. by Ted Kremenek · 16 years ago
  55. c6cb77f Fix regression in comparison of qualified id; == operator was being by Daniel Dunbar · 16 years ago
  56. d9c179d Add some files to VC++ project. by Steve Naroff · 16 years ago
  57. b247578 Updated Xcode project. by Ted Kremenek · 16 years ago
  58. 7ab9447 For Radar reporting, null dereferences should be default classified as "Crash/Hang/Data loss" <rdar://problem/6315624> by Ted Kremenek · 16 years ago
  59. 57c856b Clean up and document the representation of C++ base classes by Douglas Gregor · 16 years ago
  60. 4c877cc Hook "fast" code generation to -O0. by Daniel Dunbar · 16 years ago
  61. 70f9243 Add -O[0-3s] support (following llvm-gcc). by Daniel Dunbar · 16 years ago
  62. e564b52 Add an assertion to make our intention more clear. by Zhongxing Xu · 16 years ago
  63. 7a64a03 If NDEBUG is set, don't include any of the code for visualizing inheritance hierarchies by Douglas Gregor · 16 years ago
  64. e1911af Let StoreManager do different cast on arrays. BasicStore will just keep it intact. by Zhongxing Xu · 16 years ago
  65. 4d8e5b8 Updated checker build. by Ted Kremenek · 16 years ago
  66. f74675b Temporarily mark this test XFAIL. by Ted Kremenek · 16 years ago
  67. 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
  68. 6e78e1b Added a method to ElementRegion. by Zhongxing Xu · 16 years ago
  69. bc0805a Add support for conversions from a pointer-to-derived to a by Douglas Gregor · 16 years ago
  70. 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
  71. 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
  72. b9988c0 Fix <rdar://problem/6312683> clang block rewriter: by Steve Naroff · 16 years ago
  73. f1af6a7 Restrict creation of OverloadedFunctionDecl only to C++ (it was getting used for invalid redeclarations on C). by Argyrios Kyrtzidis · 16 years ago
  74. 8970fea Fix <rdar://problem/6311947> clang on xcode (regression): error: use of undeclared identifier 'expandedValue'. by Steve Naroff · 16 years ago
  75. e8ae789 Updated checker build. by Ted Kremenek · 16 years ago
  76. 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
  77. 0218936 Added GraphViz visualization of C++ inheritance hierarchies. by Douglas Gregor · 16 years ago
  78. 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
  79. 64e859a Enhance reference-count checker to correctly identify CG "release" functions. This fixes <rdar://problem/6303488>. by Ted Kremenek · 16 years ago
  80. 7692ed6 Fix <rdar://problem/6257675> error: member reference base type ('NSUserDefaults *') is not a structure or union. by Steve Naroff · 16 years ago
  81. 8b7650e Only create the target machine when emitting assembly. by Daniel Dunbar · 16 years ago
  82. f8268ae Add representation of base classes in the AST, and verify that we by Douglas Gregor · 16 years ago
  83. ed2cb28 [LLVM up] Get rid of std::ostream usage from Backend.cpp by Daniel Dunbar · 16 years ago
  84. a778d7d Add support for assembler-with-cpp (preprocessed .S files), patch by by Chris Lattner · 16 years ago
  85. 70de68d Update server URL for checker build. by Ted Kremenek · 16 years ago
  86. ba7e210 QualType::isMoreQualifiedThan and isAtLeastAsQualifiedAs assert that we by Douglas Gregor · 16 years ago
  87. c498848 Add test case for FuncDecl and function pointer variable. by Zhongxing Xu · 16 years ago
  88. 5737326 Implement ranking of standard conversion sequences by their qualification by Douglas Gregor · 16 years ago
  89. c4bf72c Add a bunch of getLValue* methods to RegionStore. by Zhongxing Xu · 16 years ago
  90. c92e5fe Adjust parameter order to more natural one. by Zhongxing Xu · 16 years ago
  91. ed340f7 Exprs of function type is another special case for ImplicitCast. by Zhongxing Xu · 16 years ago
  92. e0a5d5f Move Sema::GetNonReferenceType to QualType::getNonReferenceType and make it inline by Douglas Gregor · 16 years ago
  93. 4a76b29 some minor cleanups to ParseObjCTypeName: by Chris Lattner · 16 years ago
  94. 11292b0 Update to use raw_ostream for PrintModulePass. by Daniel Dunbar · 16 years ago
  95. 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
  96. ae8d467 Functions can be lvalues in C++, but not modifiable lvalues by Douglas Gregor · 16 years ago
  97. d46075f Commito, didn't mean to remove this header. by Daniel Dunbar · 16 years ago
  98. d69bacc [LLVM up] Add basic -S option to clang. by Daniel Dunbar · 16 years ago
  99. 98cd599 Initial step toward supporting qualification conversions (C++ 4.4). by Douglas Gregor · 16 years ago
  100. cabeeed Updated checker build. by Ted Kremenek · 16 years ago