1. bb13c32 obj-c++: allow the getter/setter to return/take parameters by Fariborz Jahanian · 13 years ago
  2. 967c118 Internals manual: eliminate mention of System library by Peter Collingbourne · 13 years ago
  3. 1d236ab Replace vectors with arrays. by Benjamin Kramer · 13 years ago
  4. d614040 Neither 'Warning' nor 'NonNote' was a good name for this location... by Chandler Carruth · 13 years ago
  5. 67e2d51 Nuke a bunch of FIXMEs that are now fixed. =] Also, remove the now-dead by Chandler Carruth · 13 years ago
  6. cae9ab1 Sink the include stack printing into the generic text diagnostic by Chandler Carruth · 13 years ago
  7. f54a614 Rationalize some of how the locations of prior diagnostics are tracked by Chandler Carruth · 13 years ago
  8. 9ed3066 Sink the EmitDiagnosticLoc method down to the generic TextDiagnostic by Chandler Carruth · 13 years ago
  9. 60e4a2a Sink the non-caret diagnostic logic down and out of the diagnostic by Chandler Carruth · 13 years ago
  10. 55c6110 Simplify the interface of a helper method in the TextDiagnosticPrinter by Chandler Carruth · 13 years ago
  11. 2840928 Add an accessor for all of the ranges in a diagnostic as an ArrayRef. by Chandler Carruth · 13 years ago
  12. 0aa86c0 Add -Wc++98-compat warning for deduced 'auto' type specifier. by Richard Smith · 13 years ago
  13. 7fe6208 Implement -Wc++98-compat warnings for the parser. by Richard Smith · 13 years ago
  14. 8b11b5e Refactor: remove redundant check for 'final' specifier when parsing class/struct definition. by Richard Smith · 13 years ago
  15. 95fa252 Testcase for half of r142048. by Richard Smith · 13 years ago
  16. 6a2ccc5 Convert stray doxygen comments to regular comments. They logically represent the fields in FunctionProtoType. by Ted Kremenek · 13 years ago
  17. b8706f9 Revert "Move doxygen comments to pair with the actual values." by Ted Kremenek · 13 years ago
  18. d60feeb Use of override keywords in C++98 should produce a warning by default. by Richard Smith · 13 years ago
  19. 05f9931 Rename an ExtWarn to ext_ for consistency. by Richard Smith · 13 years ago
  20. 29e3a31 Don't warn about use of 'final' in ill-formed C++98 code which didn't use by Richard Smith · 13 years ago
  21. c8645e3 Handle an edge case involving the conditional operator and throw expressions. PR10582. by Eli Friedman · 13 years ago
  22. d79e462 Change 'Emit' to 'EmitCaret' which sums up what it *should* be doing. by Chandler Carruth · 13 years ago
  23. 661a996 -Wc++98-compat warnings for the lexer. by Richard Smith · 13 years ago
  24. b75a345 Teach the ASTImporter to perform DeclContext lookups in a way that by Douglas Gregor · 13 years ago
  25. fd5f686 Add c_alignas and cxx_alignas features by Peter Collingbourne · 13 years ago
  26. 60d222f Tweak the C++11 status prose a bit. We still need better user guidance on the standard library issue by Douglas Gregor · 13 years ago
  27. 8eb5b29 Missed tests for half FP support by Anton Korobeynikov · 13 years ago
  28. aa4a99b Provide half floating point support as a storage only type. by Anton Korobeynikov · 13 years ago
  29. 43ac6d0 Switch the C++11 status table from a developer-centric list to a by Douglas Gregor · 13 years ago
  30. ce1846e Attempt to fix Windows buildbot, round 2. by Eli Friedman · 13 years ago
  31. dfa64ba Add template instantiation support for AtomicExpr. by Eli Friedman · 13 years ago
  32. 7c9412c Teach the ASTImporter not to import redundant fields. by Douglas Gregor · 13 years ago
  33. 1c522f7 Attempt to fix buildbot failure on Windows. by Eli Friedman · 13 years ago
  34. d9b0fdf vfork comes from unistd.h by Joerg Sonnenberger · 13 years ago
  35. abb5afa Allow calling ASTUnit::LoadFromCompilerInvocationAction with a previously created ASTUnit. by Argyrios Kyrtzidis · 13 years ago
  36. 2be4607 Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic types. by Eli Friedman · 13 years ago
  37. 41be673 -Wc++98-compat: warn on C++11 attributes and alignas. by Richard Smith · 13 years ago
  38. 84ef899 Test for r141985. by Richard Smith · 13 years ago
  39. b8e778d Don't try to diagnose anything when we're passing incomplete types by Douglas Gregor · 13 years ago
  40. e5acd13 Reinstate r141898 (reverted in r141921), without the -Wc++98-compat-variadic-templates flag. Consensus is that -Wc++98-compat is a useful addition to clang, but per-C++11-feature warnings may not be. by Richard Smith · 13 years ago
  41. 85df96c Refactor static analyzer to use simpler interface to constant expression evaluation. by Richard Smith · 13 years ago
  42. fe6f648 [temp.explicit]p1: constexpr cannot be specified in explicit instantiations. by Richard Smith · 13 years ago
  43. f886d6f Fix the CXX_INCLUDE_ROOT case that was out of date with ScanLibDirForGCCTriple. by Rafael Espindola · 13 years ago
  44. 663b26a Harden test for windows paths. by Benjamin Kramer · 13 years ago
  45. b8989f2 Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. by Benjamin Kramer · 13 years ago
  46. 2b5cfbc Simplify code to avoid a useless string copy. by Benjamin Kramer · 13 years ago
  47. bcbca75 Upgrade to PathV2. by Benjamin Kramer · 13 years ago
  48. c95ff94 Add parens to pacify GCC. by Benjamin Kramer · 13 years ago
  49. 597cad6 Fix misplaced comment. by Fariborz Jahanian · 13 years ago
  50. 2e8b97c Make value kind based on the return type of the getter, not by Fariborz Jahanian · 13 years ago
  51. 72b2625 [PCH] Serialize info about redeclared objc methods. by Argyrios Kyrtzidis · 13 years ago
  52. d5951cb Add flags for the remaining shift related warnings by Joerg Sonnenberger · 13 years ago
  53. a1de8cb objc-arc: Improve arc diagnostic when method is not by Fariborz Jahanian · 13 years ago
  54. d1af3b9 Add __nodebug__ attribute to functions in arm_neon.h by Bob Wilson · 13 years ago
  55. cb1c9c3 Under ARC, merge the bit corresponding to the ns_returns_retained by Douglas Gregor · 13 years ago
  56. 9ce6377 Only warn in -Wliteral-conversion if the conversion loses information by Matt Beaumont-Gay · 13 years ago
  57. 2060650 When declaring an out-of-line template, attempt to rebuild any types by Douglas Gregor · 13 years ago
  58. 6164ea1 Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to by Erik Verbruggen · 13 years ago
  59. 3a919e7 Really protect from infinite loop when there are objc method redeclarations. by Argyrios Kyrtzidis · 13 years ago
  60. 1e2b3d7 Updating the Clang website to refer to C++'11 instead of C++'0x by David Blaikie · 13 years ago
  61. b40034c Keep track of objc method redeclarations in the same interface. by Argyrios Kyrtzidis · 13 years ago
  62. 905c45f Use Triple.isOSDarwin() instead of comparing against Triple::Darwin. by Bob Wilson · 13 years ago
  63. bb19cd8 Update open source static analyzer build. by Ted Kremenek · 13 years ago
  64. 1f528a6 Move doxygen comments to pair with the actual values. by Ted Kremenek · 13 years ago
  65. 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
  66. d1cb2dc Fix grammaro by Douglas Gregor · 13 years ago
  67. 3d5f955 Add a preprocessor callback that is invoked every time the 'defined' by Douglas Gregor · 13 years ago
  68. 78f0ea7 Add support for -std=gnu90 and -std=c++03, for compatibility with modern gcc. by Richard Smith · 13 years ago
  69. f38eaa4 Revert the -Wc++98-compat flag because dgregor doesn't like it. by Jeffrey Yasskin · 13 years ago
  70. 5fa065b objc-arc: 'Class' property is implicitly __unsafe_unretained. // rdar://10239594 by Fariborz Jahanian · 13 years ago
  71. 575fdda Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x to by Richard Smith · 13 years ago
  72. 133ca80 Fix a test case where FileCheck is used to test code corrected by -fixit. by Richard Trieu · 13 years ago
  73. 9469678 Convert newly-added test from -std=c++0x to -std=c++11. by Richard Smith · 13 years ago
  74. cda5782 Extend -Wno-sizeof-array-argument to strncpy and friends. by Nico Weber · 13 years ago
  75. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  76. 48a9d18 Implement the first piece of a -Wc++98-compat flag so that people can build in by Jeffrey Yasskin · 13 years ago
  77. 73fb350 Recommit: by Eric Christopher · 13 years ago
  78. 0b1b5b8 Add test for new -std=c++11 and -std=gnu++11 command-line arguments. by Richard Smith · 13 years ago
  79. 84cbd4b Add triple for RHEL 5 to the libpath collecting logic. by Benjamin Kramer · 13 years ago
  80. 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
  81. 64a371f HasFormOfMemberPointer implies IsAddressOfOperand for an overload set. Simplify by Douglas Gregor · 13 years ago
  82. ee697e6 Allow calling an overloaded function set by taking the address of the by Douglas Gregor · 13 years ago
  83. 2f7aa99 TCE target: conversion of OpenCL reqd_work_group_size attr to metadata by Peter Collingbourne · 13 years ago
  84. 5f1c822 Allow for annotate attributes after access specifiers. When such by Erik Verbruggen · 13 years ago
  85. 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
  86. dac6cec Fix MSVC build. by Rafael Espindola · 13 years ago
  87. 5fad9b8 When we determine that a function template specialization produced as by Douglas Gregor · 13 years ago
  88. 183a8de Add test case for __has_warning. by Ted Kremenek · 13 years ago
  89. 18c407f Change __extension__ to disable only diagnostics controlled by -pedantic. by Bob Wilson · 13 years ago
  90. 6700415 Add returns_twice to functions that are known to return twice. This implements by Rafael Espindola · 13 years ago
  91. d768150 Implement built-in macro '__has_warning', which allows one to query if a warning flag is valid. Fixes <rdar://problem/10263428>. by Ted Kremenek · 13 years ago
  92. b3df138 Switch diagnostic text from "C++0x" over to "C++11". by Douglas Gregor · 13 years ago
  93. 4671730 We do parse hexfloats in C++11; make it actually work. by Douglas Gregor · 13 years ago
  94. 28e0635 Revert file/scope handling patches. gdb testing revealed a couple of bugs. by Eric Christopher · 13 years ago
  95. d596c4d The Objective-C rewriter uses the fragile ABI, always. by Douglas Gregor · 13 years ago
  96. 920c9c1 Fix typo in name of diagnostic. by Ted Kremenek · 13 years ago
  97. 209dfbe Handle the case where preprocessor entities are not received in order, by Argyrios Kyrtzidis · 13 years ago
  98. 312fb51 Add -std=c++11 and -std=gnu++11 language flags, from Ahmed Charles by Douglas Gregor · 13 years ago
  99. 4a8dfb5 Introduce BalancedDelimiterTracker, to better track open/close by Douglas Gregor · 13 years ago
  100. d41679d Teach __has_nothrow_assign not to complain about access (GCC and EDG by Douglas Gregor · 13 years ago