1. 63bc186 [analyzer] Report leaks at the closing brace of a function body. by Jordan Rose · 12 years ago
  2. 84c4845 [analyzer] Mark symbol values as dead in the environment. by Jordan Rose · 12 years ago
  3. 3d145f6 block extended signatur option. Change previous option by Fariborz Jahanian · 12 years ago
  4. b164af6 Comment to XML conversion: convert some tests to use the new [[@LINE]] by Dmitri Gribenko · 12 years ago
  5. 621ba4f Teach the uninitialized field warning about anonymous structs and union members. by Nick Lewycky · 12 years ago
  6. 5d1cf4f Fix an off-by-one error by switching < to <= in -Wtautological-constant-out-of-range-compare and added test case. by Richard Trieu · 12 years ago
  7. 5d23eea [analyzer] Fix test case broken by previous commit. by Jordan Rose · 12 years ago
  8. 368f3b0 [analyzer] Make sure calls in synthesized functions have valid path locations. by Jordan Rose · 12 years ago
  9. 350aea7 [PCH] Reading expressions from attributes should be done using ReadExpr(), by Argyrios Kyrtzidis · 12 years ago
  10. 5b64e77 Fix a trivial bool-related bug I spotted while skimming David Fang's by Eli Friedman · 12 years ago
  11. d653701 Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, the by Richard Smith · 12 years ago
  12. 3dfb3fa objective-C blocks: make cc1 flag -encode-extended-block-signature by Fariborz Jahanian · 12 years ago
  13. 924d5c9 Make template diffing handle integral expressions of various widths correctly. by Eli Friedman · 12 years ago
  14. 62221b1 Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for by Richard Smith · 12 years ago
  15. 06cffc0 objective-C blocks: under cc1 flag -encode-extended-block-signature, by Fariborz Jahanian · 12 years ago
  16. 1fc9a64 [analyzer] Fix test in previous commit. by Jordan Rose · 12 years ago
  17. 318fd66 [analyzer] Add a test case for printing a path note at a PreStmt point. by Jordan Rose · 12 years ago
  18. 526e627 Improve -Wtautological-constant-out-of-range-compare by taking into account by Richard Trieu · 12 years ago
  19. f5bf912 When evaluating variably modified types for function parameters, dig out the by Eli Friedman · 12 years ago
  20. 825d386 Remove the cellspu port. by Eric Christopher · 12 years ago
  21. b6ad9b1 In ExpressionEvaluationContextRecord manage LambdaMangle with a shared by Argyrios Kyrtzidis · 12 years ago
  22. 3ca23d7 objective-C blocks: Provide layout map for byref by Fariborz Jahanian · 12 years ago
  23. 93af2b8 PR14279: Work around this major miscompilation by treating move operations as by Richard Smith · 12 years ago
  24. 4a03022 When we have a MemberExpr referring to an overloaded static member function, by Richard Smith · 12 years ago
  25. 4fa4b48 Suppress elided variadic macro argument extension diagnostic for macros using by Eli Friedman · 12 years ago
  26. 66cff72 Provide the correct mangling and linkage for certain unnamed nested classes. by David Blaikie · 12 years ago
  27. 35a2b79 Fix an assertion failure printing the unused-label fixit in files using CRLF line endings. <rdar://problem/12639047>. by Eli Friedman · 12 years ago
  28. 8c88953 Remove another questionable use of hasTrivial*. The relevant thing for this by Richard Smith · 12 years ago
  29. b8a8de3 Accept and pass arguments to __unknown_anytype in argument by John McCall · 12 years ago
  30. 0c949ef Revert "Use the 'count' attribute instead of the 'upper_bound' attribute." by Eric Christopher · 12 years ago
  31. 25f071e Don't try to save the assigned value in a Objective-C property assignment by Eli Friedman · 12 years ago
  32. 97c81bf For classes that have the warn_unused_result attribute, don't apply the by Kaelyn Uhrain · 12 years ago
  33. 2ccecfa [analyzer] Address Jordan's code review for r167813. by Anna Zaks · 12 years ago
  34. 6e64973 Revert r167801, "[preprocessor] When #including something that contributes no by Daniel Dunbar · 12 years ago
  35. b12ecd3 This patch makes the behavior of clang consistent with the behavior of gcc 4.6 in cases where both -fPIC and -fPIE is used. by Benjamin Kramer · 12 years ago
  36. 8682b93 Copy the decls returned by DeclContext::lookup_result to a by Argyrios Kyrtzidis · 12 years ago
  37. cbf5f60 Add a test that shows that reporting a leak after failure to free is tricky. by Anna Zaks · 12 years ago
  38. 4141e4d Fix a Malloc Checker FP by tracking return values from initWithCharacter by Anna Zaks · 12 years ago
  39. 30305be Use the 'count' attribute instead of the 'upper_bound' attribute. by Bill Wendling · 12 years ago
  40. 8187c7e Fix IR generation for bool on PPC (and any other target where bool is not 8 bits in memory). by Eli Friedman · 12 years ago
  41. 4d10b40 [preprocessor] When #including something that contributes no tokens at all, by Argyrios Kyrtzidis · 12 years ago
  42. 044c8aa Fix some wrong-code bugs in implicitly-defined assignment operators: by Richard Smith · 12 years ago
  43. d449c79 A couple of small fixes to r167783 by Kaelyn Uhrain · 12 years ago
  44. 8f81acf Fix bad CFG construction bug when handling C++ 'try' statements. by Ted Kremenek · 12 years ago
  45. d05df51 When filtering the list of associated namespaces so that we don't suggest people by Nick Lewycky · 12 years ago
  46. 51ceb7b Enable C++11 attribute syntax for warn_unused_result and allow it to be by Kaelyn Uhrain · 12 years ago
  47. d51db49 [analyzer] Follow up to r167762 - precisely determine the adjustment conditions. by Anna Zaks · 12 years ago
  48. 882995b Remove duplicated line. by Rafael Espindola · 12 years ago
  49. 3a9fefe Fix more try scoping bugs introduced by r167650. by David Blaikie · 12 years ago
  50. 41296e8 That's causing an error. by Bill Wendling · 12 years ago
  51. e7ad14e [analyzer] Fix a regression (from r 165079): compare canonical types. by Anna Zaks · 12 years ago
  52. 5ece32e Don't test for incomplete types. by Bill Wendling · 12 years ago
  53. 5f9a7e3 Remove abuse of hasTrivial*, and fix miscompile wherein global arrays with by Richard Smith · 12 years ago
  54. 3078353 Per discussion on cfe-dev, re-enable suppression of -Wimplicit-fallthrough on C, but also include dialects of C++ earlier than C++11. by Ted Kremenek · 12 years ago
  55. ba541d3 Update testcase to show that we don't emit an error for sizes <= 32-bits. by Bill Wendling · 12 years ago
  56. 383ec17 Correct printing of nested anonymous type member accesses. by David Blaikie · 12 years ago
  57. 68fd608 Check that the input size is correct for the given constraint. by Bill Wendling · 12 years ago
  58. a6600a3 FileCheckize test by Nico Weber · 12 years ago
  59. a97d2ec objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31. by Fariborz Jahanian · 12 years ago
  60. 229d47a Rework my implementation of circular-reference finding to not use by Douglas Gregor · 12 years ago
  61. 463eb89 Add clang support of RTM from TSX by Michael Liao · 12 years ago
  62. 6c801b6 Add a few more test cases for verifying -fno-builtin. by Meador Inge · 12 years ago
  63. 4e674f7 [analyzer] When invalidating symbolic offset regions, take fields into account. by Jordan Rose · 12 years ago
  64. 3d512d8 Handle redeclarations of catch variables in catch blocks. by David Blaikie · 12 years ago
  65. d777e28 Diagnostic circular inheritance involving dependent base classes. We by Douglas Gregor · 12 years ago
  66. c4027c8 PR14296: function parameter name collisions in function try/catch by David Blaikie · 12 years ago
  67. 75e8efe Make __LDBL_MAX__ etc. have the correct type on targets where long double/double/etc. have the same format. PR14285. by Eli Friedman · 12 years ago
  68. 87da0b7 -Wobjc-literal-compare: look through implicit casts. by Jordan Rose · 12 years ago
  69. d1542c2 [NVPTX] Add __nvvm_* intrinsics as Clang builtins by Justin Holewinski · 12 years ago
  70. a67d503 PR13788: Don't perform checks on the initializer of a dependently-typed by Richard Smith · 12 years ago
  71. f1eaab1 PR14303: Add a NoDriverOption flag to those options which are not accepted by by Richard Smith · 12 years ago
  72. 485577d Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves by Chad Rosier · 12 years ago
  73. ed193ba Add test case for r167619. by Chad Rosier · 12 years ago
  74. 02f0022 Improved support for removing the comma preceding __VA_ARGS__ where __VA_ARGS__ by Andy Gibbs · 12 years ago
  75. e0ff690 Don't crash on calling static member overloaded operator, PR14120 by Nico Weber · 12 years ago
  76. 377e5c1 Remove old driver code to grab the iOS simulator version from the -D option. by Bob Wilson · 12 years ago
  77. e95b46b [Windows] Fix mangling of number literal '0' by Nico Weber · 12 years ago
  78. 45a37da Fix a bug I found while preparing my devmtg talk: When passing NULL to a by Matt Beaumont-Gay · 12 years ago
  79. c449703 llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFromConstPtr() Big-endian-aware. by NAKAMURA Takumi · 12 years ago
  80. 4f056ac LiteralSupport: Don't overflow the temporary buffer when decoding invalid string parts. by Benjamin Kramer · 12 years ago
  81. ef7bcea Set TLSSupported to false on Haiku. by Benjamin Kramer · 12 years ago
  82. d2a527e Driver/Darwin: The -arch argument values aren't exactly the arch names from a by Daniel Dunbar · 12 years ago
  83. 64c4f29 Remove code to fall back to llvm-gcc for i386 kexts. by Bob Wilson · 12 years ago
  84. e81b43b PR14284: crash on ext-valid returning NULL from a void function by David Blaikie · 12 years ago
  85. e938536 When deciding whether to convert an array construction loop into a memcpy, look by Richard Smith · 12 years ago
  86. da05df7 [Driver] Fix -Wp,-MMD pr13959 by Michael J. Spencer · 12 years ago
  87. 910515b When template deduction fails on a derived class, try a template deduction on by Richard Trieu · 12 years ago
  88. b578aee PR12713 - crash on invalid due to unmatched parens in decltype by David Blaikie · 12 years ago
  89. 7cdd281 When loading a module fails because it is out of date, rebuild that by Douglas Gregor · 12 years ago
  90. 0fe4d40 [analyzer] Check that the argument to CFMakeCollectable is non-NULL. by Jordan Rose · 12 years ago
  91. c686004 Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note that by David Chisnall · 12 years ago
  92. 8fcdea5 Add -Wmismatched-return-types flag for existing warning on conflicting return types. by Ted Kremenek · 12 years ago
  93. eaa6b12 Add -Wmismatched-parameter-types flag for existing warning on conflicting parameter types. by Ted Kremenek · 12 years ago
  94. ce2661f PR11851 (and duplicates): Whenever a constexpr function is referenced, by Richard Smith · 12 years ago
  95. b68ec6b Add missing check to warning for packed attribute. PR14259. by Eli Friedman · 12 years ago
  96. cb7b45e Create helper functions in StmtDumper for outputting the indentation, newlines, and brackets. by Manuel Klimek · 12 years ago
  97. 70a0189 Fix assertion failure with auto and nested initializer list; PR14272. by Eli Friedman · 12 years ago
  98. 7745786 Put something sane in the DWARF offset field for bitfield ObjC ivars. by Eli Friedman · 12 years ago
  99. 4179ddd Implement codegen for init_priority attribute properly - make sure it by Anton Korobeynikov · 12 years ago
  100. 1307120 Fix a silly mistake in r167437. by Eli Friedman · 12 years ago