1. 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 12 years ago
  2. 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
  3. 9d9f254 Add some horrible Perl code to teach scan-build to recursively walk a directory for HTML files. by Ted Kremenek · 12 years ago
  4. 802e226 Don't forget to run destructors when we create an array temporary of class type. by Richard Smith · 12 years ago
  5. 975f253 Revert "Update checker build to checker-271." by Ted Kremenek · 12 years ago
  6. cfe18a1 Fixed another whitespace issue... *sigh*. by Michael Gottesman · 12 years ago
  7. db99e8b Fixed whitespace. by Michael Gottesman · 12 years ago
  8. 554b07d On platforms which do not support ARC natively, do not mark objc_retain/objc_release as "nonlazybind". by Michael Gottesman · 12 years ago
  9. a7f8da1 Update checker build to checker-271. by Ted Kremenek · 12 years ago
  10. c8c2427 Revert r174246, accidentally committed. by David Blaikie · 12 years ago
  11. 9ceca75 Sentenc-ify comment added in r174206. by David Blaikie · 12 years ago
  12. 083b90d Generalize DebugInfo tests by avoiding explicit metadata numbers by David Blaikie · 12 years ago
  13. 1513eb9 Basics by David Blaikie · 12 years ago
  14. 453cb85 [analyzer] Always inline functions with bodies generated by BodyFarm. by Anna Zaks · 12 years ago
  15. a5245a5 [analyzer] Print Inline mode with -analyzer-display-progress. by Anna Zaks · 12 years ago
  16. 135d0fe [analyzer] Fix typo. by Anna Zaks · 12 years ago
  17. b7e5eec This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard by Nick Lewycky · 12 years ago
  18. 0c4394c libclang: introduce cxstring::{createRef,createDup} for C strings by Dmitri Gribenko · 12 years ago
  19. f5cfc89 Merge "special" types from different modules in the AST reader. by Douglas Gregor · 12 years ago
  20. 288c755 clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts. by NAKAMURA Takumi · 12 years ago
  21. 9484c1d Const'ify Preprocessor::getPredefinesFileID. by Argyrios Kyrtzidis · 12 years ago
  22. 54596b9 Unbreak Makefile build after r174216 by Dmitri Gribenko · 12 years ago
  23. af01bed Comment parsing: improve the fidelity of XML output for many block commands by Dmitri Gribenko · 12 years ago
  24. 2821e18 Add some missing PPC cpus by Bill Schmidt · 12 years ago
  25. 41f7b1a objc: Provide correct fixit instruction when two mismatched by Fariborz Jahanian · 12 years ago
  26. 8c888b1 [analyzer] Explain why we have system-header-simulator*.h files. by Jordan Rose · 12 years ago
  27. 5500fc1 Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  28. 978aeac [analyzer] Reuse a LazyCompoundVal if its type matches the new region. by Jordan Rose · 12 years ago
  29. 0a0f93c Fix exception handling line table problems introduced by r173593 by David Blaikie · 12 years ago
  30. 3c6aaeb Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector instruction set by Hal Finkel · 12 years ago
  31. 75dbc71 [driver] Don't try to generate diagnostic information for dsymutil crashes. by Chad Rosier · 12 years ago
  32. a5236b9 Micro change: moved '{' for better readability (+don't confuse -Wimplicit-fallthrough) by Alexander Kornienko · 12 years ago
  33. d9a9f19 Fix indent by Dmitri Gribenko · 12 years ago
  34. d82e2c1 Fix comments: these are not trailing comments by Dmitri Gribenko · 12 years ago
  35. 15a2aa0 libclang: document the purpose of createNull() by Dmitri Gribenko · 12 years ago
  36. 17c1a24 libclang: add comments for CXStringFlag by Dmitri Gribenko · 12 years ago
  37. 8b136d8 [modules] Introduce ModuleFile::DirectImportLoc which is the source location by Argyrios Kyrtzidis · 12 years ago
  38. 5ebcb20 For ModuleLoader::makeModuleVisible() also pass the source location where the by Argyrios Kyrtzidis · 12 years ago
  39. 95d912c Introduce SourceManager::PredefinesFileID, to allow each checking of whether by Argyrios Kyrtzidis · 12 years ago
  40. 4ba2508 Add check for @foo by Bill Schmidt · 12 years ago
  41. 81c9b2a Fix a string not seen without asserts by Bill Schmidt · 12 years ago
  42. 0162b83 Fixed segmentation fault when a CFGBlock has NULL successor. by Alexander Kornienko · 12 years ago
  43. 57dab71 Fix PR14881 by implementing conversion rules between int and complex int. by Bill Schmidt · 12 years ago
  44. d123dc6 Revise unit testing for -fno-altivec, -mno-altivec. by Bill Schmidt · 12 years ago
  45. dc66adb libclang: itroduce cxstring::createEmpty() by Dmitri Gribenko · 12 years ago
  46. dad4c1a libclang: introduce cxstring::createNull() by Dmitri Gribenko · 12 years ago
  47. 60969f5 Re-design the convenience interfaces on MatchFinder. by Manuel Klimek · 12 years ago
  48. ae54121 Use const visitors in ASTDumper. by Alexander Kornienko · 12 years ago
  49. 6758194 Hopefully fix windows build due to non-standard pair implementation. by Daniel Jasper · 12 years ago
  50. 68ef0df Revamp of the basic layouting algorithm in clang-format. by Daniel Jasper · 12 years ago
  51. 5f838aa Fix diagnostic for bad alignas use: it can't be applied to functions. by Richard Smith · 12 years ago
  52. cd0655b Add a new -Wundefined-inline warning for inline functions which are used but not by Nick Lewycky · 12 years ago
  53. be507b6 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. by Richard Smith · 12 years ago
  54. 5ccd3d0 Add PPC A2Q core and BG/Q preprocessor definitions by Hal Finkel · 12 years ago
  55. 074cae0 Destroy arrays and ARC fields when throwing out of ctors. by John McCall · 12 years ago
  56. 1031884 Don't do delayed exception-specification checking on an invalid by Douglas Gregor · 12 years ago
  57. 199402b Enable -fno-altivec, -mno-altivec for PowerPC. by Bill Schmidt · 12 years ago
  58. a31f65b [Sema][Attr]Fix alignment attribute printing. by Michael Han · 12 years ago
  59. a55e3ff Consistently format sample diagnostics on this page. by Richard Smith · 12 years ago
  60. 6307be3 clang/test/Index/headerfile-comment-to-html.m: Try to unbreak libxml2-less hosts to eliminate "CommentXMLValid". by NAKAMURA Takumi · 12 years ago
  61. e1ebedf Comment parsing: add more comments to CommentCommands.td by Dmitri Gribenko · 12 years ago
  62. 17d15f3 Escape backslash in the comment. by Dmitri Gribenko · 12 years ago
  63. 5e31474 Update the tests. by Bill Wendling · 12 years ago
  64. f843a58 [Comment parsing] Add support for recognizing by Fariborz Jahanian · 12 years ago
  65. 0217b1d [analyzer]RetainCount: Fix an autorelease related false positive. by Anna Zaks · 12 years ago
  66. e36d81b [analyzer] Don't track autorelease pools created by +new. by Jordan Rose · 12 years ago
  67. 0ed4394 Lexer: Don't warn about Unicode in preprocessor directives. by Jordan Rose · 12 years ago
  68. 98b21b9 Preprocessor: initialize member introduced in r173881. by Jordan Rose · 12 years ago
  69. b450161 Reverted unintendedly-committed file. by Alexander Kornienko · 12 years ago
  70. d226744 Micro-change: moved a brace for better readability by Alexander Kornienko · 12 years ago
  71. 33e83b6 Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  72. ce76d65 clang/test/Index/skip-parsed-bodies/compile_commands.json: Mark it as XFAIL:mingw32, for now. by NAKAMURA Takumi · 12 years ago
  73. bd04f2a Never break inside something that was a preprocessor directive. by Manuel Klimek · 12 years ago
  74. f343cab Several improvements to the formatting of static initializers. by Daniel Jasper · 12 years ago
  75. 335078b Attempt to fix Windows build breakage. by Evgeniy Stepanov · 12 years ago
  76. 4d0e9f5 Move commonly useful code for AST testing into MatchVerfier.h. by Manuel Klimek · 12 years ago
  77. c264e16 Add support for AArch64 target. by Tim Northover · 12 years ago
  78. 903ef04 Revert r174043 and tweak the comment wording so I'm (hopefully) not confused by it again! by Richard Smith · 12 years ago
  79. 8c84028 Added outer template parameter lists to friend type AST nodes. by Enea Zaffanella · 12 years ago
  80. a8d3904 [msan] Run more optimizations after MemorySanitizer pass. by Evgeniy Stepanov · 12 years ago
  81. 5917e22 Remove incorrect warning signs from QualType::getUnqualifiedType(). These by Richard Smith · 12 years ago
  82. 378e1e7 When we're emitting a constructor or destructor call from a delegating by Douglas Gregor · 12 years ago
  83. 29805ca Improve 'failed template argument deduction' diagnostic for the case where we by Richard Smith · 12 years ago
  84. 626799b When code completing in a statement, parenthesized expression, or by Douglas Gregor · 12 years ago
  85. d1f09b4 Allow the computation of the base priority for a declaration code completion result to consider the completion context by Douglas Gregor · 12 years ago
  86. 0efa62f Replace "failed template argument deduction" diagnostic with something useful by Richard Smith · 12 years ago
  87. 995e26b Remove elements from Sema.UndefinedInternals as functions are defined. Also by Nick Lewycky · 12 years ago
  88. 869709c Fix grammar in comment. by Nick Lewycky · 12 years ago
  89. f270519 Clarify the diagnostic for -Wnested-anon-types. by Richard Smith · 12 years ago
  90. 0e450cb [analyzer] If a lazy binding is undefined, pretend that it's unknown instead. by Jordan Rose · 12 years ago
  91. f499b34 When comparing two template template arguments in the template differ, consider by Richard Trieu · 12 years ago
  92. 95f97bf Fix -Wcovered-switch-default and -Wunused-private-field warnings. by Richard Smith · 12 years ago
  93. e8d4119 Add indents to AST dumping and removed parenthesis from AST nodes. by Richard Trieu · 12 years ago
  94. 4ceaf33 Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove by Nick Lewycky · 12 years ago
  95. 5255f27 [analyzer] Fix a bug in region store that lead to undefined value false by Anna Zaks · 12 years ago
  96. 7ba96ae Sometimes ld is just ld. by Matt Beaumont-Gay · 12 years ago
  97. 1166723 When comparing two templates in the template differ, consider them the by Douglas Gregor · 12 years ago
  98. c4c62fd Make sure that the Attribute object represents one attribute only. by Bill Wendling · 12 years ago
  99. 3e55e3e Fix unused variable warnings in -asserts build by Matt Beaumont-Gay · 12 years ago
  100. 40f56e5 Reinstate r173952, this time limiting it to exactly the form by Douglas Gregor · 12 years ago