1. 8ed9f2b Improve formatting of for loops and multi-variable DeclStmts. by Daniel Jasper · 11 years ago
  2. 4128e19 Even better way to handle comments adjacent to preprocessor directives. by Alexander Kornienko · 11 years ago
  3. 74b9fa1 Enable use of _Static_assert inside structs and unions in C11 mode (as per C11 6.7.2.1p1). by Andy Gibbs · 11 years ago
  4. f50f3f7 Assert that Parser::ParseStructUnionBody is not called for C++ code. by Andy Gibbs · 11 years ago
  5. 3776ef3 Cleanup, add comments and address review comments. by Daniel Jasper · 11 years ago
  6. b2dbfd8 [modules] If a submodule has re-definitions of the same macro, only the last definition will be used as the "exported" one. by Argyrios Kyrtzidis · 11 years ago
  7. 670b2e6 Use getPredefinesFileID() appropriately. by Douglas Gregor · 11 years ago
  8. d3ec874 Refactor the Get* functions to be more consistant among themselves. by Richard Trieu · 11 years ago
  9. 709caea Do not assume the template argument is an integer only because the by Richard Trieu · 11 years ago
  10. fa3d275 Fix a crasher in Template Diffing. by Richard Trieu · 11 years ago
  11. 625785d Fix a crasher in Template Diffing. by Richard Trieu · 11 years ago
  12. 54c6352 Move this file into the correct directory. by Eric Christopher · 11 years ago
  13. d3e22df From PR9121 gcc defaulted to omitting the frame pointer on linux, by Eric Christopher · 11 years ago
  14. d4582b8 Escape more @ signs in Doxygen comments. by Jordan Rose · 11 years ago
  15. ecee165 [analyzer] Better model for copying of array fields in implicit copy ctors. by Jordan Rose · 11 years ago
  16. 73c56bb In ObjC++ on legacy runtimes, push an EH cleanup as well as by John McCall · 11 years ago
  17. 7b47adc Objective-C arc [qui]. Don't issue the bridge cast by Fariborz Jahanian · 11 years ago
  18. 77e2788 Silencing warnings in MSVC due to duplicate identifiers. by Aaron Ballman · 11 years ago
  19. f068c92 Revert "Revert r178079, it caused PR15637." by Eric Christopher · 11 years ago
  20. 58b65d9 Update assertion string to new name of ArithAssignBinaryOperator by Stefanus Du Toit · 11 years ago
  21. 148bab2 [ms-inline asm] Test case for r178566. by Chad Rosier · 11 years ago
  22. 0ab5b4c If a defaulted special member is implicitly deleted, check whether it's by Richard Smith · 11 years ago
  23. 0c70181 Objective-C: Provide fixit hints when warning by Fariborz Jahanian · 11 years ago
  24. 1b461b0 Remove dead store. by Richard Smith · 11 years ago
  25. 7b69cd0 Adding a hasLocalQualifiers() AST Matcher. by Edwin Vane · 11 years ago
  26. 8b0822b Moved fallthrough regression test to switch-implicit-fallthrough.cpp. by Alexander Kornienko · 11 years ago
  27. cb428a1 [ms-cxxabi] Rename enum and remove dead case per Jordan's suggestion by Reid Kleckner · 11 years ago
  28. 4ba4929 [ms-cxxabi] Remove unused variable by Reid Kleckner · 11 years ago
  29. 4410489 [ms-cxxabi] Move MS inheritance model calculation into MemberPointerType by Reid Kleckner · 11 years ago
  30. b0707c9 Fixed "fallthrough annotation does not directly precede switch label" warning in by Alexander Kornienko · 11 years ago
  31. 3791130 Fix some inconsistent use of indentation. by Daniel Jasper · 11 years ago
  32. ddc15c4 Escape # and $ in dependency files. by Benjamin Kramer · 11 years ago
  33. 7d1be73 Remove target-specific alignment from test. by Benjamin Kramer · 11 years ago
  34. 4f01ed4 [ASan] Emit lifetime markers for local variables in -fsanitize=use-after-scope mode by Alexey Samsonov · 11 years ago
  35. f52d527 Alternative handling of comments adjacent to preprocessor directives. by Alexander Kornienko · 11 years ago
  36. 3d11708 [analyzer] Moving cplusplus.NewDelete to alpha.* for now. by Anton Yartsev · 11 years ago
  37. b421d92 Add -Wstatic-local-in-inline, which warns about using a static local by John McCall · 11 years ago
  38. 658a284 [analyzer] Teach invalidateRegions that regions within LazyCompoundVal need to be invalidated by Anna Zaks · 11 years ago
  39. 7959194 un-break remaining gdb buildbot testcases. by Adrian Prantl · 11 years ago
  40. c63a460 [analyzer] For now, don't inline [cd]tors of C++ containers. by Jordan Rose · 11 years ago
  41. c9092bb [analyzer] Cache whether a function is generally inlineable. by Jordan Rose · 11 years ago
  42. 992acb2 [analyzer] Use inline storage in the FunctionSummary DenseMap. by Jordan Rose · 11 years ago
  43. a126436 [analyzer] Allow suppressing diagnostics reported within the 'std' namespace by Jordan Rose · 11 years ago
  44. f12a25b Fix typo in test by Matt Beaumont-Gay · 11 years ago
  45. d94a3a0 Use the ASYContext::getTypeSizeInChars API to cleanup some ugliness, per John by Chad Rosier · 11 years ago
  46. 725fe0e PR15633: Note that we are EnteringContext when parsing the nested name by Richard Smith · 11 years ago
  47. e40e496 [arcmt] Copy the diagnostics so we don't have to worry about invaliding iterators from the diagnostic list. by Argyrios Kyrtzidis · 11 years ago
  48. e25d2f6 R600: Handle -mcpu option v3 by Tom Stellard · 11 years ago
  49. 3b848ec R600: Add missing Southern Islands GPU to setCPU() function by Tom Stellard · 11 years ago
  50. bd0152f Revert r178079, it caused PR15637. by Nico Weber · 11 years ago
  51. f396ad9 Don't eagerly deserialize every templated function (and every static data by Richard Smith · 11 years ago
  52. efb72ad * Attempt to un-break gdb buildbot by emitting a lexical block end only by Adrian Prantl · 11 years ago
  53. 5b8740f Only merge down a variable type if the previous declaration was by John McCall · 11 years ago
  54. 88be2fd Adding parenType() and innerType() AST Matchers Updated docs and tests. by Edwin Vane · 11 years ago
  55. e3faa6e Cleanup. No functional change intended. by Chad Rosier · 11 years ago
  56. dd0a1f5 Thread safety analysis: Turn on checking for non-scalar types by default. by DeLesley Hutchins · 11 years ago
  57. 6d11877 Add test for PR12527 (bug has apparently already been fixed). by Richard Smith · 11 years ago
  58. e9ebd85 [libclang] Make clang_Cursor_getArgument work with call-exprs. by Argyrios Kyrtzidis · 11 years ago
  59. 81d2d38 Improve formatting of function types. by Daniel Jasper · 11 years ago
  60. bf27951 Modifed debug-info-byval.cpp test to grep for .string or .asciz. by Jyotsna Verma · 11 years ago
  61. 04863a8 Fix typo. This method isn't used anywhere. by Benjamin Kramer · 11 years ago
  62. 9f8bd33 Remove unused default values. by Rafael Espindola · 11 years ago
  63. affa3af Remove old NVPTX cpus and add new NVPTX cpus by Justin Holewinski · 11 years ago
  64. dca8f33 Use kernel metadata to differentiate between kernel and device by Justin Holewinski · 11 years ago
  65. fe6b271 Add support for gcc-compatible -mfprnd -mno-fprnd PPC options by Hal Finkel · 11 years ago
  66. 66dca6e Sema: Don't crash when trying to emit a precedence warning on postinc/decrement. by Benjamin Kramer · 11 years ago
  67. 76f7761 [analyzer] Restructure ExprEngine::VisitCXXNewExpr to do a bit less work. by Jordan Rose · 11 years ago
  68. e6f2bf8 [analyzer] Handle caching out while evaluating a C++ new expression. by Jordan Rose · 11 years ago
  69. 75f8bd0 [analyzer] Add debug helper LocationContext::dumpStack(). by Jordan Rose · 11 years ago
  70. 5184dd4 [analyzer] Garbage removed by Anton Yartsev · 11 years ago
  71. 70be6d8 [analyzer] Test added by Anton Yartsev · 11 years ago
  72. 8e452e7 [analyzer] Enabled unix.Malloc checker. + Refactoring. by Anton Yartsev · 11 years ago
  73. 1f3b5d9 [analyzer] Tests for intersections with other checkers from MallocChecker.cpp factored out to NewDelete-intersections.mm by Anton Yartsev · 11 years ago
  74. c22856d generalize testcase by Adrian Prantl · 11 years ago
  75. 84e8a96 [analyzer] Address Jordan’s review of r178309 - do not register an extra visitor for nil receiver by Anna Zaks · 11 years ago
  76. 4de4715 [analyzer] Look for a StmtPoint node instead of PostStmt in trackNullOrUndefValue. by Anna Zaks · 11 years ago
  77. b6cac0b [libclang] Add test case for r178374. by Argyrios Kyrtzidis · 11 years ago
  78. 04593d0 When looking for overridden ObjC methods, don't ignore 'hidden' ones. by Argyrios Kyrtzidis · 11 years ago
  79. c58b756 [libclang] If libclang logging is enabled, print all compiler diagnostics to stderr instead of capturing them. by Argyrios Kyrtzidis · 11 years ago
  80. 16e0f19 [cmake] Add clang-headers as a dependency of libclang and if we have to copy them by Argyrios Kyrtzidis · 11 years ago
  81. 52b2e70 Sema: Warn on sizeof on binary ops on decayed arrays. by Benjamin Kramer · 11 years ago
  82. 9b97adf Bugfix/Followup for r177086. by Adrian Prantl · 11 years ago
  83. e86fcc4 Improvement on r177086. by Adrian Prantl · 11 years ago
  84. 073f5e8 Hexagon: Set Hexagon tool-chain when configured as OSless target. by Jyotsna Verma · 11 years ago
  85. 93ce7d5 Remove sign-compare warning on systems that still use 32 bit time_ts. by Benjamin Kramer · 11 years ago
  86. 5b34b9c Fix thinko (and the bots): We still want to warn in C. by Rafael Espindola · 11 years ago
  87. b6bead4 Don't special case one line extern "C" decls. by Rafael Espindola · 11 years ago
  88. 1bfc28c Add RDSEED intrinsic support defined in AVX2 extension by Michael Liao · 11 years ago
  89. f91210d Add XTEST intrinsic defined in TSX extension by Michael Liao · 11 years ago
  90. 5062bb2 [cfg] Always guard (when AddStaticInitBranches == true) DeclStmts for static variables, not just ones with explicit initializers by Ted Kremenek · 11 years ago
  91. 84e4804 [analyzer] Add static initializer test case (from <rdar://problem/13227740>). by Ted Kremenek · 11 years ago
  92. dff2be8 Revert r178273 as it broke the Linux bootstrap due to false positives by Timur Iskhodzhanov · 11 years ago
  93. 0f5c5c6 Add static analyzer support for conditionally executing static initializers. by Ted Kremenek · 11 years ago
  94. 02a88c3 Add configuration plumbing to enable static initializer branching in the CFG for the analyzer. by Ted Kremenek · 11 years ago
  95. 99a72d2 Objective-C: Produce precise diagnostic when by Fariborz Jahanian · 11 years ago
  96. 123243c [analyzer] Document existence of ConstPointerEscape. by Anna Zaks · 11 years ago
  97. 41988f3 [analyzer] Add support for escape of const pointers and use it to allow “newed” pointers to escape by Anna Zaks · 11 years ago
  98. aabb4c5 [analyzer] Apply the suppression rules to the nil receiver only if the value participates in the computation of the nil we warn about. by Anna Zaks · 11 years ago
  99. e93e255 [ms-cxxabi] Add more tests for r178297 by Reid Kleckner · 11 years ago
  100. 4bbae38 [sema] Check the result of getAsCXXRecordDecl() to fix the build by Reid Kleckner · 11 years ago