1. 7b5b5b4 fix PR2639 by Chris Lattner · 15 years ago
  2. 3ede8d0 Stub out some structure for C++ driver. by Daniel Dunbar · 15 years ago
  3. bc0822b inline asm calls should be nounwind. Chris, please review. by Anders Carlsson · 15 years ago
  4. 4ad19bf Fix name. by Daniel Dunbar · 15 years ago
  5. 9a0a518 Update Xcode project. by Ted Kremenek · 15 years ago
  6. d0feed6 Add a 'kind' field to PathDiagnosticPieces. by Ted Kremenek · 15 years ago
  7. 3d7f2bc For now, do not output the 'DisplayHint' in plist files. by Ted Kremenek · 15 years ago
  8. e3ce265 For now, do not output the 'DisplayHint' in plist files. by Ted Kremenek · 15 years ago
  9. 78c39c7 Fixed a typo. by Fariborz Jahanian · 15 years ago
  10. b7f95f5 Check for duplicate declaration of method of a class in its extension. by Fariborz Jahanian · 15 years ago
  11. d37ee16 Normalize .h guards. by Daniel Dunbar · 15 years ago
  12. c0489fe Attempt to make test more robust (fails for users who put LLVM in by Daniel Dunbar · 15 years ago
  13. e798706 Enable Objective-C interface debug info. by Devang Patel · 15 years ago
  14. 58ae87f Fix cmake builds. by Mike Stump · 15 years ago
  15. 588fdfa remove an implemented fixme. by Zhongxing Xu · 15 years ago
  16. 94aa6c1 Initial support for pointer arithmetic. Only support concrete indexes and by Zhongxing Xu · 15 years ago
  17. 82573ee Avoid crash when child iterator gives null result. by Daniel Dunbar · 15 years ago
  18. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 15 years ago
  19. ec1abb9 ABITestGen: Add v2i16 and v16f32 as default vector types to generate. by Daniel Dunbar · 15 years ago
  20. 4ff3684 First cut at zero-cost EH support. by Daniel Dunbar · 15 years ago
  21. cec4c77 Make sure to invoke (not call) to objc_exception_throw if necessary. by Daniel Dunbar · 15 years ago
  22. dfff230 Fix completely broken thinko in GetClassGlobal. by Daniel Dunbar · 15 years ago
  23. 74ac74a Don't set nounwind on functions when in using the new Obj-C ABI. by Daniel Dunbar · 15 years ago
  24. d14151d Cleanup handling of function attributes in calls. by Daniel Dunbar · 15 years ago
  25. 31937a5 Push checking down, also, give the user a hit as to which part of the by Mike Stump · 15 years ago
  26. 6393519 Rework the way we find locally-scoped external declarations when we by Douglas Gregor · 15 years ago
  27. 8045ee0 Add BLOCK_HAS_DESCRIPTOR to global blocks. by Anders Carlsson · 15 years ago
  28. 5570cfe Be sure to mark blocks with no imports as being global. by Mike Stump · 15 years ago
  29. 4667c4a simplify some code. by Chris Lattner · 15 years ago
  30. 8e2945a Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'. by Steve Naroff · 15 years ago
  31. ed8a93d Fix PR3509 by providing correct starting locations for initializer lists by Douglas Gregor · 15 years ago
  32. 91b0b0c Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpacer *', expected 'XCElement *' (not handling protocol signatures correctly?). by Steve Naroff · 15 years ago
  33. 0312c0e Rename AnonTypedRegion to TypedViewRegion. by Ted Kremenek · 15 years ago
  34. 17a8e07 Adjust wording of bug names. by Ted Kremenek · 15 years ago
  35. 8def799 Obj-C non fragile ABI: Use GetClassGlobal in one more instance I missed. by Daniel Dunbar · 15 years ago
  36. e588b99 Obj-C non fragile ABI: Add GetInterfaceEHType for getting the Obj-C by Daniel Dunbar · 15 years ago
  37. 5a7379a NeXT: Unify code for creating a class global. - No functionality change. by Daniel Dunbar · 15 years ago
  38. 93b2bdb ObjCAtCatchStmt's ParamStmt is always a DeclStmt. by Daniel Dunbar · 15 years ago
  39. 12a7634 testcase for mike's fix for PR3612 by Chris Lattner · 15 years ago
  40. ce2b4cc This test requires blocks. by Daniel Dunbar · 15 years ago
  41. 554d6ca Remove debugging code. by Anders Carlsson · 15 years ago
  42. 0df8c92 Emit errors about unsupported blocks features. by Anders Carlsson · 15 years ago
  43. 22c818a Initialize NSConcreteStackBlock by Anders Carlsson · 15 years ago
  44. 4de9fce Do some blocks cleanup and simplification. Fix a crash, and add a test case. by Anders Carlsson · 15 years ago
  45. 6f877cd adjust to changes in the mainline llvm .ll printer. by Chris Lattner · 15 years ago
  46. cddc888 "This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClassMethods and Sema::ImplCategoryMethodsVsIntfMethods methods. by Chris Lattner · 15 years ago
  47. 0db28c5 Whoops, actually remove the VLA/VM check in FinalizeDeclaratorGroup. by Anders Carlsson · 15 years ago
  48. 1a7acfa Fix invalid VLAs/VMs in Sema::ActOnVariableDeclarator, so that the variable will have the right type by the time the initializer is checked. This ensures that code like by Anders Carlsson · 15 years ago
  49. b098c14 Remove PrevFunctionScope slot (it isn't needed)...use getParent() instead. by Steve Naroff · 15 years ago
  50. f5cae63 Revert 65707 (causes stack memory to be referenced after it is released). by Ted Kremenek · 15 years ago
  51. 7ce7792 Obscure code gen bug related to sending by Fariborz Jahanian · 15 years ago
  52. f306f86 Fix a crash in test/Parser/control-scope.c that testrunner didn't by Chris Lattner · 15 years ago
  53. 56627e6 remove static ctor. by Chris Lattner · 15 years ago
  54. 161d36d improve compatibility with the VC++'08 C++ compiler. Patch by Niklas Larsson! by Chris Lattner · 15 years ago
  55. ab775f6 fix inverted conditional, rdar://6633188 by Chris Lattner · 15 years ago
  56. 3aa1861 "This patch addresses two FIXME on ObjCCategoryImplDecl: by Chris Lattner · 15 years ago
  57. 83c9629 brain thinking memcpy, fingers thinking memset :) by Chris Lattner · 15 years ago
  58. ca4fc2c after going around in circles a few times, finally cave and emit structure by Chris Lattner · 15 years ago
  59. 066d2ea TargetInfo::validateAsmConstraint now takes a reference to the full constraints string. This will make it possible to support multi-character constraints. No functionality change (for now). by Anders Carlsson · 15 years ago
  60. ebf6443 Minor name change (move the ObjC prefix to a more appropriate place). by Steve Naroff · 15 years ago
  61. f3cf897 Fix <rdar://problem/6451399> problems with labels and blocks. by Steve Naroff · 15 years ago
  62. 10b2614 Adapt help string to what the code is doing (default is lang_gnu99). Thanks rdivacky! by Gabor Greif · 15 years ago
  63. a99038c First cut CodeGen support for __block variables. by Mike Stump · 15 years ago
  64. 709fa15 Check a few more kinds of declarations that make a scope. by Eli Friedman · 15 years ago
  65. 8f17b66 Start of checking for gotos which jump to an illegal destination. by Eli Friedman · 15 years ago
  66. 722c717 Fix obvious shortcoming in the implementations of Evaluate for by Eli Friedman · 15 years ago
  67. 134fc37 Update checker build. by Ted Kremenek · 15 years ago
  68. c1efaec Eliminate CXXRecordType by Douglas Gregor · 15 years ago
  69. aca13a7 Add a FIXME for something I can't look at just yet by Douglas Gregor · 15 years ago
  70. 724651c Template instantiation for function types by Douglas Gregor · 15 years ago
  71. 5a1edf6 Alignment of pointers in __objc_classlist must be on their by Fariborz Jahanian · 15 years ago
  72. cd281c3 Implement template instantiation for pointer, reference, and (some) by Douglas Gregor · 15 years ago
  73. 00524e3 Fix enumeration in switch warnings. No behavior change. by Eli Friedman · 15 years ago
  74. 5a61f0e Fix enumeration in switch warnings, plus misc comment changes. No by Eli Friedman · 15 years ago
  75. c136e6c Fix PR3612. We ensure that we add builtins to the GlobalDeclMap and by Mike Stump · 15 years ago
  76. 9bc77b2 Diagnose gc attribute mismatch of property and its ivar. by Fariborz Jahanian · 15 years ago
  77. 173144a Give a code insertion hint for how to fix 'implicit int' warnings and errors. by Chris Lattner · 15 years ago
  78. 8c633a0 Fix a typo by Douglas Gregor · 15 years ago
  79. 9b5e505 When retrieving the location of a Node, for MemberExprs use the location of the by Ted Kremenek · 15 years ago
  80. a97b666 In BuildAnonymousStructUnionMemberReference, we shouldn't invalidate OpLoc when by Ted Kremenek · 15 years ago
  81. 99ebf65 Implement the basic approach for instantiating types, with a lot of FIXME'd by Douglas Gregor · 15 years ago
  82. 34c0533 minor wording changes. by Chris Lattner · 15 years ago
  83. 35d276f upgrade various 'implicit int' warnings from an ext-warn to warning when not by Chris Lattner · 15 years ago
  84. e64c549 cleanup by Chris Lattner · 15 years ago
  85. 2a327d1 cleanup by Chris Lattner · 15 years ago
  86. 5e30100 Silence warnings. by Mike Stump · 15 years ago
  87. 3d692df When checking printf-arguments for functions with '__attribute__ ((format (printf, X, Y)))' by Ted Kremenek · 15 years ago
  88. b2fb6de Clean up and document code modification hints. by Douglas Gregor · 15 years ago
  89. 51a75d0 change a diagnostic message from something pedantically correct but by Chris Lattner · 15 years ago
  90. 7fa649f Oops, Ted beat me to it. I'll just play angry god and remove his version! by Daniel Dunbar · 15 years ago
  91. c8d8fa9 Add coverage of "member of anonymous union redeclares ..." diagnostic. by Daniel Dunbar · 15 years ago
  92. beba7f4 Add test case for PR 3675. by Ted Kremenek · 15 years ago
  93. 6028ca1 Update checker build. by Ted Kremenek · 15 years ago
  94. 35183ac Change the AST generated for offsetof a bit so that it looks like a by Eli Friedman · 15 years ago
  95. 5de4092 Don't report 'Parser Rejects' for conftest files. by Ted Kremenek · 15 years ago
  96. 6b89636 Correctly check for ccc-analyzer in the same directory as scan-build. by Ted Kremenek · 15 years ago
  97. fd6f085 Change the way clang generates union types a bit so it plays well by Eli Friedman · 15 years ago
  98. f04ec67 Some additional ICE tests. by Eli Friedman · 15 years ago
  99. 664a104 Some minor improvements to Evaluate. by Eli Friedman · 15 years ago
  100. 3b8a36a Fix minor memory leak. Add comment describing what we need to do for by Eli Friedman · 15 years ago