1. 620da26 restructure ParseInitializerWithPotentialDesignator to make it by Chris Lattner · 16 years ago
  2. 23c12ef improve MayBeDesignationStart to do the entire determination by Chris Lattner · 16 years ago
  3. 70e9a09 inline the decision logic that chooses between an assign expr and brace by Chris Lattner · 16 years ago
  4. bc9e95d This patch continues parser-level implementation of designators: by Chris Lattner · 16 years ago
  5. e29ac82 minor cleanups by Chris Lattner · 16 years ago
  6. 73e65a6 Allow \n for newlines in expected error messages. by Sebastian Redl · 16 years ago
  7. 65b9964 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 Argiris Kirtzidis · 16 years ago
  8. 7ac59b1 Remove loc::StringLiteralVal. Now we allocate regions for string literals in the Store. by Zhongxing Xu · 16 years ago
  9. 5ac8bf1 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
  10. c03d2ca CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago
  11. df349f3 Use string literal for format string specifier; this prevents ErrMsg from being interpretted as a format string specifier. by Ted Kremenek · 16 years ago
  12. 6c83389 Do not crash when performing VisitLValue on union types. This fixes PR 2948. by Ted Kremenek · 16 years ago
  13. fabcffa Add a note file for SCA module. Is it the right place? by Zhongxing Xu · 16 years ago
  14. 2abba44 Add code for get the lvalue for string literals. Now we return a StringRegion by Zhongxing Xu · 16 years ago
  15. 73507bd Add StringRegion to MemRegions. by Zhongxing Xu · 16 years ago
  16. bbef705 Add StringLiteral test code. by Zhongxing Xu · 16 years ago
  17. 4f7ccaa Now we can handle arrays. by Zhongxing Xu · 16 years ago
  18. d41e2b1 2nd try to fix leakage of the module provider. note that moduleprovider takes ownership of the module by Nuno Lopes · 16 years ago
  19. 74d9278 fix leaking of the module provider by Nuno Lopes · 16 years ago
  20. 565fc45 Updated checker build. by Ted Kremenek · 16 years ago
  21. 8e4d5d7 Add a quote from the standard about the type of 'this'. by Argiris Kirtzidis · 16 years ago
  22. 835d436 Unbreak the test by.. removing a space. (clang protested that -verify only works on single input files). by Argiris Kirtzidis · 16 years ago
  23. 35fe5de Add initial dependency file generation support. Patch by Kovarththanan by Daniel Dunbar · 16 years ago
  24. 4b269b4 -Add support for cv-qualifiers after function declarators. by Argiris Kirtzidis · 16 years ago
  25. d7543a9 Add ViewVC link from web page. by Daniel Dunbar · 16 years ago
  26. 0fb6ae9 Generalize searching for the keyword "leak" in a bug type. by Ted Kremenek · 16 years ago
  27. a05446c Use "followsFundamentalRule" to determine if an instance method allocates memory. by Ted Kremenek · 16 years ago
  28. b6f0954 followsFundamentalRule() returns true if "alloc" or "new" appear at the beginning of the string, not anywhere within it. by Ted Kremenek · 16 years ago
  29. 27f2126 Expand bubble size by 50%. by Ted Kremenek · 16 years ago
  30. 61b897e Implicit conversions from arrays can also be conversions to references (will add a test case shortly). by Ted Kremenek · 16 years ago
  31. 8b196c5 This test no longer is marked XFAIL. by Ted Kremenek · 16 years ago
  32. 0106e20 Issue warnings about owned objects returned from a method that does not match the established Cocoa naming conventions. by Ted Kremenek · 16 years ago
  33. 73a36c9 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
  34. 2539c11 Added region ObjCObjectRegion that represents an instance of an Objective-C object. by Ted Kremenek · 16 years ago
  35. 5424cec Move viewInheritance to CXXRecordDecl, and make sure it builds in Release mode, too by Douglas Gregor · 16 years ago
  36. ba3e8b7 PR2942: FunctionDecls by typedef crash the C++ front-end by Douglas Gregor · 16 years ago
  37. 982438742 Test commit by Sebastian Redl · 16 years ago
  38. 1c0cb81 Add another file to VC++ project. by Steve Naroff · 16 years ago
  39. 55c645a Make QualTypeOrdering::operator() const by Douglas Gregor · 16 years ago
  40. 651d1cc Some cleanups for the ambiguous derived-to-base conversion checks by Douglas Gregor · 16 years ago
  41. f8e9270 Semantic analysis for C++ reinterpret_cast and const_cast. Patch by Sebastian Redl. by Douglas Gregor · 16 years ago
  42. 650e228 Fix scan-build's processing of clang's analysis arguments. Patch by Nikita Zhuk! by Ted Kremenek · 16 years ago
  43. e41282c Yet another update to the VC++ proj. by Steve Naroff · 16 years ago
  44. dd9fe5e The Decl of an array region can be VarDecl or FieldDecl. Handle this in RegionStoreManager::ArrayToPointer(). by Zhongxing Xu · 16 years ago
  45. 84b043e Add random array and struct test code for SCA. by Zhongxing Xu · 16 years ago
  46. eb6c401 Use #define trickery to de-XFAIL test/Coverage/codegen-gnu.m while by Daniel Dunbar · 16 years ago
  47. 702d470 Implement struct initialization. Make it into a recursive function. Also make by Zhongxing Xu · 16 years ago
  48. 4a9c5f3 Use #define trickery to de-XFAIL test/Coverage/codegen-next.m while by Daniel Dunbar · 16 years ago
  49. 4a66ef1 Don't crash on invalid source locations in CGDebugInfo::getOrCreateCompileUnit. by Daniel Dunbar · 16 years ago
  50. b23b8ce svn:ignore test/SemaCXX/Output by Daniel Dunbar · 16 years ago
  51. da8ebd2 PR2919: __builtin_types_compatible_p strips CRV qualifiers. by Daniel Dunbar · 16 years ago
  52. 2709026 add a missing file to project, alphabeticalize. by Chris Lattner · 16 years ago
  53. 74a4e3a Add printing method to ElementRegion. by Zhongxing Xu · 16 years ago
  54. 81daa76 Use LINK_COMPONENTS instead of hard coding LLVM libraries. by Daniel Dunbar · 16 years ago
  55. ca892b8 Add printing method to RegionStoreManager. by Zhongxing Xu · 16 years ago
  56. c44f556 Add printing with llvm::raw_ostream methods to SVals. by Zhongxing Xu · 16 years ago
  57. bb46150 First non-embarrassing cut at checking for ambiguous derived-to-base by Douglas Gregor · 16 years ago
  58. 6149e88 Fix 80-col violation. by Zhongxing Xu · 16 years ago
  59. de2b62f Fix linking error. by Zhongxing Xu · 16 years ago
  60. e4b6fc2 Add a bunch of dummy methods to make RegionStoreManager non-virtual. by Zhongxing Xu · 16 years ago
  61. 5787558 Add file to VC++ project. by Steve Naroff · 16 years ago
  62. 0972d0a Added getLValueElement() to RegionStore. Only handle constant array for now. by Zhongxing Xu · 16 years ago
  63. c380399 Make the analyzer store (memory model) a command line option. by Ted Kremenek · 16 years ago
  64. 9865e6f Map compilation units using FileEntry pointers instead of by Daniel Dunbar · 16 years ago
  65. 789b4bb Use llvm::errs() instead of cerr. by Ted Kremenek · 16 years ago
  66. 90b8251 Convert InheritanceHierarchyWriter to use llvm::raw_ostream instead of std::ostream. by Ted Kremenek · 16 years ago
  67. d9ceb3d Added driver option "-cxx-inheritance-view" for viewing the C++ hierarchy of a class in GraphViz. by Ted Kremenek · 16 years ago
  68. 6eb489e Added iterators for types. by Ted Kremenek · 16 years ago
  69. 11c5f82 Fix regression in comparison of qualified id; == operator was being by Daniel Dunbar · 16 years ago
  70. 0cdd2c5 Add some files to VC++ project. by Steve Naroff · 16 years ago
  71. c1d9469 Updated Xcode project. by Ted Kremenek · 16 years ago
  72. 5d144b5 For Radar reporting, null dereferences should be default classified as "Crash/Hang/Data loss" <rdar://problem/6315624> by Ted Kremenek · 16 years ago
  73. 4fd8590 Clean up and document the representation of C++ base classes by Douglas Gregor · 16 years ago
  74. 655d509 Hook "fast" code generation to -O0. by Daniel Dunbar · 16 years ago
  75. aa7a066 Add -O[0-3s] support (following llvm-gcc). by Daniel Dunbar · 16 years ago
  76. b18d52b Add an assertion to make our intention more clear. by Zhongxing Xu · 16 years ago
  77. c127c0d If NDEBUG is set, don't include any of the code for visualizing inheritance hierarchies by Douglas Gregor · 16 years ago
  78. a9e8e08 Let StoreManager do different cast on arrays. BasicStore will just keep it intact. by Zhongxing Xu · 16 years ago
  79. 53f4e06 Updated checker build. by Ted Kremenek · 16 years ago
  80. 338c9d4 Temporarily mark this test XFAIL. by Ted Kremenek · 16 years ago
  81. 63d09ae Disable warning about potential leaks of returned values until we test it a little more (lots of noise). by Ted Kremenek · 16 years ago
  82. b4efe82 Added a method to ElementRegion. by Zhongxing Xu · 16 years ago
  83. 1404650 Add support for conversions from a pointer-to-derived to a by Douglas Gregor · 16 years ago
  84. 8ca9532 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
  85. 311f3d4 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
  86. a3cac71 Fix <rdar://problem/6312683> clang block rewriter: by Steve Naroff · 16 years ago
  87. 81a5feb Restrict creation of OverloadedFunctionDecl only to C++ (it was getting used for invalid redeclarations on C). by Argiris Kirtzidis · 16 years ago
  88. 792800d Fix <rdar://problem/6311947> clang on xcode (regression): error: use of undeclared identifier 'expandedValue'. by Steve Naroff · 16 years ago
  89. 8f07988 Updated checker build. by Ted Kremenek · 16 years ago
  90. 51bc850 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
  91. 0590402 Added GraphViz visualization of C++ inheritance hierarchies. by Douglas Gregor · 16 years ago
  92. b9b4beb Now that DeclRefExpr accepts a NamedDecl, use a DeclRefExpr for when a CXXFieldDecl is referenced inside a method. by Argiris Kirtzidis · 16 years ago
  93. cfc50c7 Enhance reference-count checker to correctly identify CG "release" functions. This fixes <rdar://problem/6303488>. by Ted Kremenek · 16 years ago
  94. 04151f3 Fix <rdar://problem/6257675> error: member reference base type ('NSUserDefaults *') is not a structure or union. by Steve Naroff · 16 years ago
  95. aed93f2 Only create the target machine when emitting assembly. by Daniel Dunbar · 16 years ago
  96. abed217 Add representation of base classes in the AST, and verify that we by Douglas Gregor · 16 years ago
  97. e5dbb07 [LLVM up] Get rid of std::ostream usage from Backend.cpp by Daniel Dunbar · 16 years ago
  98. a19689a Add support for assembler-with-cpp (preprocessed .S files), patch by by Chris Lattner · 16 years ago
  99. 7bed2b6 Update server URL for checker build. by Ted Kremenek · 16 years ago
  100. 4459bbe QualType::isMoreQualifiedThan and isAtLeastAsQualifiedAs assert that we by Douglas Gregor · 16 years ago