1. dccd04d Don't check for triviality on fields of templated records. We can't know the by Nick Lewycky · 11 years ago
  2. f6a144f Implement DR136 by David Majnemer · 11 years ago
  3. 5e37eec Make this test properly test both things it's trying to test. by Richard Smith · 11 years ago
  4. ba5da6e Missing test update from r184884. by Richard Smith · 11 years ago
  5. c7e863f PR8302: Check for shadowing a template parameter when declaring a template by Richard Smith · 11 years ago
  6. 147fab9 Don't try to get the layout of an invalid decl in getDeclAlign. by Matt Beaumont-Gay · 11 years ago
  7. 87b12b2 Implement DR21 by David Majnemer · 11 years ago
  8. ac83a3c Fix null pointer dereference if we redeclare an unprototyped function. Patch by by Richard Smith · 11 years ago
  9. 0e5a888 Fix a comment. by Nico Weber · 11 years ago
  10. db2fe73 More of N3652: don't add an implicit 'const' to 'constexpr' member functions when checking for overloads in C++1y. by Richard Smith · 11 years ago
  11. 548fba9 Objective-C: Warn when IBOutletCollection property by Fariborz Jahanian · 11 years ago
  12. a7732c7 Remove misplaced comment by Eli Bendersky · 11 years ago
  13. fe7ed9e In tooling, reenable freeing of datastructures in codegen, just as we do for by Nick Lewycky · 11 years ago
  14. 40e6b30 Use simpler version of llvm::sys::fs::exists. by Rafael Espindola · 11 years ago
  15. f8edb99 Don't use PathV1.h in Tools.cpp. by Rafael Espindola · 11 years ago
  16. 829e88d Use the simpler version of llvm::sys::fs::exists. by Rafael Espindola · 11 years ago
  17. 8db7ec0 Use the new llvm::sys::EnvPathSeparator. by Rafael Espindola · 11 years ago
  18. c6fa115 Fix a couple of PPC predefined macros that I spotted while driving by by Chandler Carruth · 11 years ago
  19. 4ea53ae Add r184803 back now that the bug in unique_file has been fixed. by Rafael Espindola · 11 years ago
  20. 510312a Revert "Use the new PathV2 instead of implementing the logic in clang." by Rafael Espindola · 11 years ago
  21. 871a692 Revert r184787: "Added arm_neon intrinsic tests." by Chandler Carruth · 11 years ago
  22. be35df1 [analyzer] Handle zeroing CXXConstructExprs. by Jordan Rose · 11 years ago
  23. 1fc9111 [analyzer] Don't initialize virtual base classes more than once. by Jordan Rose · 11 years ago
  24. f9b4fea Fix regression from r184810. by Eli Friedman · 11 years ago
  25. fdf137b Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes by Nick Lewycky · 11 years ago
  26. 9db7f57 Fix deserializing of class template partial specializations. Assign sequence by Richard Smith · 11 years ago
  27. 72aa4c4 Fix noexcept for delete expressions. by Eli Friedman · 11 years ago
  28. fa09383 Remove PathV1.h from Driver.cpp. by Rafael Espindola · 11 years ago
  29. 465e861 Formatter/ObjC: Correctly format casts in objc message send expressions. by Nico Weber · 11 years ago
  30. 4a67613 Use the new PathV2 instead of implementing the logic in clang. by Rafael Espindola · 11 years ago
  31. 6e98678 Delete a couple dead checks. by Eli Friedman · 11 years ago
  32. 10fc2c6 Formatter/Objc: Add a test that checks that @import is formatted correctly. by Nico Weber · 11 years ago
  33. 7652222 Delete dead code. by Eli Friedman · 11 years ago
  34. f66ef17 Reorder builds based by ordering. by Eric Christopher · 11 years ago
  35. 98f0723 Check for matching template-parameter-lists when merging template declarations. by Richard Smith · 11 years ago
  36. e4664a9 Accept both / and \\ to fix the windows bots. by Rafael Espindola · 11 years ago
  37. ea94314 Tweak -Wdeprecated-objc-pointer-introspection to have a subgroup for results of using -performSelectorXXX. by Ted Kremenek · 11 years ago
  38. 445df82 Added arm_neon intrinsic tests. by Michael Gottesman · 11 years ago
  39. fdeee9d [NeonIntrinsicTestEmitter] vld1/vst1 do not require the :64 hint. by Michael Gottesman · 11 years ago
  40. 410c3f7 [NeonIntrinsicTestEmitter] Fix incorrect FileCheck pattern where we were expecting a ',' prefix to alignment hints. by Michael Gottesman · 11 years ago
  41. bb5595d [NeonIntrinsicTestEmitter] Add requirement to arm neon intrinsic tests for the feature long_tests. by Michael Gottesman · 11 years ago
  42. 1f3ff6a [libclang/codecompletion] Make sure the top-level decl hash takes into account ImportDecls. by Argyrios Kyrtzidis · 11 years ago
  43. bace10c Change mangling of objects inside block literals. by Eli Friedman · 11 years ago
  44. cd9c2f2 Fix "funciton" typo from r184763 by Reid Kleckner · 11 years ago
  45. f21818d [ms-cxxabi] Use sugared types in the mangler instead of canonical types by Reid Kleckner · 11 years ago
  46. f75ece4 [arcmt/driver] For the -ccc-arcmt-* flags, claim them when -fno-objc-arc is passed to avoid the by Argyrios Kyrtzidis · 11 years ago
  47. fa8277c Use getAs<> where appropriate on QualTypes instead of using dyn_cast. by Eli Friedman · 11 years ago
  48. e848630 Convert some uses of llvm::sys::Path. by Rafael Espindola · 11 years ago
  49. 005835d Use the simpler version of llvm::sys::fs::exists. by Rafael Espindola · 11 years ago
  50. 9f7ba9b [analyzer] Add a debug checker that prints Exploded Graph by Anna Zaks · 11 years ago
  51. de2b523 Convert last use of PathV1.h in Compilation.cpp by Rafael Espindola · 11 years ago
  52. 12df246 [AST] Introduce a new DecayedType sugar node by Reid Kleckner · 11 years ago
  53. 8d90b4a Add the global namespace (the "::" namespace specifier) to the list of by Kaelyn Uhrain · 11 years ago
  54. dbcc756 Check the canonical parameter type with getAs<>() in a static checker by Reid Kleckner · 11 years ago
  55. 8ce9054 Convert a use of PathV1.h by Rafael Espindola · 11 years ago
  56. 1a554f7 Add some invalid-decl checks to clang_Type_getOffsetOf. by Matt Beaumont-Gay · 11 years ago
  57. 653c657 Convert a use of PathV1.h. by Rafael Espindola · 11 years ago
  58. 8c0501c [Sema] Call CheckParmForFunctionDef on ObjC method parameters by Reid Kleckner · 11 years ago
  59. e054819 clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp: Suppress unexpected failures on MS hosts. by NAKAMURA Takumi · 11 years ago
  60. 1b72799 clang/test/Driver/coverage-ld.c: Tweak expressions to match dosish pathsep on win32 hosts. by NAKAMURA Takumi · 11 years ago
  61. 80a393e The profile library must come before the C library so that it can use atexit. by Chandler Carruth · 11 years ago
  62. 096a394 Avoid adding entries to the DeclContext lookup table multiple times when lazily by Richard Smith · 11 years ago
  63. ac8f43c DebugInfo: ensure negative enumerators are emitted as such by David Blaikie · 11 years ago
  64. a32165c DebugInfo: Merge a bad debug info enum test into a good one by David Blaikie · 11 years ago
  65. acd954b Slightly improve cross-module merging for function templates. by Richard Smith · 11 years ago
  66. c5b0054 Comment parsing: allow "\param ..." to describe variadic arguments by Dmitri Gribenko · 11 years ago
  67. ddb10f7 When setting the external visible declarations for a decl context, check by Richard Smith · 11 years ago
  68. ab297cc Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to by Richard Smith · 11 years ago
  69. a558d2e Move comment on Sema::isFunctionPointerVarDecl() to the header file by Dmitri Gribenko · 11 years ago
  70. 6969e43 Documentation parsing: recognize \relates, \related, \relatesonly, \relatedonly by Dmitri Gribenko · 11 years ago
  71. 572cf58 ArrayRef'ize Sema::CodeCompleteConstructorInitializer by Dmitri Gribenko · 11 years ago
  72. 9db37cd Fix the addition of Clang's profile runtime library to the link step by Chandler Carruth · 11 years ago
  73. 230cdaa The makefile build system had two lists of the 32-bit runtime libraries by Chandler Carruth · 11 years ago
  74. 39b230a Slightly loosen the test as there are other linker invocation patterns. by Chandler Carruth · 11 years ago
  75. c9a0dc5 Add and tighten up tests for cross compiling tool selection. This now by Chandler Carruth · 11 years ago
  76. 319957c Add null check (resolves PR16423) by Stephen Lin · 11 years ago
  77. 2946ceb AST: Clean up FriendObjectKind related decls by David Majnemer · 11 years ago
  78. 97e5bc2 Comment parsing: followup to r184610: allow multiple \returns by Dmitri Gribenko · 11 years ago
  79. b1ce929 Fix assert if an attempt is made to explicitly instantiate an alias template. by Richard Smith · 11 years ago
  80. 6e322c0 Add dumping support for DeclContext's StoredDeclsMap. by Richard Smith · 11 years ago
  81. 35178dc DebugInfo: Support (using GNU extensions) for template template parameters and parameter packs by David Blaikie · 11 years ago
  82. a0a65ef Remove duplicated case. by Benjamin Kramer · 11 years ago
  83. 4985429 Instantiation bug fix extension (cf. r184503) -- minor code fixes, including a typo that caused a runtime assertion after firing diagnosis for class definitions, with the 'template' keyword as template header, in friend declarations. by Larisse Voufo · 11 years ago
  84. d79486a Reword and reformat some of the "Multiarch" code in the toolchain setup. by Chandler Carruth · 11 years ago
  85. 2f68669 Revert r184401 which reverted r183462. by David Majnemer · 11 years ago
  86. e2a90b8 Extend -Wnon-pod-varargs to check calls made from member pointers. by Richard Trieu · 11 years ago
  87. c1c7625 Fixed typo. by Alexander Kornienko · 11 years ago
  88. 2ffcd18 [analyzer] Use output form collections’ count to decide if ObjC for loop should be entered by Anna Zaks · 11 years ago
  89. 4c98b1f [CFG] Set the “loop target” (back edge) for VisitObjCForCollectionStmt loops by Anna Zaks · 11 years ago
  90. 0538f0e Extend -Wnon-pod-varargs to more cases, such as function pointers as return by Richard Trieu · 11 years ago
  91. 23e66db DebugInfo: Random tidying up/simplification by David Blaikie · 11 years ago
  92. c8fa525 Provide suggested no-arg calls for overloaded member functions missing calls by David Blaikie · 11 years ago
  93. fb1ff86 [docs] `-fno-sanitize=` is accepted too. by Sean Silva · 11 years ago
  94. d52b20c [document parsing]: Allow multiple adjacent \return and the like by Fariborz Jahanian · 11 years ago
  95. 373ac0a Teach ARM va_arg to ignore empty structs. by Tim Northover · 11 years ago
  96. f5c3a25 Check for trivial constructibility before emptiness in ARM ABI. by Tim Northover · 11 years ago
  97. adebeb8 [NVPTX] Fix inline asm test case to use LLVM IR instead of PTX so it works even when the NVPTX target is not built by Justin Holewinski · 11 years ago
  98. e9ccbee DebugInfo test: Rename function to avoid using the same name as a type by David Blaikie · 11 years ago
  99. 7ef042d Aggregate & rename limit debug info tests. by David Blaikie · 11 years ago
  100. 73b8d4b Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose if by Nick Lewycky · 11 years ago