1. 8e289bb Revert "[analyzer] Remove constraints on dead symbols as part of removeDeadBindings." by Jordan Rose · 12 years ago
  2. 7c3c6bc Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854. by Eli Friedman · 12 years ago
  3. d6f80da Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a by Richard Smith · 12 years ago
  4. 561e3c6 PR13881: Add -Wzero-length-array for zero length array extension, and move it into -Wgnu. by Richard Smith · 12 years ago
  5. 407c847 Fix a small FIXME involving template partial ordering and by Eli Friedman · 12 years ago
  6. 9cef006 Fix function template partial ordering rules for static vs. non-static by Eli Friedman · 12 years ago
  7. 90b0bc6 ccc-analyzer: pass -stdlib=libc++ through to the analyzer. by Benjamin Kramer · 12 years ago
  8. 847665d Grammar. by Eric Christopher · 12 years ago
  9. 20ec2c4 Update and expand comment. by Eric Christopher · 12 years ago
  10. 28e3c99 Handle a captured this for the debug information as well. by Eric Christopher · 12 years ago
  11. 195ff58 Fix awkward comment. by Eric Christopher · 12 years ago
  12. 2a237e0 Thread-safety analysis: Fix warning when EXCLUSIVE_LOCKS_REQUIRED by DeLesley Hutchins · 12 years ago
  13. 5b280f2 Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED or by DeLesley Hutchins · 12 years ago
  14. 1deeedb Fix ABI dependent tests by providing an explicit target triple. by David Blaikie · 12 years ago
  15. 4d09f59 Fix test better way. by Fariborz Jahanian · 12 years ago
  16. 1050966 Added link to HowToSetupToolingForLLVM.html. Added missing #include to the example. by Alexander Kornienko · 12 years ago
  17. 3bd762d Add some typedefs for clarity. by Rafael Espindola · 12 years ago
  18. 5931331 ASTWriter: Tighten up assertions when emitting a declaration name. by Benjamin Kramer · 12 years ago
  19. 9b5ede5 Update clang for API change. by Benjamin Kramer · 12 years ago
  20. 93e4599 Remove Context argument from TemplateDeductionInfo constructor. It was no longer needed after the unused Context member was removed in r164104. by Craig Topper · 12 years ago
  21. 11267a3 Test for r164186. by Eli Friedman · 12 years ago
  22. 8da8a66 Add the TypeSourceInfo for the lambda call operator to the lambda's by Eli Friedman · 12 years ago
  23. bf4c7a8 Add the freescale_ppc64_tree that should have been included in r164177. by Hal Finkel · 12 years ago
  24. 02014b4 Add C/C++ header locations for the Freescale SDK. by Hal Finkel · 12 years ago
  25. 7de3296 Add e500mc and e5500 to the list of valid PPC CPU names. by Hal Finkel · 12 years ago
  26. 97c6739 Fix a small bug in the way we handle builtin candidates for by Eli Friedman · 12 years ago
  27. 9cd5b24 Add an extra check for invalid decls in the lambda semantic analysis to avoid a crash. PR13860. by Eli Friedman · 12 years ago
  28. 3ba0252 Remove invalid double colon in test case was previously ignored by FileCheck. by Benjamin Kramer · 12 years ago
  29. ab4702f minor refactoring of my last check-in. by Fariborz Jahanian · 12 years ago
  30. 15a9356 c: warn when an integer value comparison with an by Fariborz Jahanian · 12 years ago
  31. f9361b5 Follow up on llvm r164132. by Roman Divacky · 12 years ago
  32. 471f985 Warn about self references in in-class initializers. by Hans Wennborg · 12 years ago
  33. 08f0c53 Fix isDerivedFrom matcher. by Daniel Jasper · 12 years ago
  34. e6d2a96 Add missing matcher for C-style cast expressions. by Daniel Jasper · 12 years ago
  35. ea104cd Disable some tests that fail when the x86 backend isn't built. by Benjamin Kramer · 12 years ago
  36. 3680b4f Make all VariadicDynCast-Expr-matchers StatementMatchers by Daniel Jasper · 12 years ago
  37. ffdf686 Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes. by Craig Topper · 12 years ago
  38. 6bd4e2b Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes. by Craig Topper · 12 years ago
  39. 1a1e995 Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes. by Craig Topper · 12 years ago
  40. be2fa7e Mark unimplemented copy constructors and copy assignment operators with LLVM_DELETED_FUNCTION. by Craig Topper · 12 years ago
  41. 4b08242 If a comma operator is followed by a token which unambiguously indicates the by Richard Smith · 12 years ago
  42. 43f8c40 Per discussion on cfe-dev, remove -Wunique-enums entirely. There by Ted Kremenek · 12 years ago
  43. f224fb5 objective-C: don't warn about class extension property's by Fariborz Jahanian · 12 years ago
  44. fa1ed8e objective-C: add Doug's test for my last patch. by Fariborz Jahanian · 12 years ago
  45. 03ebd3b objective-C: improve on warnings about misplacement of method by Fariborz Jahanian · 12 years ago
  46. 9d8c9d3 Added an example of an empty case label to avoid confusion. by Alexander Kornienko · 12 years ago
  47. 6defd9f objective-C: peroform property attribute consistency by Fariborz Jahanian · 12 years ago
  48. 0860235 objective-C: issue warning when there is no whitespace by Fariborz Jahanian · 12 years ago
  49. 5fc1d0c [analyzer] Teach the analyzer about implicit initialization of statics by Anna Zaks · 12 years ago
  50. 1fac58a -Warc-retain-cycles: look through [^{...} copy] and Block_copy(^{...}) by Jordan Rose · 12 years ago
  51. 8f411c3 Don't write uninitialized values even if nobody ever asks for it. by Axel Naumann · 12 years ago
  52. b626280 Run install_name_tool to fix the dynamic library ID after it has been copied. by Alexander Potapenko · 12 years ago
  53. 6944e20 Open up a few higher-level functions for tools. by Axel Naumann · 12 years ago
  54. 536cebd Fix dead store found by static analyzer. by Ted Kremenek · 12 years ago
  55. 72e4f25 Update the PCH internals documentation to cover chained precompiled by Douglas Gregor · 12 years ago
  56. 19ec962 Comment parsing: support \namespace like other commands that contain just a by Dmitri Gribenko · 12 years ago
  57. ec504e0 Comment parsing: don't treat typedef to a typedef to a function as a by Dmitri Gribenko · 12 years ago
  58. f56faa0 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Dmitri Gribenko · 12 years ago
  59. ec1b330 Make PTHManager properly noncopyable. by Dmitri Gribenko · 12 years ago
  60. d11aa85 Address a long-standing FIXME: remove an unused copy constructor and make by Dmitri Gribenko · 12 years ago
  61. ba77cb9 Fix includes of llvm and clang files that used angle brackets. by Craig Topper · 12 years ago
  62. c69e067 Add bindings for clang_getCompletionBriefComment to cindex.py. by Dmitri Gribenko · 12 years ago
  63. bc57b10 const _Atomic(T) is not an atomic type, so do not allow it as the type 'A' in by Richard Smith · 12 years ago
  64. e6664f4 Revert "Utilize new build system support in Xcode 4.5 for easier interposition" by Ted Kremenek · 12 years ago
  65. e10f4d3 -Warc-retain-cycles: warn at variable initialization as well as assignment. by Jordan Rose · 12 years ago
  66. 98e95bf Allow disabling PCH validation when loading an AST file by checking by Argyrios Kyrtzidis · 12 years ago
  67. 12f5fe5 compiler-rt/darwin: Install asan_osx_dynamic with the other runtime libraries. by Daniel Dunbar · 12 years ago
  68. 66dfef1 In StringLiteral::setString make sure that we copy the number of by Argyrios Kyrtzidis · 12 years ago
  69. 7f18633 [libclang] When loading an AST file, make sure to apply the language options by Argyrios Kyrtzidis · 12 years ago
  70. f8dcac5 Utilize new build system support in Xcode 4.5 for easier interposition by Ted Kremenek · 12 years ago
  71. a778d71 scan-build: Determine the location of the clang binary before printing help. by Jordan Rose · 12 years ago
  72. b3cd3c0 Fix some dead stores which the static analyzer warned about. No functionality by Richard Smith · 12 years ago
  73. a6ddea6 When diagnosing multiple mem-initializers in a delegating ctor, point to the delegating initializer, not to the first initializer. For good measure, also highlight the other initializer. by Richard Smith · 12 years ago
  74. 15dfcbf Test removed. by Fariborz Jahanian · 12 years ago
  75. 6f5a2ec objective-C arc: remove -Warc-abi in its entirety. // rdar://10554025 by Fariborz Jahanian · 12 years ago
  76. 7b7e2c4 Fix copy-paste error in manpage. Should be -stdlib=library. by Ted Kremenek · 12 years ago
  77. 867c179 Add missing test from r163874. by Douglas Gregor · 12 years ago
  78. 8c05da3 Comment parsing: don't parse comment marker followed by a digit as a command by Dmitri Gribenko · 12 years ago
  79. 388a594 Comment parsing: support the "\invariant" command. by Dmitri Gribenko · 12 years ago
  80. 7a91888 Do not use "lib32" directory to create a library/object files by Simon Atanasyan · 12 years ago
  81. 2c8e81e Fix warning on qualified typedef with 'unused' attribute, from Jason Haslam! by Douglas Gregor · 12 years ago
  82. 6db351a In debugger mode, allow comparisons between pointers and integers by Douglas Gregor · 12 years ago
  83. dd08427 As we do with base and member initializers in a dependent class, delay by Douglas Gregor · 12 years ago
  84. 6f85b1e Improve the driver title as shown in the --help message. <rdar://12297538> by Bob Wilson · 12 years ago
  85. 82bad6b Fix thunk emission for covariant virtual functions in cases which require by Eli Friedman · 12 years ago
  86. cf15f17 Fix line endings. by Eli Friedman · 12 years ago
  87. b3b6c22 Fix abbreviation for CharacterLiteral in AST serialization. PR13806. by Eli Friedman · 12 years ago
  88. 84dd82e When computing the decltype of an expression, consider Objective-C by Douglas Gregor · 12 years ago
  89. 7fcd136 Fix incorrect comment. by Richard Smith · 12 years ago
  90. b5ea91c Fix up after r163846. Sorry! by Richard Smith · 12 years ago
  91. bed51fe Actually rebuild function types properly when adjusting the function by Douglas Gregor · 12 years ago
  92. 2bcb984 Revert r163829. The world (or libstdc++, at least) is not ready. by Richard Smith · 12 years ago
  93. 71074fd When we substitute into the type of a function based on the by Douglas Gregor · 12 years ago
  94. 7b4362e Comment to XML conversion: we try not to emit empty <Discussion> elements, but by Dmitri Gribenko · 12 years ago
  95. e7ff919 Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type has by Richard Smith · 12 years ago
  96. ae19fbb Don't perform template argument deduction against invalid templates; by Douglas Gregor · 12 years ago
  97. abcf0dc Comment parsing: handle \deprecated command. It is a block command, but it by Dmitri Gribenko · 12 years ago
  98. 9fb6f79 remove duplicate code. by Fariborz Jahanian · 12 years ago
  99. 7537945 Promote the warning about extra qualification on a declaration from a by Douglas Gregor · 12 years ago
  100. ceb0762 Remove speculative fix for C++ core issue 1407, since it was resolved as NAD. by Richard Smith · 12 years ago