1. b94dd9e Adjust test/Analysis/retain-release.m to also test the retain/release checker in Objective-C++ mode. by Ted Kremenek · 13 years ago
  2. 2c7168c block variables on lhs need be ir-gen'ed after the by Fariborz Jahanian · 13 years ago
  3. 202e123 Disable -Wnon-pod-memset for now while I try to reduce the false by Chandler Carruth · 13 years ago
  4. 0a241a1 Change -Wparentheses to not imply -Widiomatic-parentheses. Users rarely want to see these warnings, and often explicitly pass -Wparentheses. by Ted Kremenek · 13 years ago
  5. 43fa33b Relax the non-POD memset warning to use the less restrictive C++11 by Chandler Carruth · 13 years ago
  6. a343a41 r130381 follow up: accept __uuidof expression for template argument reference. by Francois Pichet · 13 years ago
  7. 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
  8. eebafe5 Use -emit-llvm-only as suggested by Argyrios. by Sebastian Redl · 13 years ago
  9. 2cc702e Oops by Douglas Gregor · 13 years ago
  10. 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
  11. 657baf1 Cut down unnecessary zero'ing when value-initializing arrays of C++ objects. by Argyrios Kyrtzidis · 13 years ago
  12. 07a8a21 ms_struct patch for initialization and field access irgen. by Fariborz Jahanian · 13 years ago
  13. ce911f5 Driver/Darwin/ld: Set the deployment target following the version information in by Daniel Dunbar · 13 years ago
  14. 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
  15. 3b4d490 When value-initializing the elements of an array not not included in the initializer make sure by Argyrios Kyrtzidis · 13 years ago
  16. f8b1771 Don't waste memory if the initializer expression is empty. by Argyrios Kyrtzidis · 13 years ago
  17. a6ce3e6 When determining whether two types are reference-compatible, check by Douglas Gregor · 13 years ago
  18. bfad915 libstdc++ 4.4 uses __is_signed as an identifier, while Clang treats it by Douglas Gregor · 13 years ago
  19. bd1d16a Implements strcasecmp() checker in Static Analyzer. by Lenny Maiorani · 13 years ago
  20. a97d24f Support &__uuidof(type) as a non type template argument. by Francois Pichet · 13 years ago
  21. 5a7e6f7 Implement the mangling for non-ADL call expressions that we just worked out. by John McCall · 13 years ago
  22. 642a75f When block-capturing a variable with a non-trivial destructor, by John McCall · 13 years ago
  23. 38f163e Because of r130359 this test no longer fail on Windows. by Francois Pichet · 13 years ago
  24. 338d7f7 Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin defines to real types. by Francois Pichet · 13 years ago
  25. 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
  26. 0931797 Removed test that depended on ast-test by John Wiegley · 13 years ago
  27. 28bbe4b Parsing/AST support for Structured Exception Handling by John Wiegley · 13 years ago
  28. 61d0b6b More cleanup of template argument deduction and its handling of by Douglas Gregor · 13 years ago
  29. b939625 Fix modified-header-crash.c for read-only source trees by Matt Beaumont-Gay · 13 years ago
  30. 21ff2e5 Implementation of Embarcadero array type traits by John Wiegley · 13 years ago
  31. a459cc2 Clean up the handling of non-CVR qualifiers in template argument by Douglas Gregor · 13 years ago
  32. 20c0da7 t/clang/type-traits by John Wiegley · 13 years ago
  33. 134cb44 Heh, funny thing, 'void' isn't a POD type. Nice of us to suggest it to by Chandler Carruth · 13 years ago
  34. 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
  35. 7ccc95b Add a warning (-Wnon-pod-memset) for calls to memset() with by Chandler Carruth · 13 years ago
  36. d46a112 Diagnose attempts to implicitly instantiate a template before it is by John McCall · 13 years ago
  37. 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
  38. eeeb2a2 Add the test that I intended to submit with r130055, but forgot to add. by Chandler Carruth · 13 years ago
  39. 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
  40. 3b88735 Extend Sema::ClassifyName() to support C++, ironing out a few issues by Douglas Gregor · 13 years ago
  41. 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
  42. 6add6fb Fix test by Douglas Gregor · 13 years ago
  43. 27766d2 Improve diagnostics for typo correction via Sema::ClassifyName(), by by Douglas Gregor · 13 years ago
  44. 17ffd14 Add triple in the hope of unbreaking the bubuildbot by Douglas Gregor · 13 years ago
  45. 0f7b3dc When comparing Objective-C pointers during overload resolution to by Douglas Gregor · 13 years ago
  46. 62055b0 With ms_struct attribut, Zero-length bitfields following by Fariborz Jahanian · 13 years ago
  47. 028ea4b When computing Objective-C pointer conversions in C++, retain by Douglas Gregor · 13 years ago
  48. cd88b41 Gcc pads the size of an array using the alignment of its elements. by Argyrios Kyrtzidis · 13 years ago
  49. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  50. eab8078 IRgen/Darwin: Fix refacto introduced in Triple changes. by Daniel Dunbar · 13 years ago
  51. c1a0a73 Add ms_struct attribute on record typee (and ignore it for now) - wip. by Fariborz Jahanian · 13 years ago
  52. 8a285ae Emit a -Wnull-dereference warning for "*null" not just "*null = something". Addresses rdar://9269271. by Argyrios Kyrtzidis · 13 years ago
  53. 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
  54. 1e713f5 When generating printf fixits, preserve the original formating for unsigned integers (e.g., 'x', 'o'). by Ted Kremenek · 13 years ago
  55. ec99195 Ir-gen the side-effect(s) when __builtin_expect is by Fariborz Jahanian · 13 years ago
  56. 8d8f2c2 Fix a crash when ASTReader emits diagnostic when another one is in flight. Fixes rdar//9334563. by Argyrios Kyrtzidis · 13 years ago
  57. 357f6ee Implements the strncmp() checker just like the strcmp() checker, but with bounds. Requires LLVM svn r129582. by Lenny Maiorani · 13 years ago
  58. 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
  59. 223de24 fix PR9474, a crash with -fshort-enum and C++ templates: when instantiating by Chris Lattner · 13 years ago
  60. 62c9258 Recognize gcc's ms_struct pragma (and ignore for now). This is wip. by Fariborz Jahanian · 13 years ago
  61. ec385cf When Sema::ClassifyName() finds an invalid ivar reference, return an by Douglas Gregor · 13 years ago
  62. 81542fd Remove some more hard CR-LF lines. These were particularly weird as they were by Chandler Carruth · 13 years ago
  63. 5526220 t/clang/expr-traits by John Wiegley · 13 years ago
  64. 62395c9 Remove hard coded dos line endings, let subversion translate them on update. by Chandler Carruth · 13 years ago
  65. a47317b PR4304: Add warning for designators in strict c89 mode. by Eli Friedman · 13 years ago
  66. 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
  67. 7c0837f Fix adding an anonymous namespace in a chained PCH to a namespace from a previous PCH. by Sebastian Redl · 13 years ago
  68. 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
  69. 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
  70. 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
  71. 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
  72. a5d318a Downgrade unnecessary "typename" from error to warning in Microsoft mode. by Francois Pichet · 13 years ago
  73. c0a4559 GCC seems to create address-of expression manglings when passing *any* by John McCall · 13 years ago
  74. a0ce15c Update the mangler for some of the "new" unresolved-name manglings. by John McCall · 13 years ago
  75. 312eadb Implement a new identifier-classification scheme where Sema by Douglas Gregor · 13 years ago
  76. 1b60052 The ABI settled on mangling float literals with lowercase hex dumps. by John McCall · 13 years ago
  77. 9b6347c Implement most of the remaining logic in __is_literal type trait. This by Chandler Carruth · 13 years ago
  78. 3840281 Add support for '__is_literal_type' spelling of the existing by Chandler Carruth · 13 years ago
  79. 4d6e5a2 Begin tracking trivialness of move constructors and move assignment by Chandler Carruth · 13 years ago
  80. c69f636 Flesh out these tests just a tad more. This provides targeted by Chandler Carruth · 13 years ago
  81. 43a56a0 Test POD and trivial type traits given a class derived from a generic by Chandler Carruth · 13 years ago
  82. 34eaaa5 Use a more precise name for some of the types here, and re-group several by Chandler Carruth · 13 years ago
  83. e567e83 Mechanical change moving all of the test statements away from a pattern by Chandler Carruth · 13 years ago
  84. f8c247d Move all of the logic for __DEPRECATED to the driver based on comments by Chandler Carruth · 13 years ago
  85. 89ebaed "note" location of forward class used as receiver of by Fariborz Jahanian · 13 years ago
  86. b7e9589 Implement basic __is_trivial type-trait support, enough to close PR9472. by Chandler Carruth · 13 years ago
  87. 1cfe3c3 Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This by Chandler Carruth · 13 years ago
  88. f3babb9 GCC overloads -Wwrite-strings just to make it extra confusing. While it by Chandler Carruth · 13 years ago
  89. 50465d1 There were some frustrating problems with the implementation of by Chandler Carruth · 13 years ago
  90. 81ef3e6 Diagnose C++ abstract parameters for Objective-C methods. by John McCall · 13 years ago
  91. b6b2b18 Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. by Argyrios Kyrtzidis · 13 years ago
  92. 120bf32 Tie debug information for method declaration with debug information for method definition. by Devang Patel · 13 years ago
  93. 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
  94. d4a0caf Correctly emit a diagnostic for multiple templated function definitions in -flate-template-parsing mode. by Francois Pichet · 13 years ago
  95. b464a5b reinterpret_cast to reference of a bit-field is not allowed. by Argyrios Kyrtzidis · 13 years ago
  96. 7884403 At the end of the translation unit, defining a vtable can introduce by Douglas Gregor · 13 years ago
  97. 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
  98. 64089ce Fixes an instance method meta-data generation bug in by Fariborz Jahanian · 13 years ago
  99. 48f41ea Workaround buildbot failure by hacking up this test to emit llvm IR. by Bob Wilson · 13 years ago
  100. a61aedc For -Wlogical-op-parentheses, point at '&&', not '||'. Fixes rdar://9125333. by Argyrios Kyrtzidis · 13 years ago