1. f742727 [ms-inline asm] Test case for r166632. by Chad Rosier · 12 years ago
  2. 39e1776 Fix false positive in -Wunused-variable when a ctor call make involve cleanups. by David Blaikie · 12 years ago
  3. 9dd686d Update regression tests for r166617. by Eli Friedman · 12 years ago
  4. a45451d Don't print scope qualifiers for references to a type defined locally in a function. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  5. 6c8b649 Add an additional test for namespaces and -Wmissing-variable-declarations. Move C++ test into SemaCXX. by Eli Friedman · 12 years ago
  6. 946fa65 Add a test showing that nodebug is accepted in methods too. Patch by by Rafael Espindola · 12 years ago
  7. b512a14 Explicitly specify C++98 when building the C++ precompiled header for this test, so that the test will work on Windows. by Douglas Gregor · 12 years ago
  8. 1bed9b7 [ms-inline asm] Add test cases for r166451. by Chad Rosier · 12 years ago
  9. 4224255 [ms-inline asm] Add test cases for r166592. The test cases only works if the by Chad Rosier · 12 years ago
  10. 403f2c6 Add a simple test involving decltype on Objective-C properties and ivars by Douglas Gregor · 12 years ago
  11. 9230997 A number of test cases assume that an "int" parameter or return value by Ulrich Weigand · 12 years ago
  12. 04631c3 Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." by NAKAMURA Takumi · 12 years ago
  13. 045d707 clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532. by NAKAMURA Takumi · 12 years ago
  14. c89fd3a Add a test for -Warc-abi as requested by Fariborz. by Nico Weber · 12 years ago
  15. e4aeeaa Add padding inreg registers to cause llvm to skip ecx when needed with by Rafael Espindola · 12 years ago
  16. b693269 Add inreg markers with the x86_fastcallcc calling convention. by Rafael Espindola · 12 years ago
  17. 6d919fb Address feedback from Eli Friedman on r166522. by Matt Beaumont-Gay · 12 years ago
  18. 603513d [analyzer] Handle 'SomeVar.SomeEnumConstant', which is legal in C++. by Jordan Rose · 12 years ago
  19. 4d9e497 [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. by Jordan Rose · 12 years ago
  20. e72faf6 [ms-inline asm] Test case for r166526. by Chad Rosier · 12 years ago
  21. 82573e3 [ms-inline asm] Update the triple to test r166523. by Chad Rosier · 12 years ago
  22. c7db84d Don't emit -Wunused-value warnings from macro expansions. by Matt Beaumont-Gay · 12 years ago
  23. 6a6bb28 Objective-C: check that when a category method is being implemented, by Fariborz Jahanian · 12 years ago
  24. a7a38cb Fix pretty-printing pseudo-destructor calls. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  25. 2e2d03c Delete junk that snuck into r166498. by Eli Friedman · 12 years ago
  26. e4851f2 Add a new warning -Wmissing-variable-declarations, to warn about variables by Eli Friedman · 12 years ago
  27. 713c287 When rebuilding a DependentScopeDeclRefExpr, perform a lookup into the scope by Richard Smith · 12 years ago
  28. 4d5dd7c [ms-inline asm] Update for r166433. by Chad Rosier · 12 years ago
  29. 3667bbe Handle -pthread, -pg and -shared correctly on bitrig. Patch by David Hill. by Rafael Espindola · 12 years ago
  30. ac2153e clang/test/PCH/pch-dir.c: Update a comment for msvc. msvc(*-win32) implies -std=c++11. by NAKAMURA Takumi · 12 years ago
  31. 129dd54 clang/test/PCH/pch-dir.c: Mark it as XFAIL:msvc. It doesn't fail (virtually xpass) on msvc. by NAKAMURA Takumi · 12 years ago
  32. 674b227 clang/test/PCH/pch-dir.c: Relax expressions of path separators for Win32. by NAKAMURA Takumi · 12 years ago
  33. 27ffa6c If the precompiled header named by "-include" is actually a directory, by Douglas Gregor · 12 years ago
  34. 84c3b97 Fix -Wunused-value to not warn on expressions that have unresolved lookups due by Matt Beaumont-Gay · 12 years ago
  35. 5f1385b [ms-inline-asm] Add handling for errors coming out of the backend. by Eli Friedman · 12 years ago
  36. 5f14fcb Don't try to use inreg with 0 sized structs. Thanks to Eli for reporting the by Rafael Espindola · 12 years ago
  37. b5b37d1 Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. These by Richard Smith · 12 years ago
  38. 293e2eb Testcase change for r166440. by Eli Friedman · 12 years ago
  39. 97bc3d5 Fix for PR13334. This prevents crashes that result from badly formed by Richard Trieu · 12 years ago
  40. 5a12aca [ms-inline asm] Test case for r166433. by Chad Rosier · 12 years ago
  41. 03e6fda PR14141 (part of DR1351): An implicitly-deduced "any" exception specification by Richard Smith · 12 years ago
  42. 87234c8 Fix typo, make test case slightly more reabable. Thanks to Dmitri Gribenko for by Lang Hames · 12 years ago
  43. f4bd329 Add support of MIPS n32 ABI to the Clang driver. The fix builds correct library/object files paths and passes appropriate command line options to the linker if user provides -mabi=n32 option. by Simon Atanasyan · 12 years ago
  44. efeeccf Unrevert r166268, reverted in r166272, with a fix for the issue which Nick by Richard Smith · 12 years ago
  45. 860022c When used in a compound expression FP_CONTRACT should proceed all explicit by Lang Hames · 12 years ago
  46. aa9a8ce DR1473: Do not require a space between operator"" and the ud-suffix in a by Richard Smith · 12 years ago
  47. 444d384 Rework implementation of DR1492: Apply the resolution to operator delete too, by Richard Smith · 12 years ago
  48. b687f3b Fix __builtin_va_arg assertion failure in ARM AAPCS. by Logan Chien · 12 years ago
  49. b59b580 [analyzer] Assume 'new' never returns NULL if it could throw an exception. by Jordan Rose · 12 years ago
  50. 5016a70 DR1472: A reference isn't odr-used if it has preceding initialization, by Richard Smith · 12 years ago
  51. 0872a06 When associating file ranges of macro arguments with their by Argyrios Kyrtzidis · 12 years ago
  52. 9fe4856 [ms-inline asm] Update test case for r166357. by Chad Rosier · 12 years ago
  53. b0850b3 [ms-inline asm] Test case for r166349 and r166352. by Chad Rosier · 12 years ago
  54. 362b18c [ms-inline asm] Update testcase for r166316. by Chad Rosier · 12 years ago
  55. 25bc47e [ms-inline asm] Revert accidental commit. Sorry for the churn. by Chad Rosier · 12 years ago
  56. e1aebe1 Pretty-print a ParenListExpr in a variable initializer correctly. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  57. 793c405 [ms-inline asm] Set the SemaCallback in the TargetAsmParser. by Chad Rosier · 12 years ago
  58. 1f432ee tests: Fix two tests to just use -triple instead of XFAIL+XTARGET. by Daniel Dunbar · 12 years ago
  59. ca082d0 tests: Stop mangling '-vg' into the triple, we don't use this currently. by Daniel Dunbar · 12 years ago
  60. 5f531a4 Clarify wording of -Wshift-op-parentheses. by David Blaikie · 12 years ago
  61. 535a5d0 Allow objc_requires_super to be used to check class methods as well. by Jordan Rose · 12 years ago
  62. 266dba3 Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. by Andy Gibbs · 12 years ago
  63. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  64. 4a529d2 Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "expected" is at the start of the word and will no longer accept typos such as "junkexpected-*" as a valid "expected-*" directive. A very few test-cases had to be amended to adhere to the new rule. by Andy Gibbs · 12 years ago
  65. 79cf161 Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. by Nick Lewycky · 12 years ago
  66. 820e9a7 DR1511: A const volatile global does not implicitly get internal linkage like a by Richard Smith · 12 years ago
  67. 80ddc31 PR14124: When performing template instantiation of a qualified-id outside of a by Richard Smith · 12 years ago
  68. 0b4cc95 Fix handling of the regparm attribute in the presence of classes with copy by Rafael Espindola · 12 years ago
  69. 71197a3 clang/test/Index/annotate-comments.cpp: Relax the expression to be matched to -fms-compatibility. Then XFAIL can be removed. by NAKAMURA Takumi · 12 years ago
  70. 5f75068 Handle diamond inheritance in -Woverloaded-virtual. by David Blaikie · 12 years ago
  71. 745e6f1 Move the set of files to be validated in an AST file into the control by Douglas Gregor · 12 years ago
  72. ae8273a clang/test/Index/annotate-comments.cpp: Mark this as XFAIL on msvc. Investigating. by NAKAMURA Takumi · 12 years ago
  73. 25c9bc1 Use the type as written when pretty-printing C-style casts. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  74. da3301e Add a new option for and disable column number information as there by Eric Christopher · 12 years ago
  75. eafa9d4 Remove check which incorrectly suppressed printing an identifier in type printing. Patch by Benoit Perrot. by Eli Friedman · 12 years ago
  76. d03ef04 Fix AST pretty-printing for C++ new expressions with placement arguments with default values. by Eli Friedman · 12 years ago
  77. 9a14db3 Fix Objective-C implicit property synthesis for C++ classes so we use valid by Eli Friedman · 12 years ago
  78. c3c26b7 [analyzer] Ivar invalidation: identify properties declared in protocols. by Anna Zaks · 12 years ago
  79. b1502bc DR1442: In a range-based for statement, namespace 'std' is not an associated by Richard Smith · 12 years ago
  80. a9b1aa5 [ms-inline asm] Remove accidental commit. by Chad Rosier · 12 years ago
  81. 7ba2b45 Fix this test to match recent addition of declaration tag. by Fariborz Jahanian · 12 years ago
  82. 7fd00b1 [ms-inline asm] Move most of the AsmParsing logic in clang back into the MC by Chad Rosier · 12 years ago
  83. 6b2d7c7 Un-XFAIL some tests for comment to XML conversion. This reverts r166151 and by Dmitri Gribenko · 12 years ago
  84. 6678a05 Tests for DR1507. by Richard Smith · 12 years ago
  85. 8d7a24e [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 12 years ago
  86. ff9c9e1 [libclang] Add a test for annotation of module headers by Argyrios Kyrtzidis · 12 years ago
  87. 9be36ab DR1535: only potentially-evaluated typeid expressions are disallowed in constant by Richard Smith · 12 years ago
  88. 76398e5 Fix -Woverloaded-virtual when the using statement refers to a base declaration of a virtual function. by David Blaikie · 12 years ago
  89. d654f2d DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. by Richard Smith · 12 years ago
  90. 07c90ed XFAIL these tests until I can figure out what is going on on other platforms. by Fariborz Jahanian · 12 years ago
  91. bea52da Adds couple of missing warning flags so warnings can be turned by Fariborz Jahanian · 12 years ago
  92. 5ba49c0 Add -std=c++1y argument, for *highly* experimental C++14 support. by Richard Smith · 12 years ago
  93. 1bfb00d [Doc parsing]: This patch adds <Declaration> tag to by Fariborz Jahanian · 12 years ago
  94. d4ce811 [analyzer] When binding to a ParenExpr, bind to its inner expression instead. by Jordan Rose · 12 years ago
  95. f1e67d7 [analyzer] Create a temporary region when accessing a struct rvalue. by Jordan Rose · 12 years ago
  96. 9556b39 Revert r158009 since there are some uses of artificial functions in debug info. by Eric Christopher · 12 years ago
  97. 86ce8f5 Remove an unneeded flag from the bitrig driver tests. by Chandler Carruth · 12 years ago
  98. 64fe36e Update test FIXME: The '[]' in 'delete []' is never part of a lambda. by Richard Smith · 12 years ago
  99. b03527a Set a special flag in class metadata when an Objective-C class by John McCall · 12 years ago
  100. 015f33b At -O0, prefer objc_storeStrong with a null new value to the by John McCall · 12 years ago