1. ee0feec Formatter: Detect ObjC method expressions after unary operators. by Nico Weber · 12 years ago
  2. 63d7ced Initial support for formatting ObjC method declarations/calls. by Daniel Jasper · 12 years ago
  3. d399bff Fix some linebreak decisions in Google format. by Daniel Jasper · 12 years ago
  4. 5b7e7b0 Fix formatting regression introduced by r174307. by Daniel Jasper · 12 years ago
  5. 8fcbb8d Fix typo in comment by Arnaud A. de Grandmaison · 12 years ago
  6. 77163bc TextDiagnostic.cpp: Suppress a warning to use ptrdiff_t on i686-clang. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
  7. c706c8e Driver and option support for -gsplit-dwarf. This is a part of by Eric Christopher · 12 years ago
  8. 4f4e2af Spaces instead of tabs. by Eric Christopher · 12 years ago
  9. cc972ed Revert "Remove sparse text on diagnostic options. These are not really documented anywhere, and they really aren't for normal users." by Ted Kremenek · 12 years ago
  10. 4fd83a3 Remove dead code related to the now defunct PCH stat cache. by Ted Kremenek · 12 years ago
  11. 7cea148 Test for virtual instead of pure here. It has the exact same effect, and John by Nick Lewycky · 12 years ago
  12. afbcab8 PR15095: Use more correct source locations for the InitListExpr we fake up for by Richard Smith · 12 years ago
  13. 7305e8c Remove sparse text on diagnostic options. These are not really documented anywhere, and they really aren't for normal users. by Ted Kremenek · 12 years ago
  14. a4dc51b Add some missing diagnostics for C++11 narrowing conversions. by Richard Smith · 12 years ago
  15. 152ea0e Implements the convenience matcher findAll. by Manuel Klimek · 12 years ago
  16. 7387673 Add an eachOf matcher. by Manuel Klimek · 12 years ago
  17. cda1650 Improve handling of trailing block comments by Daniel Jasper · 12 years ago
  18. fa543ac Improve formatting of stream operators. by Daniel Jasper · 12 years ago
  19. 2752ff3 Improve handling of trailing block comments. by Daniel Jasper · 12 years ago
  20. 8159d2f Fix an error in formatting of for-loops. by Daniel Jasper · 12 years ago
  21. 0178673 Restructuring of token annotation for formatting. by Daniel Jasper · 12 years ago
  22. 22c0cbe clang/Analysis: Fix r174245, a valgrind error in AnalysisDeclContext::getBody(bool &IsAutosynthesized), to initialize IsAutosynthesized explicitly. by NAKAMURA Takumi · 12 years ago
  23. 93aa2db DeclPrinter: fix CXXConstructExpr printing with implicit default argument by Dmitri Gribenko · 12 years ago
  24. f408d1d Drop value names from test to get -Asserts builds back to green. by Benjamin Kramer · 12 years ago
  25. ae3f760 CodeGen: Implement hint values for dynamic_cast as described in the Itanium C++ ABI. by Benjamin Kramer · 12 years ago
  26. 922cec2 CodeGen: Remove unnecessary const_casts. No functionality change. by Benjamin Kramer · 12 years ago
  27. 6bd0232 Fix bug in formatting of nested initializers. by Daniel Jasper · 12 years ago
  28. 4c494f4 Comment to XML conversion: replace string comparison with command ID comparison by Dmitri Gribenko · 12 years ago
  29. 21f6b39 CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind. by Benjamin Kramer · 12 years ago
  30. f8c1214 Remove unneeded const_casts by Dmitri Gribenko · 12 years ago
  31. f06faad libclang: wrap CXString implementation into 'namespace cxstring' by Dmitri Gribenko · 12 years ago
  32. aca3e56 libclang: remove 'using namespace cxstring' by Dmitri Gribenko · 12 years ago
  33. 361d79c libclang: migrate IndexingDeclVisitor to ConstDeclVisitor by Dmitri Gribenko · 12 years ago
  34. 8d0eb2f libclang: remove unneeded const_cast by Dmitri Gribenko · 12 years ago
  35. b35cc2d Constify ASTContext::getObjContainingInterface by Dmitri Gribenko · 12 years ago
  36. e414cc1 libclang: migrate USRGenerator to ConstDeclVisitor by Dmitri Gribenko · 12 years ago
  37. a376f87 libclang: remove unneeded const_casts by Dmitri Gribenko · 12 years ago
  38. 95f3636 clang/test/CodeGenCXX/debug-info-class.cpp: Tweak to unbreak test for a few targets. by NAKAMURA Takumi · 12 years ago
  39. 2a3fe34 Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  40. 5595ded libclang: introduce cxstring::{createRef,createDup} for StringRefs by Dmitri Gribenko · 12 years ago
  41. 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 12 years ago
  42. 821b93e Correctly classify T{} as an array temporary if T is an array of class type with nontrivial destructor. by Richard Smith · 12 years ago
  43. 9d9f254 Add some horrible Perl code to teach scan-build to recursively walk a directory for HTML files. by Ted Kremenek · 12 years ago
  44. 802e226 Don't forget to run destructors when we create an array temporary of class type. by Richard Smith · 12 years ago
  45. 975f253 Revert "Update checker build to checker-271." by Ted Kremenek · 12 years ago
  46. cfe18a1 Fixed another whitespace issue... *sigh*. by Michael Gottesman · 12 years ago
  47. db99e8b Fixed whitespace. by Michael Gottesman · 12 years ago
  48. 554b07d On platforms which do not support ARC natively, do not mark objc_retain/objc_release as "nonlazybind". by Michael Gottesman · 12 years ago
  49. a7f8da1 Update checker build to checker-271. by Ted Kremenek · 12 years ago
  50. c8c2427 Revert r174246, accidentally committed. by David Blaikie · 12 years ago
  51. 9ceca75 Sentenc-ify comment added in r174206. by David Blaikie · 12 years ago
  52. 083b90d Generalize DebugInfo tests by avoiding explicit metadata numbers by David Blaikie · 12 years ago
  53. 1513eb9 Basics by David Blaikie · 12 years ago
  54. 453cb85 [analyzer] Always inline functions with bodies generated by BodyFarm. by Anna Zaks · 12 years ago
  55. a5245a5 [analyzer] Print Inline mode with -analyzer-display-progress. by Anna Zaks · 12 years ago
  56. 135d0fe [analyzer] Fix typo. by Anna Zaks · 12 years ago
  57. b7e5eec This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard by Nick Lewycky · 12 years ago
  58. 0c4394c libclang: introduce cxstring::{createRef,createDup} for C strings by Dmitri Gribenko · 12 years ago
  59. f5cfc89 Merge "special" types from different modules in the AST reader. by Douglas Gregor · 12 years ago
  60. 288c755 clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts. by NAKAMURA Takumi · 12 years ago
  61. 9484c1d Const'ify Preprocessor::getPredefinesFileID. by Argyrios Kyrtzidis · 12 years ago
  62. 54596b9 Unbreak Makefile build after r174216 by Dmitri Gribenko · 12 years ago
  63. af01bed Comment parsing: improve the fidelity of XML output for many block commands by Dmitri Gribenko · 12 years ago
  64. 2821e18 Add some missing PPC cpus by Bill Schmidt · 12 years ago
  65. 41f7b1a objc: Provide correct fixit instruction when two mismatched by Fariborz Jahanian · 12 years ago
  66. 8c888b1 [analyzer] Explain why we have system-header-simulator*.h files. by Jordan Rose · 12 years ago
  67. 5500fc1 Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  68. 978aeac [analyzer] Reuse a LazyCompoundVal if its type matches the new region. by Jordan Rose · 12 years ago
  69. 0a0f93c Fix exception handling line table problems introduced by r173593 by David Blaikie · 12 years ago
  70. 3c6aaeb Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector instruction set by Hal Finkel · 12 years ago
  71. 75dbc71 [driver] Don't try to generate diagnostic information for dsymutil crashes. by Chad Rosier · 12 years ago
  72. a5236b9 Micro change: moved '{' for better readability (+don't confuse -Wimplicit-fallthrough) by Alexander Kornienko · 12 years ago
  73. d9a9f19 Fix indent by Dmitri Gribenko · 12 years ago
  74. d82e2c1 Fix comments: these are not trailing comments by Dmitri Gribenko · 12 years ago
  75. 15a2aa0 libclang: document the purpose of createNull() by Dmitri Gribenko · 12 years ago
  76. 17c1a24 libclang: add comments for CXStringFlag by Dmitri Gribenko · 12 years ago
  77. 8b136d8 [modules] Introduce ModuleFile::DirectImportLoc which is the source location by Argyrios Kyrtzidis · 12 years ago
  78. 5ebcb20 For ModuleLoader::makeModuleVisible() also pass the source location where the by Argyrios Kyrtzidis · 12 years ago
  79. 95d912c Introduce SourceManager::PredefinesFileID, to allow each checking of whether by Argyrios Kyrtzidis · 12 years ago
  80. 4ba2508 Add check for @foo by Bill Schmidt · 12 years ago
  81. 81c9b2a Fix a string not seen without asserts by Bill Schmidt · 12 years ago
  82. 0162b83 Fixed segmentation fault when a CFGBlock has NULL successor. by Alexander Kornienko · 12 years ago
  83. 57dab71 Fix PR14881 by implementing conversion rules between int and complex int. by Bill Schmidt · 12 years ago
  84. d123dc6 Revise unit testing for -fno-altivec, -mno-altivec. by Bill Schmidt · 12 years ago
  85. dc66adb libclang: itroduce cxstring::createEmpty() by Dmitri Gribenko · 12 years ago
  86. dad4c1a libclang: introduce cxstring::createNull() by Dmitri Gribenko · 12 years ago
  87. 60969f5 Re-design the convenience interfaces on MatchFinder. by Manuel Klimek · 12 years ago
  88. ae54121 Use const visitors in ASTDumper. by Alexander Kornienko · 12 years ago
  89. 6758194 Hopefully fix windows build due to non-standard pair implementation. by Daniel Jasper · 12 years ago
  90. 68ef0df Revamp of the basic layouting algorithm in clang-format. by Daniel Jasper · 12 years ago
  91. 5f838aa Fix diagnostic for bad alignas use: it can't be applied to functions. by Richard Smith · 12 years ago
  92. cd0655b Add a new -Wundefined-inline warning for inline functions which are used but not by Nick Lewycky · 12 years ago
  93. be507b6 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. by Richard Smith · 12 years ago
  94. 5ccd3d0 Add PPC A2Q core and BG/Q preprocessor definitions by Hal Finkel · 12 years ago
  95. 074cae0 Destroy arrays and ARC fields when throwing out of ctors. by John McCall · 12 years ago
  96. 1031884 Don't do delayed exception-specification checking on an invalid by Douglas Gregor · 12 years ago
  97. 199402b Enable -fno-altivec, -mno-altivec for PowerPC. by Bill Schmidt · 12 years ago
  98. a31f65b [Sema][Attr]Fix alignment attribute printing. by Michael Han · 12 years ago
  99. a55e3ff Consistently format sample diagnostics on this page. by Richard Smith · 12 years ago
  100. 6307be3 clang/test/Index/headerfile-comment-to-html.m: Try to unbreak libxml2-less hosts to eliminate "CommentXMLValid". by NAKAMURA Takumi · 12 years ago