1. 220b45c [libclang] In lazyCreateDiags, recreate the diagnostic set if the number of diagnostics by Argyrios Kyrtzidis · 13 years ago
  2. 3238059 Fix test on Release builds. by Eli Friedman · 13 years ago
  3. 2f77b3d Fix a bunch of really nasty bugs in how we compute alignment for reference lvalues. PR11376. by Eli Friedman · 13 years ago
  4. 1432569 Switch some more of the modules tests over to "-emit-module-from-map", by Douglas Gregor · 13 years ago
  5. db1cde7 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 13 years ago
  6. e614d6c In Microsoft mode, make "Unqualified lookup into dependent bases of class templates" works inside static functions. by Francois Pichet · 13 years ago
  7. 3bc4515 Compute whether a class is trivial correctly for template classes with an explicitly deleted or defaulted special member. PR11387. by Eli Friedman · 13 years ago
  8. 9c0e1ec Fixed plausible overloads location. by Abramo Bagnara · 13 years ago
  9. 0b69d13 Remove one group'ed warning. by Fariborz Jahanian · 13 years ago
  10. 2d9eb21 Teach the CFG builder how to properly destroy temporaries who by Douglas Gregor · 13 years ago
  11. 64482c6 [PCH] When serializing an PseudoObjectExpr or AtomicExpr, the serialization code must be set by Argyrios Kyrtzidis · 13 years ago
  12. ca3d3fc Fix crash in calling convention code expanding an struct with a complex member. by Eli Friedman · 13 years ago
  13. 32509f1 Resolve placeholder expressions before trying to deduce by John McCall · 13 years ago
  14. 155fa39 The optimizers figured out how to make this store 6. by Nick Lewycky · 13 years ago
  15. a70cb9d Print a typo correction hint for unknown warning flags. by Benjamin Kramer · 13 years ago
  16. e1ba5be Don't track depfiles as result files which need to be cleaned up on failure. by Matt Beaumont-Gay · 13 years ago
  17. 7432b90 When we're checking access in a dependent context, don't try to look by Douglas Gregor · 13 years ago
  18. b302996 Use Sema::RequireCompleteType to check for the completeness of by Douglas Gregor · 13 years ago
  19. 4c42bb7 [static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicate if a message was due to a property access. This can by Ted Kremenek · 13 years ago
  20. 729aa06 [analyzer;Regionstore] handle loads from StringLiteral elements for StringLiterals representing wide strings. Fixes PR 11294. by Ted Kremenek · 13 years ago
  21. 567c586 In ARC, don't reclaim objects of Class type. by John McCall · 13 years ago
  22. ecb912e Change the checks in the type aka printing. A confusing case where the string by Richard Trieu · 13 years ago
  23. ccf1bfd [analyzer] teach AnalysisDeclContext::getSelfDecl() about blocks that capture the 'self' variable of the enclosing ObjC method decl. Fixes <rdar://problem/10380300>. by Ted Kremenek · 13 years ago
  24. 9b483df Fix a regression in wide character codegen. See PR11369. by Nico Weber · 13 years ago
  25. c80553e [PCH] Do not crash if a class extension in a chained PCH introduces/redeclares a property. by Argyrios Kyrtzidis · 13 years ago
  26. 590ad93 [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderFileInfos by Argyrios Kyrtzidis · 13 years ago
  27. 4fc04da Don't crash when a duplicate interface/protocol is inside an extern "C" context. by Argyrios Kyrtzidis · 13 years ago
  28. e2d4f4e Fix the signature of the getcontext builtin. Patch by Dimitry Andric. by Rafael Espindola · 13 years ago
  29. 65bfd68 When reference binding array rvalues, such as those created by compound by Peter Collingbourne · 13 years ago
  30. 1bf9a9e Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr by Richard Smith · 13 years ago
  31. 8213eca [PCH] Fix the test. by Argyrios Kyrtzidis · 13 years ago
  32. ad834d5 [PCH] When completing an objc forward reference, do not serialize the chain of its categories because by Argyrios Kyrtzidis · 13 years ago
  33. ddadaa4 Add missing casts to AST. by Eli Friedman · 13 years ago
  34. 23d29c8 Tweak the module map file test slightly, by putting one of the headers by Douglas Gregor · 13 years ago
  35. cf70d78 When searching for a module, speculatively load module maps to see if by Douglas Gregor · 13 years ago
  36. 194428c Make test compatible with ARM hosts. by Eli Friedman · 13 years ago
  37. 484535e Teach the search for modules to consider modules described by a module by Douglas Gregor · 13 years ago
  38. 65f3b5e Wire up the mapping from header files mentioned in module maps over to by Douglas Gregor · 13 years ago
  39. 39d3196 Extend -Wno-bind-to-temporary-copy and -Wno-{unnamed,local}-type-template-args by Richard Smith · 13 years ago
  40. a30cfe5 Introduce basic support for parsing module map files. by Douglas Gregor · 13 years ago
  41. f64699e Constant expression evalation: const_cast support. by Richard Smith · 13 years ago
  42. 40f6975 libclang/CXLoadedDiagnostic.cpp: Work around not to miss the string terminator on fixit. by NAKAMURA Takumi · 13 years ago
  43. 6660ae6 Don't recurse so deep in this test, pending APValue rework to further reduce the by Richard Smith · 13 years ago
  44. 6edae59 test/Misc/serialized-diags.c: Tweak FileCheck expressions to be tolerant to DOSish output. by NAKAMURA Takumi · 13 years ago
  45. 59efe26 Constant expression evaluation: support for constexpr member functions. This by Richard Smith · 13 years ago
  46. cc1af78 Place 'argument unused during compilation' under a -W flag. Fixes <rdar://problem/10403653>. by Ted Kremenek · 13 years ago
  47. 1cd76e8 Don't apply NRVO to over-aligned variables. The caller only by John McCall · 13 years ago
  48. 538773c Be sure to insulate block literals from any cleanups in their by John McCall · 13 years ago
  49. 8ac2c66 Make sure that restrict-qualifying an array actually adds a restrict qualifier. PR11354. (operator bool() is evil!) by Eli Friedman · 13 years ago
  50. a7e8a83 [serialized diagnostics]: add test cases for serialized diagnostics, including a test case for no issues, multiple issues, and by Ted Kremenek · 13 years ago
  51. ef04ecf Move "Unqualified lookup into dependent bases of class templates" Microsoft specific behavior from -fms-extensions to -fms-compatibility. by Francois Pichet · 13 years ago
  52. b6d7114 Add invariant.load metadata to loads from selector references. Allows these loads to later be moved/combined in the optimizer. Fixes <rdar://problem/6027699> by Pete Cooper · 13 years ago
  53. 6142ca7 Revert r144273. It causes clang self-host build failure. by Devang Patel · 13 years ago
  54. 6f103ba Whenever explicitly activating or deactivating a cleanup, we by John McCall · 13 years ago
  55. 6c95787 Constant expression evaluation: support for constexpr member functions. by Richard Smith · 13 years ago
  56. b99785b Fix a subtle bug with cleanups: when activating by John McCall · 13 years ago
  57. c430ef4 PR11148: Fix crash-on-invalid if an invalid member declaration is marked as by Richard Smith · 13 years ago
  58. 1a343eb Enter the cleanups for a block outside the enclosing by John McCall · 13 years ago
  59. 180f479 Constant expression evaluation: support for evaluation of structs and unions of by Richard Smith · 13 years ago
  60. 608b402 Update test. by Benjamin Kramer · 13 years ago
  61. a720287 Try to fix an issue on some hosts where the 'lib' in the builtin include by Chandler Carruth · 13 years ago
  62. d936d9d Fix an issue that Duncan discovered on a specific (no longer current) by Chandler Carruth · 13 years ago
  63. a59e4b7 Emit the copy and dipose helpers for ARC __strong by John McCall · 13 years ago
  64. b31dd8f Put ext_offsetof_extended_field_designator under the warning flag by Douglas Gregor · 13 years ago
  65. 6b18e74 Don't crash when transforming an ill-formed pseudo-destructor by Douglas Gregor · 13 years ago
  66. 3382f65 Extract the blocks-related ARC tests into their own file. by John McCall · 13 years ago
  67. 6ef9209 Introduce proper spacing after the Objective-C parameter qualifiers by Douglas Gregor · 13 years ago
  68. 3d75ca8 Constant expression evaluation: support for default arguments. by Richard Smith · 13 years ago
  69. 87429a0 [PCH] Fix reading from PCH of diagnostic pragmas. by Argyrios Kyrtzidis · 13 years ago
  70. ccc9e76 Don't crash on invalid objc code. by Argyrios Kyrtzidis · 13 years ago
  71. 8b08eb3 [arcmt] Take into account that all properties are strong-by-default now and fix the test. by Argyrios Kyrtzidis · 13 years ago
  72. a5493f8 Bind function "r-values" as l-values when emitting them as by John McCall · 13 years ago
  73. 90f7b62 objc: Don't crash on missing @interface decl. // rdar://10415026 by Fariborz Jahanian · 13 years ago
  74. af9b5e9 [arcmt] Now that readonly properties are strong-by-default, do not add redundant 'strong'. by Argyrios Kyrtzidis · 13 years ago
  75. f21a92d objc-arc: 'readonly' property of retainable object by Fariborz Jahanian · 13 years ago
  76. 4219c66 This test isn't portable to non-x86 platforms; specify a triple. by Eli Friedman · 13 years ago
  77. 5b0c519 Mark the overloaded atomic builtins as having custom type checking, by Douglas Gregor · 13 years ago
  78. ae7c25d [arcmt] Now that properties are strong by default, avoid adding redundant '(strong)' by Argyrios Kyrtzidis · 13 years ago
  79. 6f9f03e Check pointer types for arguments of Neon load/store macros. rdar://9958031 by Bob Wilson · 13 years ago
  80. 9da2352 Fix the layout of vb-tables and vf-tables in the MS C++ ABI. by John McCall · 13 years ago
  81. 63cf68a TypePrinter: print OpenCL address space names. Patch by Richard by Peter Collingbourne · 13 years ago
  82. aa9aa3b Some tests missed from r144056. by Richard Smith · 13 years ago
  83. 7cfd7fe [arcmt] When we already removed a __weak, don't try to change it to __unsafe_unretained by Argyrios Kyrtzidis · 13 years ago
  84. db1822c Fix a cluster of related issues involving value-dependence and constant by Richard Smith · 13 years ago
  85. dc4df51 There are some crazy cases that LookupMethodInReceiverType by John McCall · 13 years ago
  86. 66f8571 constexpr: static data members declared constexpr are required to have an by Richard Smith · 13 years ago
  87. 45fa560 When we notice that a member function is defined with "= delete" or "= by Douglas Gregor · 13 years ago
  88. 8da270e Remove test with int128 printing since it breaks on some platforms. by Richard Trieu · 13 years ago
  89. 21adcf3 Add missing part of test by Douglas Gregor · 13 years ago
  90. 66e8700 ASTConsumer::handleTopLevelDecl will end up getting called for by Douglas Gregor · 13 years ago
  91. a33849b [arcmt] Fix handling NSMakeCollectable inside an objc method. by Argyrios Kyrtzidis · 13 years ago
  92. b0e1e12 [arcmt] In GC, handle (assign) @properties. by Argyrios Kyrtzidis · 13 years ago
  93. 11cbe2a Add support for printing integer literals of type short, unsigned short, by Richard Trieu · 13 years ago
  94. 12192cf [arcmt] In GC, change '__weak' -> '__unsafe_unretained' when applied by Argyrios Kyrtzidis · 13 years ago
  95. 5cad822 When applying ARC __weak to a non-objc pointer, do not give error that by Argyrios Kyrtzidis · 13 years ago
  96. 2c1227c Drastically simplify the mapping from the declaration corresponding to by Douglas Gregor · 13 years ago
  97. efaa93a Tighten up the conditions under which we consider ourselves to be by Douglas Gregor · 13 years ago
  98. cc5d4f6 Constant expression evaluation: support for arrays. by Richard Smith · 13 years ago
  99. 0764308 Rip out one of the features I added for the driver-include-management. by Chandler Carruth · 13 years ago
  100. 9a17a68 Constant expression evaluation: preserve subobject designator when flattening a by Richard Smith · 13 years ago