1. 33e83b6 Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 11 years ago
  2. ce76d65 clang/test/Index/skip-parsed-bodies/compile_commands.json: Mark it as XFAIL:mingw32, for now. by NAKAMURA Takumi · 11 years ago
  3. c264e16 Add support for AArch64 target. by Tim Northover · 11 years ago
  4. 378e1e7 When we're emitting a constructor or destructor call from a delegating by Douglas Gregor · 12 years ago
  5. 29805ca Improve 'failed template argument deduction' diagnostic for the case where we by Richard Smith · 12 years ago
  6. 626799b When code completing in a statement, parenthesized expression, or by Douglas Gregor · 12 years ago
  7. d1f09b4 Allow the computation of the base priority for a declaration code completion result to consider the completion context by Douglas Gregor · 12 years ago
  8. 0efa62f Replace "failed template argument deduction" diagnostic with something useful by Richard Smith · 12 years ago
  9. f270519 Clarify the diagnostic for -Wnested-anon-types. by Richard Smith · 12 years ago
  10. 0e450cb [analyzer] If a lazy binding is undefined, pretend that it's unknown instead. by Jordan Rose · 12 years ago
  11. f499b34 When comparing two template template arguments in the template differ, consider by Richard Trieu · 12 years ago
  12. e8d4119 Add indents to AST dumping and removed parenthesis from AST nodes. by Richard Trieu · 12 years ago
  13. 4ceaf33 Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove by Nick Lewycky · 12 years ago
  14. 5255f27 [analyzer] Fix a bug in region store that lead to undefined value false by Anna Zaks · 12 years ago
  15. 7ba96ae Sometimes ld is just ld. by Matt Beaumont-Gay · 12 years ago
  16. 1166723 When comparing two templates in the template differ, consider them the by Douglas Gregor · 12 years ago
  17. 40f56e5 Reinstate r173952, this time limiting it to exactly the form by Douglas Gregor · 12 years ago
  18. f6e74a3 Diagnostics: if a line is longer than 4096 characters, don't print it. by Jordan Rose · 12 years ago
  19. 1a1c82e Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro"" by Argyrios Kyrtzidis · 12 years ago
  20. 877761c Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back by Richard Trieu · 12 years ago
  21. 7564bcc Add OpenCL error that a kernel function must have void return type. Includes a test case. by Tanya Lattner · 12 years ago
  22. 1b6b31d Fix comment in test/Lexer/utf8-invalid.c for updates in r173959. by Jordan Rose · 12 years ago
  23. 20afc29 Fix r173881 to properly skip invalid UTF-8 characters in raw lexing and -E. by Jordan Rose · 12 years ago
  24. ac3a3e7 [analyzer] Make shallow mode more shallow. by Anna Zaks · 12 years ago
  25. 6bbe144 [analyzer] Use analyzer config for max-inlinable-size option. by Anna Zaks · 12 years ago
  26. 8d3f613 [preprocessor] Don't warn about "disabled expansion of recursive macro" by Argyrios Kyrtzidis · 12 years ago
  27. baa7ca1 [analyzer] Model trivial copy/move ctors with an aggregate bind. by Jordan Rose · 12 years ago
  28. f494e48 Comment parsing: fold named character references test into other HTML tests by Dmitri Gribenko · 12 years ago
  29. 3862d76 Index/special-html-characters.m: mark this as XFAIL for valgrind by Dmitri Gribenko · 12 years ago
  30. e1ac4ae Also promote fp16 types to double when they're anonymous variadic arguments. by Tim Northover · 12 years ago
  31. 31aa577 Add "instancetype" as a code completion result for the return type of by Douglas Gregor · 12 years ago
  32. 5824b80 The instance methods of the root class of an Objective-C hieararchy by Douglas Gregor · 12 years ago
  33. 48cb74a C11: Provide the missing half of <stdalign.h> by Richard Smith · 12 years ago
  34. e6738d8 Fix test failure from previous change. by Richard Smith · 12 years ago
  35. 7586a6e Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as by Richard Smith · 12 years ago
  36. 4874a81 Don't warn on fall-through from unreachable code. by Alexander Kornienko · 12 years ago
  37. e28f6ab Unresolved lookups can have using declarations that refer to by Douglas Gregor · 12 years ago
  38. 74c2498 Don't warn about Unicode characters in -E mode. by Jordan Rose · 12 years ago
  39. d9bf418 [Sema] Constrain test added in r173873 with expected-error-re by David Blaikie · 12 years ago
  40. 1d87fba Provide a fixit for constexpr non-static data members. by David Blaikie · 12 years ago
  41. 7adf417 c: When checking on validity of sizeof passed as size of by Fariborz Jahanian · 12 years ago
  42. e87edbd clang/test/Driver/asan-ld.c: Try not to mismatch temporary file, like "tmpkcfdld". by NAKAMURA Takumi · 12 years ago
  43. 658a115 [Doc parsing] Patch to parse Doxygen-supported HTML character by Fariborz Jahanian · 12 years ago
  44. 78d85b1 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 12 years ago
  45. 13e42fb clang/test/Index/getcursor-preamble.m: Formatting. by NAKAMURA Takumi · 12 years ago
  46. 3832fbb clang/test/Index/getcursor-preamble.m: Tweak for win32. env(1) is required to change variables locally. by NAKAMURA Takumi · 12 years ago
  47. a367e9d Move -Wstatic-float-init fixit into a note & don't recover as if constexpr by David Blaikie · 12 years ago
  48. 6933e3b Don't fixit/recover from -Wstatic-float-init when it's not an error. by David Blaikie · 12 years ago
  49. fcf8960 [Preprocessor] When checking if we can concatenate two tokens, check by Argyrios Kyrtzidis · 12 years ago
  50. a16355c [driver] Refactor the driver so that a failing commands doesn't prevent by Chad Rosier · 12 years ago
  51. 3d207e7 Mark a struct definition in an objc container with the TopLevelDeclInObjCContainer bit. by Argyrios Kyrtzidis · 12 years ago
  52. a52d278 by Joey Gouly · 12 years ago
  53. 98f988d by Joey Gouly · 12 years ago
  54. e702ff3 Test update missed in r173789. by Richard Smith · 12 years ago
  55. a0109e2 Produce a diagnostic if alignas is applied to an expression. Neither C11 nor by Richard Smith · 12 years ago
  56. d03de6a Downgrade 'attribute ignored when parsing type' from error to warning, to match by Richard Smith · 12 years ago
  57. 4cd81c5 Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. by Richard Smith · 12 years ago
  58. 8f3aacc Propagate the spelling list index for an attribute across template instantiation. by Richard Smith · 12 years ago
  59. 8338a9d PR15017: A '>' can appear after a type-specifier in a template-argument-list. by Richard Smith · 12 years ago
  60. 353299a Add a test case for attribute print. by Michael Han · 12 years ago
  61. f0f7fa0 Modify the tests for the (sorted) order that the attributes come out as now. by Bill Wendling · 12 years ago
  62. 485b312 PR15100: look through type sugar when determining whether we have one of the by Richard Smith · 12 years ago
  63. 2f83694 Fold tests for C++ 'main' into a single file. by Richard Smith · 12 years ago
  64. cae4a5c Test that we print MS keyword attributes without a __declspec(...) adornment. by Richard Smith · 12 years ago
  65. 33f04a2 Treat alignas and _Alignas as keyword attributes. This allows us to by Richard Smith · 12 years ago
  66. cda7968 Actually remove the hack which was blocking the Borland-style attributes from by Richard Smith · 12 years ago
  67. f727e1c Don't crash while printing APValues that are lvalues casted to a by Douglas Gregor · 12 years ago
  68. 5cd532c Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled by Richard Smith · 12 years ago
  69. 3a2b7a1 Finish semantic analysis for [[carries_dependency]] attribute. by Richard Smith · 12 years ago
  70. 319d8fc FileCheck'ize tests by Dmitri Gribenko · 12 years ago
  71. fc60fbd FileCheck'ize a test by Dmitri Gribenko · 12 years ago
  72. 13bdfcd Migrate a test to -verify by Dmitri Gribenko · 12 years ago
  73. 4738f2d [driver] Revise this test to remove the dependency on the integrate assembler. by Chad Rosier · 12 years ago
  74. 03efd9d FileCheck'ize and merge tests by Dmitri Gribenko · 12 years ago
  75. bde67cf Undo my re-wording of the "ARC forbids Objective-C objects in ..." by Douglas Gregor · 12 years ago
  76. 4581d45 Forbid the use of objects in unions in Objective-C++ ARC. Fixes by Douglas Gregor · 12 years ago
  77. 20c6f2e Enable the global module index by default. Introduce the by Douglas Gregor · 12 years ago
  78. e953172 Tests: remove disabled llvm-gcc invocations by Dmitri Gribenko · 12 years ago
  79. 8094bac PR15067 (again): Don't warn about UCNs in C90 if we're raw-lexing. by Jordan Rose · 12 years ago
  80. 94b309e FileCheck'ize and merge tests by Dmitri Gribenko · 12 years ago
  81. 1407b49 FileCheck'ize test by Dmitri Gribenko · 12 years ago
  82. ae8699b Several small changes in formatting decisions. by Daniel Jasper · 12 years ago
  83. 3e335c1 Print warning instead of error if optional ASan features are enabled w/o specifying -fsanitize=address by Alexey Samsonov · 12 years ago
  84. 43bb45d Fix the indentation of the first line of preprocessor output by Hal Finkel · 12 years ago
  85. d98f708 Tests and a minor bugfix for [dcl.attr.depend]p1 (C++11 [[carries_dependency]] by Richard Smith · 12 years ago
  86. c5f7d6a Add a -pedantic warning: an anonymous union within an anonymous union is not by Richard Smith · 12 years ago
  87. c37b183 Comment parsing: fix test in r173626 for -fms-extensions -fms-compatibility by Dmitri Gribenko · 12 years ago
  88. 5250e2b Decl printer: fix CXXConstructExpr with implicit default argument by Dmitri Gribenko · 12 years ago
  89. d1e5c0d Comment parsing: attach any tag type's documentation to its typedef if latter by Dmitri Gribenko · 12 years ago
  90. bfec916 PR15067: Don't assert when a UCN appears in a C90 file. by Jordan Rose · 12 years ago
  91. 1df0837 [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory for unittests. by NAKAMURA Takumi · 12 years ago
  92. 06b5ea6 Revert r173586 (and r173587) , "Attach any tag type's documentation to its typedef if" by NAKAMURA Takumi · 12 years ago
  93. a650485 PR14566: Debug Info: avoid top level lexical blocks in functions by David Blaikie · 12 years ago
  94. 87611cd Attach any tag type's documentation to its typedef if by Fariborz Jahanian · 12 years ago
  95. a8a908b Migrate tests to -verify by Dmitri Gribenko · 12 years ago
  96. 9eca9f7 Specify non-GNU-ARM triples for key-function test. by Tim Northover · 12 years ago
  97. 1a1b3ab clang/test/Misc/diag-template-diffing-color.cpp: Symbolize color sequences in FileCheck. by NAKAMURA Takumi · 12 years ago
  98. 4e4d7ce clang/test/Misc/ast-dump-color.cpp: Symbolize color sequences in FileCheck. by NAKAMURA Takumi · 12 years ago
  99. 07c52d2 [analyzer] C++ initializers may require cleanups; look through these. by Jordan Rose · 12 years ago
  100. db55c04c Give a more informative error message when the dot or arrow operator is used by Richard Trieu · 12 years ago