1. 9f6e910 libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against by Richard Smith · 11 years ago
  2. 75f6a66 Respect -fno-canonical-prefixes when deciding where to generate .gcno and .gcda by Nick Lewycky · 11 years ago
  3. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 11 years ago
  4. 65124fe Rename TypeLoc's isType to isKind by David Blaikie · 11 years ago
  5. 11f0cae [analyzer] Tighten up safety in the use of lazy bindings. by Jordan Rose · 11 years ago
  6. e40b562 Remove commented out code. by Richard Trieu · 11 years ago
  7. 41a6a3e objective-C arc IR-gen. Retaining of strong by Fariborz Jahanian · 11 years ago
  8. 90a7820 Revert "intmax_t is long long on Darwin, not long." by Jordan Rose · 11 years ago
  9. d6d864f MCParser: Update method names per coding guidelines. by Jim Grosbach · 11 years ago
  10. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 11 years ago
  11. 9e85b29 Remove redundant Optional type in favor of llvm::Optional by David Blaikie · 11 years ago
  12. 0b9c328 Use op-> directly rather than via Optional<T>::getPointer. by David Blaikie · 11 years ago
  13. 30f2a74 PR15311: Finish implementation of the suggested resolution of core issue 1488, by Richard Smith · 11 years ago
  14. 6b3d3e5 Process and handle attributes on conditions and for loop variables. Process and by Richard Smith · 11 years ago
  15. e9a6226 Fix regression in string literal alignment. by Manuel Klimek · 11 years ago
  16. b56b6d1 Fixes bug in string literal alignment. by Manuel Klimek · 11 years ago
  17. c4615b7 Don't remove blank lines within unwrapped lines. by Daniel Jasper · 11 years ago
  18. 8092a94 Implements breaking of string literals if they stick out. by Manuel Klimek · 11 years ago
  19. 5251abe Replace SVal llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  20. a905c4f intmax_t is long long on Darwin, not long. by Jordan Rose · 11 years ago
  21. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 11 years ago
  22. 975d52c Don't repeat the function name in the comment. by Richard Smith · 11 years ago
  23. 9818a1d [preprocessor] Split the MacroInfo class into two separate concepts, MacroInfo class by Argyrios Kyrtzidis · 11 years ago
  24. 206f499 [analyzer] Account for the "interesting values" hash table resizing. by Jordan Rose · 11 years ago
  25. 0532140 PR15300: Support C++11 attributes on base-specifiers. We don't support any such by Richard Smith · 11 years ago
  26. 65f991c [analyzer] Don't accidentally strip off base object regions for lazy bindings. by Jordan Rose · 11 years ago
  27. 03628b8 Add missing clang-format null pointer check.. by Daniel Jasper · 11 years ago
  28. 0be5e56 [modules] Const'ify some functions of ModuleMap. by Argyrios Kyrtzidis · 11 years ago
  29. 21a0004 [modules] Refactor code from ASTReader::makeModuleVisible() into a new function, by Argyrios Kyrtzidis · 11 years ago
  30. cc9bdcb Use MapVector::pop_back() per LLVM r175538. by Douglas Gregor · 11 years ago
  31. 34511fb Correctly format macro with unfinished template declaration. by Daniel Jasper · 11 years ago
  32. 24697b0 [Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make Clang look for the default sanitizer-specific blacklist in the resource directory. by Alexey Samsonov · 11 years ago
  33. d789670 Fix bug in LineState comparison function. by Daniel Jasper · 11 years ago
  34. 98654c9 More grammar. by Eric Christopher · 11 years ago
  35. 6637b06 Fixing a typo where FixIts was accidentally self-assigning instead of assigning in the parameter Fixits. This fixes several failed assertions with MSVC debug builds. by Aaron Ballman · 11 years ago
  36. a880b19 Add support for -fvisibility-ms-compat. by John McCall · 11 years ago
  37. 0b5a483 Use the actual class visibility for the ObjC EHTYPE global, by John McCall · 11 years ago
  38. 3f5fcd2 Temporarily revert r175471 for more review. by Bill Wendling · 11 years ago
  39. ea9cde6 Add a 'no-builtin' attribute if we do not want to simplify calls. by Bill Wendling · 11 years ago
  40. 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  41. 0dc4ff2 Prevent crash on multiple user errors (which I cannot reproduce in by Fariborz Jahanian · 11 years ago
  42. 3b1a40f CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386. by Douglas Gregor · 11 years ago
  43. aa94590 Ensure that the identifier chains have the most recent declaration after module deserialization. by Douglas Gregor · 11 years ago
  44. 82282dc Improve indentation of builder type calls. by Daniel Jasper · 11 years ago
  45. 515f65d Improve formatting of builder-type calls. by Daniel Jasper · 11 years ago
  46. 2933316 Reformat lines if they were "moved around". by Daniel Jasper · 11 years ago
  47. d0f349b Correctly determine */& usage in more cases. by Daniel Jasper · 11 years ago
  48. 6a93c86 AArch64: add atomic support parameters to TargetInfo by Tim Northover · 11 years ago
  49. 66d19bd Always break after multi-line string literals. by Daniel Jasper · 11 years ago
  50. cf5767d Prevent line breaks that make stuff hard to read. by Daniel Jasper · 11 years ago
  51. 724cfee Disable dead stores checker for template instantations. Fixes <rdar://problem/13213575>. by Ted Kremenek · 11 years ago
  52. f110a9c Fix up grammar a bit. by Eric Christopher · 11 years ago
  53. 6c7db89 Unify some "kernel or kext" conditionals. by Eric Christopher · 11 years ago
  54. 3fcdea7 Add a comment. by Eric Christopher · 11 years ago
  55. cfc01e4 Clean up comment. by Eric Christopher · 11 years ago
  56. d4440c2 Grammar. by Eric Christopher · 11 years ago
  57. 0798b69 Unify some code. No functional change. by Eric Christopher · 11 years ago
  58. 56c00c4 Re-apply r174919 - smarter copy/move assignment/construction, with fixes for by Lang Hames · 11 years ago
  59. 961f570 [CodeGen] tighten objc ivar invariant.load attribution by Saleem Abdulrasool · 11 years ago
  60. 959dc84 Use trailing documentation comments properly by Dmitri Gribenko · 11 years ago
  61. 6ba52aa Use the correct type to hold enumeration values by Dmitri Gribenko · 11 years ago
  62. 896c7dd Don't warn on conversion from NULL to nullptr_t by David Blaikie · 11 years ago
  63. b4127a2 Emit vtables for an extern template class as available_externally, not as by Richard Smith · 11 years ago
  64. 7640b02 [PCH] Deserializing the DeclContext of a template parameter is not safe by Argyrios Kyrtzidis · 11 years ago
  65. 5a758de Rework the visibility computation algorithm in preparation by John McCall · 11 years ago
  66. c0dcc2d Add the 'target-cpu' and 'target-features' attributes to functions. by Bill Wendling · 11 years ago
  67. 17c1a2e objective-C: Fixes a compiler crash when encoding by Fariborz Jahanian · 11 years ago
  68. 4a544e5 Recognize < and > as binary expressions in builder-type calls. by Daniel Jasper · 11 years ago
  69. 3285c78 Fixed diagnostic nondeterministic order bug (pr14901). by Enea Zaffanella · 11 years ago
  70. dc2efa1 Done break between 'operator' and '<<'. by Daniel Jasper · 11 years ago
  71. db546fa Fix crash-on-invalid where a ParenListExpr shows up as a message receiver by Argyrios Kyrtzidis · 11 years ago
  72. 820b23d When a statement is dropped from the AST because it was invalid, make sure by Argyrios Kyrtzidis · 11 years ago
  73. b130a54 Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option. by Daniel Jasper · 11 years ago
  74. 2e85e74 Sema: Unnest early exit and remove an unnecessary bad cast. by Benjamin Kramer · 11 years ago
  75. 0f9827f Abstract out emitting the vdtor calls and do it properly when using -cxx-abi microsoft; also fix vdtor calls for the ARM ABI by Timur Iskhodzhanov · 11 years ago
  76. a574c89 Make helper functions static. by Benjamin Kramer · 11 years ago
  77. 7878a7b Prevent only breaking before "?" in conditional expressions. by Daniel Jasper · 11 years ago
  78. ada0d22 [analyzer] Don't assert when mixing reinterpret_cast and derived-to-base casts. by Jordan Rose · 11 years ago
  79. bc40386 Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 11 years ago
  80. 28743b0 [analyzer] Cache the bindings accessible through a LazyCompoundVal. by Jordan Rose · 11 years ago
  81. ef9e6d6 [analyzer] Scan the correct store when finding symbols in a LazyCompoundVal. by Jordan Rose · 11 years ago
  82. fcfcd80 [analyzer] Tweak LazyCompoundVal reuse check to ignore qualifiers. by Jordan Rose · 11 years ago
  83. 0a0f130 [analyzer] Use collectSubRegionKeys to make removeDeadBindings faster. by Jordan Rose · 11 years ago
  84. 9d688e2 [analyzer] Refactor RegionStore's sub-region bindings traversal. by Jordan Rose · 11 years ago
  85. cfaed8d objective-C: synthesize properties in order of their by Fariborz Jahanian · 11 years ago
  86. 2620229 objective-C: When implementing custom accessor method for by Fariborz Jahanian · 11 years ago
  87. 697a685 [analyzer] Try constant-evaluation for all variables, not just globals. by Jordan Rose · 11 years ago
  88. 33ace06 [arcmt] Make sure the function has an associated parameter for the argument by Argyrios Kyrtzidis · 11 years ago
  89. 83dece5 Mangle extern "C" functions whose names are not simple identifiers. by Rafael Espindola · 11 years ago
  90. 9fc56f2 Fix counting of parameters so that r175162 works as expected. by Daniel Jasper · 11 years ago
  91. fc75908 Reduce penalty for breaking before ./-> after complex calls. by Daniel Jasper · 11 years ago
  92. 68a932d Remove a const_cast by propagating constness to called functions by Dmitri Gribenko · 11 years ago
  93. 6530390 Remove an unneeded const_cast by Dmitri Gribenko · 11 years ago
  94. e252a89 Remove const_casts by making spec_begin()/spec_end() const by Dmitri Gribenko · 11 years ago
  95. c78c6b3 Remove the trailing whitespace of formatted lines. by Daniel Jasper · 11 years ago
  96. c5cfa49 Get less confused by trailing comma in Google style. by Daniel Jasper · 11 years ago
  97. 6cabab4 Align superclasses for multiple inheritence. by Daniel Jasper · 11 years ago
  98. b9316b3 Revert accidental commit. by Bill Wendling · 11 years ago
  99. e1092df Pass the target options through to code generation. by Bill Wendling · 11 years ago
  100. 747836e Partially revert r175117 so that we don't break assumptions about how by Rafael Espindola · 11 years ago