1. 86ad522 Implementation of gcc mode attribute; this is significant because by Eli Friedman · 16 years ago
  2. eab92a5 Rewrite struct/union layout. This is mostly cleanup; this might also fix by Eli Friedman · 16 years ago
  3. 65489b7 Stop leaking the TUDecl. by Eli Friedman · 16 years ago
  4. 5e56f99 Change diagnostic per suggestion, to make it a bit clearer what is happening. by Eli Friedman · 16 years ago
  5. 8f08a25 Emit memmove, not memcpy, for structure copies; this is unfortunately by Eli Friedman · 16 years ago
  6. f9b930c Fix for PR2001. I'm not really fond of it, but it is correct (unless by Eli Friedman · 16 years ago
  7. 9f5250b Count the number of initializable members correctly in structs/unions by Eli Friedman · 16 years ago
  8. f8df28c Diagnose implicit init list for empty aggregate, like struct {}. Fixes by Eli Friedman · 16 years ago
  9. 46f8166 Move the error checking for variable-sized objects so we don't by Eli Friedman · 16 years ago
  10. 1dee5c5 Make sure to define __sparc__ on Solaris; this should "fix" by Eli Friedman · 16 years ago
  11. 93eb825 Generate subprogram debug info with -g. by Sanjiv Gupta · 16 years ago
  12. 73fd880 Fix this test on non-X86 platforms. by Eli Friedman · 16 years ago
  13. f3e02ed Always initialize NEXT_CATCH; fixes a Valgrind uninitialized read error by Eli Friedman · 16 years ago
  14. 3eb38bf Fix variable misspelling. by Ted Kremenek · 16 years ago
  15. 4fec7ea Don't use inferlanguage to override the default language for all files. by Ted Kremenek · 16 years ago
  16. 2e336cc Don't analyze .o files. by Ted Kremenek · 16 years ago
  17. 5696dfe Cleanup indentation and remove some dead code. by Ted Kremenek · 16 years ago
  18. 0f43384 Call the correct destructor. by Ted Kremenek · 16 years ago
  19. 744cd42 This fixes a VC++ build failure. by Steve Naroff · 16 years ago
  20. 1207624 fix a nasty off-by-one error. by Chris Lattner · 16 years ago
  21. ade44ec add some assertions to catch bad things before they die by Chris Lattner · 16 years ago
  22. 78111a9 fix an inconsistency computing offsets that caused a crash on rewrite-nest.m by Chris Lattner · 16 years ago
  23. 23df1d2 Disable the use of PCH files when using xcodebuild. by Ted Kremenek · 16 years ago
  24. fc96eea Minor tweak to -ast-dump for ivars. by Steve Naroff · 16 years ago
  25. 76a925c Fix range info for explicit ivar refs. by Steve Naroff · 16 years ago
  26. 64845ce Revert r51498: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDecl.cpp?rev=51498&r1=51497&r2=51498&view=diff by Ted Kremenek · 16 years ago
  27. 93f6465 Remove a diagnostic (temporary hack that will be removed next week). by Steve Naroff · 16 years ago
  28. 343c82b minor changes, collect the range of an expr before rewriting the subexprs by Chris Lattner · 16 years ago
  29. 045e0e0 Make sure method definitions get output with -ast-dump. by Steve Naroff · 16 years ago
  30. f54e888 When known, include the analyzer build in the output of scan-build. by Ted Kremenek · 16 years ago
  31. 07f707f More test cases for retain/release checker. These cases handle not flagging leaks for static variables. by Ted Kremenek · 16 years ago
  32. 5dcd729 fix typo by Gabor Greif · 16 years ago
  33. 9ff407c Unbreak build. Forget to check in this header file change with a previous commit. by Ted Kremenek · 16 years ago
  34. 6587b40 Fix typo. by Ted Kremenek · 16 years ago
  35. c38f435 Tweak AST dumper for ObjC ivars. by Steve Naroff · 16 years ago
  36. 43f2847 Additional retain/release checker regression tests. by Ted Kremenek · 16 years ago
  37. 8695365 Prototyped support in the BugReporter to emit diagnostics of the form "p now aliases q". by Ted Kremenek · 16 years ago
  38. 638d6a4 Make sure the source location for @property points the the @-sign (not the decl spec). by Steve Naroff · 16 years ago
  39. 377ba9f Change uses of llvm::Type::isFirstClassType to use the new by Dan Gohman · 16 years ago
  40. a3f30dd Expand retain/release checker to consider methods/function calls that cause a by Ted Kremenek · 16 years ago
  41. 7043166 Don't use ostringstream (pulling in <sstream>) when creating the dead store diagnostic (simply not needed). by Ted Kremenek · 16 years ago
  42. 6032d72 Update driver include paths to work on darwin10. by Ted Kremenek · 16 years ago
  43. 910758e Patch for PR2350; the issue was tnat we were allowing (with an error) by Eli Friedman · 16 years ago
  44. 9bc7c8d Make debugging information usable. This is barebones, but it makes -g by Eli Friedman · 16 years ago
  45. 5697731 Minor refactoring: compute the return value separately from emitting the ret. by Eli Friedman · 16 years ago
  46. bb0b9a5 Make CurFuncDecl more specific; I have some code I'm going to land in a by Eli Friedman · 16 years ago
  47. 4751a3a Move getAccessedFieldNo out of lib/AST/Expr.cpp into by Dan Gohman · 16 years ago
  48. 40c8b9e Improve dead stores diagnostics to include the variable name. by Ted Kremenek · 16 years ago
  49. ce1b468 Remove the unneeded #include of VMCore header "llvm/DerivedTypes.h". by Dan Gohman · 16 years ago
  50. 6da1510 Explicitly #include Support/Streams.h when using llvm::cout and friends. by Dan Gohman · 16 years ago
  51. db4d597 Add Destroy method to Types, making there destruction more harmonious with by Ted Kremenek · 16 years ago
  52. 9ecf716 Fix potential double-free. by Ted Kremenek · 16 years ago
  53. e043063 Fixup ASTContext::PrintStats()...it was causing several test failures. by Steve Naroff · 16 years ago
  54. a1e7770 When destroying DeclStmts, also destroy the associated Decl (reclaim its memory). by Ted Kremenek · 16 years ago
  55. bb9bd73 Fixed bug in the transfer function for dereferences: the loaded value from EvalLoad should bind to the UnaryOperator*, not its subexpression. by Ted Kremenek · 16 years ago
  56. cecdc6b Remove an unnecessary/buggy if check. Ran into this with some other by Eli Friedman · 16 years ago
  57. a9523f5 A small testcase; no patch, since it was a bug in a patch I never committed. by Eli Friedman · 16 years ago
  58. 45cd28f Fix this test so that it's valid; the point is to test for the crash, by Eli Friedman · 16 years ago
  59. 01a8b6c Fix the destruction "properly" in the sense that we actually destroy the by Eli Friedman · 16 years ago
  60. 19bf5c6 PR2347: Fix crash iterating over VLAs; this started triggering because by Eli Friedman · 16 years ago
  61. f8346c4 Don't kill the declarations if the translation unit doesn't own them by Eli Friedman · 16 years ago
  62. 8cb86e3 Fix a couple of bugs found by Neil Booth in the const-ness checking. by Eli Friedman · 16 years ago
  63. 7f6ef3f Protect iso646.h from C++ (although I can't imagine why someone would by Eli Friedman · 16 years ago
  64. 41e8033 Add SemaInit.cpp to VC++ proj. by Steve Naroff · 16 years ago
  65. a85587a initialize variable and fix a bunch of test failures by Nuno Lopes · 16 years ago
  66. f44f093 fix warning with gcc 4.1 (ptr to bool convertion) by Nuno Lopes · 16 years ago
  67. f838254 Remove hacks from ASTContext now that alignment gets reported correctly. by Eli Friedman · 16 years ago
  68. d401189 Missed an include. by Eli Friedman · 16 years ago
  69. 2fde2a5 Minor correction for PPC targets. by Eli Friedman · 16 years ago
  70. 0b7b1cb Some small changes to make the target info a bit more accurate. by Eli Friedman · 16 years ago
  71. 02c22ce Perform stricter/more accurate checking for C99 constant expressions by Eli Friedman · 16 years ago
  72. 6411750 Add a couple more headers. stddef was discussed on cfe-dev, and by Eli Friedman · 16 years ago
  73. e53204d Test from PR2332; bug already fixed by r51311. by Eli Friedman · 16 years ago
  74. 725d2be Disable the function address cache; this doesn't have any ill effects, by Eli Friedman · 16 years ago
  75. 3016575 Fix the scope of K&R-style argument declarations so that they don't by Eli Friedman · 16 years ago
  76. 85795db Fix test (it was incorrectly succeeding). by Eli Friedman · 16 years ago
  77. 60b0163 Add codegen support for stack address intrinsics. by Eli Friedman · 16 years ago
  78. 7859421 Fix typo in test. by Eli Friedman · 16 years ago
  79. 8c50c62 Add __builtin_frame_address and __builtin_return_address gcc builtins to by Eli Friedman · 16 years ago
  80. 91fc780 Implement codegen for comma operator for structs. by Eli Friedman · 16 years ago
  81. b9ea6bc Be a bit more defensive in SemaInit. by Eli Friedman · 16 years ago
  82. 8c2173d Add some more checking for compound literals. by Eli Friedman · 16 years ago
  83. 5be4924 Reclaim memory from chains of ScopedDecls, and reclaim memory for the initializers of EnumConstantDecls. by Ted Kremenek · 16 years ago
  84. bde4109 Delete AST nodes, not just Decls. by Ted Kremenek · 16 years ago
  85. 345b93d Reclaim memory allocated for ParmVarDecl's in FunctionDecl::Destroy. by Ted Kremenek · 16 years ago
  86. a695adb When serializing FunctionDecl, serialize out a reference to the previous declaration. by Ted Kremenek · 16 years ago
  87. e27d5ea Remove unnecessary #include (introduced by a recent patch of mine). by Ted Kremenek · 16 years ago
  88. afdf811 Try to plug some memory leaks... by Ted Kremenek · 16 years ago
  89. 0242cd2 Restructure constant structure init codegen so that it's possible to by Eli Friedman · 16 years ago
  90. f2e1d5d Remove code that shouldn't have any effect anymore. by Eli Friedman · 16 years ago
  91. 18bb39e Implement CodeGen for __builtin_memcpy. by Eli Friedman · 16 years ago
  92. d09515f Updated Xcode project. by Ted Kremenek · 16 years ago
  93. 1ed5dc6 Added Stmt::DestroyChildren, which will be used by the dstors of the subclasses of Stmt to recursively delete their child AST nodes. by Ted Kremenek · 16 years ago
  94. b924c7f Make the unused expression warning a bit less aggressive (found in PHP code). by Eli Friedman · 16 years ago
  95. 0fecfde Switch on SemaInit; this makes some code in SemaDecl dead, but I'll give by Eli Friedman · 16 years ago
  96. 455f762 Adjust warning so that it doesn't fire when there is an error. by Eli Friedman · 16 years ago
  97. dd04e30 Remove illegal test. by Eli Friedman · 16 years ago
  98. 71de9eb Add errors for some illegal constructs (specifically, "int a = {{3}};" by Eli Friedman · 16 years ago
  99. d8535af Some more SemaInit cleanup. by Eli Friedman · 16 years ago
  100. 683cedf Various fixes; solves (almost) all of the test regressions that would be by Eli Friedman · 16 years ago