1. 8b3f6b5 Fix some invalid casts that are detected by Sema now or soon. by Sebastian Redl · 16 years ago
  2. 07c3767 Add store option to scan-build and ccc-analyzer. by Zhongxing Xu · 16 years ago
  3. e70559f Use ASTContext::getCanonicalType() to get TypedRegion's type. by Zhongxing Xu · 16 years ago
  4. 27b5706 An ElementRegion is really a typed region. Its super region's type has to be ArrayType. by Zhongxing Xu · 16 years ago
  5. 3dda64e When destroying a translation unit, deallocate its owned declarations in reverse order, because there may be dependencies among the declarations. by Douglas Gregor · 16 years ago
  6. 4a1513e We cannot get precise lvalue for symbolic base array region. by Zhongxing Xu · 16 years ago
  7. 6594a70 Replace common diagnostic with a convenience function. by Steve Naroff · 16 years ago
  8. a5ad863 Fix <rdar://problem/6315646> clang on xcode: error: invalid operands to binary expression ('id<NSTableViewDelegate>' and 'XCExtendedArrayController *'). by Steve Naroff · 16 years ago
  9. 8fe63af Get the canonical type for struct initialization. The original code would crash on TypedefType. by Zhongxing Xu · 16 years ago
  10. 92429dd Add test for SCA region store. by Zhongxing Xu · 16 years ago
  11. 234a7d2 Add test for SCA region store. by Zhongxing Xu · 16 years ago
  12. d03eea0 Only loc::MemRegionVal can be modified. This avoids crashing in RegionStore when a function pointer is used as an argument. by Zhongxing Xu · 16 years ago
  13. 9d72851 Rename Characteristic_t to CharacteristicKind by Chris Lattner · 16 years ago
  14. d599850 Fix the definition of __builtin_va_list on PPC, which was set to the V4 ABI, not the by Chris Lattner · 16 years ago
  15. be20bb5 make codegen reject initializes with designators, like this: by Chris Lattner · 16 years ago
  16. 418f6c7 Remember whether an initlist had a designator in the AST. by Chris Lattner · 16 years ago
  17. 220ad7c pass designators into sema. This completes parser-level designator by Chris Lattner · 16 years ago
  18. 0fc73f7 implement some more FIXMEs, by rejecting more bogus stuff in objc mode. by Chris Lattner · 16 years ago
  19. 79ed6b5 add some simple designator testcases. Reject things like this: by Chris Lattner · 16 years ago
  20. e232942 improve comments, build array and array range designator nodes, by Chris Lattner · 16 years ago
  21. 0a68b94 improve comments, build a Designation for field designators and by Chris Lattner · 16 years ago
  22. 7f9690d restructure ParseInitializerWithPotentialDesignator to make it by Chris Lattner · 16 years ago
  23. efcadc6 improve MayBeDesignationStart to do the entire determination by Chris Lattner · 16 years ago
  24. 0eec2b5 inline the decision logic that chooses between an assign expr and brace by Chris Lattner · 16 years ago
  25. eccc53a This patch continues parser-level implementation of designators: by Chris Lattner · 16 years ago
  26. 838cb21 minor cleanups by Chris Lattner · 16 years ago
  27. ad3c91c Allow \n for newlines in expected error messages. by Sebastian Redl · 16 years ago
  28. 7fb5e48 Don't give a default argument to ASTContext::getFunctionType for the TypeQuals parameter, it causes subtle bugs where TypeQuals, while necessary, are omitted from the call. by Argyrios Kyrtzidis · 16 years ago
  29. 197fa58 Remove loc::StringLiteralVal. Now we allocate regions for string literals in the Store. by Zhongxing Xu · 16 years ago
  30. 0b7e642 Simplify ArrayToPointer conversion. Actually the only thing we need to do is to get the first element region. It is not necessary to care about the kind of the base array region. by Zhongxing Xu · 16 years ago
  31. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago
  32. 9a30c24 Use string literal for format string specifier; this prevents ErrMsg from being interpretted as a format string specifier. by Ted Kremenek · 16 years ago
  33. 5b2316a Do not crash when performing VisitLValue on union types. This fixes PR 2948. by Ted Kremenek · 16 years ago
  34. a40a357 Add a note file for SCA module. Is it the right place? by Zhongxing Xu · 16 years ago
  35. 143bf82 Add code for get the lvalue for string literals. Now we return a StringRegion by Zhongxing Xu · 16 years ago
  36. e9f4e54 Add StringRegion to MemRegions. by Zhongxing Xu · 16 years ago
  37. 2e97120 Add StringLiteral test code. by Zhongxing Xu · 16 years ago
  38. c9b250e Now we can handle arrays. by Zhongxing Xu · 16 years ago
  39. 7d43a31 2nd try to fix leakage of the module provider. note that moduleprovider takes ownership of the module by Nuno Lopes · 16 years ago
  40. dd49267 fix leaking of the module provider by Nuno Lopes · 16 years ago
  41. 8dc5393 Updated checker build. by Ted Kremenek · 16 years ago
  42. b0d178d Add a quote from the standard about the type of 'this'. by Argyrios Kyrtzidis · 16 years ago
  43. a596209 Unbreak the test by.. removing a space. (clang protested that -verify only works on single input files). by Argyrios Kyrtzidis · 16 years ago
  44. 750c358 Add initial dependency file generation support. Patch by Kovarththanan by Daniel Dunbar · 16 years ago
  45. 971c4fa -Add support for cv-qualifiers after function declarators. by Argyrios Kyrtzidis · 16 years ago
  46. b394d1c Add ViewVC link from web page. by Daniel Dunbar · 16 years ago
  47. 03373df Generalize searching for the keyword "leak" in a bug type. by Ted Kremenek · 16 years ago
  48. 9d1d570 Use "followsFundamentalRule" to determine if an instance method allocates memory. by Ted Kremenek · 16 years ago
  49. 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
  50. f91ce77 Expand bubble size by 50%. by Ted Kremenek · 16 years ago
  51. 0b50f5b Implicit conversions from arrays can also be conversions to references (will add a test case shortly). by Ted Kremenek · 16 years ago
  52. f4b3548 This test no longer is marked XFAIL. by Ted Kremenek · 16 years ago
  53. 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
  54. 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
  55. a7f1b9e Added region ObjCObjectRegion that represents an instance of an Objective-C object. by Ted Kremenek · 16 years ago
  56. 1f81230 Move viewInheritance to CXXRecordDecl, and make sure it builds in Release mode, too by Douglas Gregor · 16 years ago
  57. 6cbd3df PR2942: FunctionDecls by typedef crash the C++ front-end by Douglas Gregor · 16 years ago
  58. 69bd375 Test commit by Sebastian Redl · 16 years ago
  59. fb40b84 Add another file to VC++ project. by Steve Naroff · 16 years ago
  60. 2b9d973 Make QualTypeOrdering::operator() const by Douglas Gregor · 16 years ago
  61. 0575d4a Some cleanups for the ambiguous derived-to-base conversion checks by Douglas Gregor · 16 years ago
  62. 2f639b9 Semantic analysis for C++ reinterpret_cast and const_cast. Patch by Sebastian Redl. by Douglas Gregor · 16 years ago
  63. ce1448b Fix scan-build's processing of clang's analysis arguments. Patch by Nikita Zhuk! by Ted Kremenek · 16 years ago
  64. 95f01b3 Yet another update to the VC++ proj. by Steve Naroff · 16 years ago
  65. bfb6582 The Decl of an array region can be VarDecl or FieldDecl. Handle this in RegionStoreManager::ArrayToPointer(). by Zhongxing Xu · 16 years ago
  66. 72e1682 Add random array and struct test code for SCA. by Zhongxing Xu · 16 years ago
  67. b451bc1 Use #define trickery to de-XFAIL test/Coverage/codegen-gnu.m while by Daniel Dunbar · 16 years ago
  68. a82512a Implement struct initialization. Make it into a recursive function. Also make by Zhongxing Xu · 16 years ago
  69. 8de8c36 Use #define trickery to de-XFAIL test/Coverage/codegen-next.m while by Daniel Dunbar · 16 years ago
  70. 25f51dd Don't crash on invalid source locations in CGDebugInfo::getOrCreateCompileUnit. by Daniel Dunbar · 16 years ago
  71. 40f56a7 svn:ignore test/SemaCXX/Output by Daniel Dunbar · 16 years ago
  72. ac620de PR2919: __builtin_types_compatible_p strips CRV qualifiers. by Daniel Dunbar · 16 years ago
  73. d02dae5 add a missing file to project, alphabeticalize. by Chris Lattner · 16 years ago
  74. b21ff77 Add printing method to ElementRegion. by Zhongxing Xu · 16 years ago
  75. 6c308cc Use LINK_COMPONENTS instead of hard coding LLVM libraries. by Daniel Dunbar · 16 years ago
  76. a071eb0 Add printing method to RegionStoreManager. by Zhongxing Xu · 16 years ago
  77. 9012bff Add printing with llvm::raw_ostream methods to SVals. by Zhongxing Xu · 16 years ago
  78. 94b1dd2 First non-embarrassing cut at checking for ambiguous derived-to-base by Douglas Gregor · 16 years ago
  79. 5b8b6f2 Fix 80-col violation. by Zhongxing Xu · 16 years ago
  80. b406459 Fix linking error. by Zhongxing Xu · 16 years ago
  81. 24194ef Add a bunch of dummy methods to make RegionStoreManager non-virtual. by Zhongxing Xu · 16 years ago
  82. 4f4b63c Add file to VC++ project. by Steve Naroff · 16 years ago
  83. b1d542a Added getLValueElement() to RegionStore. Only handle constant array for now. by Zhongxing Xu · 16 years ago
  84. 95c7b00 Make the analyzer store (memory model) a command line option. by Ted Kremenek · 16 years ago
  85. 2104bf9 Map compilation units using FileEntry pointers instead of by Daniel Dunbar · 16 years ago
  86. 6ee9b0f Use llvm::errs() instead of cerr. by Ted Kremenek · 16 years ago
  87. 4ebd7f5 Convert InheritanceHierarchyWriter to use llvm::raw_ostream instead of std::ostream. by Ted Kremenek · 16 years ago
  88. 7cae2f6 Added driver option "-cxx-inheritance-view" for viewing the C++ hierarchy of a class in GraphViz. by Ted Kremenek · 16 years ago
  89. e22d911 Added iterators for types. by Ted Kremenek · 16 years ago
  90. c6cb77f Fix regression in comparison of qualified id; == operator was being by Daniel Dunbar · 16 years ago
  91. d9c179d Add some files to VC++ project. by Steve Naroff · 16 years ago
  92. b247578 Updated Xcode project. by Ted Kremenek · 16 years ago
  93. 7ab9447 For Radar reporting, null dereferences should be default classified as "Crash/Hang/Data loss" <rdar://problem/6315624> by Ted Kremenek · 16 years ago
  94. 57c856b Clean up and document the representation of C++ base classes by Douglas Gregor · 16 years ago
  95. 4c877cc Hook "fast" code generation to -O0. by Daniel Dunbar · 16 years ago
  96. 70f9243 Add -O[0-3s] support (following llvm-gcc). by Daniel Dunbar · 16 years ago
  97. e564b52 Add an assertion to make our intention more clear. by Zhongxing Xu · 16 years ago
  98. 7a64a03 If NDEBUG is set, don't include any of the code for visualizing inheritance hierarchies by Douglas Gregor · 16 years ago
  99. e1911af Let StoreManager do different cast on arrays. BasicStore will just keep it intact. by Zhongxing Xu · 16 years ago
  100. 4d8e5b8 Updated checker build. by Ted Kremenek · 16 years ago