1. 94cf910 These are all simple pointer wrappers. Pass them by value. by Rafael Espindola · 12 years ago
  2. 829d187 Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options by Hal Finkel · 12 years ago
  3. 286f3e6 [Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjust by Simon Atanasyan · 12 years ago
  4. f4320ab Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC options by Hal Finkel · 12 years ago
  5. 4cf4a5e Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier. by Richard Smith · 12 years ago
  6. 93d6b07 Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, each of which was only present in one version: by Richard Smith · 12 years ago
  7. ab2d09b [Parser] Don't code-complete twice. by Argyrios Kyrtzidis · 12 years ago
  8. 0353b70 Fixes a typo in my last patch. by Fariborz Jahanian · 12 years ago
  9. 7e35274 Objective-C: Issue more precise warning when user by Fariborz Jahanian · 12 years ago
  10. e81fdb1 Cleanup clang's specializations of simplify_type. by Rafael Espindola · 12 years ago
  11. 4a49df3 [analyzer] Ensure that the node NilReceiverBRVisitor is looking for is not reclaimed by Anna Zaks · 12 years ago
  12. ea744ab [modules] Make sure enabled diagnostic pragmas inside the module don't affect the translation unit that by Argyrios Kyrtzidis · 12 years ago
  13. c544ba0 <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. by Douglas Gregor · 12 years ago
  14. 9ef9875 Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_traits>. by Joao Matos · 12 years ago
  15. 52151fd [modules] Before marking the module imported macros as ambiguous, check if this is a case where by Argyrios Kyrtzidis · 12 years ago
  16. 7ca8e91 Remove IdentifierInfo::setHadMacroDefinition() by Argyrios Kyrtzidis · 12 years ago
  17. 89b8f06 [PCH/modules] Remove HiddenName::MacroUndef by Argyrios Kyrtzidis · 12 years ago
  18. d560ce3 [Preprocessor] Remove PPMutationListener. by Argyrios Kyrtzidis · 12 years ago
  19. a03fc6e If we're unable to create the TargetMachine, then just quit producing the by Chad Rosier · 12 years ago
  20. 8b43d2b Split "incomplete implementation" warnings for ObjC into separate warnings. by Ted Kremenek · 12 years ago
  21. 8a660eb [analyzer] Change inlining policy to inline small functions when reanalyzing ObjC methods as top level. by Anna Zaks · 12 years ago
  22. 6c82fc6 Remove useGlobalsForAutomaticVariables. by Rafael Espindola · 12 years ago
  23. 852e3d7 [ms-cxxabi] Give the MS inheritance attributes a base class by Reid Kleckner · 12 years ago
  24. e2359e2 Fix a crasher by reporting a fatal error if we're unable to create the target by Chad Rosier · 12 years ago
  25. 72339a0 Add PRFCHW intrinsic support by Michael Liao · 12 years ago
  26. c56fff7 [Preprocessor/Modules] Separate the macro directives kinds into their own MacroDirective's subclasses. by Argyrios Kyrtzidis · 12 years ago
  27. 2db075b Implement special-case name lookup for inheriting constructors: member by Richard Smith · 12 years ago
  28. 2275b79 Fix layering violation harder. by Matt Beaumont-Gay · 12 years ago
  29. d44d287 <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever. by Douglas Gregor · 12 years ago
  30. fd61d6f Correct indentation. No functionality change. by Nick Lewycky · 12 years ago
  31. 14df23b Emit an error message instead of crashing when dereferencing an incomplete pointer type. by Bill Wendling · 12 years ago
  32. 2951187 Reject -no-integrated-as on windows. by Rafael Espindola · 12 years ago
  33. 1db7040 Generate metadata to implement the -cl-kernel-arg-info option. by Guy Benyei · 12 years ago
  34. 4708b3d [analyzer] Teach constraint managers about unsigned comparisons. by Jordan Rose · 12 years ago
  35. 8569281 Add reverseComparisonOp and negateComparisonOp to BinaryOperator. by Jordan Rose · 12 years ago
  36. 76e6e13 If a .syms file is available alongside a sanitizer runtime, pass it to the by Richard Smith · 12 years ago
  37. 0f3a34f Revert "[analyzer] Break cycles (optionally) when trimming an ExplodedGraph." by Jordan Rose · 12 years ago
  38. 1aa4f50 [analyzer] Fix ExprEngine::ViewGraph to handle C++ initializers. by Jordan Rose · 12 years ago
  39. 9317ab9 [PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives. by Argyrios Kyrtzidis · 12 years ago
  40. baa74bd [modules] When a MacroInfo object is deserialized, allocate and store its submodule ID. by Argyrios Kyrtzidis · 12 years ago
  41. fa69fc1 <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interaction to eliminate a pile of extraneous stats(). by Douglas Gregor · 12 years ago
  42. c02ddb2 documentation parsing. Provide code completion comment by Fariborz Jahanian · 12 years ago
  43. 8ff563c Fix DeclRefExpr::getFoundDecl() for usages by reference. by Daniel Jasper · 12 years ago
  44. c640058 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 12 years ago
  45. 437da05 Warn about attempts to reinterpret_cast between two types that are by John McCall · 12 years ago
  46. b760f11 Fix a crash-on-valid where a block capture copy expression was by John McCall · 12 years ago
  47. 5bdaef5 Objective-C: Tighten the rules when warning by Fariborz Jahanian · 12 years ago
  48. 222b4ea Fix a typo. by Bob Wilson · 12 years ago
  49. 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
  50. 81ba9d1 Documentation cleanup for MacroInfo. by James Dennett · 12 years ago
  51. 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
  52. f8ddc09 [analyzer] Invalidate regions indirectly accessible through const pointers. by Jordan Rose · 12 years ago
  53. 4cc0cf1 Objective-C [qoi] more gracefull recovery when by Fariborz Jahanian · 12 years ago
  54. f48b93c Remove the Tools DensMap from the toolchain. by Rafael Espindola · 12 years ago
  55. 83c546a The flag "-coverage-function-names-in-data" is actually backwards -- we do by Nick Lewycky · 12 years ago
  56. f2b5e07 Make clang emit linkage names in debug info for subprograms when coverage info by Nick Lewycky · 12 years ago
  57. f4cf6b1 [analyzer] Break cycles (optionally) when trimming an ExplodedGraph. by Jordan Rose · 12 years ago
  58. 63a7268 <rdar://problem/10796651> Introduce configuration macros into module maps. by Douglas Gregor · 12 years ago
  59. 5bba867 Objective-C [qoi]: Provide improved parse diagnostics when by Fariborz Jahanian · 12 years ago
  60. 7cca821 Add a clarifying note when a return statement is rejected because by John McCall · 12 years ago
  61. a5a3e01 Remove stray semicolon by Douglas Gregor · 12 years ago
  62. c0a55d1 Finish refactoring the tool selection logic. by Rafael Espindola · 12 years ago
  63. 677e15f <rdar://problem/13363214> Eliminate race condition between module rebuild and the global module index. by Douglas Gregor · 12 years ago
  64. 2aa5cf4 documentation comment parsing. Added couple of by Fariborz Jahanian · 12 years ago
  65. 7132be1 Diagnose uses of 'alignof' on functions in -pedantic mode. by Richard Smith · 12 years ago
  66. 85a92cf [analyzer] Replace uses of assume() with isNull() in BR visitors. by Jordan Rose · 12 years ago
  67. 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
  68. 07b0fdc Bring inheriting constructor implementation up-to-date with current defect by Richard Smith · 12 years ago
  69. 5b22205 Centralize the recording of which tools have been constructed. by Rafael Espindola · 12 years ago
  70. 26adbe4 Remove unused argument. by Rafael Espindola · 12 years ago
  71. af370e6 Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs by Rafael Espindola · 12 years ago
  72. 7ce8d82 Inline ShouldUseIntegratedAssembler and move the documentation to by Rafael Espindola · 12 years ago
  73. 5470cd2 Refactor a bit of duplicated code to useIntegratedAs. by Rafael Espindola · 12 years ago
  74. e5dce30 Remove unused argument. by Rafael Espindola · 12 years ago
  75. d532018 Remove unused argument. by Rafael Espindola · 12 years ago
  76. 74c8b79 ObjCDictionaryElements are pod-like. by Benjamin Kramer · 12 years ago
  77. a8d937e [analyzer] Model trivial copy/move assignment operators with a bind as well. by Jordan Rose · 12 years ago
  78. 6aa240c Remove -Wspellcheck and replace it with a diagnostic option. by Argyrios Kyrtzidis · 12 years ago
  79. c996313 [analyzer] Eliminate InterExplodedGraphMap class and NodeBackMap typedef. by Jordan Rose · 12 years ago
  80. 4a18c3b <rdar://problem/13426257> Introduce SDKSettings.plist as an input file dependency for PCH/modules. by Douglas Gregor · 12 years ago
  81. e462c60 Silence anonymous type in anonymous union warnings. by Eric Christopher · 12 years ago
  82. 57f8da5 Don't try to typo-correct 'super' in an objc method. by Argyrios Kyrtzidis · 12 years ago
  83. 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
  84. 8f0d1f0 Fix an unused variable warning from Clang by sinking a dyn_cast into an by Chandler Carruth · 12 years ago
  85. 96cead5 Add support for the 'endian' attribute for OpenCL. by Joey Gouly · 12 years ago
  86. 2d1b096 Avoid computing the linkage too early. Don't invalidate it. by Rafael Espindola · 12 years ago
  87. 55ea75b [Modules] Don't eagerly load and associate all the module header files. by Argyrios Kyrtzidis · 12 years ago
  88. c1d2239 [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 12 years ago
  89. 327a6d9 Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for a while." by Bob Wilson · 12 years ago
  90. 6114a3c Objective-C: Issue warning in couple of obscure cases by Fariborz Jahanian · 12 years ago
  91. a29e0fa Revert r166370 and r166540 now that Xcode 4.6 has been available for a while. by Bob Wilson · 12 years ago
  92. c06fcdf Revert "Disallow using -fmodules with -no-integrated-as." by Ted Kremenek · 12 years ago
  93. ebf0f43 Disallow using -fmodules with -no-integrated-as. by Ted Kremenek · 12 years ago
  94. d4bf760 Add -Wc99-compat warning for C11 unicode string and character literals. by Richard Smith · 12 years ago
  95. 0b91cc4 Handle _Pragma on a u8, u, or U string literal per the C11 specification. Also by Richard Smith · 12 years ago
  96. 7cb583d Remove unused diagnostic. by Benjamin Kramer · 12 years ago
  97. 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
  98. 83972f1 Add TagDecl::hasNameForLinkage(), which is true if the tag by John McCall · 12 years ago
  99. b421b56 Documentation parsing. Some refactoring and code by Fariborz Jahanian · 12 years ago
  100. 6f09c3d [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to return an enum, by Argyrios Kyrtzidis · 12 years ago