1. 62055b0 With ms_struct attribut, Zero-length bitfields following by Fariborz Jahanian · 13 years ago
  2. 028ea4b When computing Objective-C pointer conversions in C++, retain by Douglas Gregor · 13 years ago
  3. 7412494 To be able to replay compilations we need to accurately remodel how by Manuel Klimek · 13 years ago
  4. 37833b0 We need pointer size in bits here. by Devang Patel · 13 years ago
  5. cd88b41 Gcc pads the size of an array using the alignment of its elements. by Argyrios Kyrtzidis · 13 years ago
  6. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  7. eab8078 IRgen/Darwin: Fix refacto introduced in Triple changes. by Daniel Dunbar · 13 years ago
  8. c1a0a73 Add ms_struct attribute on record typee (and ignore it for now) - wip. by Fariborz Jahanian · 13 years ago
  9. 8a285ae Emit a -Wnull-dereference warning for "*null" not just "*null = something". Addresses rdar://9269271. by Argyrios Kyrtzidis · 13 years ago
  10. 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
  11. 7a3a814 include/clang/AST/StmtIterator.h: std::pair should be provided by <utility>. libcxx needs it. by NAKAMURA Takumi · 13 years ago
  12. ad27eea Temporarily revert r130176, it appears to have broken a few tests. by Eric Christopher · 13 years ago
  13. 50811d2 Emit intrinsic at current insert point, not at the end of current block. by Devang Patel · 13 years ago
  14. df39fa2 Turn on byval parameters in Clang for ARM APCS. rdar://problem/7662569 by Stuart Hastings · 13 years ago
  15. e2d0191 Simplify. There is no need to have a method to just call another method. by Devang Patel · 13 years ago
  16. dd697bc Generalize case for built-in expressions having by Fariborz Jahanian · 13 years ago
  17. abdd3b3 For the warnings related to -Wparentheses, display first the note about how to silence the warning and by Argyrios Kyrtzidis · 13 years ago
  18. 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
  19. 1e713f5 When generating printf fixits, preserve the original formating for unsigned integers (e.g., 'x', 'o'). by Ted Kremenek · 13 years ago
  20. ec99195 Ir-gen the side-effect(s) when __builtin_expect is by Fariborz Jahanian · 13 years ago
  21. 8d8f2c2 Fix a crash when ASTReader emits diagnostic when another one is in flight. Fixes rdar//9334563. by Argyrios Kyrtzidis · 13 years ago
  22. 357f6ee Implements the strncmp() checker just like the strcmp() checker, but with bounds. Requires LLVM svn r129582. by Lenny Maiorani · 13 years ago
  23. 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
  24. 014f972 Add libstdc++ search paths for GCC 4.6.0 on Arch Linux. Patch by Jakub Wieczorek. by Nico Weber · 13 years ago
  25. 8ac127a Driver: When compilation fails, don't try to remove output files we don't have by Daniel Dunbar · 13 years ago
  26. 85e59d7 don't use compound literals in MM macros, since they will be instantiated by Chris Lattner · 13 years ago
  27. 223de24 fix PR9474, a crash with -fshort-enum and C++ templates: when instantiating by Chris Lattner · 13 years ago
  28. 62c9258 Recognize gcc's ms_struct pragma (and ignore for now). This is wip. by Fariborz Jahanian · 13 years ago
  29. 621c92a Minor tweak to avoid having to dig through canonical types multiple times when checking a qualification conversion by Douglas Gregor · 13 years ago
  30. 8d5fcc7 Add Windows SEH keywords. by Francois Pichet · 13 years ago
  31. ec385cf When Sema::ClassifyName() finds an invalid ivar reference, return an by Douglas Gregor · 13 years ago
  32. 81542fd Remove some more hard CR-LF lines. These were particularly weird as they were by Chandler Carruth · 13 years ago
  33. 8c54cb9 Set the native EOL property on this now that I've fixed it. Fixing some other by Chandler Carruth · 13 years ago
  34. 5526220 t/clang/expr-traits by John Wiegley · 13 years ago
  35. 62395c9 Remove hard coded dos line endings, let subversion translate them on update. by Chandler Carruth · 13 years ago
  36. 80585d8 Let clang detect gcc triple on Ubuntu Natty. Patch by Thomas Jablin. by Nico Weber · 13 years ago
  37. 912d372 Missing bit of r130117. by Eli Friedman · 13 years ago
  38. a47317b PR4304: Add warning for designators in strict c89 mode. by Eli Friedman · 13 years ago
  39. 6e089c6 Use template magic to make dumping of vectors slightly less fragile. by Benjamin Kramer · 13 years ago
  40. 1a8c15a Convert size and alignment variables to CharUnits in EmitAggregateCopy(). No by Ken Dyck · 13 years ago
  41. 5ff1a35 Convert type size and alignment to CharUnits in CheckAggExprForMemSetUse(). by Ken Dyck · 13 years ago
  42. 02c4533 Convert the return type of GetNumNonZeroBytesInInit() to CharUnits. No by Ken Dyck · 13 years ago
  43. 479b61c Eliminate some literal 8s by converting size variables in EmitGCMove() and by Ken Dyck · 13 years ago
  44. 243a4aa Replace calls to ASTContext::getTypeInfo() with calls to by Ken Dyck · 13 years ago
  45. 3256de7 Simplify AppendTailPadding() by converting its parameter to CharUnits. No by Ken Dyck · 13 years ago
  46. 737978d Eliminate literal 8s from LayoutUnionField by converting NumBytesToAppend to by Ken Dyck · 13 years ago
  47. edda6e4 Eliminate literal 8s from LayoutBitField(), converting variables to by Ken Dyck · 13 years ago
  48. 74b485a Set the correct anonymous namespace (must be last reopening), and behave correctly in the presence of the ever-annoying linkage specifications. by Sebastian Redl · 13 years ago
  49. 7c0837f Fix adding an anonymous namespace in a chained PCH to a namespace from a previous PCH. by Sebastian Redl · 13 years ago
  50. 58a2cd8 Synthesizing the definition of an implicit member is an AST modification, so notify any mutation listeners of it. This fixes a crasher in chained PCH, where an implicit destructor in a PCH gets a definition in a chained PCH, which is then lost. However, any further use of the destructor would cause its definition to be regenerated in the final file, hiding the bug. by Sebastian Redl · 13 years ago
  51. 024e1c4 On reading DeclContexts from PCH, check for visible updates even if the context was empty in the original version. Also, if there are any, tell the context that it has external visible decls. This fixes the problem that a namespace that was empty in the initial PCH (could also happen if the initial PCH didn't include any std header but caused implicit creation of namespace std, e.g. due to implicit declaration of a virtual destructor) never found any declaration declared in *any* chained PCH. Very ugly when the chained PCH includes all that std stuff, as the errors were effectively the same as not including std headers. by Sebastian Redl · 13 years ago
  52. d941fa4 Make the invalid declarator recovery when parsing members work the same as when parsing global decls. It's still rather broken (skipping much too far when the declarator belongs to a function definition), but at least not so broken as to mismatch braces. Tested by the removal of the fixme in the template test case. by Sebastian Redl · 13 years ago
  53. 9856c99 Give MultiplexConsumer.h a header guard. by Sebastian Redl · 13 years ago
  54. b5ef3ca Fix PathDiagnosticClients.h header guard. (Case error) by Sebastian Redl · 13 years ago
  55. c1d3ffb Store the full list of pending instantiations in a chained PCH. Previously we attempted to store only new pending instantiations, but our filter was incorrect, dropping implicit instantiations of class template members. It's just not worth coming up with a complex filter that is correct, when the only cost is PCH files that are a few hundred bytes (at most) larger. by Sebastian Redl · 13 years ago
  56. a5d318a Downgrade unnecessary "typename" from error to warning in Microsoft mode. by Francois Pichet · 13 years ago
  57. b9e6b2c Convert AccessInfo::AccessAlignment to CharUnits. No change in functionality by Ken Dyck · 13 years ago
  58. c556ef2 PR9214: Convert the DIBuilder API to use ArrayRef. by Jay Foad · 13 years ago
  59. 28ebde5 Convert CGBitFieldInfo::FieldByteOffset to CharUnits. No change in by Ken Dyck · 13 years ago
  60. c0a4559 GCC seems to create address-of expression manglings when passing *any* by John McCall · 13 years ago
  61. a0ce15c Update the mangler for some of the "new" unresolved-name manglings. by John McCall · 13 years ago
  62. 312eadb Implement a new identifier-classification scheme where Sema by Douglas Gregor · 13 years ago
  63. 1b60052 The ABI settled on mangling float literals with lowercase hex dumps. by John McCall · 13 years ago
  64. 1501ba3 Put -Wunneeded-internal-declaration under UnusedFunction group so it will be disabled with -Wno-unused-function. by Argyrios Kyrtzidis · 13 years ago
  65. 9b6347c Implement most of the remaining logic in __is_literal type trait. This by Chandler Carruth · 13 years ago
  66. 3840281 Add support for '__is_literal_type' spelling of the existing by Chandler Carruth · 13 years ago
  67. 4d6e5a2 Begin tracking trivialness of move constructors and move assignment by Chandler Carruth · 13 years ago
  68. c69f636 Flesh out these tests just a tad more. This provides targeted by Chandler Carruth · 13 years ago
  69. 43a56a0 Test POD and trivial type traits given a class derived from a generic by Chandler Carruth · 13 years ago
  70. 34eaaa5 Use a more precise name for some of the types here, and re-group several by Chandler Carruth · 13 years ago
  71. e567e83 Mechanical change moving all of the test statements away from a pattern by Chandler Carruth · 13 years ago
  72. 0d2d1bc Teach the AST reader and writer to preserve the __DEPRECATED bit in by Chandler Carruth · 13 years ago
  73. c69a505 Remove unused STL header includes. by Jay Foad · 13 years ago
  74. f8c247d Move all of the logic for __DEPRECATED to the driver based on comments by Chandler Carruth · 13 years ago
  75. 89ebaed "note" location of forward class used as receiver of by Fariborz Jahanian · 13 years ago
  76. 4a47e8d Remove unnecessary const away cast in LateTemplateParserCallback. by Francois Pichet · 13 years ago
  77. b7e9589 Implement basic __is_trivial type-trait support, enough to close PR9472. by Chandler Carruth · 13 years ago
  78. 4e61ddd Sort the type traits in a few places where they weren't previously by Chandler Carruth · 13 years ago
  79. 1cfe3c3 Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This by Chandler Carruth · 13 years ago
  80. f1cc1d0 Like the coding standards say, do not use "using namespace std". by Jay Foad · 13 years ago
  81. f3babb9 GCC overloads -Wwrite-strings just to make it extra confusing. While it by Chandler Carruth · 13 years ago
  82. 50465d1 There were some frustrating problems with the implementation of by Chandler Carruth · 13 years ago
  83. 81ef3e6 Diagnose C++ abstract parameters for Objective-C methods. by John McCall · 13 years ago
  84. e5e3d31 Exhaust the cases. by Argyrios Kyrtzidis · 13 years ago
  85. b6b2b18 Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. by Argyrios Kyrtzidis · 13 years ago
  86. 120bf32 Tie debug information for method declaration with debug information for method definition. by Devang Patel · 13 years ago
  87. bb29d1b Don't allow reinterpret_cast to reference of vector element and property expression. Thanks goes to Eli Friedman! by Argyrios Kyrtzidis · 13 years ago
  88. 13c8ccb Teach libclang to be more careful around BlockDecls, and don't assume by Douglas Gregor · 13 years ago
  89. 32c1388 don't warn about empty macro arguments in c++'0x mode, since it sucked in by Chris Lattner · 13 years ago
  90. d4a0caf Correctly emit a diagnostic for multiple templated function definitions in -flate-template-parsing mode. by Francois Pichet · 13 years ago
  91. b464a5b reinterpret_cast to reference of a bit-field is not allowed. by Argyrios Kyrtzidis · 13 years ago
  92. 7884403 At the end of the translation unit, defining a vtable can introduce by Douglas Gregor · 13 years ago
  93. 8387e2a Add -fdelayed-template-parsing option. Using this option all templated function definitions are parsed at the end of the translation unit only if it is required by an actual instantiation. As such all the symbols of the TU are available during name lookup. by Francois Pichet · 13 years ago
  94. 64089ce Fixes an instance method meta-data generation bug in by Fariborz Jahanian · 13 years ago
  95. 48f41ea Workaround buildbot failure by hacking up this test to emit llvm IR. by Bob Wilson · 13 years ago
  96. 4bada2e Do not return true from MergeFunctionDecl for a warn_static_non_static warning in Microsoft mode. by Francois Pichet · 13 years ago
  97. a61aedc For -Wlogical-op-parentheses, point at '&&', not '||'. Fixes rdar://9125333. by Argyrios Kyrtzidis · 13 years ago
  98. cfe38c4 I concur with DPG here. This does indeed apply in 0x mode. Added test by Chandler Carruth · 13 years ago
  99. b65abda Don't enter a qualified scope for an invalid decl. by Argyrios Kyrtzidis · 13 years ago
  100. e970c60 Add static analyzer support for C++'0X nullptr. Patch by Jim Goodnow II. by Ted Kremenek · 13 years ago