1. 197dbac Add REPORTBUG marker to scan-build. by Daniel Dunbar · 16 years ago
  2. 7ffe6b2 Test case for transfer function logic of const casts. by Ted Kremenek · 16 years ago
  3. 98fc409 Bug fix: for the base transfer function logic for casts, handle const casts as just propagating the value. by Ted Kremenek · 16 years ago
  4. 3ee63cb Update checker build by Ted Kremenek · 16 years ago
  5. 7abe689 Fixed logic error in BasicConstraintManager pointed out by Zhongxing Xu. by Ted Kremenek · 16 years ago
  6. c185e1a Fix rdar://6222856: the receiver of a message expr is an by Chris Lattner · 16 years ago
  7. 90a94ec When we have a binary expression 'int operator symbol', properly rewrite this as by Ted Kremenek · 16 years ago
  8. 02b23eb Add an omitted case for AssumeSymInt. by Zhongxing Xu · 16 years ago
  9. 14491e8 Updated checker build. by Ted Kremenek · 16 years ago
  10. 12c3a2a Added test case for PR 2600: proper use of NSError** by Ted Kremenek · 16 years ago
  11. 19903a2 Add panic function "__assert_fail". by Ted Kremenek · 16 years ago
  12. 2e52cca Register the implicit null-dereferenced object as a notable symbol. by Ted Kremenek · 16 years ago
  13. bb7a3d9 Implement second part of PR 2600: NSError** parameter may be null, and should be checked before being dereferenced. by Ted Kremenek · 16 years ago
  14. 96ced7b Update Xcode project. by Ted Kremenek · 16 years ago
  15. 74ff58f Analysis option -warn-objc-nserror-methods is no longer available. (check is done automatically with -checker-cfref) by Ted Kremenek · 16 years ago
  16. b3538ab Change implementation of NSError** coding-style check to be invoked at the end of the retain/release analysis. by Ted Kremenek · 16 years ago
  17. e1cecba Finish pushing blocks attribute through the clang attribute machinery. by Steve Naroff · 16 years ago
  18. 93c1835 Add driver support for invoking block rewriter. by Steve Naroff · 16 years ago
  19. 6c2572c Enable '-warn-objc-nserror-methods' by default. by Ted Kremenek · 16 years ago
  20. 35335b6 Implemented one of the checks requested in PR 2600: by Ted Kremenek · 16 years ago
  21. d48ac6b Added CFNumberCreate test case to illustrate a 32-bit/64-bit arch issue. by Ted Kremenek · 16 years ago
  22. 6dd8849 Add path-sensitivity test case. by Ted Kremenek · 16 years ago
  23. 99eebc6 Improve x86 ABI compatibility. by Daniel Dunbar · 16 years ago
  24. 55dd2bb Print current function on verification failures. by Daniel Dunbar · 16 years ago
  25. 3158c59 Drop CodeGenTypes parameter to classifyArgumentType. by Daniel Dunbar · 16 years ago
  26. b31e2b3 Remove BlockStmtExpr. by Steve Naroff · 16 years ago
  27. 0e31ed9 Another attempt to make test/Makefile return correct error code. by Daniel Dunbar · 16 years ago
  28. 2f3c443 Fix http://llvm.org/bugs/show_bug.cgi?id=2760. by Steve Naroff · 16 years ago
  29. a038cc7 Updated checker build. by Ted Kremenek · 16 years ago
  30. a869423 Fix comment typo. by Zhongxing Xu · 16 years ago
  31. 04d3578 Add support for ABIArgInfo::Expand - No functionality change. by Daniel Dunbar · 16 years ago
  32. 200902c Add support for rewriting blocks... by Steve Naroff · 16 years ago
  33. 91c6174 Ignore XFAIL tests when checking for make failure in test/ by Daniel Dunbar · 16 years ago
  34. 34c02bf Fix copy-paste error in test case. by Ted Kremenek · 16 years ago
  35. 7603ed8 Minor pass-sensitivity improvement: by Ted Kremenek · 16 years ago
  36. 789170a Update Xcode project. by Ted Kremenek · 16 years ago
  37. a095a75 Remove support for BlockExprExpr. For example... by Steve Naroff · 16 years ago
  38. 503996b Sema::ActOnBlockReturnStmt(): Need to perform the UsualUnaryConversions on the return type. by Steve Naroff · 16 years ago
  39. ad7c407 ProgramPoint now takes the space of two pointers instead of one. This change was by Ted Kremenek · 16 years ago
  40. 01c620f Fixed an offset calculation error. by Zhongxing Xu · 16 years ago
  41. 7b6f67b Patch by Csaba Hruska! by Ted Kremenek · 16 years ago
  42. 2ff7f21 Updated checker build. by Ted Kremenek · 16 years ago
  43. 4622abf Include links to stderr output of clang in the table of files that clang rejects. by Ted Kremenek · 16 years ago
  44. 2c90af2 Add ccc support for -e and -sectorder. - llvmc2, save me! by Daniel Dunbar · 16 years ago
  45. dd54e91 Round out object size checking builtins (fprintf ones disabled as we by Daniel Dunbar · 16 years ago
  46. ccbe013 Add website links to testing coverage & specification references. by Daniel Dunbar · 16 years ago
  47. 9e92839 Add missing spaces in path diagnostics. by Ted Kremenek · 16 years ago
  48. 6fe028a Teach FindSpecRefs how to link to C++ spec. by Daniel Dunbar · 16 years ago
  49. 4dbd857 Add --suppress-system-warnings (on by default, use =0 to disable) by Daniel Dunbar · 16 years ago
  50. 315a5a0 Updated checker build. by Ted Kremenek · 16 years ago
  51. 1815b3b Give string literals const element typesin C++, and cope with the deprecated C++ conversion from a string literal to a pointer-to-non-const-character by Douglas Gregor · 16 years ago
  52. a7b5fb9 Iterate on sema for :? in Objective-C: by Daniel Dunbar · 16 years ago
  53. 16fe6e4 Add comments about C++ clause 3.3.2p4 that mentions that the condition declaration should be local to an if/switch/while/for statement. by Argiris Kirtzidis · 16 years ago
  54. 243f6b6 Echo stderr/stdout from clang subprocess to both the stderr of ccc-analyzer and by Ted Kremenek · 16 years ago
  55. b0354f9 Bug fix: <rdar://problem/6164367> by Ted Kremenek · 16 years ago
  56. c11aadb Added SSE41 pminsd, pmaxsd, roundps and a few others by Mon P Wang · 16 years ago
  57. 2a28c7b Check if the environment variable TERM is defined before using it. by Ted Kremenek · 16 years ago
  58. 6ddf360 Update Xcode project. by Ted Kremenek · 16 years ago
  59. 31325c1 Fix <rdar://problem/6210791> clang ObjC rewriter: @try / @catch block with no @finally does not call objc_exception_try_exit. by Steve Naroff · 16 years ago
  60. ab5f114 bool is not an extension in C++ by Douglas Gregor · 16 years ago
  61. 75d8673 Make sure to store the exception in the catch parameter. by Anders Carlsson · 16 years ago
  62. 1f4acc3 Make sure to emit the catch parameter as well as the catch body. by Anders Carlsson · 16 years ago
  63. a451917 Fix stupid mistake I made in the exception handling code by Anders Carlsson · 16 years ago
  64. c362d38 Do implicit conversion to bool for the condition in a do-while statement. by Argiris Kirtzidis · 16 years ago
  65. 8d36abb Fix do-while scoping in C++. by Argiris Kirtzidis · 16 years ago
  66. f580b4d Allow array-to-pointer conversion for rvalues. by Argiris Kirtzidis · 16 years ago
  67. c821c86 CXXConditionDeclExpr expression node is an lvalue. by Argiris Kirtzidis · 16 years ago
  68. b151955 LangOptions.C99 should be false in C++. by Argiris Kirtzidis · 16 years ago
  69. fd8d65d Revert r56078, getLang().C99 being true in C++ is a bug that will be fixed. by Argiris Kirtzidis · 16 years ago
  70. 6293fd1 Add support for expected-note to Clang's -verify option by Douglas Gregor · 16 years ago
  71. 22e3005 Use ABIArgInfo for decisions about function arguments (not just return by Daniel Dunbar · 16 years ago
  72. 7776e10 Fix two bugs exposed by array passing assert: by Daniel Dunbar · 16 years ago
  73. 6e4dec4 Add ObjCMethodDecl::getSourceRange. by Daniel Dunbar · 16 years ago
  74. 2298f01 Fold Parser::ParseTag into Parser::ParseEnumSpecifier, as suggested in this post: by Argiris Kirtzidis · 16 years ago
  75. 753d110 Bug fix, apply default argument promotion in message sends for which by Daniel Dunbar · 16 years ago
  76. 842b5e2 Refactor common Obj-C message send checking code into by Daniel Dunbar · 16 years ago
  77. a8e14d8 -getLang().C99 is true in C++ too, remove the use of the C99orCXX variable. by Argiris Kirtzidis · 16 years ago
  78. c4e1e45 In the 'condition.cpp' test case, make sure that condition declarations are local to the statement. by Argiris Kirtzidis · 16 years ago
  79. 32c5304 Add XFAIL test case for: by Daniel Dunbar · 16 years ago
  80. 3eac769 More semantic analysis for blocks... by Steve Naroff · 16 years ago
  81. 4d1b93d Sema::ActOnIdentifierExpr(): Lookup block arguments. by Steve Naroff · 16 years ago
  82. 7c4be86 Add some C++-specific comments in the parsing methods of if/switch/while/for. by Argiris Kirtzidis · 16 years ago
  83. 73d6660 Implement ABIArgType::Coerce support. by Daniel Dunbar · 16 years ago
  84. a9976a2 Add CodeGenTypes::GetFunctionType overload for getting the effective by Daniel Dunbar · 16 years ago
  85. 3ad1f07 Move FunctionType conversion into CGCall.cpp: by Daniel Dunbar · 16 years ago
  86. e126ab1 Add ABIArgInfo class to encapsulate ABI decision of how to lower types by Daniel Dunbar · 16 years ago
  87. bf615b0 Implement CodeGen support for the 'CXXConditionDeclExpr' expression node, which represents a 'condition' declaration, e.g: "if (int x=0) {...}". by Argiris Kirtzidis · 16 years ago
  88. 810c0f7 Implement Sema support for the 'condition' part of C++ selection-statements and iteration-statements (if/switch/while/for). by Argiris Kirtzidis · 16 years ago
  89. 080b9cc Change line endings: CRLF -> LF by Argiris Kirtzidis · 16 years ago
  90. ad9de13 Use Sema::isDeclInScope instead of IdentifierResolver::isDeclInScope. by Argiris Kirtzidis · 16 years ago
  91. 3ef2e85 Tweak CGCall functions again: by Daniel Dunbar · 16 years ago
  92. bccb068 Tweak CGCall functions: by Daniel Dunbar · 16 years ago
  93. 49f5a0d Add CodeGenFunction::ReturnTypeUsesSret by Daniel Dunbar · 16 years ago
  94. dbce6c1 Add new 'CXXConditionDeclExpr' expression node used for a 'condition' declaration, e.g: "if (int x=0) {...}". by Argiris Kirtzidis · 16 years ago
  95. fc1a9c4 Move ABI specific code for functions / calls to CGCall.cpp: by Daniel Dunbar · 16 years ago
  96. 9681683 Factor CodeGenFunction::StartFunction out of GenerateCode and StartObjCMethod. by Daniel Dunbar · 16 years ago
  97. aaa4dc6 Make IdentifierResolver::isDeclInScope regard declarations of a parent 'control' scope as part of the current scope. by Argiris Kirtzidis · 16 years ago
  98. 7157951 Add a LangOptions member to IdentifierResolver. by Argiris Kirtzidis · 16 years ago
  99. 90842b6 Add Sema::isDeclInScope which wraps IdentifierResolver::isDeclInScope. by Argiris Kirtzidis · 16 years ago
  100. 9fb751f Use a unified return block. by Daniel Dunbar · 16 years ago