1. e9b5f3d Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffers used by PCH. by Ted Kremenek · 13 years ago
  2. fbc3cc6 Fixes debug info generation problem for ms_struct structs. // rdar://8823265 by Fariborz Jahanian · 13 years ago
  3. 657baf1 Cut down unnecessary zero'ing when value-initializing arrays of C++ objects. by Argyrios Kyrtzidis · 13 years ago
  4. 07a8a21 ms_struct patch for initialization and field access irgen. by Fariborz Jahanian · 13 years ago
  5. a1dadc9 Raise ARM byval minimum size from 32 to 64, addressing a performance by Stuart Hastings · 13 years ago
  6. ce911f5 Driver/Darwin/ld: Set the deployment target following the version information in by Daniel Dunbar · 13 years ago
  7. 49a4b28 tests: Tweak test to not write to the same temporary twice, in the hopes of avoiding sporadic win32 failures about renaming a temporary. by Daniel Dunbar · 13 years ago
  8. f61b831 Enhance clang_getCXTUResourceUsage() to report how much memory is used by SourceManager's memory buffers. by Ted Kremenek · 13 years ago
  9. 4962153 Get the base element type even in multidimensional arrays. by Argyrios Kyrtzidis · 13 years ago
  10. 401549d Use StringRef::substr() and unbounded StringRef::compare() instead of bounded version of StringRef::compare() because bounded version of StringRef::compare() is going to be removed. by Lenny Maiorani · 13 years ago
  11. 2951637 Make the top-level driver ignore -fobjc-default-synthesize-properties while this feature undergoes more review and development. This is still available as a -cc1 option for testing. by Ted Kremenek · 13 years ago
  12. ea971e9 Replace unitary array with scalar. rdar://problem/7662569 by Stuart Hastings · 13 years ago
  13. 508c627 Eliminates an assert in the strncpy/strncat checker caused by not validating a cast was successful. If the value of an argument was unknown, the cast would result in a NULL pointer which was later being dereferenced. by Lenny Maiorani · 13 years ago
  14. 3b4d490 When value-initializing the elements of an array not not included in the initializer make sure by Argyrios Kyrtzidis · 13 years ago
  15. f8b1771 Don't waste memory if the initializer expression is empty. by Argyrios Kyrtzidis · 13 years ago
  16. b7f62d0 Replace SmallVector with an array, as suggested by Frits van Bommel. rdar://problem/7662569 by Stuart Hastings · 13 years ago
  17. a6ce3e6 When determining whether two types are reference-compatible, check by Douglas Gregor · 13 years ago
  18. 25aaf28 Fixes ArrayTypeTraitExpr (-Wnon-virtual-dtor). by Manuel Klimek · 13 years ago
  19. 91d3df5 Only call the MacroExpands callback when we're actually going to by Douglas Gregor · 13 years ago
  20. bfad915 libstdc++ 4.4 uses __is_signed as an identifier, while Clang treats it by Douglas Gregor · 13 years ago
  21. bd1d16a Implements strcasecmp() checker in Static Analyzer. by Lenny Maiorani · 13 years ago
  22. 75c4064 Silence more -Wnon-pod-memset given its current implementation. I may be by Chandler Carruth · 13 years ago
  23. 3cda937 Add comment to CFGBlock suggested by Jiri Slaby. by Ted Kremenek · 13 years ago
  24. 11f98d0 Update r130381 to check for UO_AddrOf. by Francois Pichet · 13 years ago
  25. ba29bd2 Enhance clang_getCXTUResourceUsage() to report the amount of memory used by ASTContext's side tables. by Ted Kremenek · 13 years ago
  26. a97d24f Support &__uuidof(type) as a non type template argument. by Francois Pichet · 13 years ago
  27. 457aaf0 Enhance clang_getCXTUResourceUsage() to report the amount of memory used by SourceManager's content cache allocator. by Ted Kremenek · 13 years ago
  28. d7f02df SEH was crashing under -fms-extensions. by Francois Pichet · 13 years ago
  29. 5a7e6f7 Implement the mangling for non-ADL call expressions that we just worked out. by John McCall · 13 years ago
  30. 642a75f When block-capturing a variable with a non-trivial destructor, by John McCall · 13 years ago
  31. cf56641 A few corrections to type traits that missed the last checkin by John Wiegley · 13 years ago
  32. 38f163e Because of r130359 this test no longer fail on Windows. by Francois Pichet · 13 years ago
  33. 338d7f7 Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin defines to real types. by Francois Pichet · 13 years ago
  34. 1d59f7f Convert assertion in memset checking to a runtime check (because real code may provide a deviant definition of memset). by Ted Kremenek · 13 years ago
  35. 0931797 Removed test that depended on ast-test by John Wiegley · 13 years ago
  36. 28bbe4b Parsing/AST support for Structured Exception Handling by John Wiegley · 13 years ago
  37. 61d0b6b More cleanup of template argument deduction and its handling of by Douglas Gregor · 13 years ago
  38. b939625 Fix modified-header-crash.c for read-only source trees by Matt Beaumont-Gay · 13 years ago
  39. 21ff2e5 Implementation of Embarcadero array type traits by John Wiegley · 13 years ago
  40. 6bdda82 Update regex in scan-build for parsing statistics. by Ted Kremenek · 13 years ago
  41. a459cc2 Clean up the handling of non-CVR qualifiers in template argument by Douglas Gregor · 13 years ago
  42. 20c0da7 t/clang/type-traits by John Wiegley · 13 years ago
  43. 26517e4 Remove unused method CFGBlock::hasBinaryBranchTerminator(). by Ted Kremenek · 13 years ago
  44. 06d88ec Don't print fixits for format specifiers in cases where the fixit does not actually fix the warning. PR8781. by Eli Friedman · 13 years ago
  45. 251c27b Update scan-build to '-analyzer-checker debug.Stats' instead of the old '-analyzer-stats' -cc1 argument. by Ted Kremenek · 13 years ago
  46. 134cb44 Heh, funny thing, 'void' isn't a POD type. Nice of us to suggest it to by Chandler Carruth · 13 years ago
  47. 67d097e Re-enable byval for ARM in clang. rdar://problem/7662569 by Stuart Hastings · 13 years ago
  48. 14d56ef Some refactoring of my ms_struct patch. // rdar://8823265 related. by Fariborz Jahanian · 13 years ago
  49. 34a99e7 When printing a base-specifier, print the ellipsis ("...") if it is a by Douglas Gregor · 13 years ago
  50. 8703b1c ASTImporter support for NestedNameSpecifier, from Olaf Krzikalla by Douglas Gregor · 13 years ago
  51. 9a05fa9 This is the next step in building the standalone tools infrastructure: by Manuel Klimek · 13 years ago
  52. 4d8d803 More accurately model realloc() when the size argument is 0. realloc() with a size of 0 is equivalent to free(). The memory region should be marked as free and not used again. by Lenny Maiorani · 13 years ago
  53. 7ccc95b Add a warning (-Wnon-pod-memset) for calls to memset() with by Chandler Carruth · 13 years ago
  54. d46a112 Diagnose attempts to implicitly instantiate a template before it is by John McCall · 13 years ago
  55. 5ecdd78 Introduce a new parser annotation token for primary expressions. When by Douglas Gregor · 13 years ago
  56. 4d53be4 Remove this assert, I don't think it's being helpful and people have by Eric Christopher · 13 years ago
  57. d0719b1 Clean out some cruft I introduced when adding Sema::ClassifyName() by Douglas Gregor · 13 years ago
  58. d9d75e5 Simplify the parser's handling of Sema::ClassifyName() for types, by by Douglas Gregor · 13 years ago
  59. 6b4f567 Allow 'Environment::getSVal()' to allow an optional way for checkers to do a direct lookup to values bound to expressions, without by Ted Kremenek · 13 years ago
  60. eeeb2a2 Add the test that I intended to submit with r130055, but forgot to add. by Chandler Carruth · 13 years ago
  61. 0047012 Add support for Microsoft __interface keyword. An __interface class is basically a normal class containing just pure virtual functions. No urgency to enforce that restriction in clang for now, so make __interface an "class" alias. by Francois Pichet · 13 years ago
  62. b7d98d3 If a null statement was preceded by an empty macro keep its instantiation source location by Argyrios Kyrtzidis · 13 years ago
  63. 3b88735 Extend Sema::ClassifyName() to support C++, ironing out a few issues by Douglas Gregor · 13 years ago
  64. 173d512 When compiling with -fno-threadsafe-statics, guard variables for globals with internal linkage don't have to be i64, i8 works just fine! by Anders Carlsson · 13 years ago
  65. 6add6fb Fix test by Douglas Gregor · 13 years ago
  66. 27766d2 Improve diagnostics for typo correction via Sema::ClassifyName(), by by Douglas Gregor · 13 years ago
  67. 17ffd14 Add triple in the hope of unbreaking the bubuildbot by Douglas Gregor · 13 years ago
  68. f530751 FixOverloadedFunctionReference needs to rebuild member accesses of by John McCall · 13 years ago
  69. 0f7b3dc When comparing Objective-C pointers during overload resolution to by Douglas Gregor · 13 years ago
  70. 62055b0 With ms_struct attribut, Zero-length bitfields following by Fariborz Jahanian · 13 years ago
  71. 028ea4b When computing Objective-C pointer conversions in C++, retain by Douglas Gregor · 13 years ago
  72. 7412494 To be able to replay compilations we need to accurately remodel how by Manuel Klimek · 13 years ago
  73. 37833b0 We need pointer size in bits here. by Devang Patel · 13 years ago
  74. cd88b41 Gcc pads the size of an array using the alignment of its elements. by Argyrios Kyrtzidis · 13 years ago
  75. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  76. eab8078 IRgen/Darwin: Fix refacto introduced in Triple changes. by Daniel Dunbar · 13 years ago
  77. c1a0a73 Add ms_struct attribute on record typee (and ignore it for now) - wip. by Fariborz Jahanian · 13 years ago
  78. 8a285ae Emit a -Wnull-dereference warning for "*null" not just "*null = something". Addresses rdar://9269271. by Argyrios Kyrtzidis · 13 years ago
  79. 0cd7be4 Disable a test that fails on windows; for some reason we don't detect that the header has different timestamp. by Argyrios Kyrtzidis · 13 years ago
  80. 7a3a814 include/clang/AST/StmtIterator.h: std::pair should be provided by <utility>. libcxx needs it. by NAKAMURA Takumi · 13 years ago
  81. ad27eea Temporarily revert r130176, it appears to have broken a few tests. by Eric Christopher · 13 years ago
  82. 50811d2 Emit intrinsic at current insert point, not at the end of current block. by Devang Patel · 13 years ago
  83. df39fa2 Turn on byval parameters in Clang for ARM APCS. rdar://problem/7662569 by Stuart Hastings · 13 years ago
  84. e2d0191 Simplify. There is no need to have a method to just call another method. by Devang Patel · 13 years ago
  85. dd697bc Generalize case for built-in expressions having by Fariborz Jahanian · 13 years ago
  86. abdd3b3 For the warnings related to -Wparentheses, display first the note about how to silence the warning and by Argyrios Kyrtzidis · 13 years ago
  87. 72e3a0a Re-enable disable free optimization where the FrontendAction is not freed when -disable-free is passed. This accidentally was commited in r128011. by Ted Kremenek · 13 years ago
  88. 1e713f5 When generating printf fixits, preserve the original formating for unsigned integers (e.g., 'x', 'o'). by Ted Kremenek · 13 years ago
  89. ec99195 Ir-gen the side-effect(s) when __builtin_expect is by Fariborz Jahanian · 13 years ago
  90. 8d8f2c2 Fix a crash when ASTReader emits diagnostic when another one is in flight. Fixes rdar//9334563. by Argyrios Kyrtzidis · 13 years ago
  91. 357f6ee Implements the strncmp() checker just like the strcmp() checker, but with bounds. Requires LLVM svn r129582. by Lenny Maiorani · 13 years ago
  92. 865dd8c 'extern' variables in functions don't shadow externs in global scope. Fixes rdar://8883302, this time for C++ as well. by Argyrios Kyrtzidis · 13 years ago
  93. 014f972 Add libstdc++ search paths for GCC 4.6.0 on Arch Linux. Patch by Jakub Wieczorek. by Nico Weber · 13 years ago
  94. 8ac127a Driver: When compilation fails, don't try to remove output files we don't have by Daniel Dunbar · 13 years ago
  95. 85e59d7 don't use compound literals in MM macros, since they will be instantiated by Chris Lattner · 13 years ago
  96. 223de24 fix PR9474, a crash with -fshort-enum and C++ templates: when instantiating by Chris Lattner · 13 years ago
  97. 62c9258 Recognize gcc's ms_struct pragma (and ignore for now). This is wip. by Fariborz Jahanian · 13 years ago
  98. 621c92a Minor tweak to avoid having to dig through canonical types multiple times when checking a qualification conversion by Douglas Gregor · 13 years ago
  99. 8d5fcc7 Add Windows SEH keywords. by Francois Pichet · 13 years ago
  100. ec385cf When Sema::ClassifyName() finds an invalid ivar reference, return an by Douglas Gregor · 13 years ago