1. a1f024c Finishing up block variable layout API by supporting by Fariborz Jahanian · 14 years ago
  2. d420663 The pre-increment/pre-decrement grammar in C++ differs from that in C, by Douglas Gregor · 14 years ago
  3. caadc12 Remove some incorrect assertions when deduction template arguments in by Douglas Gregor · 14 years ago
  4. d945538 Make sure that we diagnose attribute((overloadable)) functions without by Douglas Gregor · 14 years ago
  5. 7228380 Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén! by Douglas Gregor · 14 years ago
  6. 91db30a Fix the #include search path when reading from stdin, from Jon Simons! by Douglas Gregor · 14 years ago
  7. ed328c6 Diagnose the use of "inline" on block-scope function declarations in by Douglas Gregor · 14 years ago
  8. 255210e Introduce implicit conversions between AltiVec vectors and GCC by Douglas Gregor · 14 years ago
  9. 2b602ad Introduce a new token kind 'cxx_defaultarg_end' to mark the end of C++ default arguments that were part of by Argyrios Kyrtzidis · 14 years ago
  10. b225233 Prevent these tests from dirtying the tree with output files that aren't even by Chandler Carruth · 14 years ago
  11. 9983d2d Properly pop out of Objective-C method declarations when they are (ill-formedly) by John McCall · 14 years ago
  12. a87b1eb add test case. by Zhongxing Xu · 14 years ago
  13. f8c6db4 We don't want to support built-ins which aren't needed by the intrinsics. Remove them by Bruno Cardoso Lopes · 14 years ago
  14. b6a4026 When checking if a buffer access is valid, first make sure the buffer has a valid Loc. Fixes PR7830. by Jordy Rose · 14 years ago
  15. 7121c8f Don't crash when mangling empty anonymous unions. We never actually *need* by John McCall · 14 years ago
  16. e1a4898 Add support for block imported struct variable layout info. by Fariborz Jahanian · 14 years ago
  17. 7a53690 It turns out that linkers (at least, the Darwin linker) don't necessarily by John McCall · 14 years ago
  18. 0600918 Fixed logic error in UnreachableCodeChecker's marking algorithm that would sometimes allow for multiple sequential statements to be flagged. by Tom Care · 14 years ago
  19. 401be6b Fix a major bug with -ftrapv and ++/--. Patch by David Keaton! by John McCall · 14 years ago
  20. b1d397c Allow multiple __declspec attributes after a class-key. by John McCall · 14 years ago
  21. 19410a7 PR7769: Fix references to anonymous structs/unions in base classes in by Eli Friedman · 14 years ago
  22. 0e03638 Store the pending implicit instantiations in the PCH and perform them at the end of the translation unit that by Argyrios Kyrtzidis · 14 years ago
  23. 72b9057 Support #pragma weak for PCH. by Argyrios Kyrtzidis · 14 years ago
  24. 3f95477 Make sure C++ variable definitions are actually passed to the consumer when loaded from PCH. by Argyrios Kyrtzidis · 14 years ago
  25. 57e9778 TDK_InconsistentQuals is really totally different from TDK_Inconsistent. by John McCall · 14 years ago
  26. 62e22ee Tests for #pragma GCC visibility. by Eli Friedman · 14 years ago
  27. c133e9e Remove the warning for variables declared in the if-expression being used in by Nick Lewycky · 14 years ago
  28. db0bc47 Permit template argument deduction to add qualifiers within ObjC object by John McCall · 14 years ago
  29. b15be0d Convert this file to not have Windows line endings -- likely committed from by Chandler Carruth · 14 years ago
  30. 1357869 Get rid of isObjectType; when C++ says "object type", it generally by Eli Friedman · 14 years ago
  31. 7f584bb Drop an unjustified limitation from Type::isObjectType(). Fixes PR7801 and doesn't seem to break anything. by Sebastian Redl · 14 years ago
  32. 58e5539 Remove a redundant and broken check. Fixes PR7810. by Sebastian Redl · 14 years ago
  33. 4019c4f Correctly handle 'Class<...>' when examining Cocoa conventions in the static analyzer. Fixes a crash reported in <rdar://problem/8272168>. Patch by Henry Mason! by Ted Kremenek · 14 years ago
  34. 93ce50d Block variable layout bitmap API generation. by Fariborz Jahanian · 14 years ago
  35. 6500553 Extend the visibility-hidden optimization to linkonce_odr thunks for by John McCall · 14 years ago
  36. a68340f Activate selectors in chained PCH. Chained PCH now works for Objective-C. by Sebastian Redl · 14 years ago
  37. 55db5b8 Add AVX intrinsics header by Bruno Cardoso Lopes · 14 years ago
  38. 68957a9 Teach SemaChecking::CheckReturnStackAddr about ImplicitCastExprs that convert values to an lvalue. This allows us to warn (again) about returning references to stack variables. (fixes PR 7812). by Ted Kremenek · 14 years ago
  39. 1abc6bc Add code-completion support directly to ASTUnit, which performs code by Douglas Gregor · 14 years ago
  40. cbfe502 Emit standard-library RTTI with external linkage, not weak_odr. by John McCall · 14 years ago
  41. 0c7d32b Extend the hidden-visibility vtables optimization to template classes that by John McCall · 14 years ago
  42. 0b25172 Some more correctness fixes and code-size optimizations for fragile-ABI by John McCall · 14 years ago
  43. e898ed5 Add more AVX 256-bit intrinsics and test cases for them by Bruno Cardoso Lopes · 14 years ago
  44. d05b1b2 Add a test case for P%7346, which was fixed by not doing the operator by John McCall · 14 years ago
  45. 1544282 Only look up an 'operator delete' on the definition of a destructor, not on by John McCall · 14 years ago
  46. 046a746 Look through using declarations when deciding whether to use an operator by John McCall · 14 years ago
  47. 03b0df9 Fix a warning on a test. by John McCall · 14 years ago
  48. 39dad53 Do a very simple pass over every function we emit to infer whether we can by John McCall · 14 years ago
  49. eb8837b When using a precompiled preamble, keep track of the top-level by Douglas Gregor · 14 years ago
  50. 1d83243 PR7795: Fix the definition of __WCHAR_MAX__ with -fshort-wchar. by Eli Friedman · 14 years ago
  51. a865005 Apart from storing/retrieving the previous redeclaration from PCH, also store/retrieve the most recent by Argyrios Kyrtzidis · 14 years ago
  52. 3d640e6 Emit weak vtables of non-template classes with hidden visibility. by John McCall · 14 years ago
  53. 5ce9462 Support x86 AVX 256-bit instructions built-ins. Right now support all of them, but by Bruno Cardoso Lopes · 14 years ago
  54. 97ba481 Labels (and case statement) don't create independent scope parents for the by John McCall · 14 years ago
  55. 074ae35 Fix idempotent operations false positive caused by ivars not being invalidated in function by Ted Kremenek · 14 years ago
  56. 4204f07 Further adjustments to -Wglobal-constructors; works for references and direct by John McCall · 14 years ago
  57. c0659ec When using a precompiled preamble, save the diagnostics produced when by Douglas Gregor · 14 years ago
  58. 8077638 Add test case for <rdar://problem/8258814>. by Ted Kremenek · 14 years ago
  59. d8c5abb Query only the latest version of an identifier in the PCH chain. Make sure this version holds the entire declaration chain. This is a much saner solution than trying to merge the info from all elements, and makes redeclarations work properly. Expand the declarations test case to cover more compliated cases. by Sebastian Redl · 14 years ago
  60. 76c38d3 Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr for them that will deserialize them when needed. by Argyrios Kyrtzidis · 14 years ago
  61. 7caf9b3 Improve flat store: MemRegion::getAsOffset() computes a region's offset within by Zhongxing Xu · 14 years ago
  62. c19a12d Driver: Start ripping out support for -pipe, which is worthless and complicates by Daniel Dunbar · 14 years ago
  63. b4b9b15 Kill off RequiresGlobalConstructor in favor of isConstantInitializer. by John McCall · 14 years ago
  64. 626e96e Make a first pass at implementing -Wglobal-constructors. I'm worried that this by John McCall · 14 years ago
  65. 1d8d1cc Instantiate attributes from the pattern record when instantiating by John McCall · 14 years ago
  66. e46f62c Don't consider all local variables in C++ to mandate scope-checking, just by John McCall · 14 years ago
  67. b60a77e Only run the jump-checker if there's a branch-protected scope *and* there's by John McCall · 14 years ago
  68. 87bb582 Fix fragile-ABI ObjC exceptions in the presence of optimization with by John McCall · 14 years ago
  69. cbb98ed Parser: Add support for #pragma align, which is just another spelling of #pragma by Daniel Dunbar · 14 years ago
  70. dd0e490 After a lengthy design discussion, add support for "ownership attributes" for malloc/free checking. Patch by Andrew McGregor! by Ted Kremenek · 14 years ago
  71. d85770b Test case for PR7763. by Tom Care · 14 years ago
  72. 1450ef9 Correctly deal with using names for both functions and structs in chained PCH. by Sebastian Redl · 14 years ago
  73. 73f666f Tighten the rules when deciding if an ivar must be by Fariborz Jahanian · 14 years ago
  74. 35f9a19 Fixed typedef inside extern "C". by Abramo Bagnara · 14 years ago
  75. acc9bf3 tests: Use env instead of assuming bash. by Daniel Dunbar · 14 years ago
  76. 207014e Improve error recovery when presented with an ill-formed template-id by John McCall · 14 years ago
  77. 85aca0f Emit global destructors even if the destroyed object has no initializers or has by John McCall · 14 years ago
  78. 117e3f4 fix PR5179 and correctly fix PR5831 to not miscompile. by Chris Lattner · 14 years ago
  79. 98406a9 There is no reason for this test to invoke 'llc'. by Daniel Dunbar · 14 years ago
  80. 7b70cf6 Add test case for crash reported in <rdar://problem/8236270> (which has since been fixed in trunk). by Ted Kremenek · 14 years ago
  81. 2d6c906 Don't print out ivars twice in Decl::print(). Fixes <rdar://problem/8253668>. by Ted Kremenek · 14 years ago
  82. ffaab3e Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now. by Sebastian Redl · 14 years ago
  83. 3ce9e7d Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://problem/8250669>. by Ted Kremenek · 14 years ago
  84. 6633e3c Revert "Re-apply fixed version of 108749, correctly conditionalizing the new by Daniel Dunbar · 14 years ago
  85. 2b1acd4 CMake: Clang test targets depend on the {FileCheck,not,count} tools. by Daniel Dunbar · 14 years ago
  86. ab411c8 Weak references and variables that are not definitions are not required for early codegen/deserialization. by Argyrios Kyrtzidis · 14 years ago
  87. afbf312 Implement PCH support for offsetof(base-specifier). by Argyrios Kyrtzidis · 14 years ago
  88. 90e99a8 Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneration into a new function, by Argyrios Kyrtzidis · 14 years ago
  89. f47c944 fix rdar://8251384, another case where we could access beyond the by Chris Lattner · 14 years ago
  90. 9e45a3d handle a case where we could access off the end of a function by Chris Lattner · 14 years ago
  91. c10ab19 in release mode, irbuilder doesn't add names to instructions, by Chris Lattner · 14 years ago
  92. a7206c5 fix PR7742 / rdar://8250764, a miscompilation of struct by Chris Lattner · 14 years ago
  93. b1d58e3 Tigthen the condition for issung ivar shadowing by Fariborz Jahanian · 14 years ago
  94. 8f70ddb When taking the address of a value of Objective-C object type (e.g., by Douglas Gregor · 14 years ago
  95. 447234d Allow a looser form of compatibility checking (which ignores by Douglas Gregor · 14 years ago
  96. 254a942 When deleting a value of class type, make sure that type is complete by Douglas Gregor · 14 years ago
  97. 0333296 Reword the empty struct/union warning in C to note that such structs and unions have size 0 in C, size 1 in C++. Put this warning under -Wc++-compat. by Douglas Gregor · 14 years ago
  98. 021c3a3 This is a little bit far, but optimize cases like: by Chris Lattner · 14 years ago
  99. e2962be implement a todo: pass a eight-byte that consists of a by Chris Lattner · 14 years ago
  100. 23b736e Move new test (that requires RegionStore) into its own file. by Jordy Rose · 14 years ago