1. 340fa24 More rule enforcement of zero bitfields for ms_struct. by Fariborz Jahanian · 13 years ago
  2. 0f0cdab lib/Frontend/InitHeaderSearch.cpp: Tweak AddPath() to accept "/foo/bar" (not "X:\foo\bar") with -isysroot. test/PCH/reloc.c can pass. by NAKAMURA Takumi · 13 years ago
  3. e099c00 Remove redeclaration of Invalid. The code that set this to true was updating an by Nick Lewycky · 13 years ago
  4. 7d4b159 Remove unused variable spotted by GCC. by Nick Lewycky · 13 years ago
  5. b79bf1d Remove unused variable, but keep function call with side-effect. by Nick Lewycky · 13 years ago
  6. 7f00f84 I updated this constructor's interface, and didn't have to fix any by Chandler Carruth · 13 years ago
  7. 7548beb Remove dead variable caught by GCC. by Nick Lewycky · 13 years ago
  8. 5ebd9fe Nuke stale code for separately importing the qualifer -- it's just part by Chandler Carruth · 13 years ago
  9. ba0f101 Remove dead variable, flagged by gcc's -Wunused-but-set-variable. by Nick Lewycky · 13 years ago
  10. 28ff4d6 Remove dead variable flagged by gcc's -Wunused-but-set-variable. No by Nick Lewycky · 13 years ago
  11. 635ca1b Remove a dead variable flagged by gcc's -Wunused-but-set-variable. No by Nick Lewycky · 13 years ago
  12. 7079886 Revise the representation of parameter scope data so that the by John McCall · 13 years ago
  13. 3aa8140 Add an optional field attached to a DeclRefExpr which points back to the by Chandler Carruth · 13 years ago
  14. fb44de9 Store a parameter index and function prototype depth in every by John McCall · 13 years ago
  15. 6857c3e Remove the NameQualifier struct, which was just a wrapper around by Chandler Carruth · 13 years ago
  16. 7e740bd Several cosmetic changes, no functionality changed. by Chandler Carruth · 13 years ago
  17. cb66cff Move the state bits in DeclRefExpr out of the pointer union and into by Chandler Carruth · 13 years ago
  18. d6efe9b Remove a stale comment, it no longer applied after my cleanups. by Chandler Carruth · 13 years ago
  19. f41e33c Fixed source range for extern linkage specification without braces. by Abramo Bagnara · 13 years ago
  20. aaf147b Move several more type traits' implementations into the AST. A few were by Chandler Carruth · 13 years ago
  21. cec0ced Switch __is_scalar to use the isScalarType predicate rather than by Chandler Carruth · 13 years ago
  22. af5a3c6 Have the array type traits build an expression with type 'size_t' by Chandler Carruth · 13 years ago
  23. f7ef000 Remove an inapplicable and completely out of place comment. The type is in fact 'bool'. by Chandler Carruth · 13 years ago
  24. d064c70 Remove more dead code for emitting diagnostics. The callers of these by Chandler Carruth · 13 years ago
  25. 06207f6 Simplify the flow of some of the array type trait code. by Chandler Carruth · 13 years ago
  26. 4aa0af3 Convert the expression trait evaluation to a static function and by Chandler Carruth · 13 years ago
  27. 83f563c Remove the default case from the unary type trait evaluation function, by Chandler Carruth · 13 years ago
  28. a280bc8 Remove a few more bogus returns when the switch covers all the enumerators. by Chandler Carruth · 13 years ago
  29. e194710 Remove another default and a *completely* bogus return from a switch by Chandler Carruth · 13 years ago
  30. 73e0a91 Mark that this function ends in a covering switch statement with every by Chandler Carruth · 13 years ago
  31. 98fa94d Remove the type traits UTT_IsLvalueExpr and UTT_IsRvalueExpr. by Chandler Carruth · 13 years ago
  32. 059ce0d Fully implement delegating constructors! by Sean Hunt · 13 years ago
  33. ccb4ecf More cleanup of the type traits implementation. by Chandler Carruth · 13 years ago
  34. c41d6b5 Order the type traits according to the standard's listing of unary type by Chandler Carruth · 13 years ago
  35. 28eeb38 Begin cleaning up type trait expression implementations and settling on by Chandler Carruth · 13 years ago
  36. 09e2c52 Improve the documentation for the two ObjCDeclQualifiers so that I by John McCall · 13 years ago
  37. f1e4fbf Compress some bits. Only matters for MSVC, or if we ever by John McCall · 13 years ago
  38. b7efff4 Switch the interface name for both TemplateTypeParmType and by Chandler Carruth · 13 years ago
  39. 4fb86f8 Re-applies the patch first applied way back in r106099, with by Chandler Carruth · 13 years ago
  40. dc53159 Remove unused function. by Benjamin Kramer · 13 years ago
  41. 0ddd364 Remove noisy semicolons. by Benjamin Kramer · 13 years ago
  42. d3d77cd PR9792: Make sure to use the right definition of wchar_t when the default by Eli Friedman · 13 years ago
  43. 277d1e1 Some small improvements to the builtin (-ffreestanding) stdint.h; in by Eli Friedman · 13 years ago
  44. f24a151 Implement -fno-dwarf2-cfi-asm. by Rafael Espindola · 13 years ago
  45. 769d0cc When comparing parameters of reference-to-qualified type during by Douglas Gregor · 13 years ago
  46. 0c4e5d6 Replace a literal 8 with Context->getCharWidth() in by Ken Dyck · 13 years ago
  47. 25df423 Make type-traits reflect that Clang's vectors act like scalar types. by Chandler Carruth · 13 years ago
  48. 018a088 Switch the type-trait like APIs on the AST to only check for incomplete by Chandler Carruth · 13 years ago
  49. eb65a10 Extract a function to impose the completeness requirement on unary type by Chandler Carruth · 13 years ago
  50. ec997dc Rename the last '[hH]asStandardLayout' entites to '[iI]sStandardLayout' by Chandler Carruth · 13 years ago
  51. 636a617 Hoist all of the type-specific trait logic for __is_standard_layout into by Chandler Carruth · 13 years ago
  52. a822544 Completely re-implement the core logic behind the __is_standard_layout by Chandler Carruth · 13 years ago
  53. 6e35b65 Initialize HasStandardLayout. by Benjamin Kramer · 13 years ago
  54. a2a3da6 Move the SelfInit checker to the 'cocoa.experimental' package. by Ted Kremenek · 13 years ago
  55. 87e945f Driver/Darwin: Don't link -lgcc_s.1 when compiling as iOS for the simulator, by Daniel Dunbar · 13 years ago
  56. b7f5ef7 Driver/Darwin: When using -mios-simulator-version-min, explicitly pass this on by Daniel Dunbar · 13 years ago
  57. 3fd823b Driver/Darwin: Reject invalid arch combinations with by Daniel Dunbar · 13 years ago
  58. 5f5c37b Driver/Darwin: Change Darwin toolchain to explicitly track is-ios-sim bit, and by Daniel Dunbar · 13 years ago
  59. 9d609f2 Driver/Darwin: Sketch initial support for a -mios-simulator-version-min= flag by Daniel Dunbar · 13 years ago
  60. fddbcb4 Add lib/Tooling to the Makefile build. by Nico Weber · 13 years ago
  61. 39cd58c Removed redundant case statements by Chad Rosier · 13 years ago
  62. 22a5cdf Tie constructor defintion with its declaration using AT_specification. by Devang Patel · 13 years ago
  63. a0fa203 Add -Oz option and use it to set the inline threshold to 25. by Bob Wilson · 13 years ago
  64. 73a6f8e removes a meaningless comment. by Fariborz Jahanian · 13 years ago
  65. 2c7168c block variables on lhs need be ir-gen'ed after the by Fariborz Jahanian · 13 years ago
  66. ab9c038 Serialize/deserialize the HasStandardLayout bit when writing/reading PCHs. by Anders Carlsson · 13 years ago
  67. 3df2325 Driver/cc1as: Forward -mllvm arguments when compiling assembly files. by Daniel Dunbar · 13 years ago
  68. 31bebe0 Remove comments about __int8 and friends from the mangler. Turns out we don't by Charles Davis · 13 years ago
  69. b467cda White-list yet more type trait names, since they're used as by Douglas Gregor · 13 years ago
  70. 7bcf6c3 Don't crash if the AST doesn't have a sensible ObjC id type. by David Chisnall · 13 years ago
  71. 43fa33b Relax the non-POD memset warning to use the less restrictive C++11 by Chandler Carruth · 13 years ago
  72. a343a41 r130381 follow up: accept __uuidof expression for template argument reference. by Francois Pichet · 13 years ago
  73. 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 · 13 years ago
  74. 5751838 Don't assume that the AST methods will only be invoked on C++ types. by Chandler Carruth · 13 years ago
  75. 877222e libstdc++ 4.2 also uses __is_same as a struct name, which conflicts with our new type trait __is_same by Douglas Gregor · 13 years ago
  76. 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 · 13 years ago
  77. e9b5f3d Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffers used by PCH. by Ted Kremenek · 13 years ago
  78. fbc3cc6 Fixes debug info generation problem for ms_struct structs. // rdar://8823265 by Fariborz Jahanian · 13 years ago
  79. 657baf1 Cut down unnecessary zero'ing when value-initializing arrays of C++ objects. by Argyrios Kyrtzidis · 13 years ago
  80. 07a8a21 ms_struct patch for initialization and field access irgen. by Fariborz Jahanian · 13 years ago
  81. a1dadc9 Raise ARM byval minimum size from 32 to 64, addressing a performance by Stuart Hastings · 13 years ago
  82. ce911f5 Driver/Darwin/ld: Set the deployment target following the version information in by Daniel Dunbar · 13 years ago
  83. f61b831 Enhance clang_getCXTUResourceUsage() to report how much memory is used by SourceManager's memory buffers. by Ted Kremenek · 13 years ago
  84. 4962153 Get the base element type even in multidimensional arrays. by Argyrios Kyrtzidis · 13 years ago
  85. 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
  86. 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
  87. ea971e9 Replace unitary array with scalar. rdar://problem/7662569 by Stuart Hastings · 13 years ago
  88. 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
  89. 3b4d490 When value-initializing the elements of an array not not included in the initializer make sure by Argyrios Kyrtzidis · 13 years ago
  90. f8b1771 Don't waste memory if the initializer expression is empty. by Argyrios Kyrtzidis · 13 years ago
  91. b7f62d0 Replace SmallVector with an array, as suggested by Frits van Bommel. rdar://problem/7662569 by Stuart Hastings · 13 years ago
  92. a6ce3e6 When determining whether two types are reference-compatible, check by Douglas Gregor · 13 years ago
  93. 91d3df5 Only call the MacroExpands callback when we're actually going to by Douglas Gregor · 13 years ago
  94. bfad915 libstdc++ 4.4 uses __is_signed as an identifier, while Clang treats it by Douglas Gregor · 13 years ago
  95. bd1d16a Implements strcasecmp() checker in Static Analyzer. by Lenny Maiorani · 13 years ago
  96. 75c4064 Silence more -Wnon-pod-memset given its current implementation. I may be by Chandler Carruth · 13 years ago
  97. 11f98d0 Update r130381 to check for UO_AddrOf. by Francois Pichet · 13 years ago
  98. ba29bd2 Enhance clang_getCXTUResourceUsage() to report the amount of memory used by ASTContext's side tables. by Ted Kremenek · 13 years ago
  99. a97d24f Support &__uuidof(type) as a non type template argument. by Francois Pichet · 13 years ago
  100. d7f02df SEH was crashing under -fms-extensions. by Francois Pichet · 13 years ago