1. 6aa240c Remove -Wspellcheck and replace it with a diagnostic option. by Argyrios Kyrtzidis · 11 years ago
  2. 2710ed8 Exploit this-return of a callsite in a this-return function. by Manman Ren · 11 years ago
  3. 70e82dc Improve template diffing handling of default integer values. by Richard Trieu · 11 years ago
  4. 74c0d69 [analyzer] Use isLiveRegion to determine when SymbolRegionValue is dead. by Anna Zaks · 11 years ago
  5. f510f5c [analyzer] BugReporterVisitors: handle the case where a ternary operator is wrapped in a cast. by Anna Zaks · 11 years ago
  6. 7adf3a9 Enhance -Wtautological-constant-out-of-range-compare to include the name of the enum constant. by Ted Kremenek · 11 years ago
  7. 6a15f39 [analyzer] Look through ExprWhenCleanups when trying to track a NULL. by Jordan Rose · 11 years ago
  8. ad7e160 ClangTool output cleanup by Edwin Vane · 11 years ago
  9. 6b6a9b3 Force column info only for direct inlined functions. This should strike by Adrian Prantl · 11 years ago
  10. a30bab4 c: Also chek for integer overflow for '%' operator. by Fariborz Jahanian · 11 years ago
  11. 2cd889d c: add the missing binary operatory when checking by Fariborz Jahanian · 11 years ago
  12. e310b1a Fixup for r176934. More careful setup of path to llvm-symbolizer by Alexey Samsonov · 11 years ago
  13. dc9c160 [analyzer] Teach trackNullOrUndef to look through ternary operators by Anna Zaks · 11 years ago
  14. d922779 PR15290: 'this' is not permitted in the declaration of a friend function, by Richard Smith · 11 years ago
  15. 96db329 Diagnose about extern "C" functions returning c++ objects by Fariborz Jahanian · 11 years ago
  16. 57f8da5 Don't try to typo-correct 'super' in an objc method. by Argyrios Kyrtzidis · 11 years ago
  17. 503836a Add a testcase for r177118. by Adrian Prantl · 11 years ago
  18. a4bb4f6 [analyzer] Change the way in which IDC Visitor decides to kick in and make sure it attaches in the given edge case by Anna Zaks · 11 years ago
  19. 7f99d5c [PR15513/<rdar://problem/13409707>] Template arguments in diagnostics aren't always known at compile time. by Douglas Gregor · 11 years ago
  20. 836e7c9 Allocate stack storage for .block_descriptor and captured self at -O0. by Adrian Prantl · 11 years ago
  21. 4a374f9 [analyzer] Fix scan-build's -stats mode. by Jordan Rose · 11 years ago
  22. 7ac415b [ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is not explicitly disabled). by Alexey Samsonov · 11 years ago
  23. 96cead5 Add support for the 'endian' attribute for OpenCL. by Joey Gouly · 11 years ago
  24. e34db6b Flag that friend function definitions are "late parsed" so that by John McCall · 11 years ago
  25. aa778f1 Really fix the MIPS test. by Bill Wendling · 11 years ago
  26. 7c527e4 Attempt to fix test. by Bill Wendling · 11 years ago
  27. ad4b8b4 Cause the mips16/nomips16 attribute to be passed to LLVM from Clang by Reed Kotler · 11 years ago
  28. 6022c4e [analyzer] BugReporter - more precise tracking of C++ references by Anna Zaks · 11 years ago
  29. c5b9c8b [analyzer] Handle Objc Fast enumeration for "loop is executed 0 times". by Ted Kremenek · 11 years ago
  30. b38b3cd relax check to allow for attributes (fix buildbot for elf-ppc64) by Adrian Prantl · 11 years ago
  31. 1d5b1b3 Add llvm-symbolizer as test dependency. by Evgeniy Stepanov · 11 years ago
  32. e0d5c86 Set symbolizer path in the test environment. by Evgeniy Stepanov · 11 years ago
  33. 5b07e80 Tighten up the rules for precise lifetime and document by John McCall · 11 years ago
  34. 365bc03 Test for LLVM r176911 by Matt Beaumont-Gay · 11 years ago
  35. 1d0d2fe Objective-C: In my last path, also check by Fariborz Jahanian · 11 years ago
  36. 054d047 Make modules.m test portable, now that autolinking is dependent on whether or not the target uses the integrated assembler. by Ted Kremenek · 11 years ago
  37. 5ca58a0 Eliminate backend dependency in CFE testcase. by Adrian Prantl · 11 years ago
  38. 4c1adcc [driver] Only enable -fmodules-autolink if we are using the integrated assembler. by Ted Kremenek · 11 years ago
  39. 00df5ea Force column info to be generated for call expressions so we can by Adrian Prantl · 11 years ago
  40. 61d16c1 Driver: -ccc-install-dir should affect cc1 -resource-dir by Jim Grosbach · 11 years ago
  41. 327a6d9 Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for a while." by Bob Wilson · 11 years ago
  42. 82aaebe Add an interesting testcase we already handle correctly. by Rafael Espindola · 11 years ago
  43. 6114a3c Objective-C: Issue warning in couple of obscure cases by Fariborz Jahanian · 11 years ago
  44. c812c3a Move the extern "C" sema tests to a new file. by Rafael Espindola · 11 years ago
  45. a29e0fa Revert r166370 and r166540 now that Xcode 4.6 has been available for a while. by Bob Wilson · 11 years ago
  46. c06fcdf Revert "Disallow using -fmodules with -no-integrated-as." by Ted Kremenek · 11 years ago
  47. 024c119 We already reported an error for by Rafael Espindola · 11 years ago
  48. e96bc52 Modify comment in user test. by Fariborz Jahanian · 11 years ago
  49. 77e430d Correctly compute linkage of decls forward declared extern C. by Rafael Espindola · 11 years ago
  50. 10b1d1c Error if an extern C declaration matches a previous hidden extern C declaration. by Rafael Espindola · 11 years ago
  51. 6c18af2 Remove a bogus assert so we don't crash in by Rafael Espindola · 11 years ago
  52. e8a1efc Remove driver support for Hexagon V2 and V3 by Matthew Curtis · 11 years ago
  53. 6fc9e7a Objective-C: When using super.prop, property should be by Fariborz Jahanian · 11 years ago
  54. ebf0f43 Disallow using -fmodules with -no-integrated-as. by Ted Kremenek · 11 years ago
  55. ebbd7e0 Improve the caching of debuginfo Objective C interface types. by Adrian Prantl · 11 years ago
  56. d4bf760 Add -Wc99-compat warning for C11 unicode string and character literals. by Richard Smith · 11 years ago
  57. f96df90 Partly revert "Move clang tests that depend on llvm/ADT/Statistic.h to a subdir". by Jan Wen Voung · 11 years ago
  58. 5256c1f [libclang] Fix a test and a warning on windows. by Argyrios Kyrtzidis · 11 years ago
  59. 44abff7 Add a test case for the 'vec_type_hint' attribute that was introduced in by Joey Gouly · 11 years ago
  60. 3521c49 PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and vec_lvewx according to AltiVec Programming Interface Manual by Anton Yartsev · 11 years ago
  61. d436c99 Fix indirect byval passing of records in address spaced memory. Allocate memory on stack, and memcpy the actual value before the call. by Guy Benyei · 11 years ago
  62. 0093e12 When lexing in C11 mode, accept unicode character and string literals, per C11 by Richard Smith · 11 years ago
  63. 0b91cc4 Handle _Pragma on a u8, u, or U string literal per the C11 specification. Also by Richard Smith · 11 years ago
  64. 0415998 [analyzer] Make Suppress IDC checker aware that it might not start from the same node it was registered at by Anna Zaks · 11 years ago
  65. 80412c4 [analyzer] Rename AttrNonNullChecker -> NonNullParamChecker by Anna Zaks · 11 years ago
  66. 6cc4e25 [analyzer] Add test case for reference to null pointer param check by Anna Zaks · 11 years ago
  67. 9fe09f3 [analyzer] Be more consistent about Objective-C methods that free memory. by Jordan Rose · 11 years ago
  68. 41d0164 Adjust the special non-C++ enum block return type inference by John McCall · 11 years ago
  69. 0183768 [analyzer] Look for lvalue nodes when tracking a null pointer. by Jordan Rose · 11 years ago
  70. 325de0c Move clang tests that depend on llvm/ADT/Statistic.h to a subdir. by Jan Wen Voung · 11 years ago
  71. 0918989 Sema: Preserve attributes on parameters in instantiated function templates. by Jordan Rose · 11 years ago
  72. c61361b <rdar://problem/13094134> Don't try to wire up typedef names for invalid anonymous tag declarations encountered during template instantiation. by Douglas Gregor · 11 years ago
  73. 303b96f <rdar://problem/13140795> Transform the scope type of a pseudo-destructor expression within the object scope. by Douglas Gregor · 11 years ago
  74. f8f373f [PCH] When complaining that a header from the PCH was modified, also mention by Argyrios Kyrtzidis · 11 years ago
  75. 37453b9 Add support for the OpenCL attribute 'vec_type_hint'. by Joey Gouly · 11 years ago
  76. ee2d5fd [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file. by Argyrios Kyrtzidis · 11 years ago
  77. 480760f [driver] If we're just linking, don't report --param X as unused option. by Chad Rosier · 11 years ago
  78. 28c1cd2 HeaderDoc: Support more of HeaderDoc documentation by Fariborz Jahanian · 11 years ago
  79. 0689863 Add code completion for @import <rdar://problem/13344306>. by Douglas Gregor · 11 years ago
  80. 1344e94 Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-C object type <rdar://problem/13338107>. by Douglas Gregor · 11 years ago
  81. 6cda3e6 When possible, move __block variables to the heap rather than copying them. by Douglas Gregor · 11 years ago
  82. 9eda3ab Promote atomic type sizes up to a power of two, capped by by John McCall · 11 years ago
  83. 1723f63 Evaluate compound literals directly into the result aggregate by John McCall · 11 years ago
  84. 018e9aa [analyzer] Warn on passing a reference to null pointer as an argument in a call by Anna Zaks · 11 years ago
  85. c236b73 [analyzer] Check for returning null references in ReturnUndefChecker. by Jordan Rose · 11 years ago
  86. 4919de6 Ensure that DIType is regenerated after we visit an implementation by Adrian Prantl · 11 years ago
  87. 42773d6 [analyzer] Pass the correct Expr to the bug reporter visitors when dealing with CompoundLiteralExpr by Anna Zaks · 11 years ago
  88. 713e075 [analyzer] IDC: Add config option; perform the idc check on first “null node” rather than last “non-null”. by Anna Zaks · 11 years ago
  89. 26facfa Spell Objective-C correctly. by Fariborz Jahanian · 11 years ago
  90. 88f070f say objective-C in the warning and streamline by Fariborz Jahanian · 11 years ago
  91. f2e7c35 Driver: add support for new style multiarch in Ubuntu 13.04 by Dmitri Gribenko · 11 years ago
  92. 7e73f94 [Sanitize] Don't emit function attribute sanitize_address/thread/memory if the function is blacklisted. by Alexey Samsonov · 11 years ago
  93. 360355d revert r176531 due to clan-native-arm fails by Weiming Zhao · 11 years ago
  94. 3cdbbdc PR15390: If a function returns a pointer to a function, that function type by Richard Smith · 11 years ago
  95. eed55e6 After issuing a diagnostic for undefining or redefining a builtin macro, by Richard Smith · 11 years ago
  96. 75525c4 objective-C: don't crash after diagnosing by Fariborz Jahanian · 11 years ago
  97. cf2c2e9 Preprocessor: don't keep comments under -traditional-cpp. by Jordan Rose · 11 years ago
  98. 46a2290 PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 11 years ago
  99. 693fdfa Preprocessor: don't consider // to be a line comment in -E -std=c89 mode. by Jordan Rose · 11 years ago
  100. 99a7057 doc. parsing. Improve on diagnostics on my last patch. // rdar://13094352. by Fariborz Jahanian · 11 years ago