1. ee1c68a Don't format the code completion for parameters of block literal by Douglas Gregor · 13 years ago
  2. 2dc7ece Add -Wc++11-compat warning for an inline specifier on an explicit instantiation. by Richard Smith · 13 years ago
  3. 4e8ea0b When transforming the arguments for a C++ "new" expression, make sure by Douglas Gregor · 13 years ago
  4. 3e2e91e Refactor the checking for explicit template instantiations being performed in by Richard Smith · 13 years ago
  5. 97c0aef Rewrite parts of MS ABI C++ layout. Based on work by r4start; I ended up doing this while I was trying to review his patch. by Eli Friedman · 13 years ago
  6. 3eff321 Fix several bugs with #pragma clang arc_cf_code_audited and macros. by John McCall · 13 years ago
  7. dceb11f Revert r142311, -mios-simulator-version-min does not work correctly. by Argyrios Kyrtzidis · 13 years ago
  8. b56e6ad Remove the hack where we sniff the __IPHONE_OS_VERSION_MIN_REQUIRED define. by Argyrios Kyrtzidis · 13 years ago
  9. ea01143 Perform lvalue-to-rvalue conversions on __builtin_offsetof array argument index by Richard Smith · 13 years ago
  10. 01b2b9b [arcmt] In ARC default for properties is 'strong' so just remove a 'retain' if possible, by Argyrios Kyrtzidis · 13 years ago
  11. 841804b Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t', by Richard Smith · 13 years ago
  12. 7f20c7c Add missing newline. by Eli Friedman · 13 years ago
  13. 66d5ce1 Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles! by Ted Kremenek · 13 years ago
  14. 454b57a Initial implementation of __atomic_is_lock_free. The input is the size of an atomic type rather than an atomic type itself just to save some implementation pain; I can change that if it seems worthwhile. by Eli Friedman · 13 years ago
  15. 8121639 Substitute for arguments in method calls -- functionality by DeLesley Hutchins · 13 years ago
  16. fe0a0fb Refactor __attribute__ parsing, and add a diagnostic if the r_paren at the end by Richard Smith · 13 years ago
  17. 6ec9643 The comparison of two vectors should return a signed result. hasIntegerRepresentation() used to always return false for vectors, but since it was changed, it also by Tanya Lattner · 13 years ago
  18. d125050 obj-c++: Fix a IRGen crash when getter is a reference type. by Fariborz Jahanian · 13 years ago
  19. 88a4cfd Strip qualifiers off the type of an implicit property defined by only a setter. by John McCall · 13 years ago
  20. 5acb0c9 Teach the ARC compiler to not require __bridge casts when by John McCall · 13 years ago
  21. a2b4e5d When we end up having to parse the initializer of a C++ member early by Douglas Gregor · 13 years ago
  22. aa93a87 For modules, all macros that aren't include guards are implicitly by Douglas Gregor · 13 years ago
  23. 05edf66 When building a module, use the macro definitions on the command line by Douglas Gregor · 13 years ago
  24. c35cba4 Fixed merge-mistake where ActOnAccessSpecifier was called twice for every access specifier. The testcase has been changed to catch this too. by Erik Verbruggen · 13 years ago
  25. d82e5d3 Perform an lvalue-to-rvalue conversion on an array index in a __builtin_offsetof expression. by Richard Smith · 13 years ago
  26. 4c3fd51 Add a testcase for r142121 based on an idea from Richard Smith. Thanks! by Chandler Carruth · 13 years ago
  27. 1e12c59 Split apart the state accumulated during constant expression evaluation and the by Richard Smith · 13 years ago
  28. 20cdbeb Add sema checks for calls to functions taking static array parameters by Peter Collingbourne · 13 years ago
  29. 5405b81 Implement overload resolution from init lists for scalar parameter types. by Sebastian Redl · 13 years ago
  30. c223518 Diagnose when omitting braces in direct list-initialization in C++0x. by Sebastian Redl · 13 years ago
  31. d12c9f5 Prove that non-overloaded function calls using init list arguments work. by Sebastian Redl · 13 years ago
  32. e409238 Remove the leftover partial comment. by David Blaikie · 13 years ago
  33. 176d1d7 I fixed this with r142127; these notes now make sense even w/o the caret. by Chandler Carruth · 13 years ago
  34. a47129e Now that macro expansion notes are real notes and go through the same by Chandler Carruth · 13 years ago
  35. 4ba5565 Now that the structure of this is more reasonably laid out, fix a long by Chandler Carruth · 13 years ago
  36. e0376c0 Add a prefix to the existing test to prepare for more tests of other by Chandler Carruth · 13 years ago
  37. 1aaddf2 Fold two run lines into a single logical one, and move them down below by Chandler Carruth · 13 years ago
  38. 2b54d3d Rename this test to a more general name in preparation for adding more by Chandler Carruth · 13 years ago
  39. 43bcdb2 Avoid duplicate unavailbility diagnostics in objc++. // rdar://10268422 by Fariborz Jahanian · 13 years ago
  40. bb13c32 obj-c++: allow the getter/setter to return/take parameters by Fariborz Jahanian · 13 years ago
  41. 0aa86c0 Add -Wc++98-compat warning for deduced 'auto' type specifier. by Richard Smith · 13 years ago
  42. 7fe6208 Implement -Wc++98-compat warnings for the parser. by Richard Smith · 13 years ago
  43. 95fa252 Testcase for half of r142048. by Richard Smith · 13 years ago
  44. d60feeb Use of override keywords in C++98 should produce a warning by default. by Richard Smith · 13 years ago
  45. c8645e3 Handle an edge case involving the conditional operator and throw expressions. PR10582. by Eli Friedman · 13 years ago
  46. 661a996 -Wc++98-compat warnings for the lexer. by Richard Smith · 13 years ago
  47. fd5f686 Add c_alignas and cxx_alignas features by Peter Collingbourne · 13 years ago
  48. 8eb5b29 Missed tests for half FP support by Anton Korobeynikov · 13 years ago
  49. 2be4607 Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic types. by Eli Friedman · 13 years ago
  50. 41be673 -Wc++98-compat: warn on C++11 attributes and alignas. by Richard Smith · 13 years ago
  51. 84ef899 Test for r141985. by Richard Smith · 13 years ago
  52. b8e778d Don't try to diagnose anything when we're passing incomplete types by Douglas Gregor · 13 years ago
  53. fe6f648 [temp.explicit]p1: constexpr cannot be specified in explicit instantiations. by Richard Smith · 13 years ago
  54. 663b26a Harden test for windows paths. by Benjamin Kramer · 13 years ago
  55. d5951cb Add flags for the remaining shift related warnings by Joerg Sonnenberger · 13 years ago
  56. a1de8cb objc-arc: Improve arc diagnostic when method is not by Fariborz Jahanian · 13 years ago
  57. cb1c9c3 Under ARC, merge the bit corresponding to the ns_returns_retained by Douglas Gregor · 13 years ago
  58. 9ce6377 Only warn in -Wliteral-conversion if the conversion loses information by Matt Beaumont-Gay · 13 years ago
  59. 2060650 When declaring an out-of-line template, attempt to rebuild any types by Douglas Gregor · 13 years ago
  60. 6164ea1 Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to by Erik Verbruggen · 13 years ago
  61. 3a919e7 Really protect from infinite loop when there are objc method redeclarations. by Argyrios Kyrtzidis · 13 years ago
  62. b40034c Keep track of objc method redeclarations in the same interface. by Argyrios Kyrtzidis · 13 years ago
  63. 905c45f Use Triple.isOSDarwin() instead of comparing against Triple::Darwin. by Bob Wilson · 13 years ago
  64. 2ed7cb6 PR11124: Don't overwrite memory outside of a base class when performing zero-initialization before running its constructor. by Eli Friedman · 13 years ago
  65. 78f0ea7 Add support for -std=gnu90 and -std=c++03, for compatibility with modern gcc. by Richard Smith · 13 years ago
  66. f38eaa4 Revert the -Wc++98-compat flag because dgregor doesn't like it. by Jeffrey Yasskin · 13 years ago
  67. 5fa065b objc-arc: 'Class' property is implicitly __unsafe_unretained. // rdar://10239594 by Fariborz Jahanian · 13 years ago
  68. 133ca80 Fix a test case where FileCheck is used to test code corrected by -fixit. by Richard Trieu · 13 years ago
  69. 9469678 Convert newly-added test from -std=c++0x to -std=c++11. by Richard Smith · 13 years ago
  70. cda5782 Extend -Wno-sizeof-array-argument to strncpy and friends. by Nico Weber · 13 years ago
  71. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  72. 48a9d18 Implement the first piece of a -Wc++98-compat flag so that people can build in by Jeffrey Yasskin · 13 years ago
  73. 73fb350 Recommit: by Eric Christopher · 13 years ago
  74. 0b1b5b8 Add test for new -std=c++11 and -std=gnu++11 command-line arguments. by Richard Smith · 13 years ago
  75. 9e76172 Tweak -Wuninitialized's handling of 'int x = x' to report that as the root cause of an uninitialized variable IFF there are other uses of that uninitialized variable. Fixes <rdar://problem/9259237>. by Ted Kremenek · 13 years ago
  76. ee697e6 Allow calling an overloaded function set by taking the address of the by Douglas Gregor · 13 years ago
  77. 5f1c822 Allow for annotate attributes after access specifiers. When such by Erik Verbruggen · 13 years ago
  78. 13f8daf Fix crash-on-invalid, improve error recovery, and test coverage for missing colon after access specifiers in C++ by David Blaikie · 13 years ago
  79. 5fad9b8 When we determine that a function template specialization produced as by Douglas Gregor · 13 years ago
  80. 183a8de Add test case for __has_warning. by Ted Kremenek · 13 years ago
  81. 18c407f Change __extension__ to disable only diagnostics controlled by -pedantic. by Bob Wilson · 13 years ago
  82. 6700415 Add returns_twice to functions that are known to return twice. This implements by Rafael Espindola · 13 years ago
  83. b3df138 Switch diagnostic text from "C++0x" over to "C++11". by Douglas Gregor · 13 years ago
  84. 4671730 We do parse hexfloats in C++11; make it actually work. by Douglas Gregor · 13 years ago
  85. 28e0635 Revert file/scope handling patches. gdb testing revealed a couple of bugs. by Eric Christopher · 13 years ago
  86. d596c4d The Objective-C rewriter uses the fragile ABI, always. by Douglas Gregor · 13 years ago
  87. 209dfbe Handle the case where preprocessor entities are not received in order, by Argyrios Kyrtzidis · 13 years ago
  88. 4a8dfb5 Introduce BalancedDelimiterTracker, to better track open/close by Douglas Gregor · 13 years ago
  89. d41679d Teach __has_nothrow_assign not to complain about access (GCC and EDG by Douglas Gregor · 13 years ago
  90. 5fa6a04 constexpr: don't consider class types with mutable members to be literal types. by Richard Smith · 13 years ago
  91. d5e1d60 Handle Perforce-style conflict markers like normal conflict markers. Perforce by Richard Smith · 13 years ago
  92. 13546a8 objc: note location of the previously declared property in the diagnostic. by Fariborz Jahanian · 13 years ago
  93. 6dbba4f Catch placeholder types in DefaultLvalueConversion by John McCall · 13 years ago
  94. 4b2d549 Start handling debug line and scope information better: by Eric Christopher · 13 years ago
  95. 8a1d6a5 PR11062: Make C99 inlining work properly for names with associated builtin libcalls. by Eli Friedman · 13 years ago
  96. 0c91cce Fix test: don't use __thread without a target triple. by Richard Smith · 13 years ago
  97. 98d86b9 Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when in by Richard Smith · 13 years ago
  98. 92d6d40 Driver: Add support for a new -nostdlibinc option. by Daniel Dunbar · 13 years ago
  99. a268fc0 Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include by Daniel Dunbar · 13 years ago
  100. e1677d9 Add more testing for -Wc++0x-compat warnings. by Richard Smith · 13 years ago