1. 3eb2fc8 add a warning for this crazy case, as suggested by Eli. by Chris Lattner · 15 years ago
  2. c2ee10d Move the internal DeclContext data structures into a separate header. by Douglas Gregor · 15 years ago
  3. 82fc0cb Use %s in test, not hard coded name. by Daniel Dunbar · 15 years ago
  4. 10d2427 Fariborz points out that weak is now defined to the attribute even in C mode. by Chris Lattner · 15 years ago
  5. 1a31ad8 XFAIL a failing test by Douglas Gregor · 15 years ago
  6. ebaa768 Tweak Sema::ActOnInstanceMessage() to look for a class method when dealing with qualified id's. This change is motivated by our desire to not support the "Class<foo>" idiom. Note that the change makes perfect sense (since all ObjC classes are also id/instances). by Steve Naroff · 15 years ago
  7. c1279db Update checker build. by Ted Kremenek · 15 years ago
  8. 939ab47 Fix typo in newly added test case. by Steve Naroff · 15 years ago
  9. d9fd764 Change the type of ObjC @ string constants (from NSConstantString->NSString). by Steve Naroff · 15 years ago
  10. 7e075cb Handle use side of __objc_exception__ attribute; when using an by Daniel Dunbar · 15 years ago
  11. 7f48c6e *everyone* knows that __weak is not defined on linux :) by Chris Lattner · 15 years ago
  12. 0b51415 implement rdar://6762183. I'm not sure if it is more insane that by Chris Lattner · 15 years ago
  13. 6ab187a Various fixes to symbols used for Obj-C x86_64 metadata. by Daniel Dunbar · 15 years ago
  14. e82e13a Add test case. by Ted Kremenek · 15 years ago
  15. f96f16d Remove hack from LiveVariables analysis where variables whose address are taken by Ted Kremenek · 15 years ago
  16. 2ec926c define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode. by Chris Lattner · 15 years ago
  17. a5770b9 Remove GetLeakNode. This isn't the right approach. by Ted Kremenek · 15 years ago
  18. 0fa9654 Remove period. by Ted Kremenek · 15 years ago
  19. 0b3c9a9 Eagerly compute the leak location when a leak occurs at the end of a path. by Ted Kremenek · 15 years ago
  20. 581329c Removed some commented code. by Ted Kremenek · 15 years ago
  21. 3a5cbd3 The __weak and __strong defines are common to all darwin targets by Chris Lattner · 15 years ago
  22. 90658ec Remove hack support for @try...@finally in source-level CFGs. The current hack by Ted Kremenek · 15 years ago
  23. 16fd3a9 Driver: More verbosity reduction. by Daniel Dunbar · 15 years ago
  24. 590230d Fix test (triple wasn't passed correctly, the driver doesn't accept -mtriple). by Daniel Dunbar · 15 years ago
  25. bfd7c9e PathDiagnostic generation: experiment with avoiding generation of control-flow by Ted Kremenek · 15 years ago
  26. 0002d23 Implement __sync_{add,sub,and,or,xor}_and_fetch and by Daniel Dunbar · 15 years ago
  27. b1c71df Remove a FIXME, the driver handles -O4. by Daniel Dunbar · 15 years ago
  28. f8544a4 Use the new getFunctionInfo that takes a BlockPointerType parameter, and get rid of getBlockFunctionType from CGBlocks.cpp by Anders Carlsson · 15 years ago
  29. 933c422 retain/release checker: When hunting for the leak location, don't walk the by Ted Kremenek · 15 years ago
  30. e97386f Don't overguard to adding a control-flow piece when "alwaysAdd" is true. by Ted Kremenek · 15 years ago
  31. e2573e5 Warn instead of error on duplicate protocol definitions. by Fariborz Jahanian · 15 years ago
  32. 14856d7 Rewrite control-flow diagnostic generation "extensive" algorithm using "edge by Ted Kremenek · 15 years ago
  33. fea5f5a PathDiagnosticLocation now also wraps Decls. by Ted Kremenek · 15 years ago
  34. fc479d7 Make casting 'super' a deprecated warning (instead of a hard error). by Steve Naroff · 15 years ago
  35. ae8ecdd Fix typo. by Anders Carlsson · 15 years ago
  36. a86b832 Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris! by Douglas Gregor · 15 years ago
  37. 77c9fd2 Fixed visibility issues related to objc2's synthesized ivars. by Fariborz Jahanian · 15 years ago
  38. 5529b24 Add a getFunctionInfo that takes a BlockPointerType. by Anders Carlsson · 15 years ago
  39. 6c247e3 Simplify C++ member function calls. by Anders Carlsson · 15 years ago
  40. 4ca076f Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are passed to the compiler. by Anders Carlsson · 15 years ago
  41. 50748f4 enable -std=c9x and -std=iso9899:199x, patch by Ed Schouten! by Chris Lattner · 15 years ago
  42. 7cf09f2 Add clang-cc to the xcodeproj file. by Anders Carlsson · 15 years ago
  43. 3f41976 Daniel convinced me that accepting "const va_list" arguments to va_arg is by Chris Lattner · 15 years ago
  44. 50efe04 writable property in a category of class's superclass by Fariborz Jahanian · 15 years ago
  45. b02e53b Fix a couple of cases where Constant* pointers can dangle in by Chris Lattner · 15 years ago
  46. 0d20b8a in va_arg diagnostics, print out the unpromoted type. This makes the by Chris Lattner · 15 years ago
  47. f076339 Fix output of ranges in analyzer plist files. by Ted Kremenek · 15 years ago
  48. ba16be9 Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon by Zhongxing Xu · 15 years ago
  49. 9dc8f19 Add a warning for questionable va_args usage. by Chris Lattner · 15 years ago
  50. f502691 GCC compatibility: gcc allows applying va_args to const by Chris Lattner · 15 years ago
  51. ead616c fix rdar://6757323, where an escaped newline in a // comment by Chris Lattner · 15 years ago
  52. 2b77ba8 Add some basic support for generating C++ member functions. by Anders Carlsson · 15 years ago
  53. 348f28a Extend possible handled regparm(N) value by Anton Korobeynikov · 15 years ago
  54. e06dc21 Driver: Handle -dumpversion, this is used by some configuration scripts. by Daniel Dunbar · 15 years ago
  55. 0b46e1b Driver: Handle properly calling dsymutil when source input is by Daniel Dunbar · 15 years ago
  56. 4f53b29 Driver: Automatically suppress warnings for duplicate versions of by Daniel Dunbar · 15 years ago
  57. 980d60a Testcase for regparm codegen by Anton Korobeynikov · 15 years ago
  58. 1102f42 Basic support for regparm codegen by Anton Korobeynikov · 15 years ago
  59. 264a76c Provide sema proper values of maximal number of arguments passed in registers. by Anton Korobeynikov · 15 years ago
  60. 774e7c6 Add support for calling C++ member functions. by Anders Carlsson · 15 years ago
  61. f6f8ae5 Add a getFunctionInfo that takes a CXXMethodDecl. by Anders Carlsson · 15 years ago
  62. bf4a676 Driver: Add -Qunused-arguments option to suppress driver "unused by Daniel Dunbar · 15 years ago
  63. b072b71 Real corener case of a method declared in a protocol by Fariborz Jahanian · 15 years ago
  64. 95f49fb improve the string literal comparison warning to not call @encode's "string literals". by Chris Lattner · 15 years ago
  65. 9dab0ed Sentence-case bug type. by Ted Kremenek · 15 years ago
  66. 68fb469 Driver: Explicitly ignore -fpch-preprocess when using clang, we don't by Daniel Dunbar · 15 years ago
  67. 93e5483 Reduce Driver verbosity by suppressing unused warning about another by Daniel Dunbar · 15 years ago
  68. 99d0269 retain/release checker: don't track NSPanel until we have better reasoning about by Ted Kremenek · 15 years ago
  69. 75e3606 add fixit advice to an archiac ObjC issue. by Chris Lattner · 15 years ago
  70. ff9b446 Fix Clang on VC++, patch by Bixia Zheng! by Chris Lattner · 15 years ago
  71. fb523e1 fix some warnings on VC++, patch by John Thompson! by Chris Lattner · 15 years ago
  72. c83cb1b initialize an ivar. by Chris Lattner · 15 years ago
  73. db6d4f6 Add a comment/FIXME so Eli can sleep better:-)) by Steve Naroff · 15 years ago
  74. a1718c7 This is the first step to gradually remove the use of loc::SymbolVal. Now by Zhongxing Xu · 15 years ago
  75. 6d7d839 Do we have fixit advice for comments yet? by Daniel Dunbar · 15 years ago
  76. ec91dab Ignore plus operands when looking up the operand number from a named operand. This matches llvm-gcc and fixes PR3908. by Anders Carlsson · 15 years ago
  77. 23d16b3 Fix comment. by Daniel Dunbar · 15 years ago
  78. 7cd2e93 Implement -fvisibility. by Fariborz Jahanian · 15 years ago
  79. d76e0a6 Convert region-design document to HTML. by Ted Kremenek · 15 years ago
  80. 8a2073a Driver: Add missed translation for darwin::Preprocess (gcc), -d* by Daniel Dunbar · 15 years ago
  81. 2d06612 Tweak test (now that http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090330/015001.html is fixed). by Steve Naroff · 15 years ago
  82. a9668e0 Add target hook for setting symbol prefix and section of unicode by Daniel Dunbar · 15 years ago
  83. 2b63fbc Fix a little typo that was killing de-serialization by Douglas Gregor · 15 years ago
  84. 81048aa Move the rest of the fixit tests to the FixIt area. by Mike Stump · 15 years ago
  85. bf1bd6e Rename GeneratePCH action to GeneratePTH by Douglas Gregor · 15 years ago
  86. 8e7ec66 Update wording. by Mike Stump · 15 years ago
  87. 3050ed4 Resynchronize Decl/VarDecl serialization code with the structures by Douglas Gregor · 15 years ago
  88. efc620c Sentence-type bug type and category. by Ted Kremenek · 15 years ago
  89. c66a5a3 Add some whitespace to test my commit privileges. by Ed Schouten · 15 years ago
  90. 26df2f0 Add a new command-line option "-fixit-at=file:line:column" that only by Douglas Gregor · 15 years ago
  91. d09a456 Fix up lookup rules for properties declared in objc's continuation class. by Fariborz Jahanian · 15 years ago
  92. ed91f90 Fix http://llvm.org/bugs/show_bug.cgi?id=3907. by Steve Naroff · 15 years ago
  93. bc53466 Driver: Tweak search paths for FreeBSD. - Patch by Pawel Worach! by Daniel Dunbar · 15 years ago
  94. 8c98039 Fix grammar. by Ted Kremenek · 15 years ago
  95. 035cf89 Remove -ftrapu. by Mike Stump · 15 years ago
  96. 08ae3de by Sanjiv Gupta · 15 years ago
  97. ef77d54 Add a few more analyzer test cases. by Ted Kremenek · 15 years ago
  98. dd6f4ab Move the fix-it tests into their own subdirectory by Douglas Gregor · 15 years ago
  99. de4bf6a Provide FIX-IT notes to describe what fix-it is doing behind the by Douglas Gregor · 15 years ago
  100. 837a406 Some cleanups to the fix-it rewriter. Thanks, Chris by Douglas Gregor · 15 years ago