1. fa69fc1 <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interaction to eliminate a pile of extraneous stats(). by Douglas Gregor · 12 years ago
  2. c02ddb2 documentation parsing. Provide code completion comment by Fariborz Jahanian · 12 years ago
  3. 8ff563c Fix DeclRefExpr::getFoundDecl() for usages by reference. by Daniel Jasper · 12 years ago
  4. c640058 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 12 years ago
  5. 437da05 Warn about attempts to reinterpret_cast between two types that are by John McCall · 12 years ago
  6. b760f11 Fix a crash-on-valid where a block capture copy expression was by John McCall · 12 years ago
  7. 5bdaef5 Objective-C: Tighten the rules when warning by Fariborz Jahanian · 12 years ago
  8. 222b4ea Fix a typo. by Bob Wilson · 12 years ago
  9. cdf2808 <rdar://problem/13037793> Allow the names of modules to differ from the name of their subdirectory in the include path. by Douglas Gregor · 12 years ago
  10. 81ba9d1 Documentation cleanup for MacroInfo. by James Dennett · 12 years ago
  11. 906d66a <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, and warn when a newly-imported module conflicts with an already-imported module. by Douglas Gregor · 12 years ago
  12. f8ddc09 [analyzer] Invalidate regions indirectly accessible through const pointers. by Jordan Rose · 12 years ago
  13. 4cc0cf1 Objective-C [qoi] more gracefull recovery when by Fariborz Jahanian · 12 years ago
  14. f48b93c Remove the Tools DensMap from the toolchain. by Rafael Espindola · 12 years ago
  15. 83c546a The flag "-coverage-function-names-in-data" is actually backwards -- we do by Nick Lewycky · 12 years ago
  16. f2b5e07 Make clang emit linkage names in debug info for subprograms when coverage info by Nick Lewycky · 12 years ago
  17. f4cf6b1 [analyzer] Break cycles (optionally) when trimming an ExplodedGraph. by Jordan Rose · 12 years ago
  18. 63a7268 <rdar://problem/10796651> Introduce configuration macros into module maps. by Douglas Gregor · 12 years ago
  19. 5bba867 Objective-C [qoi]: Provide improved parse diagnostics when by Fariborz Jahanian · 12 years ago
  20. 7cca821 Add a clarifying note when a return statement is rejected because by John McCall · 12 years ago
  21. a5a3e01 Remove stray semicolon by Douglas Gregor · 12 years ago
  22. c0a55d1 Finish refactoring the tool selection logic. by Rafael Espindola · 12 years ago
  23. 677e15f <rdar://problem/13363214> Eliminate race condition between module rebuild and the global module index. by Douglas Gregor · 12 years ago
  24. 2aa5cf4 documentation comment parsing. Added couple of by Fariborz Jahanian · 12 years ago
  25. 7132be1 Diagnose uses of 'alignof' on functions in -pedantic mode. by Richard Smith · 12 years ago
  26. 85a92cf [analyzer] Replace uses of assume() with isNull() in BR visitors. by Jordan Rose · 12 years ago
  27. c7f8116 Add missing diagnostic for a nested-name-specifier on a free-standing type definition. Bump some related diagnostics from warning to extension in C++, since they're errors there. Add some missing checks for function specifiers on non-function declarations. by Richard Smith · 12 years ago
  28. 07b0fdc Bring inheriting constructor implementation up-to-date with current defect by Richard Smith · 12 years ago
  29. 5b22205 Centralize the recording of which tools have been constructed. by Rafael Espindola · 12 years ago
  30. 26adbe4 Remove unused argument. by Rafael Espindola · 12 years ago
  31. af370e6 Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs by Rafael Espindola · 12 years ago
  32. 7ce8d82 Inline ShouldUseIntegratedAssembler and move the documentation to by Rafael Espindola · 12 years ago
  33. 5470cd2 Refactor a bit of duplicated code to useIntegratedAs. by Rafael Espindola · 12 years ago
  34. e5dce30 Remove unused argument. by Rafael Espindola · 12 years ago
  35. d532018 Remove unused argument. by Rafael Espindola · 12 years ago
  36. 74c8b79 ObjCDictionaryElements are pod-like. by Benjamin Kramer · 12 years ago
  37. a8d937e [analyzer] Model trivial copy/move assignment operators with a bind as well. by Jordan Rose · 12 years ago
  38. 6aa240c Remove -Wspellcheck and replace it with a diagnostic option. by Argyrios Kyrtzidis · 12 years ago
  39. c996313 [analyzer] Eliminate InterExplodedGraphMap class and NodeBackMap typedef. by Jordan Rose · 12 years ago
  40. 4a18c3b <rdar://problem/13426257> Introduce SDKSettings.plist as an input file dependency for PCH/modules. by Douglas Gregor · 12 years ago
  41. e462c60 Silence anonymous type in anonymous union warnings. by Eric Christopher · 12 years ago
  42. 57f8da5 Don't try to typo-correct 'super' in an objc method. by Argyrios Kyrtzidis · 12 years ago
  43. 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 · 12 years ago
  44. 8f0d1f0 Fix an unused variable warning from Clang by sinking a dyn_cast into an by Chandler Carruth · 12 years ago
  45. 96cead5 Add support for the 'endian' attribute for OpenCL. by Joey Gouly · 12 years ago
  46. 2d1b096 Avoid computing the linkage too early. Don't invalidate it. by Rafael Espindola · 12 years ago
  47. 55ea75b [Modules] Don't eagerly load and associate all the module header files. by Argyrios Kyrtzidis · 12 years ago
  48. c1d2239 [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 12 years ago
  49. 327a6d9 Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for a while." by Bob Wilson · 12 years ago
  50. 6114a3c Objective-C: Issue warning in couple of obscure cases by Fariborz Jahanian · 12 years ago
  51. a29e0fa Revert r166370 and r166540 now that Xcode 4.6 has been available for a while. by Bob Wilson · 12 years ago
  52. c06fcdf Revert "Disallow using -fmodules with -no-integrated-as." by Ted Kremenek · 12 years ago
  53. ebf0f43 Disallow using -fmodules with -no-integrated-as. by Ted Kremenek · 12 years ago
  54. d4bf760 Add -Wc99-compat warning for C11 unicode string and character literals. by Richard Smith · 12 years ago
  55. 0b91cc4 Handle _Pragma on a u8, u, or U string literal per the C11 specification. Also by Richard Smith · 12 years ago
  56. 7cb583d Remove unused diagnostic. by Benjamin Kramer · 12 years ago
  57. 0415998 [analyzer] Make Suppress IDC checker aware that it might not start from the same node it was registered at by Anna Zaks · 12 years ago
  58. 83972f1 Add TagDecl::hasNameForLinkage(), which is true if the tag by John McCall · 12 years ago
  59. b421b56 Documentation parsing. Some refactoring and code by Fariborz Jahanian · 12 years ago
  60. 6f09c3d [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to return an enum, by Argyrios Kyrtzidis · 12 years ago
  61. 0918989 Sema: Preserve attributes on parameters in instantiated function templates. by Jordan Rose · 12 years ago
  62. bea522f ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. by Jordan Rose · 12 years ago
  63. f8f373f [PCH] When complaining that a header from the PCH was modified, also mention by Argyrios Kyrtzidis · 12 years ago
  64. 389dc56 [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value. by Argyrios Kyrtzidis · 12 years ago
  65. 37453b9 Add support for the OpenCL attribute 'vec_type_hint'. by Joey Gouly · 12 years ago
  66. 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
  67. 480760f [driver] If we're just linking, don't report --param X as unused option. by Chad Rosier · 12 years ago
  68. 28c1cd2 HeaderDoc: Support more of HeaderDoc documentation by Fariborz Jahanian · 12 years ago
  69. 372fe78 Add CharUnits::alignmentAtOffset. by John McCall · 12 years ago
  70. f4b4804 Adding lvalue and rvalue reference type matchers by Edwin Vane · 12 years ago
  71. b9aa673 Minor refactor of how we get compilation phases. by Matthew Curtis · 12 years ago
  72. 0f815f1 Add flags for additional control over coverage generation. Pick the version by Nick Lewycky · 12 years ago
  73. cf048a8 Don't duplicate function names. Thanks to Jordan Rose for pointing it out. by Rafael Espindola · 12 years ago
  74. 531db82 Add a hasExternalLinkage helper. No functionality change. by Rafael Espindola · 12 years ago
  75. 3778300 Add a hasExternalStorageAsWritten helper. No functionality change. by Rafael Espindola · 12 years ago
  76. 58bd77f Fix typo. by Rafael Espindola · 12 years ago
  77. 962fbc4 [analyzer] Clean up a few doc comments for ProgramState and CallEvent. by Jordan Rose · 12 years ago
  78. 4919de6 Ensure that DIType is regenerated after we visit an implementation by Adrian Prantl · 12 years ago
  79. 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
  80. 36592b1 [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once. by Argyrios Kyrtzidis · 12 years ago
  81. 26facfa Spell Objective-C correctly. by Fariborz Jahanian · 12 years ago
  82. 88f070f say objective-C in the warning and streamline by Fariborz Jahanian · 12 years ago
  83. 6a19a97 New ASTMatchers and enhancement to hasOverloadedOperatorName by Edwin Vane · 12 years ago
  84. 360355d revert r176531 due to clan-native-arm fails by Weiming Zhao · 12 years ago
  85. 3cdbbdc PR15390: If a function returns a pointer to a function, that function type by Richard Smith · 12 years ago
  86. eed55e6 After issuing a diagnostic for undefining or redefining a builtin macro, by Richard Smith · 12 years ago
  87. 46a2290 PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 12 years ago
  88. eb8f69f fix a missing check in my last patch. // rdar://13094352 by Fariborz Jahanian · 12 years ago
  89. 99a7057 doc. parsing. Improve on diagnostics on my last patch. // rdar://13094352. by Fariborz Jahanian · 12 years ago
  90. 44f65a5 [libclang] When logging a CXTranslationUnit that came from an AST file, print out the filename. by Argyrios Kyrtzidis · 12 years ago
  91. bca9788 doc parsing. Add @method and @callback for by Fariborz Jahanian · 12 years ago
  92. 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 12 years ago
  93. 41f3f3a Silence a number of static analyzer warnings with assertions and such. by Jordan Rose · 12 years ago
  94. 2a268f2 doc parsing. We want to issue a strong warning when by Fariborz Jahanian · 12 years ago
  95. 808383d Comment parsing: refactor handling of command markers in AST by Dmitri Gribenko · 12 years ago
  96. 1c1508b [PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compare two filenames, instead of llvm::sys::fs::equivalent(). by Argyrios Kyrtzidis · 12 years ago
  97. c932009 [comment parsing] source fidelity for tparam command too. // rdar://13066276 by Fariborz Jahanian · 12 years ago
  98. 66f6c24 comment parsing. Missed a case of referring by Fariborz Jahanian · 12 years ago
  99. aec89ac hasQualifer() matcher should return false if there's no qualifier by Edwin Vane · 12 years ago
  100. 48f9042 Centralize and refine the __unknown_anytype argument rules by John McCall · 12 years ago