1. 2933316 Reformat lines if they were "moved around". by Daniel Jasper · 12 years ago
  2. d0f349b Correctly determine */& usage in more cases. by Daniel Jasper · 12 years ago
  3. 6a93c86 AArch64: add atomic support parameters to TargetInfo by Tim Northover · 12 years ago
  4. 66d19bd Always break after multi-line string literals. by Daniel Jasper · 12 years ago
  5. cf5767d Prevent line breaks that make stuff hard to read. by Daniel Jasper · 12 years ago
  6. 6b8f37a Update test cases to account for DIBuilder type changes. by David Blaikie · 12 years ago
  7. 724cfee Disable dead stores checker for template instantations. Fixes <rdar://problem/13213575>. by Ted Kremenek · 12 years ago
  8. f110a9c Fix up grammar a bit. by Eric Christopher · 12 years ago
  9. 6c7db89 Unify some "kernel or kext" conditionals. by Eric Christopher · 12 years ago
  10. 3fcdea7 Add a comment. by Eric Christopher · 12 years ago
  11. cfc01e4 Clean up comment. by Eric Christopher · 12 years ago
  12. d4440c2 Grammar. by Eric Christopher · 12 years ago
  13. 0798b69 Unify some code. No functional change. by Eric Christopher · 12 years ago
  14. e50e91d Test ivar-invariant.m: use a more idiomatic RUN line and tighten the test by Dmitri Gribenko · 12 years ago
  15. e95036b Remove block names from test case to unbreak release builds. by Lang Hames · 12 years ago
  16. 6c31f7c Documentation: use \brief and don't duplicate the name of the declared entity by James Dennett · 12 years ago
  17. 49d7111 Documentation cleanup: fix a typo ("////" for "///") and suppress Doxygen's by James Dennett · 12 years ago
  18. 56c00c4 Re-apply r174919 - smarter copy/move assignment/construction, with fixes for by Lang Hames · 12 years ago
  19. 28a2cec [clang] fix test execution command by Saleem Abdulrasool · 12 years ago
  20. 961f570 [CodeGen] tighten objc ivar invariant.load attribution by Saleem Abdulrasool · 12 years ago
  21. 97e948e Fix for ARM: functions don't have extra attributes there, so {{.*}} is "" by Dmitri Gribenko · 12 years ago
  22. 959dc84 Use trailing documentation comments properly by Dmitri Gribenko · 12 years ago
  23. 6ba52aa Use the correct type to hold enumeration values by Dmitri Gribenko · 12 years ago
  24. c34464e Documentation cleanup: make a \brief be brief, and fix a bad use of \see. by James Dennett · 12 years ago
  25. 1216015 Documentation cleanup: use \brief, and don't repeat the identifier being by James Dennett · 12 years ago
  26. 12e0c13 libAnalysis: Add a case for TypeAliasDecl in CFGRecStmtDeclVisitor. by Jordan Rose · 12 years ago
  27. cb6bcf1 libclang: remove reinterpret_casts by using SourceLocation::getPtrEncoding by Dmitri Gribenko · 12 years ago
  28. 0076ea6 Remove unused forward declarations by Dmitri Gribenko · 12 years ago
  29. 896c7dd Don't warn on conversion from NULL to nullptr_t by David Blaikie · 12 years ago
  30. b4127a2 Emit vtables for an extern template class as available_externally, not as by Richard Smith · 12 years ago
  31. 7640b02 [PCH] Deserializing the DeclContext of a template parameter is not safe by Argyrios Kyrtzidis · 12 years ago
  32. 8f2fcd3 Remove unused forward declarations by Dmitri Gribenko · 12 years ago
  33. 5a758de Rework the visibility computation algorithm in preparation by John McCall · 12 years ago
  34. a6e0a0d Add test case for r175312. by Chad Rosier · 12 years ago
  35. c0dcc2d Add the 'target-cpu' and 'target-features' attributes to functions. by Bill Wendling · 12 years ago
  36. ae03d8e libclang: add clang_getTypeSpelling(CXType CT) by Dmitri Gribenko · 12 years ago
  37. 17c1a2e objective-C: Fixes a compiler crash when encoding by Fariborz Jahanian · 12 years ago
  38. 4a544e5 Recognize < and > as binary expressions in builder-type calls. by Daniel Jasper · 12 years ago
  39. 3285c78 Fixed diagnostic nondeterministic order bug (pr14901). by Enea Zaffanella · 12 years ago
  40. dc2efa1 Done break between 'operator' and '<<'. by Daniel Jasper · 12 years ago
  41. db546fa Fix crash-on-invalid where a ParenListExpr shows up as a message receiver by Argyrios Kyrtzidis · 12 years ago
  42. 820b23d When a statement is dropped from the AST because it was invalid, make sure by Argyrios Kyrtzidis · 12 years ago
  43. b130a54 Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option. by Daniel Jasper · 12 years ago
  44. 2e85e74 Sema: Unnest early exit and remove an unnecessary bad cast. by Benjamin Kramer · 12 years ago
  45. 0f9827f Abstract out emitting the vdtor calls and do it properly when using -cxx-abi microsoft; also fix vdtor calls for the ARM ABI by Timur Iskhodzhanov · 12 years ago
  46. a574c89 Make helper functions static. by Benjamin Kramer · 12 years ago
  47. 7878a7b Prevent only breaking before "?" in conditional expressions. by Daniel Jasper · 12 years ago
  48. c1ea4b9 Update testcases due to Attribute sorting improvements. by Bill Wendling · 12 years ago
  49. ada0d22 [analyzer] Don't assert when mixing reinterpret_cast and derived-to-base casts. by Jordan Rose · 12 years ago
  50. bc40386 Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  51. 28743b0 [analyzer] Cache the bindings accessible through a LazyCompoundVal. by Jordan Rose · 12 years ago
  52. ef9e6d6 [analyzer] Scan the correct store when finding symbols in a LazyCompoundVal. by Jordan Rose · 12 years ago
  53. fcfcd80 [analyzer] Tweak LazyCompoundVal reuse check to ignore qualifiers. by Jordan Rose · 12 years ago
  54. 0a0f130 [analyzer] Use collectSubRegionKeys to make removeDeadBindings faster. by Jordan Rose · 12 years ago
  55. 9d688e2 [analyzer] Refactor RegionStore's sub-region bindings traversal. by Jordan Rose · 12 years ago
  56. ae6133f Make this test determinstic for my last patch. // rdar://13192366 by Fariborz Jahanian · 12 years ago
  57. cfaed8d objective-C: synthesize properties in order of their by Fariborz Jahanian · 12 years ago
  58. 62d0f56 libclang: remove reinterpret_casts by using SourceLocation::getFromPtrEncoding by Dmitri Gribenko · 12 years ago
  59. 2620229 objective-C: When implementing custom accessor method for by Fariborz Jahanian · 12 years ago
  60. 697a685 [analyzer] Try constant-evaluation for all variables, not just globals. by Jordan Rose · 12 years ago
  61. 33ace06 [arcmt] Make sure the function has an associated parameter for the argument by Argyrios Kyrtzidis · 12 years ago
  62. 83dece5 Mangle extern "C" functions whose names are not simple identifiers. by Rafael Espindola · 12 years ago
  63. 9fc56f2 Fix counting of parameters so that r175162 works as expected. by Daniel Jasper · 12 years ago
  64. fc75908 Reduce penalty for breaking before ./-> after complex calls. by Daniel Jasper · 12 years ago
  65. 68a932d Remove a const_cast by propagating constness to called functions by Dmitri Gribenko · 12 years ago
  66. 6530390 Remove an unneeded const_cast by Dmitri Gribenko · 12 years ago
  67. e252a89 Remove const_casts by making spec_begin()/spec_end() const by Dmitri Gribenko · 12 years ago
  68. c78c6b3 Remove the trailing whitespace of formatted lines. by Daniel Jasper · 12 years ago
  69. c5cfa49 Get less confused by trailing comma in Google style. by Daniel Jasper · 12 years ago
  70. 31672fb Remove accidentally committed empty test. by Daniel Jasper · 12 years ago
  71. 6cabab4 Align superclasses for multiple inheritence. by Daniel Jasper · 12 years ago
  72. b9316b3 Revert accidental commit. by Bill Wendling · 12 years ago
  73. e1092df Pass the target options through to code generation. by Bill Wendling · 12 years ago
  74. 747836e Partially revert r175117 so that we don't break assumptions about how by Rafael Espindola · 12 years ago
  75. d2fdd42 merge hasCLanguageLinkage and isExternC. Keep the shorter name. by Rafael Espindola · 12 years ago
  76. 950fee2 Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix by Rafael Espindola · 12 years ago
  77. d3b4f0e When marking derived classes' virtual methods ODR-used in order to trigger by Nick Lewycky · 12 years ago
  78. 544450e Teach ccc-analyze to pass on -iquote with no spaces between it an the argument. by Ted Kremenek · 12 years ago
  79. 3a09444 Actually fix rendering of the example code block! by Richard Smith · 12 years ago
  80. 7cdc311 Some grammar fixes to 'Format String Checking', and reorder the text slightly to try to make the final code block actually get rendered. by Richard Smith · 12 years ago
  81. 6f48819 Document Clang's support for [[gnu::...]] attributes. by Richard Smith · 12 years ago
  82. 8c42a67 [docs] The stat cache has been removed from the PCH, update the docs to remove mentions of it. by Argyrios Kyrtzidis · 12 years ago
  83. 2c5d845 objective-C: Make order of ivars which are synthesized by Fariborz Jahanian · 12 years ago
  84. 8ab612d Remove outdated performance.html webpage. by Tanya Lattner · 12 years ago
  85. d8d7f5f [ms-inline asm] Add test case for r175083. by Chad Rosier · 12 years ago
  86. c764830 ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, by Richard Smith · 12 years ago
  87. a03ab10 Allow breaking after the return type in function declarations. by Daniel Jasper · 12 years ago
  88. 778749a Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in the Apple way. by Bill Wendling · 12 years ago
  89. 42f458d Fix comment alignment close to the column limit. by Daniel Jasper · 12 years ago
  90. 8206421 [libclang] Fix annotation of a range where the begin or end location by Argyrios Kyrtzidis · 12 years ago
  91. ba8fa0c ... and now fix the +Asserts build by Timur Iskhodzhanov · 12 years ago
  92. 4745345 Fix the microsoft-abi-structors test expectations to match both Release and Release+Asserts builds by Timur Iskhodzhanov · 12 years ago
  93. 62a48fb Pull search state out as class members. by Manuel Klimek · 12 years ago
  94. 32a2fd7 An attempt to make the search algorithm easier to understand. by Manuel Klimek · 12 years ago
  95. 59660c2 Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 by Timur Iskhodzhanov · 12 years ago
  96. e0dc7c7 Formatter: And more cast tests (these don't pass yet). by Nico Weber · 12 years ago
  97. 6fa7e74 Formatter: Add more cast tests. by Nico Weber · 12 years ago
  98. 37d6931 Formatter: Refactor the cast detection code to be a bit more readable. by Nico Weber · 12 years ago
  99. 4c2cc60 Formatter: Detect ObjC method expressions after casts. by Nico Weber · 12 years ago
  100. a46961b Change this comment to helpfully explain why it's there. by Nick Lewycky · 12 years ago