1. a2cdd4d clang/test/CodeGenCXX/microsoft-uuidof.cpp: Fix for -Asserts. by NAKAMURA Takumi · 12 years ago
  2. c5f8046 Add codegen support for __uuidof(). by Nico Weber · 12 years ago
  3. 146e5a4 X86: add F16C support in Clang by Manman Ren · 12 years ago
  4. 6c6c54a Deserialize macro history when we deserialize an identifier that has by Douglas Gregor · 12 years ago
  5. 2edcde8 Make sure we perform the variadic method check correctly for calls to a member operator(). PR14057. by Eli Friedman · 12 years ago
  6. 786e620 Reapply "[analyzer] Treat fields of unions as having symbolic offsets." by Jordan Rose · 12 years ago
  7. 3ea19c8 Fix a crash-on-invalid when parsing a reference to an invalid auto declaration by David Blaikie · 12 years ago
  8. b9966bd objective-C IRgen: When sending a method to 'super' by Fariborz Jahanian · 12 years ago
  9. 8ceb837 Temporarily Revert "[analyzer] Treat fields of unions as having symbolic offsets." by Eric Christopher · 12 years ago
  10. cf9030e [analyzer] Treat fields of unions as having symbolic offsets. by Jordan Rose · 12 years ago
  11. 831339c Make -Wshift-op-parentheses a subgroup of -Wparentheses by David Blaikie · 12 years ago
  12. bf967be [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 12 years ago
  13. 4eff6b5 [analyzer] Don't run non-path-sensitive checks on system headers... by Jordan Rose · 12 years ago
  14. c88f8ef -Warc-repeated-use-of-weak: look through explicit casts on assigned values. by Jordan Rose · 12 years ago
  15. 04bec39 Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. by Jordan Rose · 12 years ago
  16. 9a1f7d8 Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor. by Jordan Rose · 12 years ago
  17. b5e4ace Fix stack overflow when trying to create an implicit moving by Argyrios Kyrtzidis · 12 years ago
  18. f82232c Apply the same fundamental fix for PR14048 as was applied for PR11905. by Chandler Carruth · 12 years ago
  19. eae5a820 Fix PR 11709: Change the definition of va_list to meet AAPCS requirement by Logan Chien · 12 years ago
  20. 930c05c -fcatch-undefined-behavior: catch a VLA bound which evalutes to a non-positive value. by Richard Smith · 12 years ago
  21. 0a94068 Fix test broken by r165572. by Richard Smith · 12 years ago
  22. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
  23. 8b2bfdd People put pragmas in crazy places; add more handling. PR14046. by Eli Friedman · 12 years ago
  24. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  25. 4def70d -fcatch-undefined-behavior: emit calls to the runtime library whenever one of the checks fails. by Richard Smith · 12 years ago
  26. d372a70 [driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion] by Chad Rosier · 12 years ago
  27. 5456b0fe When we load a function or method body from an AST file, we check by Douglas Gregor · 12 years ago
  28. 3644d97 If a macro has been #undef'd in a precompiled header, we still need to by Douglas Gregor · 12 years ago
  29. 38eb1e1 When storing the C++ overridden methods, store them once for the by Argyrios Kyrtzidis · 12 years ago
  30. 3ef38ee Make sure we allow "#pragma options align=mac68k" in function-local contexts. <rdar://problem/12453134> by Eli Friedman · 12 years ago
  31. 7716a6b Add regression test to check if -Wenum-conversion is a subgroup of -Wconversion. by Ted Kremenek · 12 years ago
  32. d69f31c In VarDecl::getSourceRange() make sure to check that the source location by Argyrios Kyrtzidis · 12 years ago
  33. 8e6881d Make Bitrig's clang understand -stdlib= correctly. by Chandler Carruth · 12 years ago
  34. 6b34c17 Use a single note diagnostic for all the precedent/parentheses warnings. by David Blaikie · 12 years ago
  35. a4a809e Use getArch instead of getArchName. by Rafael Espindola · 12 years ago
  36. d190057 Expose __builtin_bswap16. by Benjamin Kramer · 12 years ago
  37. b1368c8 [analyzer] Tweak test to run the retain-count checker even on non-Darwin. by Jordan Rose · 12 years ago
  38. 1e5101e ParentMap: Restore the ability to update an existing map. by Jordan Rose · 12 years ago
  39. cf4ce93 [analyzer] Handle implicit statements used for end-of-path nodes' source locs. by Jordan Rose · 12 years ago
  40. cbeda89 Fix another spot where this test varied for a Release build. by Alex Rosenberg · 12 years ago
  41. 74112be Make test resilient to Release build temp names. by Alex Rosenberg · 12 years ago
  42. c857ce8 Propagate calling convention for aliases and weakrefs. by Alex Rosenberg · 12 years ago
  43. 26994a1 FileCheckize test by Alex Rosenberg · 12 years ago
  44. ef2388b Thread-safety analysis: allow attributes on constructors to refer to 'this'. by DeLesley Hutchins · 12 years ago
  45. 54db324 Changing line endings from Windows to Unix. No functional changes. by Aaron Ballman · 12 years ago
  46. 4d1499d Add intrinsic of MULX in BMI2 header by Michael Liao · 12 years ago
  47. e6b39bc Make sure to generate the right kind of MDNode for enum forward declarations. by Eli Friedman · 12 years ago
  48. b3f55c5 Implement -Wshift-op-parentheses for: a << b + c by David Blaikie · 12 years ago
  49. 76dd249 Test case for r165275. by Chad Rosier · 12 years ago
  50. 36ef0d5 If we flow off the end of a value-returning function: by Richard Smith · 12 years ago
  51. d1a55a6 Egriegious hack to support libstdc++4.6's broken <atomic> header, which defines by Richard Smith · 12 years ago
  52. 3645056 Fix the CodeGen/ppc64-varargs-struct.c test case to tolerate release builds. by Bill Schmidt · 12 years ago
  53. 61e404e Add a test case for r156143, which enabled general varargs support for the by Bill Schmidt · 12 years ago
  54. e20e508 Driver: Link crtfastmath.o if it's available and -ffast-math is specified. by Benjamin Kramer · 12 years ago
  55. 763794a Revert 165129 by Preston Gurd · 12 years ago
  56. eddb00a Test file-scoped FP_CONTRACT pragma. by Lang Hames · 12 years ago
  57. 9595c7e Permanently end the whole "pragma got handled by the parser too early" by Eli Friedman · 12 years ago
  58. 5904c9c use ';' instead of '-' in the note part of my last patch. by Fariborz Jahanian · 12 years ago
  59. 36d0676 Update test case for r165174. by Chad Rosier · 12 years ago
  60. 5b82073 Fix a typo in my last patch reported by Erik Schwiebert. by Fariborz Jahanian · 12 years ago
  61. 3f001ff objective-C arc: Warn under arc about a use of an ivar inside a block by Fariborz Jahanian · 12 years ago
  62. f8d9bd5 Implement Adnroid MIPS toolchain support: by Simon Atanasyan · 12 years ago
  63. f2a2dae Fix failure of newly added test, by using %clang instead of %clang_cc1 by Preston Gurd · 12 years ago
  64. d73ea0b Adds a test to verify that Clang does the optimization to use a by Preston Gurd · 12 years ago
  65. ff63227 Revert "InlineObjCInstanceMethod.m: Remove lines introduced in r165079." by Jordan Rose · 12 years ago
  66. 72a91dd Matching block names with FileCheck requires asserts. by Benjamin Kramer · 12 years ago
  67. 7b2f93c CodeGen: Fix a silly typo when emitting subs of block addresses. by Benjamin Kramer · 12 years ago
  68. 385b91f When mangling an APSInt with the ms abi, make sure to look at all nibbles. by Nico Weber · 12 years ago
  69. 7d9c975 Comment to XML conversion: escape XML special chars correctly; use correct by Dmitri Gribenko · 12 years ago
  70. d09074f InlineObjCInstanceMethod.m: Remove lines introduced in r165079. It broke some builds, on FreeBSD, Linux and Windows. by NAKAMURA Takumi · 12 years ago
  71. 6880f49 Improve C++11 attribute parsing. by Michael Han · 12 years ago
  72. 48314cf [analyzer] Adjust the return type of an inlined devirtualized method call. by Jordan Rose · 12 years ago
  73. 6b2cc42 Change how the SelfReferenceChecker handles MemberExpr. Instead of treating by Richard Trieu · 12 years ago
  74. 7c83896 Added a test for C++11 statement attributes serialization. by Alexander Kornienko · 12 years ago
  75. 8da68b8 [Doc parse]: SUpport for message in deprecated/unavailable by Fariborz Jahanian · 12 years ago
  76. ac9289d [ms-inline asm] Fixup test case to be valid ms-style asm. Fix whitespace. by Chad Rosier · 12 years ago
  77. 94bb74c Tweak AnalyzerOptions::getOptionAsInteger() to populate the string by Ted Kremenek · 12 years ago
  78. 9e28fe6 Change AnalyzerOptions::mayInlineCXXMemberFunction to default populate by Ted Kremenek · 12 years ago
  79. 2a46533 [Doc parsing]: Add available and deprecated attribute info by Fariborz Jahanian · 12 years ago
  80. ad90d10 Fix test for r165028. It only generates that flag for source files now. by Bill Wendling · 12 years ago
  81. 865cc14 Convert to FileCheck. by Rafael Espindola · 12 years ago
  82. 438daee FP_CONTRACT: Fix two tests for -Asserts. by NAKAMURA Takumi · 12 years ago
  83. d44e43e Splitting this test case into two because the behavior for the calling convention code is target-specific. by Aaron Ballman · 12 years ago
  84. 82bfa19 Allowing individual targets to determine whether a given calling convention is allowed or ignored with warning. This allows for correct name mangling for x64 targets on Windows, which in turn allows for linking against the Win32 APIs. by Aaron Ballman · 12 years ago
  85. bb2011d Add redecls into their lexical DeclContext: this is what they assert on, and the merging should have set it correctly. by Axel Naumann · 12 years ago
  86. 38c3bb4 Only those InterestingDecls that got added to the AST should be passed to the ASTConsumer. by Axel Naumann · 12 years ago
  87. f88cd53 -arch is a darwin-specific driver feature, use a triple instead in rewriter test. by Benjamin Kramer · 12 years ago
  88. e50d4f6 Force triple in test to unbreak it on non-darwin platforms. by Benjamin Kramer · 12 years ago
  89. 39d26c3 Merge pending instantiations instead of overwriting existing ones. by Axel Naumann · 12 years ago
  90. 3ba17ee Tweak diagnostic text to indicate that __weak on a local variable is only allowed by Ted Kremenek · 12 years ago
  91. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  92. 0fabc18 Re-enable this test to reflect re-enabling the new SROA pass. by Chandler Carruth · 12 years ago
  93. 66360e2 -Wformat: Don't check format strings in uninstantiated templates. by Jordan Rose · 12 years ago
  94. d625056 clang/test/Index: Fix two tests. Both %S and %t are expanded to absolute paths. by NAKAMURA Takumi · 12 years ago
  95. 7cf0cd3 [clang-tests] Changed relative paths to absolute paths in run command for annotate-macro-args.m, get-cursor-macro-args.m, import_self.c. by Michael Gottesman · 12 years ago
  96. ec0df93 Modern translator test. Breakup test into two and by Fariborz Jahanian · 12 years ago
  97. fdcc289 Rename a test I just added. by Fariborz Jahanian · 12 years ago
  98. 88b6c4b objective-C modern translator. Test for producing both by Fariborz Jahanian · 12 years ago
  99. 01cad02 Fix treatment of case which came up on std-proposals@: 'void' is permitted in core constant expressions, despite not being a literal type. by Richard Smith · 12 years ago
  100. c4a8391 PR13978: A 'decltype' DeclSpec has an expression representation, not a type by Richard Smith · 12 years ago