1. 769d0cc When comparing parameters of reference-to-qualified type during by Douglas Gregor · 14 years ago
  2. 0c4e5d6 Replace a literal 8 with Context->getCharWidth() in by Ken Dyck · 14 years ago
  3. 25df423 Make type-traits reflect that Clang's vectors act like scalar types. by Chandler Carruth · 14 years ago
  4. 018a088 Switch the type-trait like APIs on the AST to only check for incomplete by Chandler Carruth · 14 years ago
  5. eb65a10 Extract a function to impose the completeness requirement on unary type by Chandler Carruth · 14 years ago
  6. ec997dc Rename the last '[hH]asStandardLayout' entites to '[iI]sStandardLayout' by Chandler Carruth · 14 years ago
  7. 636a617 Hoist all of the type-specific trait logic for __is_standard_layout into by Chandler Carruth · 14 years ago
  8. a822544 Completely re-implement the core logic behind the __is_standard_layout by Chandler Carruth · 14 years ago
  9. 6e35b65 Initialize HasStandardLayout. by Benjamin Kramer · 14 years ago
  10. a2a3da6 Move the SelfInit checker to the 'cocoa.experimental' package. by Ted Kremenek · 14 years ago
  11. 87e945f Driver/Darwin: Don't link -lgcc_s.1 when compiling as iOS for the simulator, by Daniel Dunbar · 14 years ago
  12. b7f5ef7 Driver/Darwin: When using -mios-simulator-version-min, explicitly pass this on by Daniel Dunbar · 14 years ago
  13. 3fd823b Driver/Darwin: Reject invalid arch combinations with by Daniel Dunbar · 14 years ago
  14. 5f5c37b Driver/Darwin: Change Darwin toolchain to explicitly track is-ios-sim bit, and by Daniel Dunbar · 14 years ago
  15. 9d609f2 Driver/Darwin: Sketch initial support for a -mios-simulator-version-min= flag by Daniel Dunbar · 14 years ago
  16. 1bf3902 Update API. by Rafael Espindola · 14 years ago
  17. 553e88e Fix gcc 'warning: multi-line comment'. by Nico Weber · 14 years ago
  18. fddbcb4 Add lib/Tooling to the Makefile build. by Nico Weber · 14 years ago
  19. 1ea7b9c Add a Makefile to examples/Tooling for people who do not use cmake. by Nico Weber · 14 years ago
  20. e190e51 Fix Makefile build of examples/clang-interpreter. by Nico Weber · 14 years ago
  21. 654f6b2 Add a couple of assertions to make sure the bitfields can fit the value assigned to them. No functionality change. by Argyrios Kyrtzidis · 14 years ago
  22. e2bb7b9 Documentation for -Oz; Updated synopsis and item. by Chad Rosier · 14 years ago
  23. 4525ae5 Add documentation for -Oz flag. by Chad Rosier · 14 years ago
  24. 39cd58c Removed redundant case statements by Chad Rosier · 14 years ago
  25. 22a5cdf Tie constructor defintion with its declaration using AT_specification. by Devang Patel · 14 years ago
  26. b94dd9e Adjust test/Analysis/retain-release.m to also test the retain/release checker in Objective-C++ mode. by Ted Kremenek · 14 years ago
  27. a0fa203 Add -Oz option and use it to set the inline threshold to 25. by Bob Wilson · 14 years ago
  28. 73a6f8e removes a meaningless comment. by Fariborz Jahanian · 14 years ago
  29. 2c7168c block variables on lhs need be ir-gen'ed after the by Fariborz Jahanian · 14 years ago
  30. 8c36758 Guard in USRGenerator::GenLoc() against null Decl* from invalid code. by Ted Kremenek · 14 years ago
  31. 202e123 Disable -Wnon-pod-memset for now while I try to reduce the false by Chandler Carruth · 14 years ago
  32. 0a241a1 Change -Wparentheses to not imply -Widiomatic-parentheses. Users rarely want to see these warnings, and often explicitly pass -Wparentheses. by Ted Kremenek · 14 years ago
  33. ab9c038 Serialize/deserialize the HasStandardLayout bit when writing/reading PCHs. by Anders Carlsson · 14 years ago
  34. 3df2325 Driver/cc1as: Forward -mllvm arguments when compiling assembly files. by Daniel Dunbar · 14 years ago
  35. 31bebe0 Remove comments about __int8 and friends from the mangler. Turns out we don't by Charles Davis · 14 years ago
  36. b467cda White-list yet more type trait names, since they're used as by Douglas Gregor · 14 years ago
  37. 7bcf6c3 Don't crash if the AST doesn't have a sensible ObjC id type. by David Chisnall · 14 years ago
  38. 43fa33b Relax the non-POD memset warning to use the less restrictive C++11 by Chandler Carruth · 14 years ago
  39. a343a41 r130381 follow up: accept __uuidof expression for template argument reference. by Francois Pichet · 14 years ago
  40. f79a719 Add a decl update when a static data member of a class template is instantiated in a different PCH than its containing class. Otherwise we get double definition errors. Fixes a Boost.MPL problem that affects Boost.Accumulators and probably a lot more of Boost. by Sebastian Redl · 14 years ago
  41. 0acc4ea Use std::vector for ASTReader's ASTBuffers, instead of std::deque. by Sebastian Redl · 14 years ago
  42. eebafe5 Use -emit-llvm-only as suggested by Argyrios. by Sebastian Redl · 14 years ago
  43. 5751838 Don't assume that the AST methods will only be invoked on C++ types. by Chandler Carruth · 14 years ago
  44. 2cc702e Oops by Douglas Gregor · 14 years ago
  45. 877222e libstdc++ 4.2 also uses __is_same as a struct name, which conflicts with our new type trait __is_same by Douglas Gregor · 14 years ago
  46. 520a99f Use DirectoryLookup::getName() rather than getDir()->getName() in a context where we don't know whether we have a normal directory by Douglas Gregor · 14 years ago
  47. e9b5f3d Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffers used by PCH. by Ted Kremenek · 14 years ago
  48. fbc3cc6 Fixes debug info generation problem for ms_struct structs. // rdar://8823265 by Fariborz Jahanian · 14 years ago
  49. 657baf1 Cut down unnecessary zero'ing when value-initializing arrays of C++ objects. by Argyrios Kyrtzidis · 14 years ago
  50. 07a8a21 ms_struct patch for initialization and field access irgen. by Fariborz Jahanian · 14 years ago
  51. a1dadc9 Raise ARM byval minimum size from 32 to 64, addressing a performance by Stuart Hastings · 14 years ago
  52. ce911f5 Driver/Darwin/ld: Set the deployment target following the version information in by Daniel Dunbar · 14 years ago
  53. 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 · 14 years ago
  54. f61b831 Enhance clang_getCXTUResourceUsage() to report how much memory is used by SourceManager's memory buffers. by Ted Kremenek · 14 years ago
  55. 4962153 Get the base element type even in multidimensional arrays. by Argyrios Kyrtzidis · 14 years ago
  56. 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 · 14 years ago
  57. 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 · 14 years ago
  58. ea971e9 Replace unitary array with scalar. rdar://problem/7662569 by Stuart Hastings · 14 years ago
  59. 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 · 14 years ago
  60. 3b4d490 When value-initializing the elements of an array not not included in the initializer make sure by Argyrios Kyrtzidis · 14 years ago
  61. f8b1771 Don't waste memory if the initializer expression is empty. by Argyrios Kyrtzidis · 14 years ago
  62. b7f62d0 Replace SmallVector with an array, as suggested by Frits van Bommel. rdar://problem/7662569 by Stuart Hastings · 14 years ago
  63. a6ce3e6 When determining whether two types are reference-compatible, check by Douglas Gregor · 14 years ago
  64. 25aaf28 Fixes ArrayTypeTraitExpr (-Wnon-virtual-dtor). by Manuel Klimek · 14 years ago
  65. 91d3df5 Only call the MacroExpands callback when we're actually going to by Douglas Gregor · 14 years ago
  66. bfad915 libstdc++ 4.4 uses __is_signed as an identifier, while Clang treats it by Douglas Gregor · 14 years ago
  67. bd1d16a Implements strcasecmp() checker in Static Analyzer. by Lenny Maiorani · 14 years ago
  68. 75c4064 Silence more -Wnon-pod-memset given its current implementation. I may be by Chandler Carruth · 14 years ago
  69. 3cda937 Add comment to CFGBlock suggested by Jiri Slaby. by Ted Kremenek · 14 years ago
  70. 11f98d0 Update r130381 to check for UO_AddrOf. by Francois Pichet · 14 years ago
  71. ba29bd2 Enhance clang_getCXTUResourceUsage() to report the amount of memory used by ASTContext's side tables. by Ted Kremenek · 14 years ago
  72. a97d24f Support &__uuidof(type) as a non type template argument. by Francois Pichet · 14 years ago
  73. 457aaf0 Enhance clang_getCXTUResourceUsage() to report the amount of memory used by SourceManager's content cache allocator. by Ted Kremenek · 14 years ago
  74. d7f02df SEH was crashing under -fms-extensions. by Francois Pichet · 14 years ago
  75. 5a7e6f7 Implement the mangling for non-ADL call expressions that we just worked out. by John McCall · 14 years ago
  76. 642a75f When block-capturing a variable with a non-trivial destructor, by John McCall · 14 years ago
  77. cf56641 A few corrections to type traits that missed the last checkin by John Wiegley · 14 years ago
  78. 38f163e Because of r130359 this test no longer fail on Windows. by Francois Pichet · 14 years ago
  79. 338d7f7 Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin defines to real types. by Francois Pichet · 14 years ago
  80. 1d59f7f Convert assertion in memset checking to a runtime check (because real code may provide a deviant definition of memset). by Ted Kremenek · 14 years ago
  81. 0931797 Removed test that depended on ast-test by John Wiegley · 14 years ago
  82. 28bbe4b Parsing/AST support for Structured Exception Handling by John Wiegley · 14 years ago
  83. 61d0b6b More cleanup of template argument deduction and its handling of by Douglas Gregor · 14 years ago
  84. b939625 Fix modified-header-crash.c for read-only source trees by Matt Beaumont-Gay · 14 years ago
  85. 21ff2e5 Implementation of Embarcadero array type traits by John Wiegley · 14 years ago
  86. 6bdda82 Update regex in scan-build for parsing statistics. by Ted Kremenek · 14 years ago
  87. a459cc2 Clean up the handling of non-CVR qualifiers in template argument by Douglas Gregor · 14 years ago
  88. 20c0da7 t/clang/type-traits by John Wiegley · 14 years ago
  89. 26517e4 Remove unused method CFGBlock::hasBinaryBranchTerminator(). by Ted Kremenek · 14 years ago
  90. 06d88ec Don't print fixits for format specifiers in cases where the fixit does not actually fix the warning. PR8781. by Eli Friedman · 14 years ago
  91. 251c27b Update scan-build to '-analyzer-checker debug.Stats' instead of the old '-analyzer-stats' -cc1 argument. by Ted Kremenek · 14 years ago
  92. 134cb44 Heh, funny thing, 'void' isn't a POD type. Nice of us to suggest it to by Chandler Carruth · 14 years ago
  93. 67d097e Re-enable byval for ARM in clang. rdar://problem/7662569 by Stuart Hastings · 14 years ago
  94. 14d56ef Some refactoring of my ms_struct patch. // rdar://8823265 related. by Fariborz Jahanian · 14 years ago
  95. 34a99e7 When printing a base-specifier, print the ellipsis ("...") if it is a by Douglas Gregor · 14 years ago
  96. 8703b1c ASTImporter support for NestedNameSpecifier, from Olaf Krzikalla by Douglas Gregor · 14 years ago
  97. 9a05fa9 This is the next step in building the standalone tools infrastructure: by Manuel Klimek · 14 years ago
  98. 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 · 14 years ago
  99. 7ccc95b Add a warning (-Wnon-pod-memset) for calls to memset() with by Chandler Carruth · 14 years ago
  100. d46a112 Diagnose attempts to implicitly instantiate a template before it is by John McCall · 14 years ago