1. 11be064 Match MSVC's handling of commas during macro argument expansion by Reid Kleckner · 11 years ago
  2. eacc92f clang/test/Driver/pth.c: Fix r184942, a regexp like "\\\\" is redundant here. Should be matched to single \ with '\\'. by NAKAMURA Takumi · 11 years ago
  3. 902a863 Remove last use of PathV1.h from clang. by Rafael Espindola · 11 years ago
  4. d2a5bee We only create one file, no need to delete a directory. by Rafael Espindola · 11 years ago
  5. a8a0da4 Remove unused header. by Rafael Espindola · 11 years ago
  6. fd81592 Try to fix this test on the msys buildbot. by Rafael Espindola · 11 years ago
  7. de2541a Quieting an MSVC warning about converting negative integer constants to unsigned types. by Aaron Ballman · 11 years ago
  8. dbb4a35 Don't use PathV1.h in CIndexCodeCompletion.cpp. by Rafael Espindola · 11 years ago
  9. cd0debb Remove dead include. by Rafael Espindola · 11 years ago
  10. 2669e96 Don't use PathV1.h in cc1as_main.cpp. by Rafael Espindola · 11 years ago
  11. 91d1b52 Remove unused header. by Rafael Espindola · 11 years ago
  12. b94000b Remove unused include. by Rafael Espindola · 11 years ago
  13. 5407d4a clang/test/lit.cfg: Tweak getClangBuiltinIncludeDir() not to expose dosish path separator on MSYS bash.exe, since r184774. by NAKAMURA Takumi · 11 years ago
  14. de4c111 Remove unused include. by Rafael Espindola · 11 years ago
  15. b8e60d9 Remove more uses of llvm::sys::Path. by Rafael Espindola · 11 years ago
  16. 3473c8d Remove PathV1.h from CompilerInvocation.cpp. by Rafael Espindola · 11 years ago
  17. ac1db6b Use llvm::sys::fs::getMainExecutable. by Rafael Espindola · 11 years ago
  18. 48955f8 Remove PathV1.h from CompilerInstance.cpp. by Rafael Espindola · 11 years ago
  19. 21b1824 Don't use PathV1.h in ASTUnit.cpp. by Rafael Espindola · 11 years ago
  20. 9230690 Remove forward declarations of sys::Path. by Rafael Espindola · 11 years ago
  21. 1cd7df4 Remove the last use of PathWithStatus. by Rafael Espindola · 11 years ago
  22. 85d2848 Use llvm::sys::fs::unique_file. by Rafael Espindola · 11 years ago
  23. b804cb3 Remove some uses of llvm::sys::Path. by Rafael Espindola · 11 years ago
  24. da6d1df Remove PathV1.h use from WindowsToolChain.cpp. by Rafael Espindola · 11 years ago
  25. 1907c57 Fix a comment. by Nico Weber · 11 years ago
  26. 4fc5089 Lazily deserialize the "first' friend declaration when deserializing a class by Richard Smith · 11 years ago
  27. 86648b1 Fix PCH bug with member templates of local classes in nontemplate functions. by Faisal Vali · 11 years ago
  28. 7b6301f Remove PathV1.h usage from ToolChains.cpp. by Rafael Espindola · 11 years ago
  29. 2726877 Run clang-format on lib/Format code after r184894. No other changes. by Nico Weber · 11 years ago
  30. 861576b Formatter: Don't put a space after parameter-naming block comments. by Nico Weber · 11 years ago
  31. dccd04d Don't check for triviality on fields of templated records. We can't know the by Nick Lewycky · 11 years ago
  32. f6a144f Implement DR136 by David Majnemer · 11 years ago
  33. 5e37eec Make this test properly test both things it's trying to test. by Richard Smith · 11 years ago
  34. ba5da6e Missing test update from r184884. by Richard Smith · 11 years ago
  35. c7e863f PR8302: Check for shadowing a template parameter when declaring a template by Richard Smith · 11 years ago
  36. 147fab9 Don't try to get the layout of an invalid decl in getDeclAlign. by Matt Beaumont-Gay · 11 years ago
  37. 87b12b2 Implement DR21 by David Majnemer · 11 years ago
  38. ac83a3c Fix null pointer dereference if we redeclare an unprototyped function. Patch by by Richard Smith · 11 years ago
  39. 0e5a888 Fix a comment. by Nico Weber · 11 years ago
  40. 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
  41. 548fba9 Objective-C: Warn when IBOutletCollection property by Fariborz Jahanian · 11 years ago
  42. a7732c7 Remove misplaced comment by Eli Bendersky · 11 years ago
  43. fe7ed9e In tooling, reenable freeing of datastructures in codegen, just as we do for by Nick Lewycky · 11 years ago
  44. 40e6b30 Use simpler version of llvm::sys::fs::exists. by Rafael Espindola · 11 years ago
  45. f8edb99 Don't use PathV1.h in Tools.cpp. by Rafael Espindola · 11 years ago
  46. 829e88d Use the simpler version of llvm::sys::fs::exists. by Rafael Espindola · 11 years ago
  47. 8db7ec0 Use the new llvm::sys::EnvPathSeparator. by Rafael Espindola · 11 years ago
  48. c6fa115 Fix a couple of PPC predefined macros that I spotted while driving by by Chandler Carruth · 11 years ago
  49. 4ea53ae Add r184803 back now that the bug in unique_file has been fixed. by Rafael Espindola · 11 years ago
  50. 510312a Revert "Use the new PathV2 instead of implementing the logic in clang." by Rafael Espindola · 11 years ago
  51. 871a692 Revert r184787: "Added arm_neon intrinsic tests." by Chandler Carruth · 11 years ago
  52. be35df1 [analyzer] Handle zeroing CXXConstructExprs. by Jordan Rose · 11 years ago
  53. 1fc9111 [analyzer] Don't initialize virtual base classes more than once. by Jordan Rose · 11 years ago
  54. f9b4fea Fix regression from r184810. by Eli Friedman · 11 years ago
  55. fdf137b Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes by Nick Lewycky · 11 years ago
  56. 9db7f57 Fix deserializing of class template partial specializations. Assign sequence by Richard Smith · 11 years ago
  57. 72aa4c4 Fix noexcept for delete expressions. by Eli Friedman · 11 years ago
  58. fa09383 Remove PathV1.h from Driver.cpp. by Rafael Espindola · 11 years ago
  59. 465e861 Formatter/ObjC: Correctly format casts in objc message send expressions. by Nico Weber · 11 years ago
  60. 4a67613 Use the new PathV2 instead of implementing the logic in clang. by Rafael Espindola · 11 years ago
  61. 6e98678 Delete a couple dead checks. by Eli Friedman · 11 years ago
  62. 10fc2c6 Formatter/Objc: Add a test that checks that @import is formatted correctly. by Nico Weber · 11 years ago
  63. 7652222 Delete dead code. by Eli Friedman · 11 years ago
  64. f66ef17 Reorder builds based by ordering. by Eric Christopher · 11 years ago
  65. 98f0723 Check for matching template-parameter-lists when merging template declarations. by Richard Smith · 11 years ago
  66. e4664a9 Accept both / and \\ to fix the windows bots. by Rafael Espindola · 11 years ago
  67. ea94314 Tweak -Wdeprecated-objc-pointer-introspection to have a subgroup for results of using -performSelectorXXX. by Ted Kremenek · 11 years ago
  68. 445df82 Added arm_neon intrinsic tests. by Michael Gottesman · 11 years ago
  69. fdeee9d [NeonIntrinsicTestEmitter] vld1/vst1 do not require the :64 hint. by Michael Gottesman · 11 years ago
  70. 410c3f7 [NeonIntrinsicTestEmitter] Fix incorrect FileCheck pattern where we were expecting a ',' prefix to alignment hints. by Michael Gottesman · 11 years ago
  71. bb5595d [NeonIntrinsicTestEmitter] Add requirement to arm neon intrinsic tests for the feature long_tests. by Michael Gottesman · 11 years ago
  72. 1f3ff6a [libclang/codecompletion] Make sure the top-level decl hash takes into account ImportDecls. by Argyrios Kyrtzidis · 11 years ago
  73. bace10c Change mangling of objects inside block literals. by Eli Friedman · 11 years ago
  74. cd9c2f2 Fix "funciton" typo from r184763 by Reid Kleckner · 11 years ago
  75. f21818d [ms-cxxabi] Use sugared types in the mangler instead of canonical types by Reid Kleckner · 11 years ago
  76. 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
  77. fa8277c Use getAs<> where appropriate on QualTypes instead of using dyn_cast. by Eli Friedman · 11 years ago
  78. e848630 Convert some uses of llvm::sys::Path. by Rafael Espindola · 11 years ago
  79. 005835d Use the simpler version of llvm::sys::fs::exists. by Rafael Espindola · 11 years ago
  80. 9f7ba9b [analyzer] Add a debug checker that prints Exploded Graph by Anna Zaks · 11 years ago
  81. de2b523 Convert last use of PathV1.h in Compilation.cpp by Rafael Espindola · 11 years ago
  82. 12df246 [AST] Introduce a new DecayedType sugar node by Reid Kleckner · 11 years ago
  83. 8d90b4a Add the global namespace (the "::" namespace specifier) to the list of by Kaelyn Uhrain · 11 years ago
  84. dbcc756 Check the canonical parameter type with getAs<>() in a static checker by Reid Kleckner · 11 years ago
  85. 8ce9054 Convert a use of PathV1.h by Rafael Espindola · 11 years ago
  86. 1a554f7 Add some invalid-decl checks to clang_Type_getOffsetOf. by Matt Beaumont-Gay · 11 years ago
  87. 653c657 Convert a use of PathV1.h. by Rafael Espindola · 11 years ago
  88. 8c0501c [Sema] Call CheckParmForFunctionDef on ObjC method parameters by Reid Kleckner · 11 years ago
  89. e054819 clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp: Suppress unexpected failures on MS hosts. by NAKAMURA Takumi · 11 years ago
  90. 1b72799 clang/test/Driver/coverage-ld.c: Tweak expressions to match dosish pathsep on win32 hosts. by NAKAMURA Takumi · 11 years ago
  91. 80a393e The profile library must come before the C library so that it can use atexit. by Chandler Carruth · 11 years ago
  92. 096a394 Avoid adding entries to the DeclContext lookup table multiple times when lazily by Richard Smith · 11 years ago
  93. ac8f43c DebugInfo: ensure negative enumerators are emitted as such by David Blaikie · 11 years ago
  94. a32165c DebugInfo: Merge a bad debug info enum test into a good one by David Blaikie · 11 years ago
  95. acd954b Slightly improve cross-module merging for function templates. by Richard Smith · 11 years ago
  96. c5b0054 Comment parsing: allow "\param ..." to describe variadic arguments by Dmitri Gribenko · 11 years ago
  97. ddb10f7 When setting the external visible declarations for a decl context, check by Richard Smith · 11 years ago
  98. ab297cc Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to by Richard Smith · 11 years ago
  99. a558d2e Move comment on Sema::isFunctionPointerVarDecl() to the header file by Dmitri Gribenko · 11 years ago
  100. 6969e43 Documentation parsing: recognize \relates, \related, \relatesonly, \relatedonly by Dmitri Gribenko · 11 years ago