1. 338bd0a Update FindSpecRefs to recognize named section references. by Daniel Dunbar · 16 years ago
  2. 6a0b984 Fix for PR2966: va_start/va_end use the *address* of the by Eli Friedman · 16 years ago
  3. 6f2bb36 Patch by Nikita Zhuk: by Ted Kremenek · 16 years ago
  4. 706522f IOServiceGetMatchingServices is a release function. by Ted Kremenek · 16 years ago
  5. 8e8f3b7 Choose CompileOptions (optimization passes) to match llvm-gcc more closely. by Daniel Dunbar · 16 years ago
  6. 0b4f69f Fix mmintrin.h to use proper definition of functions taking no by Daniel Dunbar · 16 years ago
  7. 8b2e05d Rename: AddDecl => BindDecl by Zhongxing Xu · 16 years ago
  8. 15da57e Tweak Sema::CheckReferenceInit so that it (optionally) computes an by Douglas Gregor · 16 years ago
  9. ce63911 MemSpaceRegions could be uninitialized. We only require R is a real region. by Zhongxing Xu · 16 years ago
  10. 27c8dc0 Implement initialization of a reference (C++ [dcl.init.ref]) as part by Douglas Gregor · 16 years ago
  11. 1b450b0 .s files don't require the preprocessor, patch by Roman Divacky! by Chris Lattner · 16 years ago
  12. fa15fd9 More changes necessary to integrate the objc and blocks rewriters. by Steve Naroff · 16 years ago
  13. 999e120 Minor UI enhancement: by Ted Kremenek · 16 years ago
  14. 2350a46 Patch by Nikita Zhuk: by Ted Kremenek · 16 years ago
  15. d8e3098 Access pass manager consistently. - No functionality change. by Daniel Dunbar · 16 years ago
  16. 8320aaa 80-col fixes. by Daniel Dunbar · 16 years ago
  17. 6eec8e8 Rename ExplicitCCastExpr to CStyleCastExpr by Douglas Gregor · 16 years ago
  18. 3c32817 Replace a dyn_cast with a cast when we know the exact type by Douglas Gregor · 16 years ago
  19. afd7105 Add newline. by Zhongxing Xu · 16 years ago
  20. b621394 Update random notes. by Zhongxing Xu · 16 years ago
  21. c540b26 Add isGlobalsRegion() predicate to MemRegionManager. by Zhongxing Xu · 16 years ago
  22. 21ec0e4 clarify comment, rename argument to avoid a subtle conflict by Chris Lattner · 16 years ago
  23. 524b86f Call llvm_shutdown() on (normal) termination. This makes --time-passes usable. by Daniel Dunbar · 16 years ago
  24. 2149470 Don't run the verifier as part of IRgen, this is now down (per module) by Daniel Dunbar · 16 years ago
  25. 9d293df Improve our handling of (C++) references within Clang. Specifically: by Douglas Gregor · 16 years ago
  26. 8173dba Initialize Suffix and Prefix to 0, even with a bad entry. Removes an uninitialized value warning from gcc. by Ted Kremenek · 16 years ago
  27. af668b0 Add attribute always_inline support. by Daniel Dunbar · 16 years ago
  28. 83e61e5 Mark mmintrin functions static inline, this ensures they don't end up by Daniel Dunbar · 16 years ago
  29. 0d958e7 - Fix type-punning warning in SVals.cpp by using a real iterator class for symbol_iterator. by Ted Kremenek · 16 years ago
  30. 934e3e9 Remove type-punning warning in GRExprEngine. No functionality change. by Ted Kremenek · 16 years ago
  31. 1a19c29 Skip random pathname characters better. I had a 5 in mine. by Mike Stump · 16 years ago
  32. df1736d Update checker build. by Ted Kremenek · 16 years ago
  33. 1c90363 Add test case to exercise IRgen "unsupported" path (mostly cleanup). by Daniel Dunbar · 16 years ago
  34. 276373d With -verify, only exit early on failure. by Daniel Dunbar · 16 years ago
  35. 879c3ea Remove unneeded CheckASTConsumer function. - No functionality change. by Daniel Dunbar · 16 years ago
  36. d6a1c5d Comment fix, ParseAST does not take ownership of the consumer. by Daniel Dunbar · 16 years ago
  37. c532f63 Add 'expected-warning' for braces around scalar initializer by Ted Kremenek · 16 years ago
  38. 194aade Added compound literal test case. by Ted Kremenek · 16 years ago
  39. 4f09027 Added preliminary support for CompoundLiterals in the static analyzer: by Ted Kremenek · 16 years ago
  40. 664a218 Update Xcode project. by Ted Kremenek · 16 years ago
  41. 9a1f03a Pull determination of the super region for a VarRegion into a single getVarRegion() method. This provides a common clean API for clients. by Ted Kremenek · 16 years ago
  42. 329d6fd Added CompoundLiteralRegion to represent the (temporary) memory allocated for a compound literal. by Ted Kremenek · 16 years ago
  43. 80c2855 Fix testsuite regression for "crash.m". by Steve Naroff · 16 years ago
  44. d611bac Don't double free module when IRgen fails. by Daniel Dunbar · 16 years ago
  45. 7e9f1f7 Improve dependency file support. by Daniel Dunbar · 16 years ago
  46. 49badde Refactor the expression class hierarchy for casts. Most importantly: by Douglas Gregor · 16 years ago
  47. a48396e Some fixups to the previous objc/blocks rewriter smerge. by Steve Naroff · 16 years ago
  48. ce2fc3a - Move ExprIterator to Stmt.h so that it can be used by classes defined in Stmt.h by Ted Kremenek · 16 years ago
  49. 5405523 Integrate the blocks and objc rewriters. by Steve Naroff · 16 years ago
  50. 8b3f6b5 Fix some invalid casts that are detected by Sema now or soon. by Sebastian Redl · 16 years ago
  51. 07c3767 Add store option to scan-build and ccc-analyzer. by Zhongxing Xu · 16 years ago
  52. e70559f Use ASTContext::getCanonicalType() to get TypedRegion's type. by Zhongxing Xu · 16 years ago
  53. 27b5706 An ElementRegion is really a typed region. Its super region's type has to be ArrayType. by Zhongxing Xu · 16 years ago
  54. 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
  55. 4a1513e We cannot get precise lvalue for symbolic base array region. by Zhongxing Xu · 16 years ago
  56. 6594a70 Replace common diagnostic with a convenience function. by Steve Naroff · 16 years ago
  57. a5ad863 Fix <rdar://problem/6315646> clang on xcode: error: invalid operands to binary expression ('id<NSTableViewDelegate>' and 'XCExtendedArrayController *'). by Steve Naroff · 16 years ago
  58. 8fe63af Get the canonical type for struct initialization. The original code would crash on TypedefType. by Zhongxing Xu · 16 years ago
  59. 92429dd Add test for SCA region store. by Zhongxing Xu · 16 years ago
  60. 234a7d2 Add test for SCA region store. by Zhongxing Xu · 16 years ago
  61. 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
  62. 9d72851 Rename Characteristic_t to CharacteristicKind by Chris Lattner · 16 years ago
  63. 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
  64. be20bb5 make codegen reject initializes with designators, like this: by Chris Lattner · 16 years ago
  65. 418f6c7 Remember whether an initlist had a designator in the AST. by Chris Lattner · 16 years ago
  66. 220ad7c pass designators into sema. This completes parser-level designator by Chris Lattner · 16 years ago
  67. 0fc73f7 implement some more FIXMEs, by rejecting more bogus stuff in objc mode. by Chris Lattner · 16 years ago
  68. 79ed6b5 add some simple designator testcases. Reject things like this: by Chris Lattner · 16 years ago
  69. e232942 improve comments, build array and array range designator nodes, by Chris Lattner · 16 years ago
  70. 0a68b94 improve comments, build a Designation for field designators and by Chris Lattner · 16 years ago
  71. 7f9690d restructure ParseInitializerWithPotentialDesignator to make it by Chris Lattner · 16 years ago
  72. efcadc6 improve MayBeDesignationStart to do the entire determination by Chris Lattner · 16 years ago
  73. 0eec2b5 inline the decision logic that chooses between an assign expr and brace by Chris Lattner · 16 years ago
  74. eccc53a This patch continues parser-level implementation of designators: by Chris Lattner · 16 years ago
  75. 838cb21 minor cleanups by Chris Lattner · 16 years ago
  76. ad3c91c Allow \n for newlines in expected error messages. by Sebastian Redl · 16 years ago
  77. 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
  78. 197fa58 Remove loc::StringLiteralVal. Now we allocate regions for string literals in the Store. by Zhongxing Xu · 16 years ago
  79. 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
  80. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago
  81. 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
  82. 5b2316a Do not crash when performing VisitLValue on union types. This fixes PR 2948. by Ted Kremenek · 16 years ago
  83. a40a357 Add a note file for SCA module. Is it the right place? by Zhongxing Xu · 16 years ago
  84. 143bf82 Add code for get the lvalue for string literals. Now we return a StringRegion by Zhongxing Xu · 16 years ago
  85. e9f4e54 Add StringRegion to MemRegions. by Zhongxing Xu · 16 years ago
  86. 2e97120 Add StringLiteral test code. by Zhongxing Xu · 16 years ago
  87. c9b250e Now we can handle arrays. by Zhongxing Xu · 16 years ago
  88. 7d43a31 2nd try to fix leakage of the module provider. note that moduleprovider takes ownership of the module by Nuno Lopes · 16 years ago
  89. dd49267 fix leaking of the module provider by Nuno Lopes · 16 years ago
  90. 8dc5393 Updated checker build. by Ted Kremenek · 16 years ago
  91. b0d178d Add a quote from the standard about the type of 'this'. by Argyrios Kyrtzidis · 16 years ago
  92. a596209 Unbreak the test by.. removing a space. (clang protested that -verify only works on single input files). by Argyrios Kyrtzidis · 16 years ago
  93. 750c358 Add initial dependency file generation support. Patch by Kovarththanan by Daniel Dunbar · 16 years ago
  94. 971c4fa -Add support for cv-qualifiers after function declarators. by Argyrios Kyrtzidis · 16 years ago
  95. b394d1c Add ViewVC link from web page. by Daniel Dunbar · 16 years ago
  96. 03373df Generalize searching for the keyword "leak" in a bug type. by Ted Kremenek · 16 years ago
  97. 9d1d570 Use "followsFundamentalRule" to determine if an instance method allocates memory. by Ted Kremenek · 16 years ago
  98. 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
  99. f91ce77 Expand bubble size by 50%. by Ted Kremenek · 16 years ago
  100. 0b50f5b Implicit conversions from arrays can also be conversions to references (will add a test case shortly). by Ted Kremenek · 16 years ago