1. afda905 In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the consumer by Argyrios Kyrtzidis · 11 years ago
  2. 237d4c1 Better formatting of conditional expressions. by Daniel Jasper · 11 years ago
  3. 04ea68c Reference the canonical commit (r175462) in the value casting release note. by David Blaikie · 11 years ago
  4. a62e561 Document the value casting API changes. by David Blaikie · 11 years ago
  5. c5139a9 Prefer 'and' over '&' in comments. by David Blaikie · 11 years ago
  6. f3f6231 Shrink SmallPtrSet. It gets swapped a lot which copies the whole small part. by Benjamin Kramer · 11 years ago
  7. b063ef0 Add streamed versions of getQualifiedNameAsString. by Benjamin Kramer · 11 years ago
  8. c4cca7b Remove data member MSAsmStmt::AsmLoc, wrongly hiding AsmStmt::AsmLoc. by Enea Zaffanella · 11 years ago
  9. 37eff83 Don't recognize unnamed pointer parameters as casts. by Daniel Jasper · 11 years ago
  10. 3a20441 Allow splitting between string literals and identifiers. by Daniel Jasper · 11 years ago
  11. a8f7a97 Implement __builtin_eh_return_data_regno() for ARM and MIPS. by Logan Chien · 11 years ago
  12. 884f0a7 clang/AST/Decl.h: Add "raw_ostream.h" to appease msvc. by NAKAMURA Takumi · 11 years ago
  13. a0a628f ubsan: Emit bounds checks for array indexing, vector indexing, and (in really simple cases) pointer arithmetic. This augments the existing bounds checking with language-level array bounds information. by Richard Smith · 11 years ago
  14. 1c8278b Test that attribute(availability) doesn't override private_extern. by John McCall · 11 years ago
  15. b078054 Remove the CFGElement "Invalid" state. by David Blaikie · 11 years ago
  16. 02fb50d Remove the hack that avoided mangling static functions in extern C contexts. by Rafael Espindola · 11 years ago
  17. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 11 years ago
  18. ff971d7 Propagate the split dwarf file information through into the backend by Eric Christopher · 11 years ago
  19. fdf5706 [libclang] Fix assertion hit when code-completing inside a function macro with more by Argyrios Kyrtzidis · 11 years ago
  20. f799ae1 objective-C arg: provide fixit support when by Fariborz Jahanian · 11 years ago
  21. 5bb033b Update tests so that we don't test for function-only attributes on call sites. by Bill Wendling · 11 years ago
  22. efc5b67 Driver: Pass down the -march setting down to -cc1as on x86 too. by Benjamin Kramer · 11 years ago
  23. 93e4bff Make sure we apply attributes to correct places. by Bill Wendling · 11 years ago
  24. 8019039 Split out the command handling for split debug info, we're going by Eric Christopher · 11 years ago
  25. ae7396c [analyzer] Don't canonicalize the RecordDecl used in CXXBaseObjectRegion. by Jordan Rose · 11 years ago
  26. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 11 years ago
  27. 0b849d3 [preprocessing record] Have the MacroDefinitions map point to the MacroDefinition object instead by Argyrios Kyrtzidis · 11 years ago
  28. f512ace Replace some typically large vectors with SmallVector. by Benjamin Kramer · 11 years ago
  29. 4c8cba8 Make sure pragmas don't attach visibility attributes to auto variables with by Rafael Espindola · 11 years ago
  30. f23546a Suppress -Wswitch to unbreak the build. by David Blaikie · 11 years ago
  31. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 11 years ago
  32. 5dd8f28 Use raw_ostream::indent, update comment. by Benjamin Kramer · 11 years ago
  33. 7e9f060 Push the raw_ostream through the template diffing code. by Benjamin Kramer · 11 years ago
  34. 1249b0f Streamify FormatASTNodeDiagnosticArgument. by Benjamin Kramer · 11 years ago
  35. 5eada84 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 11 years ago
  36. 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 11 years ago
  37. 9d4df46 StmtPrinter: Directly print types to the stream instead of taking a detour through getAsString. by Benjamin Kramer · 11 years ago
  38. 33b52ad Fix MergeFunctionDecl implicit CC for static methods. by Timur Iskhodzhanov · 11 years ago
  39. 9672b90 scan-build: Remove debug print. by Benjamin Kramer · 11 years ago
  40. 1441632 C++11 status page: by Richard Smith · 11 years ago
  41. 4da0903 Don't crash if we try to apply 'alignas' to a variable declared with an by Richard Smith · 11 years ago
  42. 672edb0 Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs by Richard Smith · 11 years ago
  43. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 11 years ago
  44. 68ea3ae Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes by Richard Smith · 11 years ago
  45. f6565a9 Handle alignas(foo...) pack expansions. by Richard Smith · 11 years ago
  46. 745af1c In LookupResult::resolveKind(), when handling multiple found declarations, ignore invalid declarations. by Argyrios Kyrtzidis · 11 years ago
  47. d5668a2 When a parameter list in a C function has an error, recover by forming a K&R function, by Argyrios Kyrtzidis · 11 years ago
  48. 28965bf Don't crash when applying an alloc_size attribute on a K&R function. by Argyrios Kyrtzidis · 11 years ago
  49. 150d853 Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here, by Richard Smith · 11 years ago
  50. 425663a Teach -ast-print how to print trailing-return-types. by Richard Smith · 11 years ago
  51. b04a238 [analyzer] Implement "Loop executed 0 times" diagnostic correctly. by Ted Kremenek · 11 years ago
  52. 671b321 Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of by Richard Smith · 11 years ago
  53. 1f12c47 [libclang] Fix a crash with invalid code, while skip function bodies is enabled. by Argyrios Kyrtzidis · 11 years ago
  54. d9bd83e Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  55. 637619b Only suppress instance context if a member is actually by John McCall · 11 years ago
  56. 8dadf15 [analyzer] Place all inlining policy checks into one palce by Anna Zaks · 11 years ago
  57. 9e738cc Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 11 years ago
  58. 5e5440b [analyzer] Make sure a materialized temporary matches its bindings. by Jordan Rose · 11 years ago
  59. f08740b Fix regression in modeling assignments of an address of a variable to itself. Fixes <rdar://problem/13226577>. by Ted Kremenek · 11 years ago
  60. 5704d34 Make sure we only use the output file as a base for debug splitting by Eric Christopher · 11 years ago
  61. f0b1a0e objective-C arc: Diagnostic can not say to use bridge by Fariborz Jahanian · 11 years ago
  62. 87193da [analyzer] Fix buildbot by not reusing a variable name. by Jordan Rose · 11 years ago
  63. c7d1ca5 Preproceessor: fix #if skipping under -traditional-cpp. by Jordan Rose · 11 years ago
  64. 025b3d4 Make logic smaller. by Eric Christopher · 11 years ago
  65. 644367c Added a footnote to the documentation for objc_storeStrong that makes it clear by Michael Gottesman · 11 years ago
  66. c908896 Removing has_getDecl (added in r175532). It cause a build break for MSVC, and was not yet being used in the codebase. If we start using std::enable_if, we can look into resurrecting the idea in a more portable fashion. by Aaron Ballman · 11 years ago
  67. 94236e7 Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-builtin' on the command line. by Bill Wendling · 11 years ago
  68. 0c67fc9 Make for x86 to stop it failing on ARM buildbots. by Bill Wendling · 11 years ago
  69. 168c96d Grammar. by Eric Christopher · 11 years ago
  70. 9f1d541 [analyzer] Make sure a temporary object region matches its initial bindings. by Jordan Rose · 11 years ago
  71. 3892d02 Ignore visibility from enclosing template arguments by John McCall · 11 years ago
  72. df1f94e Simplify code to use castAs rather than getAs + assert. by David Blaikie · 11 years ago
  73. 3c16431 Fix copy/paste to refer to the relevant type (ProgramPoint instead of TypeLoc). by David Blaikie · 11 years ago
  74. 1c885a5 clang/test/Driver/qa_override.c: Appease gcc-driver. by NAKAMURA Takumi · 11 years ago
  75. b83a5d8 Fix typo 'with with' in diagnostic. by Richard Smith · 11 years ago
  76. e130014 Add back implicitly dropped const. by David Blaikie · 11 years ago
  77. be5f1be Fix formatting and tabs in file. by Eric Christopher · 11 years ago
  78. f870e12 Don't pass -split-dwarf= to the backend unless we're on linux for now. by Eric Christopher · 11 years ago
  79. 59320e7 Remove the SplitDebug action and replace with a set of commands by Eric Christopher · 11 years ago
  80. 7a95de6 Replace ProgramPoint llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  81. 94f3f54 Remove superfluous null pointer check. The pointer is used prior to this check. by Ted Kremenek · 11 years ago
  82. 4216ee1 AST dumping: dump template instantiations only once by Dmitri Gribenko · 11 years ago
  83. 1c1303b Remove accidentally introduced no-op line. by Daniel Jasper · 11 years ago
  84. 63631bd Teach serialized diagnostics about notes without locations. by Ted Kremenek · 11 years ago
  85. f11a705 Consistently put {} onto the same line for empty functions. by Daniel Jasper · 11 years ago
  86. fdf6a27 Replace CFGElement llvm::cast support to be well-defined. by David Blaikie · 11 years ago
  87. 05f8ff1 Patch for debug info of qualified-id types is 'id' By Adrian Pranti. by Fariborz Jahanian · 11 years ago
  88. 51d1095 Try to fix the test for cmake builds, where clang is called clang-3.3. by Benjamin Kramer · 11 years ago
  89. 47135fe [scan-build] Add quotes around clang executable name to handle path withs spaces. Fixes <rdar://problem/13254727> by Ted Kremenek · 11 years ago
  90. 478bbf3 Try to get buildbots to pass these tests. by Bill Wendling · 11 years ago
  91. c73dcba [scan-build] fix xcode version parsing to handle dot releases. Fixes <rdar://problem/13265300>. by Ted Kremenek · 11 years ago
  92. 79165b8 [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS by Chad Rosier · 11 years ago
  93. 6aad4a3 Preprocessor: preserve whitespace in -traditional-cpp mode. by Jordan Rose · 11 years ago
  94. 649aa6a [driver] Add a dump method for ArgList. by Chad Rosier · 11 years ago
  95. 7d81281 Allow breaking between type and name in for loops. by Daniel Jasper · 11 years ago
  96. 3aada3c Add MSan to the list of targets in Makefile-based builds. by Evgeniy Stepanov · 11 years ago
  97. ff04dd4 Add a 64-bit triple to these tests, to fix 32-bit bots. by Joey Gouly · 11 years ago
  98. b965d8b Fix an OpenCL test case. Pointer arguments to kernels must be declared with the by Joey Gouly · 11 years ago
  99. 52e933b by Joey Gouly · 11 years ago
  100. 4d8fe83 Correct spelling of 'enumerator'. by David Blaikie · 11 years ago