1. 0cc6f59 Add test case to show that 'availability' and 'deprecated' do *not* inherit when redeclaring ObjC properties. by Ted Kremenek · 12 years ago
  2. 29c41b5 Use isExternalLinkage instead of hasExternalLinkage. by Rafael Espindola · 12 years ago
  3. a83297b Make helpers static & 80 cols. by Benjamin Kramer · 12 years ago
  4. ba2bfa0 Fix a recent linkage regression. by Rafael Espindola · 12 years ago
  5. 32d2a65 Propagate path to ASan/MSan symbolizer into test environment to produce useful reports on errors. by Alexey Samsonov · 12 years ago
  6. 3105627 Plumb through the -fsplit-stack option using the existing backend support. by Eric Christopher · 12 years ago
  7. d9802dc Revert r177948. We decided that we do not want ObjC property redeclarations to inherit "deprecated". by Ted Kremenek · 12 years ago
  8. c855ce7 Add hasExternalLinkageUncached back with the test that Richard provided, but by Rafael Espindola · 12 years ago
  9. 98735a9 Don't build this test with modules for now, it's causing buildbot failures. by Richard Smith · 12 years ago
  10. 6a7664c Avoid computing the linkage instead of avoiding caching it. by Rafael Espindola · 12 years ago
  11. 4a3c6c6 Add tests that build modules for our builtin headers, and fix two buglets exposed by doing so. by Richard Smith · 12 years ago
  12. 80a8689 Fix linkage related crash. by Rafael Espindola · 12 years ago
  13. d613ac9 Fix 41 of the 61 tests which fail with modules enabled: we were computing and by Richard Smith · 12 years ago
  14. b846381 Be sure to check ARC conventions on the implicit method declarations by John McCall · 12 years ago
  15. d08f595 cmake: mark clang as needing exported symbol. by Rafael Espindola · 12 years ago
  16. 527842f Protect the values of array and dictionary literals from the by John McCall · 12 years ago
  17. e145bfd Make the ObjC attributes diagnostics a bit more informative. by Nico Weber · 12 years ago
  18. d1cc514 Update OpenCL comments to mention spec section and version. by Tanya Lattner · 12 years ago
  19. 96df356 <rdar://problem/13560075> Teach name lookup for builtin names to find hidden declarations. by Douglas Gregor · 12 years ago
  20. 5b8d0af Revert accidental commit. by Richard Smith · 12 years ago
  21. 4382867 Pare back r164351 somewhat. The problem that change was addressing was that we by Richard Smith · 12 years ago
  22. 702077f [analyzer] Allow tracknullOrUndef look through the ternary operator even when condition is unknown by Anna Zaks · 12 years ago
  23. 4ad33d0 [preprocessor] Minor optimization following r178671. by Argyrios Kyrtzidis · 12 years ago
  24. 78037ac Complain about attempts to befriend declarations via a using by John McCall · 12 years ago
  25. 08291a9 [analyzer] Correctly handle destructors for lifetime-extended temporaries. by Jordan Rose · 12 years ago
  26. 88530f8 [analyzer] Rename “Mac OS X API”, “Mac OS API” -> “API Misuse (Apple)” by Anna Zaks · 12 years ago
  27. 841f168 [analyzer] Warn when nil receiver results in forming null reference by Anna Zaks · 12 years ago
  28. cabc3fd [analyzer] make peelOffOuterExpr in BugReporterVisitors recursively peel off select Exprs by Anna Zaks · 12 years ago
  29. c1bef56 [analyzer] Properly handle the ternary operator in trackNullOrUndefValue by Anna Zaks · 12 years ago
  30. 3d3fb90 [analyzer] Fix typo. by Anna Zaks · 12 years ago
  31. d2615cc Add 178663 back. by Rafael Espindola · 12 years ago
  32. 4f8a3eb Revert 178663. by Rafael Espindola · 12 years ago
  33. f9f3079 Objective-C modern rewriter. Fixes a bug by Fariborz Jahanian · 12 years ago
  34. bd25ff8 [preprocessor] Allow comparing two macro definitions syntactically instead of only lexically. by Argyrios Kyrtzidis · 12 years ago
  35. 9f4f5f1 Emit a nicer diagnostic for misplaced attributes on ObjC directives. by Nico Weber · 12 years ago
  36. 2efbe47 Test Hexagon tool-chain when configured as OSless target. by Jyotsna Verma · 12 years ago
  37. 20a7cf4 Give the default CorrectionCandidateCallback::ValidateCandidate some by Kaelyn Uhrain · 12 years ago
  38. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 12 years ago
  39. 8ed9f2b Improve formatting of for loops and multi-variable DeclStmts. by Daniel Jasper · 12 years ago
  40. 4128e19 Even better way to handle comments adjacent to preprocessor directives. by Alexander Kornienko · 12 years ago
  41. 74b9fa1 Enable use of _Static_assert inside structs and unions in C11 mode (as per C11 6.7.2.1p1). by Andy Gibbs · 12 years ago
  42. f50f3f7 Assert that Parser::ParseStructUnionBody is not called for C++ code. by Andy Gibbs · 12 years ago
  43. 3776ef3 Cleanup, add comments and address review comments. by Daniel Jasper · 12 years ago
  44. 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 · 12 years ago
  45. 670b2e6 Use getPredefinesFileID() appropriately. by Douglas Gregor · 12 years ago
  46. d3ec874 Refactor the Get* functions to be more consistant among themselves. by Richard Trieu · 12 years ago
  47. 709caea Do not assume the template argument is an integer only because the by Richard Trieu · 12 years ago
  48. fa3d275 Fix a crasher in Template Diffing. by Richard Trieu · 12 years ago
  49. 625785d Fix a crasher in Template Diffing. by Richard Trieu · 12 years ago
  50. 54c6352 Move this file into the correct directory. by Eric Christopher · 12 years ago
  51. d3e22df From PR9121 gcc defaulted to omitting the frame pointer on linux, by Eric Christopher · 12 years ago
  52. d4582b8 Escape more @ signs in Doxygen comments. by Jordan Rose · 12 years ago
  53. ecee165 [analyzer] Better model for copying of array fields in implicit copy ctors. by Jordan Rose · 12 years ago
  54. 73c56bb In ObjC++ on legacy runtimes, push an EH cleanup as well as by John McCall · 12 years ago
  55. 7b47adc Objective-C arc [qui]. Don't issue the bridge cast by Fariborz Jahanian · 12 years ago
  56. 77e2788 Silencing warnings in MSVC due to duplicate identifiers. by Aaron Ballman · 12 years ago
  57. f068c92 Revert "Revert r178079, it caused PR15637." by Eric Christopher · 12 years ago
  58. 58b65d9 Update assertion string to new name of ArithAssignBinaryOperator by Stefanus Du Toit · 12 years ago
  59. 148bab2 [ms-inline asm] Test case for r178566. by Chad Rosier · 12 years ago
  60. 0ab5b4c If a defaulted special member is implicitly deleted, check whether it's by Richard Smith · 12 years ago
  61. 0c70181 Objective-C: Provide fixit hints when warning by Fariborz Jahanian · 12 years ago
  62. 1b461b0 Remove dead store. by Richard Smith · 12 years ago
  63. 7b69cd0 Adding a hasLocalQualifiers() AST Matcher. by Edwin Vane · 12 years ago
  64. 8b0822b Moved fallthrough regression test to switch-implicit-fallthrough.cpp. by Alexander Kornienko · 12 years ago
  65. cb428a1 [ms-cxxabi] Rename enum and remove dead case per Jordan's suggestion by Reid Kleckner · 12 years ago
  66. 4ba4929 [ms-cxxabi] Remove unused variable by Reid Kleckner · 12 years ago
  67. 4410489 [ms-cxxabi] Move MS inheritance model calculation into MemberPointerType by Reid Kleckner · 12 years ago
  68. b0707c9 Fixed "fallthrough annotation does not directly precede switch label" warning in by Alexander Kornienko · 12 years ago
  69. 3791130 Fix some inconsistent use of indentation. by Daniel Jasper · 12 years ago
  70. ddc15c4 Escape # and $ in dependency files. by Benjamin Kramer · 12 years ago
  71. 7d1be73 Remove target-specific alignment from test. by Benjamin Kramer · 12 years ago
  72. 4f01ed4 [ASan] Emit lifetime markers for local variables in -fsanitize=use-after-scope mode by Alexey Samsonov · 12 years ago
  73. f52d527 Alternative handling of comments adjacent to preprocessor directives. by Alexander Kornienko · 12 years ago
  74. 3d11708 [analyzer] Moving cplusplus.NewDelete to alpha.* for now. by Anton Yartsev · 12 years ago
  75. b421d92 Add -Wstatic-local-in-inline, which warns about using a static local by John McCall · 12 years ago
  76. 658a284 [analyzer] Teach invalidateRegions that regions within LazyCompoundVal need to be invalidated by Anna Zaks · 12 years ago
  77. 7959194 un-break remaining gdb buildbot testcases. by Adrian Prantl · 12 years ago
  78. c63a460 [analyzer] For now, don't inline [cd]tors of C++ containers. by Jordan Rose · 12 years ago
  79. c9092bb [analyzer] Cache whether a function is generally inlineable. by Jordan Rose · 12 years ago
  80. 992acb2 [analyzer] Use inline storage in the FunctionSummary DenseMap. by Jordan Rose · 12 years ago
  81. a126436 [analyzer] Allow suppressing diagnostics reported within the 'std' namespace by Jordan Rose · 12 years ago
  82. f12a25b Fix typo in test by Matt Beaumont-Gay · 12 years ago
  83. d94a3a0 Use the ASYContext::getTypeSizeInChars API to cleanup some ugliness, per John by Chad Rosier · 12 years ago
  84. 725fe0e PR15633: Note that we are EnteringContext when parsing the nested name by Richard Smith · 12 years ago
  85. e40e496 [arcmt] Copy the diagnostics so we don't have to worry about invaliding iterators from the diagnostic list. by Argyrios Kyrtzidis · 12 years ago
  86. e25d2f6 R600: Handle -mcpu option v3 by Tom Stellard · 12 years ago
  87. 3b848ec R600: Add missing Southern Islands GPU to setCPU() function by Tom Stellard · 12 years ago
  88. bd0152f Revert r178079, it caused PR15637. by Nico Weber · 12 years ago
  89. f396ad9 Don't eagerly deserialize every templated function (and every static data by Richard Smith · 12 years ago
  90. efb72ad * Attempt to un-break gdb buildbot by emitting a lexical block end only by Adrian Prantl · 12 years ago
  91. 5b8740f Only merge down a variable type if the previous declaration was by John McCall · 12 years ago
  92. 88be2fd Adding parenType() and innerType() AST Matchers Updated docs and tests. by Edwin Vane · 12 years ago
  93. e3faa6e Cleanup. No functional change intended. by Chad Rosier · 12 years ago
  94. dd0a1f5 Thread safety analysis: Turn on checking for non-scalar types by default. by DeLesley Hutchins · 12 years ago
  95. 6d11877 Add test for PR12527 (bug has apparently already been fixed). by Richard Smith · 12 years ago
  96. e9ebd85 [libclang] Make clang_Cursor_getArgument work with call-exprs. by Argyrios Kyrtzidis · 12 years ago
  97. 81d2d38 Improve formatting of function types. by Daniel Jasper · 12 years ago
  98. bf27951 Modifed debug-info-byval.cpp test to grep for .string or .asciz. by Jyotsna Verma · 12 years ago
  99. 04863a8 Fix typo. This method isn't used anywhere. by Benjamin Kramer · 12 years ago
  100. 9f8bd33 Remove unused default values. by Rafael Espindola · 12 years ago