1. 4a18c3b <rdar://problem/13426257> Introduce SDKSettings.plist as an input file dependency for PCH/modules. by Douglas Gregor · 11 years ago
  2. e462c60 Silence anonymous type in anonymous union warnings. by Eric Christopher · 11 years ago
  3. 57f8da5 Don't try to typo-correct 'super' in an objc method. by Argyrios Kyrtzidis · 11 years ago
  4. 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
  5. 8f0d1f0 Fix an unused variable warning from Clang by sinking a dyn_cast into an by Chandler Carruth · 11 years ago
  6. 96cead5 Add support for the 'endian' attribute for OpenCL. by Joey Gouly · 11 years ago
  7. 2d1b096 Avoid computing the linkage too early. Don't invalidate it. by Rafael Espindola · 11 years ago
  8. 55ea75b [Modules] Don't eagerly load and associate all the module header files. by Argyrios Kyrtzidis · 11 years ago
  9. c1d2239 [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 11 years ago
  10. 327a6d9 Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for a while." by Bob Wilson · 11 years ago
  11. 6114a3c Objective-C: Issue warning in couple of obscure cases by Fariborz Jahanian · 11 years ago
  12. a29e0fa Revert r166370 and r166540 now that Xcode 4.6 has been available for a while. by Bob Wilson · 11 years ago
  13. c06fcdf Revert "Disallow using -fmodules with -no-integrated-as." by Ted Kremenek · 11 years ago
  14. ebf0f43 Disallow using -fmodules with -no-integrated-as. by Ted Kremenek · 11 years ago
  15. d4bf760 Add -Wc99-compat warning for C11 unicode string and character literals. by Richard Smith · 11 years ago
  16. 0b91cc4 Handle _Pragma on a u8, u, or U string literal per the C11 specification. Also by Richard Smith · 11 years ago
  17. 7cb583d Remove unused diagnostic. by Benjamin Kramer · 11 years ago
  18. 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
  19. 83972f1 Add TagDecl::hasNameForLinkage(), which is true if the tag by John McCall · 11 years ago
  20. b421b56 Documentation parsing. Some refactoring and code by Fariborz Jahanian · 11 years ago
  21. 6f09c3d [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to return an enum, by Argyrios Kyrtzidis · 11 years ago
  22. 0918989 Sema: Preserve attributes on parameters in instantiated function templates. by Jordan Rose · 11 years ago
  23. bea522f ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. by Jordan Rose · 11 years ago
  24. f8f373f [PCH] When complaining that a header from the PCH was modified, also mention by Argyrios Kyrtzidis · 11 years ago
  25. 389dc56 [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value. by Argyrios Kyrtzidis · 11 years ago
  26. 37453b9 Add support for the OpenCL attribute 'vec_type_hint'. by Joey Gouly · 12 years ago
  27. ee2d5fd [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file. by Argyrios Kyrtzidis · 12 years ago
  28. 480760f [driver] If we're just linking, don't report --param X as unused option. by Chad Rosier · 12 years ago
  29. 28c1cd2 HeaderDoc: Support more of HeaderDoc documentation by Fariborz Jahanian · 12 years ago
  30. 372fe78 Add CharUnits::alignmentAtOffset. by John McCall · 12 years ago
  31. f4b4804 Adding lvalue and rvalue reference type matchers by Edwin Vane · 12 years ago
  32. b9aa673 Minor refactor of how we get compilation phases. by Matthew Curtis · 12 years ago
  33. 0f815f1 Add flags for additional control over coverage generation. Pick the version by Nick Lewycky · 12 years ago
  34. cf048a8 Don't duplicate function names. Thanks to Jordan Rose for pointing it out. by Rafael Espindola · 12 years ago
  35. 531db82 Add a hasExternalLinkage helper. No functionality change. by Rafael Espindola · 12 years ago
  36. 3778300 Add a hasExternalStorageAsWritten helper. No functionality change. by Rafael Espindola · 12 years ago
  37. 58bd77f Fix typo. by Rafael Espindola · 12 years ago
  38. 962fbc4 [analyzer] Clean up a few doc comments for ProgramState and CallEvent. by Jordan Rose · 12 years ago
  39. 4919de6 Ensure that DIType is regenerated after we visit an implementation by Adrian Prantl · 12 years ago
  40. 713e075 [analyzer] IDC: Add config option; perform the idc check on first “null node” rather than last “non-null”. by Anna Zaks · 12 years ago
  41. 36592b1 [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once. by Argyrios Kyrtzidis · 12 years ago
  42. 26facfa Spell Objective-C correctly. by Fariborz Jahanian · 12 years ago
  43. 88f070f say objective-C in the warning and streamline by Fariborz Jahanian · 12 years ago
  44. 6a19a97 New ASTMatchers and enhancement to hasOverloadedOperatorName by Edwin Vane · 12 years ago
  45. 360355d revert r176531 due to clan-native-arm fails by Weiming Zhao · 12 years ago
  46. 3cdbbdc PR15390: If a function returns a pointer to a function, that function type by Richard Smith · 12 years ago
  47. eed55e6 After issuing a diagnostic for undefining or redefining a builtin macro, by Richard Smith · 12 years ago
  48. 46a2290 PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 12 years ago
  49. eb8f69f fix a missing check in my last patch. // rdar://13094352 by Fariborz Jahanian · 12 years ago
  50. 99a7057 doc. parsing. Improve on diagnostics on my last patch. // rdar://13094352. by Fariborz Jahanian · 12 years ago
  51. 44f65a5 [libclang] When logging a CXTranslationUnit that came from an AST file, print out the filename. by Argyrios Kyrtzidis · 12 years ago
  52. bca9788 doc parsing. Add @method and @callback for by Fariborz Jahanian · 12 years ago
  53. 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 12 years ago
  54. 41f3f3a Silence a number of static analyzer warnings with assertions and such. by Jordan Rose · 12 years ago
  55. 2a268f2 doc parsing. We want to issue a strong warning when by Fariborz Jahanian · 12 years ago
  56. 808383d Comment parsing: refactor handling of command markers in AST by Dmitri Gribenko · 12 years ago
  57. 1c1508b [PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compare two filenames, instead of llvm::sys::fs::equivalent(). by Argyrios Kyrtzidis · 12 years ago
  58. c932009 [comment parsing] source fidelity for tparam command too. // rdar://13066276 by Fariborz Jahanian · 12 years ago
  59. 66f6c24 comment parsing. Missed a case of referring by Fariborz Jahanian · 12 years ago
  60. aec89ac hasQualifer() matcher should return false if there's no qualifier by Edwin Vane · 12 years ago
  61. 48f9042 Centralize and refine the __unknown_anytype argument rules by John McCall · 12 years ago
  62. 5b9f5cc Default to enabling default-synthesized ivars on all platforms by David Chisnall · 12 years ago
  63. 65611bf Process #pragma weak only after we know the linkage of the function or variable by Rafael Espindola · 12 years ago
  64. cc5dbda [analyzer] Simple inline defensive checks suppression by Anna Zaks · 12 years ago
  65. 8536fa1 Some refactoring in my patch on document by Fariborz Jahanian · 12 years ago
  66. c98e913 comment parsing. Keep the original command format by Fariborz Jahanian · 12 years ago
  67. fc09336 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 12 years ago
  68. b2381b1 Attempt to not place ownership qualifiers on the result type by John McCall · 12 years ago
  69. 8504b7b [PCH] Enhance InputFile to also include whether the file is out-of-date. by Argyrios Kyrtzidis · 12 years ago
  70. d1084f6 Fix warning text of my last patch. // rdar://13158394 by Fariborz Jahanian · 12 years ago
  71. ced0e65 objective-C: clang, following gcc, warns on by Fariborz Jahanian · 12 years ago
  72. 8ddfb0b Fix a problem where 'clang' is ambiguous in MSVC builds. by Manuel Klimek · 12 years ago
  73. ff9a010 First step towards adding a parent map to the ASTContext. by Manuel Klimek · 12 years ago
  74. a19dc41 [analyzer] Mark the root SVal class as isPodLike. by Jordan Rose · 12 years ago
  75. a2bb892 Don't cache the visibility of types. by Rafael Espindola · 12 years ago
  76. f127eb8 Rename methods to comply with the LLVM Coding Standards. by Rafael Espindola · 12 years ago
  77. 18895dc Change Type::getLinkageAndVisibility to return a LinkageInfo. by Rafael Espindola · 12 years ago
  78. 2beda12 Move LinkageInfo out of NamedDecl so that it can be used in Type.h. by Rafael Espindola · 12 years ago
  79. 10b4df7 Temporarily revert r176116 for compile-time performance regression. by Adrian Prantl · 12 years ago
  80. 664e860 comment parsing: Properties are considered like methods, and people by Fariborz Jahanian · 12 years ago
  81. 2564f81 Refine SourceManager's isBeforeInTranslationUnit() cache to have more entries. by Ted Kremenek · 12 years ago
  82. 9db0fe9 doxygen command. Add 'attention' command to list of similar by Fariborz Jahanian · 12 years ago
  83. 34b0adb Fix assertion failure when a field is given an address space. by Matt Arsenault · 12 years ago
  84. 58c7903 Ensure that DIType is regenerated after we visited an implementation that adds ivars to an interface. Fixes rdar://13175234 by Adrian Prantl · 12 years ago
  85. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 12 years ago
  86. 742d9e7 Various additions to ASTMatcher library: by Edwin Vane · 12 years ago
  87. 42f2309 [analyzer] Address Jordan's code review of r175857. by Anna Zaks · 12 years ago
  88. 3abf778 Adding hasDeclaration overload for TemplateSpecializationType by Edwin Vane · 12 years ago
  89. b45083d Support in hasDeclaration for types with getDecl() by Edwin Vane · 12 years ago
  90. 1b354b8 Reverting r176019. Corrupt patch. by Edwin Vane · 12 years ago
  91. 0b6f23a Support in hasDeclaration for types with getDecl() by Edwin Vane · 12 years ago
  92. f3197e9 Add matcher for AccessSpecDecls. by Daniel Jasper · 12 years ago
  93. 4e9c085 [analyzer] add the notion of an "interesting" lvalue expression for ExplodedNode pruning. by Ted Kremenek · 12 years ago
  94. 43b82b8 [analyzer] tracking stores/constraints now works for ObjC ivars or struct fields. by Ted Kremenek · 12 years ago
  95. 0dd15d7 Add "KnownSVal" to represent SVals that cannot be UnknownSVal. by Ted Kremenek · 12 years ago
  96. c515978 [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the by Argyrios Kyrtzidis · 12 years ago
  97. 82a29af Add comments for the MacroDirective & MacroInfo classes. by Argyrios Kyrtzidis · 12 years ago
  98. f3f6231 Shrink SmallPtrSet. It gets swapped a lot which copies the whole small part. by Benjamin Kramer · 12 years ago
  99. b063ef0 Add streamed versions of getQualifiedNameAsString. by Benjamin Kramer · 12 years ago
  100. c4cca7b Remove data member MSAsmStmt::AsmLoc, wrongly hiding AsmStmt::AsmLoc. by Enea Zaffanella · 12 years ago