1. d088a5f Allow RefactoringTool to write to memory instead of always to disk by Edwin Vane · 12 years ago
  2. 7e9bf8c Improved formatting of constructor initializers by Daniel Jasper · 12 years ago
  3. 5ea6ef4 Truth in advertising: LocallyScopedExternalDecls actually only contains by Richard Smith · 12 years ago
  4. cd52bda Formatter: Put spaces in ObjC method decls in the right place for Google style. by Nico Weber · 12 years ago
  5. 3973f28 [ms-inline asm] Extend the inline asm Sema lookup interface to determine if the by Chad Rosier · 12 years ago
  6. c5362d9 In my last patch use InGroup<Switch> (per Dmitri's comment). by Fariborz Jahanian · 12 years ago
  7. f6e65cc Provide a better warning when case value overflows. // rdar://11577384 by Fariborz Jahanian · 12 years ago
  8. d5bfae6 Formatter: Land header change I forgot to land in r172099. by Nico Weber · 12 years ago
  9. 30f3b45 Diagnostics: name all implicit groups used more than once. by Jordan Rose · 12 years ago
  10. 46ef852 Improvements to function type and ObjC block formatting. by Daniel Jasper · 12 years ago
  11. 7266cf6 Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that enabled this extension for multiple targets. by Guy Benyei · 12 years ago
  12. f9c2166 clang-c/Index.h: Clarify empty argument with (void) for C89. by NAKAMURA Takumi · 12 years ago
  13. 7005b90 Rework the realpath nonsense for framework lookups to deal more by Douglas Gregor · 12 years ago
  14. a18e70b Issue warning when case value is too large to fit by Fariborz Jahanian · 12 years ago
  15. 898dd70 Remove the unused Parser::ParseTranslationUnit function by Hal Finkel · 12 years ago
  16. 35eb8c3 Enable intel_ocl_bicc for x86_64 target. This was missed in r171056. by Guy Benyei · 12 years ago
  17. e178e70 put back diagnostics when flexible members are captured in lambdas. by Fariborz Jahanian · 12 years ago
  18. 4b3040f Remove lambda from my last patch. by Fariborz Jahanian · 12 years ago
  19. 9c0816f objectiveC blocks: It is impractical to capture by Fariborz Jahanian · 12 years ago
  20. 51be6e3 Tighten types a bit. No functionality change. by Rafael Espindola · 12 years ago
  21. 0777cf5 Tighten types a bit. No functionality change. by Rafael Espindola · 12 years ago
  22. fc35cbc Tighten types a bit. No functionality change. by Rafael Espindola · 12 years ago
  23. 27fdea9 Remove on-by-default warning from -Wmost. by David Blaikie · 12 years ago
  24. 41748f7 [analyzer] Bump down the max size of functions being analyzed. by Anna Zaks · 12 years ago
  25. 7bb7fb6 clang-format can now format #defines. by Manuel Klimek · 12 years ago
  26. aa46d51 Move ref qualifiers from Type bitfields into FunctionProtoType, stealing two by Richard Smith · 12 years ago
  27. 97bfb55 [analyzer] Include the bug uniqueing location in the issue_hash. by Anna Zaks · 12 years ago
  28. 8e721b7 Add support for attribute((mode(unwind_word))). by Rafael Espindola · 12 years ago
  29. d93335c Pull the bulk of Lexer::MeasureTokenLength() out into a new function, by Argyrios Kyrtzidis · 12 years ago
  30. c3cd2b0 Implement Attr dumping for -ast-dump. http://llvm-reviews.chandlerc.com/D234 by Alexander Kornienko · 12 years ago
  31. 07fc1ba Add fixit hints for misplaced C++11 attributes around class specifiers. by Michael Han · 12 years ago
  32. cd16238 Reformat clang-formats source code. by Daniel Jasper · 12 years ago
  33. 7ad4eff Add style option for number of spaces before trailing comments. by Daniel Jasper · 12 years ago
  34. 4a2ef80 Simplify. No behavior change. by Nico Weber · 12 years ago
  35. c792d6d Unqualify the parameter type. This fixes a regression from 168895. by Rafael Espindola · 12 years ago
  36. c9c3907 Add the module name to the 'incomplete umbrella header' warning. by Douglas Gregor · 12 years ago
  37. f799213 Fix up various builtin declaration of objc_msgSend families by Fariborz Jahanian · 12 years ago
  38. 2d5c133 [libclang] Introduce clang_getFileLocation. by Argyrios Kyrtzidis · 12 years ago
  39. 81cc2f1 Move the common source locations of CastStmt & DefaultStmt into their base class, SwitchCase. by Argyrios Kyrtzidis · 12 years ago
  40. 86ebd03 Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525> by Douglas Gregor · 12 years ago
  41. bcde478 Fix capitalization of Objective-C in diagnostic. by Ted Kremenek · 12 years ago
  42. 344c77a [analyzer] Rename callback EndPath -> EndFunction by Anna Zaks · 12 years ago
  43. 4e24f0f s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments. by Richard Smith · 12 years ago
  44. 3b844ba Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 12 years ago
  45. 80ad52f s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 12 years ago
  46. b99083e Re-sort #include lines using the llvm/utils/sort_includes.py script. by Chandler Carruth · 12 years ago
  47. 8c6fe14 Fix minor copy-pasto. No functionality change. by Nico Weber · 12 years ago
  48. d32b94d Remove some remnants of OwningExprResult / OwningStmtResult. by Nico Weber · 12 years ago
  49. 2d382d1 [ubsan] Recover by default, use -fno-sanitize-recover to disable. by Will Dietz · 12 years ago
  50. 07cf58c ArrayRefize CXXTryStmt. by Nico Weber · 12 years ago
  51. d36aa35 ArrayRefize a CompoundStmt constructor. by Nico Weber · 12 years ago
  52. 2464e96 Removed duplicate logic. by Erik Verbruggen · 12 years ago
  53. 78eeba8 Reject overloading of two static extern C functions. by Rafael Espindola · 12 years ago
  54. 0f46e64 Improve diagnostic wording for when an implicitly-deleted special member by Richard Smith · 12 years ago
  55. f42755e Simplify typeid 'potentially evaluated' check. by Richard Smith · 12 years ago
  56. e57e3d3 Implement dcl.link paragraph 5. by Rafael Espindola · 12 years ago
  57. a57b3b4 Produce an actual error before attempting to attach notes to it when bailing out by Richard Smith · 12 years ago
  58. 65d7831 Fix for PR12222. by Erik Verbruggen · 12 years ago
  59. 3898008 Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. by Guy Benyei · 12 years ago
  60. 140aadf Add 171048 back but invalidate the cache of all redeclarations when setting by Rafael Espindola · 12 years ago
  61. eaf5ec4 Revert r171048, "Cache visibility of decls." by NAKAMURA Takumi · 12 years ago
  62. dfb3166 Cache visibility of decls. by Rafael Espindola · 12 years ago
  63. d7610b8 Let clang-format format itself. by Daniel Jasper · 12 years ago
  64. 34ef11b Support -fsanitize-memory-track-origins. by Evgeniy Stepanov · 12 years ago
  65. 2f82c78 clang/AST/VTTBuilder.h: Prune one description in three methods, VTTBuilder::AddVTablePointer(), VTTBuilder::LayoutSecondaryVirtualPointers(), and VTTBuilder::LayoutSecondaryVirtualPointers(). [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  66. a734a0e Add back -Wduplicate-enum which I mistakenly removed. by Ted Kremenek · 12 years ago
  67. d3292c8 Tweak Sema::CheckLiteralKind() to also include block literals by Ted Kremenek · 12 years ago
  68. a193e3b Fix a warning due to an extraneous comma. by Chad Rosier · 12 years ago
  69. 22aa690 Remove unused arguments and rename to conform to coding standards. by Chad Rosier · 12 years ago
  70. f530ff7 Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind(). by Ted Kremenek · 12 years ago
  71. 3ee069b Hoist logic for classifying Objective-C literals into Sema (proper) for use with other diagnostics. by Ted Kremenek · 12 years ago
  72. 96e12a2 Switch FrontendOptions to using an initializer list rather than initializing by Richard Smith · 12 years ago
  73. 30f102b [analyzer] Don't perform an expensive assertion in release builds. by Jordan Rose · 12 years ago
  74. bd80231 [analyzer] Re-apply r170826 and make the dumping of the GallGraph deterministic. by Anna Zaks · 12 years ago
  75. 9d08401 Extend checkUnsafeAssigns() to also handle assigning an object literal to a weak reference. by Ted Kremenek · 12 years ago
  76. 1655bcd [analyzer] Address Jordan's nitpicks as per code review of r170625. by Anna Zaks · 12 years ago
  77. 6d42f4d Revert r170826. The output of by Rafael Espindola · 12 years ago
  78. e34e193 [analyzer] Traverse the Call Graph in topological order. by Anna Zaks · 12 years ago
  79. 4f858df [analyzer] Add blocks and ObjC messages to the call graph. by Anna Zaks · 12 years ago
  80. 904a326 Revert "Warn if a __weak variable is initialized with an Objective-C object literal." by Ted Kremenek · 12 years ago
  81. 7c44106 Warn if a __weak variable is initialized with an Objective-C object literal. by Ted Kremenek · 12 years ago
  82. 9096102 Move operator precedence calculation to new header by Daniel Jasper · 12 years ago
  83. 5810f5c Attribute 'cf_returns_autoreleased' doesn't really exist. by Ted Kremenek · 12 years ago
  84. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 12 years ago
  85. 5b9268f Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then by Richard Smith · 12 years ago
  86. d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 12 years ago
  87. bf53dfa [analyzer] Add the pointer escaped callback. by Anna Zaks · 12 years ago
  88. d7dfd98 [driver] Have -isysroot warn on nonexistent paths. rdar://12282267 by Chad Rosier · 12 years ago
  89. 40902d8 Audit DeclPrinter with -ast-dump on Cocoa.h and by Fariborz Jahanian · 12 years ago
  90. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  91. 4b6ebe3 Attempt to clarify a vexing-parse diagnostic. by Richard Smith · 12 years ago
  92. c83c230 PR13470: Ensure that copy-list-initialization isntantiates as by Richard Smith · 12 years ago
  93. 9fcc2ab Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options accessible there. by Ted Kremenek · 12 years ago
  94. 3bc93e3 Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 by David Blaikie · 12 years ago
  95. 08cc03f CodeGen: Expand creal and cimag into complex field loads by Meador Inge · 12 years ago
  96. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
  97. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
  98. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  99. 8a0086c When warning about a missing prototype because a function declaration is missing 'void', insert a fixit to add the void. by Anders Carlsson · 12 years ago
  100. a6f8a6e Use the correct return type (size_t) for these builtins. by Bill Wendling · 12 years ago