1. a4a90ca When building a module, forward diagnostics to the outer diagnostic consumer. by Douglas Gregor · 11 years ago
  2. dd08a0c [Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about by Argyrios Kyrtzidis · 11 years ago
  3. 2f72900 Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consistency with ObjCInterfaceDecl::getSuperClassLoc() by Argyrios Kyrtzidis · 11 years ago
  4. 55c7d02 by Wei Pan · 11 years ago
  5. d072e59 Reapply r180982 with repaired logic and an additional testcase. by Adrian Prantl · 11 years ago
  6. dc5be4f Serialization for captured statements by Ben Langmuir · 11 years ago
  7. 0f2fc5f PR15906: The body of a lambda is not an evaluated subexpression; don't visit it when visiting such subexpressions. by Richard Smith · 11 years ago
  8. 8c045ac Move CapturedStmt parameters to CapturedDecl by Ben Langmuir · 11 years ago
  9. 4761b10 Restore Richard's belief in me. by Douglas Gregor · 11 years ago
  10. af28365 [analyzer] Start hacking up alternate control-flow edge generation. WIP. Not guaranteed to do anything useful yet. by Ted Kremenek · 11 years ago
  11. 634c563 Keep track of an @implementation's super class name location, if one was provided. by Argyrios Kyrtzidis · 11 years ago
  12. 000817b Micro-optimization: check the overloaded operator kind before by John McCall · 11 years ago
  13. 37b773f Remove svn:eol-style property set in r180918 and r181004 by Hans Wennborg · 11 years ago
  14. 1f78a50 ArrayRef'ize InitializationSequence constructor and InitializationSequence::Diagnose() by Dmitri Gribenko · 11 years ago
  15. 363f99d Initialize WarnOnSpellCheck. by Rafael Espindola · 11 years ago
  16. 454cb70 Add space between ; and (. by Daniel Jasper · 11 years ago
  17. 16a69ef Fix expression recognition in for-loops. by Daniel Jasper · 11 years ago
  18. 8eead16 Add const qualifier to Sema::getTypeName's parameter `II` by Dmitri Gribenko · 11 years ago
  19. 63063f5 Add support for -march=btver2. by Benjamin Kramer · 11 years ago
  20. 6f464bb Support __wchar_t in -fms-extensions and -fms-compatibility modes. by Hans Wennborg · 11 years ago
  21. f5ebf9b Correctly emit certain implicit references to 'self' even within a lambda. by John McCall · 11 years ago
  22. 2faee99 [analyzer] Check the stack frame when looking for a var's initialization. by Jordan Rose · 11 years ago
  23. dcd6224 [analyzer] Fix trackNullOrUndef when tracking args that have nil receivers. by Jordan Rose · 11 years ago
  24. bb09f7b Revert "Attempt to un-break the gdb buildbot." by Adrian Prantl · 11 years ago
  25. e19229b Make cleanUpLocation() a self-contained function. by Ted Kremenek · 11 years ago
  26. 79e0291 [ms-cxxabi] Emit non-virtual member function pointers by Reid Kleckner · 11 years ago
  27. 30c0d27 Attempt to un-break the gdb buildbot. by Adrian Prantl · 11 years ago
  28. d306a53 Re-apply 180974 with the build error fixed. This was the result by Ted Kremenek · 11 years ago
  29. ae8c505 Revert "Change LocationContextMap to be a temporary instead of shared variable in BugReporter." by Rafael Espindola · 11 years ago
  30. aeeacf7 Move parsing of identifiers in MS-style inline assembly into by John McCall · 11 years ago
  31. c70fac3 Change LocationContextMap to be a temporary instead of shared variable in BugReporter. by Ted Kremenek · 11 years ago
  32. 92eb7d8 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 11 years ago
  33. fa5f030 Revert r180970; it's causing breakage. by Douglas Gregor · 11 years ago
  34. 3796d15 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 11 years ago
  35. 1880039 Remove redundant flag. by Bill Wendling · 11 years ago
  36. 497a4eb We don't want FP elimination when doing an Apple-style build. by Bill Wendling · 11 years ago
  37. 4b75085 [analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant. by Jordan Rose · 11 years ago
  38. 4e3b54b Use the Itanium ABI for thread_local on Darwin. by Bill Wendling · 11 years ago
  39. 39b60dc Fix crasher when the range in a C++ range-for loop has an ill-formed initializer. by Douglas Gregor · 11 years ago
  40. db3910b When looking for the module associated with one of our magical builtin headers, speculatively load module maps. by Douglas Gregor · 11 years ago
  41. 82e3b47 Basic clang-format integration for BBEdit. by Daniel Jasper · 11 years ago
  42. fa6b079 Ensure that the line table for functions with cleanups is sequential. by Adrian Prantl · 11 years ago
  43. d4147c4 Use a more idiomatic way to disable debug locations. by Adrian Prantl · 11 years ago
  44. 634189d Use a triple ensure that __has_feature(c_thread_local) is 1 in C11 mode. by Douglas Gregor · 11 years ago
  45. 4857fdc [document parsing]: support c++11 type aliases by Fariborz Jahanian · 11 years ago
  46. c814c64 Make sure we define wchar_t related macros correctly in -fms-extensions mode. by Hans Wennborg · 11 years ago
  47. de5ed04 Fix typo in a stddef.h comment: s/risze_t/rsize_t/ by Hans Wennborg · 11 years ago
  48. e87c5bd Only evaluate __has_feature(c_thread_local) and __has_feature(cxx_thread_local) true when the target supports thread-local storage. by Douglas Gregor · 11 years ago
  49. 27200ad [analyzer] Finally make c++-analyzer 'executable' again. by Anton Yartsev · 11 years ago
  50. 8a729b4 [analyzer] RetainCountChecker: don't track through xpc_connection_set_context. by Jordan Rose · 11 years ago
  51. 96d63a2 [analyzer] Recreated as a file. by Anton Yartsev · 11 years ago
  52. 6a22d39 [analyzer] Temporary remove c++analyzer to recreate it as a separate file, not a symlink. by Anton Yartsev · 11 years ago
  53. 542ba05 [analyzer] Added 'executable' property to c++analyzer. by Anton Yartsev · 11 years ago
  54. ceb791c [analyzer] scan-build for Windows by Anton Yartsev · 11 years ago
  55. e2b1246 [analyzer] Consolidate constant evaluation logic in SValBuilder. by Jordan Rose · 11 years ago
  56. 776d3bb [analyzer] Don't inline the [cd]tors of C++ iterators. by Jordan Rose · 11 years ago
  57. a3ae52b [documenting declaration]: Remove arc liftime qualifiers by Fariborz Jahanian · 11 years ago
  58. bcbf872 Fix typo in FileCheck. by Chad Rosier · 11 years ago
  59. 87cdcde [inline asm] Add a test case for r180873. Test case needs to be on the clang by Chad Rosier · 11 years ago
  60. 28fff53 Fix spurious trailing comma when printing some of the __c11_atomic_* builtins. Patch by Joe Sprowes! by Richard Smith · 11 years ago
  61. a07a6c3 PR15884: In the 'taking the address of a temporary' extension, materialize the by Richard Smith · 11 years ago
  62. 112344a Re-apply "[analyzer] Model casts to bool differently from other numbers." by Jordan Rose · 11 years ago
  63. f1d6d14 Fix buildbot yet again. // rdar://13757500. by Fariborz Jahanian · 11 years ago
  64. 40a06bc attempt to fix the buildbot failure. by Fariborz Jahanian · 11 years ago
  65. db1519a [ObjC declaration documentation] declaration of by Fariborz Jahanian · 11 years ago
  66. 78a2a5a As of r180836, these tests should no longer be XFAILed on Windows. by Aaron Ballman · 11 years ago
  67. f4d0239 Point diagnostics that complain about a use of a selector in an objc message, to the selector location. by Argyrios Kyrtzidis · 11 years ago
  68. 230ea41 Revert 180817 because 180816 was reverted. by Adrian Prantl · 11 years ago
  69. 58eb370 Fix PR15845: apparently MSVC does not support implicit int in C++ mode. by Richard Smith · 11 years ago
  70. 826374a Do not generate VLAs as complex variables any more, as they are now by Adrian Prantl · 11 years ago
  71. 1c18759 [driver] Allow multiple -arch options with -save-temps by adding the arch name by Chad Rosier · 11 years ago
  72. 40ebe3d [analyzer] scan-build: support -enable-checker with new Xcode integration. by Jordan Rose · 11 years ago
  73. 8f4bdc0 Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin systems and did not do the right thing on Darwin. by Richard Smith · 11 years ago
  74. 9b13175 When deducing an 'auto' type, don't modify the type-as-written. by Richard Smith · 11 years ago
  75. 3d2f000 [ms-cxxabi] Implement member pointer comparisons by Reid Kleckner · 11 years ago
  76. c7d77b2 Struct-path aware TBAA: enable struct-path aware TBAA for classes. by Manman Ren · 11 years ago
  77. dc7a4f5 Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there by Richard Smith · 11 years ago
  78. 24cb36d Use {{.*}}suffix instead of [[TC]] in places where we print the toolchain by Rafael Espindola · 11 years ago
  79. ec2b1b9 Always use / when computing mips specific paths. by Rafael Espindola · 11 years ago
  80. 9dbfc61 [Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to the assembler. by Simon Atanasyan · 11 years ago
  81. 79dd916 Place bitfield -Wconstant-conversion warning into subgroup called -Wbitfield-constant-conversion. by Ted Kremenek · 11 years ago
  82. 676ea9d Fix very confusing indent in Sema.cpp. by Daniel Jasper · 11 years ago
  83. 3e25b99 [PCH] Fix memory leak related to deserialized MacroInfo objects. by Argyrios Kyrtzidis · 11 years ago
  84. a7efaf9 Add support for -stdlib=libc++ in the NetBSD toolchain. by Joerg Sonnenberger · 11 years ago
  85. 443adec Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers by Fariborz Jahanian · 11 years ago
  86. aa3cef4 Modify triple to try to make it pass on ARM. by Bill Wendling · 11 years ago
  87. eb9380d Just use std::list<> for PathPieces instead of complicated use of ilist. by Ted Kremenek · 11 years ago
  88. ed866e7 Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (through indirection) PathDiagnosticPieces." by Ted Kremenek · 11 years ago
  89. 7651e53 [analyzer] Change PathPieces to be a wrapper around an ilist of (through indirection) PathDiagnosticPieces. by Ted Kremenek · 11 years ago
  90. b514235 [analyzer] Remove comparePath's dependency on subscript operator. by Ted Kremenek · 11 years ago
  91. 7c6b7ba Emit the TLS intialization functions into a list. by Bill Wendling · 11 years ago
  92. d237d2e c language: diagnose use of "[*]" on any array dimension by Fariborz Jahanian · 11 years ago
  93. 548107e Use ArrayRef in AddMethodCandidate. by Rafael Espindola · 11 years ago
  94. a26e0ce [test] add missing header for the test. by Argyrios Kyrtzidis · 11 years ago
  95. 56f6e09 When emitting a preprocessed file with implicit module imports, make sure line directives are emitted in the next line. by Argyrios Kyrtzidis · 11 years ago
  96. 1d75a3b [analyzer] scan-view: don't ever serve absolute paths. by Jordan Rose · 11 years ago
  97. 7e6b564 Revert "[analyzer] Model casts to bool differently from other numbers." by Jordan Rose · 11 years ago
  98. df1fdfd Fix a typo in a parse assert. Patch by Alex Denisov. by Fariborz Jahanian · 11 years ago
  99. 3a2f912 Small CapturedStmt improvements by Ben Langmuir · 11 years ago
  100. a0152d4 Test commit by Ben Langmuir · 11 years ago