1. 37aa0f7 If we find an error in the range expression in a range-based for loop, and the by Richard Smith · 11 years ago
  2. e0f720e Remove Extension warning for GNU local labels. by Eli Friedman · 11 years ago
  3. 24515d9 Add more specific flags for misc GNU extensions. by Eli Friedman · 11 years ago
  4. dead50d ObjectiveC migrator: make sure audited pragams are by Fariborz Jahanian · 11 years ago
  5. 8225eac Test case for PR16933/r188707. by David Blaikie · 11 years ago
  6. e89bad5 ObjectiveC migrator: More tweaking of heuristics by Fariborz Jahanian · 11 years ago
  7. d67679d During typo correction, check for an exact match in an unimported module. If we by Richard Smith · 11 years ago
  8. c84ed54 Centralize the logic for handling -m* options and fix pr16943. by Rafael Espindola · 11 years ago
  9. a46c6c3 ObjectiveC migrator: More tweaking of heuristics by Fariborz Jahanian · 11 years ago
  10. ef2b175 ARM: add test for last commit by Tim Northover · 11 years ago
  11. 500feeb clang/test/Driver/cl-options.c: Remove the feature "clang-driver". It has been working since r188331. by NAKAMURA Takumi · 11 years ago
  12. 441bf6c clang/test/Driver: Remove the feature "clang-driver" since gcc-as has not been used with -integrated-as since r177360. by NAKAMURA Takumi · 11 years ago
  13. b0ced6f clang/test/Driver: Remove the feature "clang-driver" in three tests since they might work as expected since their first commit. by NAKAMURA Takumi · 11 years ago
  14. ad6177a [mips][msa] Added fexdo, fexup[lr] builtins by Daniel Sanders · 11 years ago
  15. 6839120 Rename __AVX512__ to __AVX512F__ by Craig Topper · 11 years ago
  16. 10c2c68 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 11 years ago
  17. ed218d0 Revert r188756 because some other changes snuck in with it. by Craig Topper · 11 years ago
  18. dab7845 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 11 years ago
  19. 5434fc2 Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class"""" by David Blaikie · 11 years ago
  20. 13b572c Fix name lookup with dependent using decls. by Eli Friedman · 11 years ago
  21. 9b803cd clang-cl: Ignore the /wd n flag for disabling a warning by Reid Kleckner · 11 years ago
  22. 12627e5 clang-cl: Add /MP[n] to the list of unsupported and ignored flags by Reid Kleckner · 11 years ago
  23. 48a2a3a Handle init lists and _Atomic fields. by Eli Friedman · 11 years ago
  24. 556ef7f PR16727: don't try to evaluate a potentially value-dependent expression when by Richard Smith · 11 years ago
  25. 90e5523 Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""" by Michael Gottesman · 11 years ago
  26. 783344c Simplify assert-neutral matching in test case. by David Blaikie · 11 years ago
  27. 4b36fb8 clang-cl: Expose the -Xclang option by Hans Wennborg · 11 years ago
  28. 13fca0e [analyzer] Add a triple to test/Analysis/cfg.cpp by Jordan Rose · 11 years ago
  29. 51718e3 [analyzer] Don't run unreachable code checker on inlined functions. by Jordan Rose · 11 years ago
  30. a728e92 [analyzer] Assume that strings are no longer than SIZE_MAX/4. by Jordan Rose · 11 years ago
  31. 7d0dcd2 Omit arguments of __builtin_object_size from the CFG. by Jordan Rose · 11 years ago
  32. f064ad5 Re-apply r188666 by Alexey Samsonov · 11 years ago
  33. 3c6c822 clang/Driver: [PR12920] Don't forward any -W arguments to gcc-as and gcc-ld. by NAKAMURA Takumi · 11 years ago
  34. fab968f Revert r188666: it breaks the buildbots by Alexey Samsonov · 11 years ago
  35. e349069 Fix PR16768: properly report malformed sanitizer blacklist file contents by Alexey Samsonov · 11 years ago
  36. 276c289 XCore target: Add target specific EmitVAArg by Robert Lytton · 11 years ago
  37. 83ee4c3 XCore target: correct test layout by Robert Lytton · 11 years ago
  38. eb575bc Explicitly specify triple in driver test from r188660 by Alexey Samsonov · 11 years ago
  39. 5f18a00 clang/test/CodeGenObjC/2010-02-09-DbgSelf.m: Tweak for -Asserts in r188651. by NAKAMURA Takumi · 11 years ago
  40. 1b8f12d Move SanitizerArgs to the clang Driver by Alexey Samsonov · 11 years ago
  41. c3a064d Comment parsing tests: move tests where they belong by Dmitri Gribenko · 11 years ago
  42. 6533aa2 Comment parsing tests: move tests where they belong by Dmitri Gribenko · 11 years ago
  43. fc94627 DebugInfo: Do not include line/file info for artificial parameters & parameters of artificial functions by David Blaikie · 11 years ago
  44. fcbeab6 Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class"" by David Blaikie · 11 years ago
  45. c138ff5 DebugInfo: Avoid duplicating types that may be created during the process of creating their context by David Blaikie · 11 years ago
  46. 498298d DebugInfo: Don't emit vbase 'containing types' for context chain limited types by David Blaikie · 11 years ago
  47. 3de73f0 DebugInfo: don't require full definitions for friend classes by David Blaikie · 11 years ago
  48. ced39ec PR16927: Don't assert (or, previously, skip) static data members of enumeration type by David Blaikie · 11 years ago
  49. 2766deb Fix the name and the type of the argument for intrinisc by Juergen Ributzka · 11 years ago
  50. 2d67097 Refactor all diagnosing of TypoCorrections through a common function, in by Richard Smith · 11 years ago
  51. 05a0569 Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class" by David Blaikie · 11 years ago
  52. 29535ba Don't reject attribute used in an "extern const" variable definition. by Rafael Espindola · 11 years ago
  53. 8863e6b DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with the same name but different lines by David Blaikie · 11 years ago
  54. 152701b DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class by David Blaikie · 11 years ago
  55. 6b725d1 Thread safety analysis: new test case by DeLesley Hutchins · 11 years ago
  56. 360d23e Parse: Do not 'HandleTopLevelDecl' on templated functions. by David Majnemer · 11 years ago
  57. 5fba5a7 [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer. by Jordan Rose · 11 years ago
  58. 2f835ca Don't allow unary negation on scoped enums. by Eli Friedman · 11 years ago
  59. 5a42820 Fix for dependent contexts in alias templates. by Eli Friedman · 11 years ago
  60. 7336b9f Thread Safety Analysis: fix bug when using TryLock with && and || expressions. by DeLesley Hutchins · 11 years ago
  61. 8836e36 ObjetiveC migrator: fix the test in my last patch by Fariborz Jahanian · 11 years ago
  62. cdd4b78 Properly track l-paren of a CXXFucntionalCastExpr. by Eli Friedman · 11 years ago
  63. 269cca1 ObjectiveC migrator. Start annotating CF functions by Fariborz Jahanian · 11 years ago
  64. 8effeda CodeGen: __uuidof should work even with an incomplete _GUID type by David Majnemer · 11 years ago
  65. e1f1ff6 Add another test to my last patch (NS_OPTION vs. NS_ENUM) ObjectiveC migration. by Fariborz Jahanian · 11 years ago
  66. 0b5941c ObjectiveC migrator: In deciding NS_OPTION over by Fariborz Jahanian · 11 years ago
  67. 68502e5 [analyzer] If realloc fails on an escaped region, that region doesn't leak. by Jordan Rose · 11 years ago
  68. 13e116f [Mips][msa] Added most builtins from add.a to xori by Jack Carter · 11 years ago
  69. afc1ea1 Add back a test that was removed in r188450 by David Majnemer · 11 years ago
  70. 12cd6a8 Clang and AArch64 backend patches to support shll/shl and vmovl instructions and ACLE functions by Hao Liu · 11 years ago
  71. 1c7a409 [-cxx-abi microsoft] Mangle member pointers better by David Majnemer · 11 years ago
  72. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  73. 41594c5 ObjectiveC [Sema]. This patch makes sure that all inherited by Fariborz Jahanian · 11 years ago
  74. fc88601 Relax testcase for r188400 to not test for forward-slashes as path separators. by Adrian Prantl · 11 years ago
  75. 37e849a PR16875: The return type of a dependent function type is visible when it's by Richard Smith · 11 years ago
  76. 933c66b Bug fix: note diagnosis on expression narrowing should say "variable template" instead of "static data member" when appropriate by Larisse Voufo · 11 years ago
  77. ac89a45 Fix grammar mistake. by Shuxin Yang · 11 years ago
  78. 378945b Do no use -emit-llvm for -flto. by Shuxin Yang · 11 years ago
  79. f2a19da Testcase for r188400. by Benjamin Kramer · 11 years ago
  80. 03f443a [tests] Reapply r188354, ensure subsitution string is ascii. by Daniel Dunbar · 11 years ago
  81. 5fea4ea Revert r188354, "[tests] Ensure subsitution string is ascii." by NAKAMURA Takumi · 11 years ago
  82. e57020e [tests] Ensure subsitution string is ascii. by Daniel Dunbar · 11 years ago
  83. 4a91989 Bug fix: disallow a variable template to be redeclared as a non-templated variable by Larisse Voufo · 11 years ago
  84. 2388b77 Driver: Forward -Wl, and -Xlink arguments when using windows linker by Hans Wennborg · 11 years ago
  85. 6247484 Refine diagnostics in my last patch. // rdar://14303083 by Fariborz Jahanian · 11 years ago
  86. 72a36a1 Don't produce duplicate notes if we have deduction failure notes when resolving by Richard Smith · 11 years ago
  87. dc25f8c ObjectiveC [QoI] issue warning if an element of an nsarray by Fariborz Jahanian · 11 years ago
  88. 5db9527 clang-cl: Support /link option and set target to win32 by Hans Wennborg · 11 years ago
  89. 4fce06c Fix Altivec vector literal parser hack for C++11. by Eli Friedman · 11 years ago
  90. 1f8d663 Link in the ubsan runtime when building shared objects. by Nick Lewycky · 11 years ago
  91. c99b90e sizeof(void) etc. should be a hard error in C++. by Eli Friedman · 11 years ago
  92. dd9459f Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3: by Richard Smith · 11 years ago
  93. 086d565 ObjectiveC migrator: Fixes a crash and makes couple of harmless changes. by Fariborz Jahanian · 11 years ago
  94. 99662a1 Move logic to enable the vectorizer to clang by Arnold Schwaighofer · 11 years ago
  95. 4c5be12 Fix xcore tests to use regex. by Arnold Schwaighofer · 11 years ago
  96. 5f15f4d Add XCore target by Robert Lytton · 11 years ago
  97. c80eb46 [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters by David Majnemer · 11 years ago
  98. 439d665 variable templates updated for PCH serialization... Still working on test cases... by Larisse Voufo · 11 years ago
  99. f2081f6 [-cxx-abi microsoft] Mangle TemplateArgument::Declaration for references by David Majnemer · 11 years ago
  100. 6e38281 clang-cl: Consolidate tests for /Fo and /Fe into cl-outputs.c by Hans Wennborg · 11 years ago