1. 5a43021 Introduce a new C API function, clang_parseTranslationUnit(), which by Douglas Gregor · 14 years ago
  2. 0a2eb56 Added extra check when looking for location of '=' in a copy initialization. by Fariborz Jahanian · 14 years ago
  3. 10f8e31 Fix source location of the initializer in by Fariborz Jahanian · 14 years ago
  4. ad4f387 Catch thinko that Daniel Dunbar found. by Nate Begeman · 14 years ago
  5. d3f265d Fix regression caused by r108911. by Devang Patel · 14 years ago
  6. 5f371ee Fix a rewriter bug which originates in SemaInit involving by Fariborz Jahanian · 14 years ago
  7. f69ea95 Don't crash when sending a message inside a block with the non-fragile ABI (GNU runtime). by David Chisnall · 14 years ago
  8. 41d0c7a Mark the load after calling objc_msg_lookup_sender() so that it doesn't get optimised away (GNU runtime). by David Chisnall · 14 years ago
  9. 1f0fca5 Rename LazyCleanup -> Cleanup. No functionality change for these last three by John McCall · 14 years ago
  10. 7495f22 Rip out EHCleanupScope. by John McCall · 14 years ago
  11. 6962f8d Kill the CleanupBlock API. by John McCall · 14 years ago
  12. cc50529 Switch the fragile-ABI @finally/@synchronized cleanup over to using a lazy by John McCall · 14 years ago
  13. df054db Code simplification. by John McCall · 14 years ago
  14. 45483b4 Switch the main possibly-conditional temporary cleanup over to being lazy. by John McCall · 14 years ago
  15. 81407d4 Switch the destructor for a temporary arising from a reference binding over to by John McCall · 14 years ago
  16. e540e63 Switch the __cxa_guard_abort cleanup to being a lazy cleanup. by John McCall · 14 years ago
  17. d871509 Switch some random local-decl cleanups over to using lazy cleanups. Turn on by John McCall · 14 years ago
  18. 7719971 Switch finally cleanups over to being lazy cleanups. We get basically nothing by John McCall · 14 years ago
  19. 50da2ca Implement proper base/member destructor EH chaining. by John McCall · 14 years ago
  20. e492340 Move some methods inline. by Zhongxing Xu · 14 years ago
  21. dbf8ea4 Fix win64 compilation of constants like 0xFFFFFFFFFFFFFFFFULL by Nate Begeman · 14 years ago
  22. 291ae94 Change PushDestructorCleanup to use lazy cleanups. by John McCall · 14 years ago
  23. 182ab51 Convert the EH cleanups for base and member destructors in a constructor into by John McCall · 14 years ago
  24. 59174c0 Implement zero-initialization for array new when there is an by Douglas Gregor · 14 years ago
  25. 55b20fc Convert the end-catch call for finally blocks to a lazy cleanup. This kills off by John McCall · 14 years ago
  26. 11f5ccf Allow loading identifiers from any file in the chain. WIP by Sebastian Redl · 14 years ago
  27. 740e807 Convert the ObjC @synchronized cleanups to laziness. This is not actually by John McCall · 14 years ago
  28. 1bda662 Add a little helper method which will be useful soon. by John McCall · 14 years ago
  29. 971dd44 Apparently not every system thinks that references in pairs are as cool as I think. by Sebastian Redl · 14 years ago
  30. cb526aa Allow loading declarations from any file in the chain. WIP by Sebastian Redl · 14 years ago
  31. aaec0aa Allow loading types from any file in the chain. WIP by Sebastian Redl · 14 years ago
  32. ec5ea2b Remove unintended code that was checked in as part of r108916. by Devang Patel · 14 years ago
  33. 4d939e6 Remove unused argument. by Devang Patel · 14 years ago
  34. 204b075 Fix the IR generation for catching pointers by references. by John McCall · 14 years ago
  35. 806941e in 'new int[4]', constant fold the 4*4=16 instead of doing an overflow check. by Chris Lattner · 14 years ago
  36. 190faf7 Allow loading source locations from any file in the chain. WIP by Sebastian Redl · 14 years ago
  37. c11787f don't demand names to be on IR. by Chris Lattner · 14 years ago
  38. 962312b temporarily disable this to fix the build bot. by Chris Lattner · 14 years ago
  39. 518d8cb More work on getting PCHReader to handle multiple files. Promote SLocOffsets to per-file data. WIP by Sebastian Redl · 14 years ago
  40. 83252dc Follow the implementation approach suggested by PR6687, by Chris Lattner · 14 years ago
  41. 021a7a6 Adopt objc_assign_threadlocal() for __thread variables of GC types. by Fariborz Jahanian · 14 years ago
  42. 700a1cb Print template argument names for template class. by Devang Patel · 14 years ago
  43. 6c552c1 implement rdar://5739832 - operator new should check for overflow in multiply, by Chris Lattner · 14 years ago
  44. f033f1d Introduce a new lexer function to compute the "preamble" of a file, by Douglas Gregor · 14 years ago
  45. 4751a53 Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata, by Dan Gohman · 14 years ago
  46. 1e51c20 Hookup checking for invalid length modifiers in scanf format strings. by Ted Kremenek · 14 years ago
  47. a412a49 Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier. by Ted Kremenek · 14 years ago
  48. 7fdba13 Cleanup whitespace in switch statement. No functionality change. by Ted Kremenek · 14 years ago
  49. cfdcd30 Refactor ScanfConversionSpecifier to subclass ConversionSpecifier. by Ted Kremenek · 14 years ago
  50. 6ecb950 Add 'ConversionSpecifier' root class in 'analyze_format_string' namespace and by Ted Kremenek · 14 years ago
  51. 2da5036 Tidy up analyze_printf::ConversionSpecifier::Kind declaration, prepping it to be merged by Ted Kremenek · 14 years ago
  52. de183a4 Rename 'UnicodeStrArg' to 'SArg'. by Ted Kremenek · 14 years ago
  53. 35d353b Rename 'ConsumedSoFarArg' -> 'nArg' and 'OutIntPtrArg' to 'nArg' (scanf and printf checking). by Ted Kremenek · 14 years ago
  54. 6693205 Rename 'VoidPtrArg' to 'pArg' in printf/scanf checking. by Ted Kremenek · 14 years ago
  55. 99196b1 Rename 'CStrArg' to 'sArg' for printf checking to match with the analagous enum for scanf checking. by Ted Kremenek · 14 years ago
  56. 92a6feb Rename analyze_printf::ConversionSpecifier::IntAsCharArg to 'cArg' to match by Ted Kremenek · 14 years ago
  57. 649aecf Rename diagnostic so that it can be reused with scanf checking. No functionality change. by Ted Kremenek · 14 years ago
  58. 6ba9aae delete a loop that just generates dead code. In an example like this: by Chris Lattner · 14 years ago
  59. defe8b2 remove the special case for constant array sizes from by Chris Lattner · 14 years ago
  60. 35eee09 Re-apply fixed version of 108749, correctly conditionalizing the new sections on by Jim Grosbach · 14 years ago
  61. caf4bd3 Slip up long string literal by Douglas Gregor · 14 years ago
  62. 427c492 Complain when string literals are too long for the active language by Douglas Gregor · 14 years ago
  63. 2c853e4 Hide FunctionTemplateDecl's specializations folding set as implementation detail and introduce by Argyrios Kyrtzidis · 14 years ago
  64. bc5ab7c Whether the specialization should be added to template's folding set when read from PCH, by Argyrios Kyrtzidis · 14 years ago
  65. cc0b1bc Hide the specializations folding sets of ClassTemplateDecl as an implementation detail (InsertPos by Argyrios Kyrtzidis · 14 years ago
  66. 405861d Add -lstdc++ to DragonFly tools. Patch by Sascha Wildner. by Rafael Espindola · 14 years ago
  67. 03509ae Constify all references to Stmt* and CFGBlock* in libChecker. by Zhongxing Xu · 14 years ago
  68. 8111a61 Add const iterator to InitListExpr. by Zhongxing Xu · 14 years ago
  69. 906082e Update ImplicitCastExpr to be able to represent an XValue. by Sebastian Redl · 14 years ago
  70. 0b42659 Fix test for Win32. by Daniel Dunbar · 14 years ago
  71. bc5495b Constify. by Zhongxing Xu · 14 years ago
  72. bf9c2b2 remove const_cast. by Zhongxing Xu · 14 years ago
  73. e5d6967 Driver: Switch to using a SmallVector instead of std::vector, and stop by Daniel Dunbar · 14 years ago
  74. ce2bc7e3 constify. by Zhongxing Xu · 14 years ago
  75. 3992a50 Constify. by Zhongxing Xu · 14 years ago
  76. a02d893 Add comments. by Zhongxing Xu · 14 years ago
  77. 257d1d3 Correct line info for declarations/definitions. Radar 8063111. by Stuart Hastings · 14 years ago
  78. 38d2479 and revert the related tests, too by Jim Grosbach · 14 years ago
  79. af0bbea Temporarily revert. Some odd internal breakage is likely related. by Jim Grosbach · 14 years ago
  80. 2f82c58 Remove PCHReader::getStream(), it was unused. Inline PCHReader::getDelsCursor() into its sole caller and remove it. This reduces the attack surface of multiple PCH files towards code outside the PCH implementation. by Sebastian Redl · 14 years ago
  81. 2da08f9 Promote IdentifierOffsets to per-file data. by Sebastian Redl · 14 years ago
  82. 12d6da0 Promote DeclOffsets and TypeOffsets to per-file data. by Sebastian Redl · 14 years ago
  83. a8f8dac Patch to type match comparing Objective-C Classes which implement by Fariborz Jahanian · 14 years ago
  84. baa4006 Don't warn when a '%%' or '%*d' (scanf) is used in a format string with positional arguments, since by Ted Kremenek · 14 years ago
  85. abc563f Introduce a new libclang API, clang_reparseTranslationUnit(), which by Douglas Gregor · 14 years ago
  86. a7765a6 Update tests for r108749 by Jim Grosbach · 14 years ago
  87. c09b6a5 Hook up 'invalid conversion' warning for scanf format strings. by Ted Kremenek · 14 years ago
  88. 2543dbb Put ObjC method names, method types and class names in separate string literal by Jim Grosbach · 14 years ago
  89. 93fb9ed Promote the identifier table to per-file data. Also, if a CHAINED_METADATA record exists, it has to be the first thing in the PCH file. by Sebastian Redl · 14 years ago
  90. 1348af6 Put warnings in the 'Deprecated' group into a 'Deprecations' DiagCategory. Fixes <rdar://problem/8203182>. by Ted Kremenek · 14 years ago
  91. be86ecc Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <rdar://problem/8204052>. by Ted Kremenek · 14 years ago
  92. 5314e44 Driver: Make -fnext-runtime the default when rewriting Objective-C. by Daniel Dunbar · 14 years ago
  93. 6c57322 IRgen: Add a test case I forgot to commit at some point. by Daniel Dunbar · 14 years ago
  94. 60baf0f Driver/Darwin: Add deployment target after doing argument translation, so that by Daniel Dunbar · 14 years ago
  95. c0e665e Driver: Factor out Darwin::AddDeploymentTarget. by Daniel Dunbar · 14 years ago
  96. 9a90d79 Remove unused location-to-AST-node resolver. libclang's implementation supercedes it by Douglas Gregor · 14 years ago
  97. 84ef4b2 Categories cannot synthesize property ivars, and a minor cleanup. by Fariborz Jahanian · 14 years ago
  98. 8a1af32 Implement support for reading arguments specified in a file with @file. If by Rafael Espindola · 14 years ago
  99. 7a42054 Fix construction of AnalysisContext. Thanks Daniel. by Zhongxing Xu · 14 years ago
  100. 2b02f7a Adjust test for float printing differences. Windows uses three digits for the exponent, everyone else two. by Benjamin Kramer · 14 years ago