1. 094cefb Fix http://llvm.org/bugs/show_bug.cgi?id=2760. by Steve Naroff · 16 years ago
  2. 408dd37 Updated checker build. by Ted Kremenek · 16 years ago
  3. d6ecc5c Fix comment typo. by Zhongxing Xu · 16 years ago
  4. 5627377 Add support for ABIArgInfo::Expand - No functionality change. by Daniel Dunbar · 16 years ago
  5. 1c9f81b Add support for rewriting blocks... by Steve Naroff · 16 years ago
  6. 799c6f6 Ignore XFAIL tests when checking for make failure in test/ by Daniel Dunbar · 16 years ago
  7. e2b0083 Fix copy-paste error in test case. by Ted Kremenek · 16 years ago
  8. 8c3e7fb Minor pass-sensitivity improvement: by Ted Kremenek · 16 years ago
  9. 851607b Update Xcode project. by Ted Kremenek · 16 years ago
  10. 17dab4f Remove support for BlockExprExpr. For example... by Steve Naroff · 16 years ago
  11. c50a4a5 Sema::ActOnBlockReturnStmt(): Need to perform the UsualUnaryConversions on the return type. by Steve Naroff · 16 years ago
  12. d452758 ProgramPoint now takes the space of two pointers instead of one. This change was by Ted Kremenek · 16 years ago
  13. 3f61c18 Fixed an offset calculation error. by Zhongxing Xu · 16 years ago
  14. a95d375 Patch by Csaba Hruska! by Ted Kremenek · 16 years ago
  15. 635d04f Updated checker build. by Ted Kremenek · 16 years ago
  16. 9f9b1fd Include links to stderr output of clang in the table of files that clang rejects. by Ted Kremenek · 16 years ago
  17. 75e0571 Add ccc support for -e and -sectorder. - llvmc2, save me! by Daniel Dunbar · 16 years ago
  18. df3ffb3 Round out object size checking builtins (fprintf ones disabled as we by Daniel Dunbar · 16 years ago
  19. a8c96a2 Add website links to testing coverage & specification references. by Daniel Dunbar · 16 years ago
  20. c3517eb Add missing spaces in path diagnostics. by Ted Kremenek · 16 years ago
  21. 71441f0 Teach FindSpecRefs how to link to C++ spec. by Daniel Dunbar · 16 years ago
  22. 2fe0997 Add --suppress-system-warnings (on by default, use =0 to disable) by Daniel Dunbar · 16 years ago
  23. f1d80f1 Updated checker build. by Ted Kremenek · 16 years ago
  24. 77a5223 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
  25. 5e155f0 Iterate on sema for :? in Objective-C: by Daniel Dunbar · 16 years ago
  26. 14d08c0 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 Argyrios Kyrtzidis · 16 years ago
  27. 1346268 Echo stderr/stdout from clang subprocess to both the stderr of ccc-analyzer and by Ted Kremenek · 16 years ago
  28. 20b2bae Bug fix: <rdar://problem/6164367> by Ted Kremenek · 16 years ago
  29. 3e877ec Added SSE41 pminsd, pmaxsd, roundps and a few others by Mon P Wang · 16 years ago
  30. 0e68938 Check if the environment variable TERM is defined before using it. by Ted Kremenek · 16 years ago
  31. d9331a4 Update Xcode project. by Ted Kremenek · 16 years ago
  32. 378f47a 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
  33. 7de3d79 bool is not an extension in C++ by Douglas Gregor · 16 years ago
  34. dde0a94 Make sure to store the exception in the catch parameter. by Anders Carlsson · 16 years ago
  35. 1452f55 Make sure to emit the catch parameter as well as the catch body. by Anders Carlsson · 16 years ago
  36. 4b7ff6e Fix stupid mistake I made in the exception handling code by Anders Carlsson · 16 years ago
  37. 6314ff2 Do implicit conversion to bool for the condition in a do-while statement. by Argyrios Kyrtzidis · 16 years ago
  38. 143db71 Fix do-while scoping in C++. by Argyrios Kyrtzidis · 16 years ago
  39. c39a3d7 Allow array-to-pointer conversion for rvalues. by Argyrios Kyrtzidis · 16 years ago
  40. 24b41fa CXXConditionDeclExpr expression node is an lvalue. by Argyrios Kyrtzidis · 16 years ago
  41. d146552 LangOptions.C99 should be false in C++. by Argyrios Kyrtzidis · 16 years ago
  42. 488d37e Revert r56078, getLang().C99 being true in C++ is a bug that will be fixed. by Argyrios Kyrtzidis · 16 years ago
  43. 233f74b Add support for expected-note to Clang's -verify option by Douglas Gregor · 16 years ago
  44. 8951dbd Use ABIArgInfo for decisions about function arguments (not just return by Daniel Dunbar · 16 years ago
  45. 91e19b2 Fix two bugs exposed by array passing assert: by Daniel Dunbar · 16 years ago
  46. 9776ba0 Add ObjCMethodDecl::getSourceRange. by Daniel Dunbar · 16 years ago
  47. e281b4c Fold Parser::ParseTag into Parser::ParseEnumSpecifier, as suggested in this post: by Argyrios Kyrtzidis · 16 years ago
  48. 6660c8a Bug fix, apply default argument promotion in message sends for which by Daniel Dunbar · 16 years ago
  49. 637cebb Refactor common Obj-C message send checking code into by Daniel Dunbar · 16 years ago
  50. fe7e4f0 -getLang().C99 is true in C++ too, remove the use of the C99orCXX variable. by Argyrios Kyrtzidis · 16 years ago
  51. 4c0f56b In the 'condition.cpp' test case, make sure that condition declarations are local to the statement. by Argyrios Kyrtzidis · 16 years ago
  52. 0b7a5c0 Add XFAIL test case for: by Daniel Dunbar · 16 years ago
  53. 61f40a2 More semantic analysis for blocks... by Steve Naroff · 16 years ago
  54. 1f3b0d5 Sema::ActOnIdentifierExpr(): Lookup block arguments. by Steve Naroff · 16 years ago
  55. 9571638 Add some C++-specific comments in the parsing methods of if/switch/while/for. by Argyrios Kyrtzidis · 16 years ago
  56. 639ffe4 Implement ABIArgType::Coerce support. by Daniel Dunbar · 16 years ago
  57. 62d5c1b Add CodeGenTypes::GetFunctionType overload for getting the effective by Daniel Dunbar · 16 years ago
  58. 45c25ba Move FunctionType conversion into CGCall.cpp: by Daniel Dunbar · 16 years ago
  59. 2c8e0f3 Add ABIArgInfo class to encapsulate ABI decision of how to lower types by Daniel Dunbar · 16 years ago
  60. e3a09e6 Implement CodeGen support for the 'CXXConditionDeclExpr' expression node, which represents a 'condition' declaration, e.g: "if (int x=0) {...}". by Argyrios Kyrtzidis · 16 years ago
  61. 5921093 Implement Sema support for the 'condition' part of C++ selection-statements and iteration-statements (if/switch/while/for). by Argyrios Kyrtzidis · 16 years ago
  62. 4189a76 Change line endings: CRLF -> LF by Argyrios Kyrtzidis · 16 years ago
  63. 2fac626 Use Sema::isDeclInScope instead of IdentifierResolver::isDeclInScope. by Argyrios Kyrtzidis · 16 years ago
  64. b768807 Tweak CGCall functions again: by Daniel Dunbar · 16 years ago
  65. 5323a4b Tweak CGCall functions: by Daniel Dunbar · 16 years ago
  66. 3913f18 Add CodeGenFunction::ReturnTypeUsesSret by Daniel Dunbar · 16 years ago
  67. 9e922b1 Add new 'CXXConditionDeclExpr' expression node used for a 'condition' declaration, e.g: "if (int x=0) {...}". by Argyrios Kyrtzidis · 16 years ago
  68. 17b708d Move ABI specific code for functions / calls to CGCall.cpp: by Daniel Dunbar · 16 years ago
  69. 7c08651 Factor CodeGenFunction::StartFunction out of GenerateCode and StartObjCMethod. by Daniel Dunbar · 16 years ago
  70. f99cb05 Make IdentifierResolver::isDeclInScope regard declarations of a parent 'control' scope as part of the current scope. by Argyrios Kyrtzidis · 16 years ago
  71. eb7c388 Add a LangOptions member to IdentifierResolver. by Argyrios Kyrtzidis · 16 years ago
  72. 15a12d0 Add Sema::isDeclInScope which wraps IdentifierResolver::isDeclInScope. by Argyrios Kyrtzidis · 16 years ago
  73. 5ca2084 Use a unified return block. by Daniel Dunbar · 16 years ago
  74. 8592b1d Fix test case. by Argyrios Kyrtzidis · 16 years ago
  75. 7482d12 Move EmitAggregate{Copy,Clear} into CodeGenFunction. - No functionality change. by Daniel Dunbar · 16 years ago
  76. 71b914b Implement parser support for the 'condition' part of C++ selection-statements and iteration-statements (if/switch/while/for). by Argyrios Kyrtzidis · 16 years ago
  77. 8bd3dc6 Fix <rdar://problem/6197841> try, finally with no catch stops the exception from being propagated by Steve Naroff · 16 years ago
  78. 81bebb1 IdentifierResolver cleanup. Make some methods out-of-line. by Argyrios Kyrtzidis · 16 years ago
  79. 80f2567 Check in half-assed implementation of @try/@catch. by Anders Carlsson · 16 years ago
  80. 2b1e311 Simple @throw support. by Anders Carlsson · 16 years ago
  81. 2b255c4 Tweak implementation for allowing ObjC builtin type redefinitions. by Steve Naroff · 16 years ago
  82. 3c1b912 Simplify typesAreBlockCompatible(). by Steve Naroff · 16 years ago
  83. 60da102 Update VC++ project files. by Argyrios Kyrtzidis · 16 years ago
  84. 124526b Add types and functions related to exceptions. by Anders Carlsson · 16 years ago
  85. 64d5d6c Move handling of @try and @throw to the runtime class. by Anders Carlsson · 16 years ago
  86. e01c2c9 Added SSE4.1 packusdw by Mon P Wang · 16 years ago
  87. 46f45b9 Change CodeGen to emit calls using (RValue,Type) list: by Daniel Dunbar · 16 years ago
  88. f47be93 Added SSE41 pmovsx pmovzx intrinsics by Mon P Wang · 16 years ago
  89. 219df66 Fix a number of issues w.r.t. emission of global for functions and by Daniel Dunbar · 16 years ago
  90. 0dbe227 Refactor parameter attribute handling: by Daniel Dunbar · 16 years ago
  91. 6f0200e Add ThreadSpecified bit to Decl. - Patch from Kevin Tew. by Daniel Dunbar · 16 years ago
  92. 3e98e51 Add missing RUN line by Daniel Dunbar · 16 years ago
  93. dcdd55f Support C++'s declaration-statement. by Argyrios Kyrtzidis · 16 years ago
  94. e275e92 rename libclangSEMA to libclangSema by Nico Weber · 16 years ago
  95. 8bdd880 skip test if llvm-gcc is requires but not found on the path. by Nuno Lopes · 16 years ago
  96. efb6d0d Key LLVM types for TagDecl's off of the clang Type, since there is now by Daniel Dunbar · 16 years ago
  97. c0c0f70 Per PR2773, define __USER_LABEL_PREFIX__ for x86-32 Linux and Windows. by Eli Friedman · 16 years ago
  98. dd972f2 More type checking for blocks. Still incomplete (will hopefully finish up this weekend). by Steve Naroff · 16 years ago
  99. 2b345eb Add comment back that Argiris pointed out that I mistakenly removed (the comments below it were stale, so I accidently removed the whole thing). by Ted Kremenek · 16 years ago
  100. 4b7c983 Change struct forward declarations and definitions to use unique RecordDecls, as opposed to creating a single RecordDecl and reusing it. by Ted Kremenek · 16 years ago