1. bb145e8 Test contents were somehow duplicated, resulting in any testcase that fails automatically failing twice. Removing the duplicates. by Aaron Ballman · 11 years ago
  2. 2dbdef2 Removed a parameter from handleAttrWithMessage to make it more consistent with other attribute handlers, as well as other attribute error messages. Added missing test cases for the unavailable attribute, and updated the deprecated test case. by Aaron Ballman · 11 years ago
  3. 21cde05 Make Expr::isConstantInitializer match IRGen. by Eli Friedman · 11 years ago
  4. 09df2b0 ARM: implement low-level intrinsics for the atomic exclusive operations. by Tim Northover · 11 years ago
  5. e8caa30 Limit number of bits in size representation so that bit size fit 64 bits. by Serge Pavlov · 11 years ago
  6. 9ec4099 Merge attributes on typedef decls. by Eli Friedman · 11 years ago
  7. 09bddcf Fix Sema for compares with _Atomic vars. by Eli Friedman · 11 years ago
  8. bcd0650 Sema: Do not merge new decls with invalid, old decls by David Majnemer · 11 years ago
  9. a535daf Add test for r185584. by Roman Divacky · 11 years ago
  10. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  11. d29e24f Add test for PR4997. This has been fixed for a while. by Richard Smith · 11 years ago
  12. f0d14cb Add support for TF/TC modes available on eg. PowerPC64. by Roman Divacky · 11 years ago
  13. 0c0b390 Teach -Wunsequenced that the side-effects of a function evaluation are sequenced by Richard Smith · 11 years ago
  14. aa4bc18 Reinstate r185229, reverted in r185256, with a tweak: further ignore the by Richard Smith · 11 years ago
  15. 6e428a4 Revert r185229 as it breaks compilation of <windows.h> by Timur Iskhodzhanov · 11 years ago
  16. 5eab8d7 PR7927, PR16247: Reimplement handling of matching extern "C" declarations by Richard Smith · 11 years ago
  17. 418dd3e PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment's by Richard Smith · 11 years ago
  18. 5e37eec Make this test properly test both things it's trying to test. by Richard Smith · 11 years ago
  19. ac83a3c Fix null pointer dereference if we redeclare an unprototyped function. Patch by by Richard Smith · 11 years ago
  20. 12df246 [AST] Introduce a new DecayedType sugar node by Reid Kleckner · 11 years ago
  21. c5b0054 Comment parsing: allow "\param ..." to describe variadic arguments by Dmitri Gribenko · 11 years ago
  22. 6969e43 Documentation parsing: recognize \relates, \related, \relatesonly, \relatedonly by Dmitri Gribenko · 11 years ago
  23. 97e5bc2 Comment parsing: followup to r184610: allow multiple \returns by Dmitri Gribenko · 11 years ago
  24. d52b20c [document parsing]: Allow multiple adjacent \return and the like by Fariborz Jahanian · 11 years ago
  25. 9b9bdba Fix a crash with __flaot128 noticed by Eli. by Nico Weber · 11 years ago
  26. cac18ad Lazily provide a __float128 dummy type in -std=gnu++11 mode. by Nico Weber · 11 years ago
  27. 2d588b4 documentation parsing: patch to make @class work for by Fariborz Jahanian · 11 years ago
  28. b0f9314 Revert r184249, "doc. parsing: Allow parameter name "..." for variadic functions/methods." by NAKAMURA Takumi · 11 years ago
  29. 7e5e2d0 doc. parsing: Allow parameter name "..." for variadic functions/methods. by Fariborz Jahanian · 11 years ago
  30. 2243e78 Correctly compute the index of the first string format argument when deciding by Eli Friedman · 11 years ago
  31. e4bce7a size_t on Darwin AAPCS targets is "unsigned long". <rdar://problem/14136459> by Bob Wilson · 11 years ago
  32. 0dcea35 Clean up empty struct/union recognition. by Serge Pavlov · 11 years ago
  33. ad24ad4 Allow clang to build __clear_cache on ARM. by Rafael Espindola · 11 years ago
  34. 5350ded More for PR12457: fix handling of __builtin_isinf_sign and test. by Richard Smith · 11 years ago
  35. acaf72a Towards PR12457: constant expression evaluation support for __builtin_parity{,l,ll}, __builtin_ffs{,l,ll}, and __builtin_fpclassify. by Richard Smith · 11 years ago
  36. 4dbf408 Fix part of PR12457. Patch by Justin Bogner! by Richard Smith · 11 years ago
  37. 79f4bb7 Add -Wdeprecated warnings and fixits for things deprecated in C++11: by Richard Smith · 11 years ago
  38. 81359b0 Tweak r183791 so we don't print a note without a source location. by Eli Friedman · 11 years ago
  39. 9808b71 Add a test case for blocks taking an array typedef by Reid Kleckner · 11 years ago
  40. c910d4c Revert "[Sema] Make FunctionType's TSI use unadjusted argument types" by Reid Kleckner · 11 years ago
  41. 63c9a92 [Sema] Make FunctionType's TSI use unadjusted argument types by Reid Kleckner · 11 years ago
  42. 122e601 Recognition of empty structures and unions is moved to semantic stage by Serge Pavlov · 11 years ago
  43. f9eaf98 Revert "Properly consider the range of enum for range comparisons in C mode" by David Majnemer · 11 years ago
  44. 48a1e81 Fix a crash with -Wassign-enum, where we didn't adjust the APInt type of the by Joey Gouly · 11 years ago
  45. 649c6c5 Disallow reinterpret_cast from pointer to bool on Windows by Hans Wennborg · 11 years ago
  46. ad69e0c Properly consider the range of enum for range comparisons in C mode by David Majnemer · 11 years ago
  47. 708eb71 Testcase for r183015. by Benjamin Kramer · 11 years ago
  48. df08c4b Fix potential infinite loop when iterating over redeclarations of an ObjMethodDecl, resulting from invalid code. by Argyrios Kyrtzidis · 11 years ago
  49. 2628b44 Split off casts to void* for -Wint-to-pointer-cast to subgroup -Wint-to-void-pointer-cast. by Ted Kremenek · 11 years ago
  50. 538bbe5 Patch to issue error when target of MacOS and iOS by Fariborz Jahanian · 11 years ago
  51. b07d448 Warn on va_start() when called with a reference parameter. by Nico Weber · 11 years ago
  52. aa9df09 Adding in parsing and the start of semantic support for __sptr and __uptr pointer type qualifiers. This patch also fixes the correlated __ptr32 and __ptr64 pointer qualifiers so that they are truly type attributes instead of declaration attributes. by Aaron Ballman · 11 years ago
  53. dbed7cc doc. parsing. HeaderDoc documentaton allows use of by Fariborz Jahanian · 11 years ago
  54. beba3e8 Warn on and drop dllimport attrs from variable definitions by Reid Kleckner · 11 years ago
  55. ee2f8f2 Return QualType() when a too large array is attempting to be created. This by Richard Trieu · 12 years ago
  56. 0ff5074 Better diagnostics for string initialization. by Hans Wennborg · 12 years ago
  57. 1bb8cb5 Move a test that requires 64-bit mode to a separate test with a triple in by Richard Trieu · 12 years ago
  58. 910f17e When computing the size of large arrays, use char units instead of bits. by Richard Trieu · 12 years ago
  59. 173a4cc Really fix the declaration of __clear_cache. by Rafael Espindola · 12 years ago
  60. 4537d6e Fix __clear_cache on ARM. by Rafael Espindola · 12 years ago
  61. a9d7b46 AArch64: add test for updated __clear_cache definition by Tim Northover · 12 years ago
  62. fbff0c4 Objective-C error recovery. This patch makes a quick by Fariborz Jahanian · 12 years ago
  63. 15f92ba Add support for __wchar_t in -fms-extensions mode. by Hans Wennborg · 12 years ago
  64. 524387a CodeGen for CapturedStmts by Ben Langmuir · 12 years ago
  65. f4030ae [doc parsing]: make single character command impostures warn in pedantic mode. by Fariborz Jahanian · 12 years ago
  66. 9d6b1cb [doc parsing]: don't attempt to fix single character by Fariborz Jahanian · 12 years ago
  67. ad91e54 [doc parsing]: Also do typo correction for by Fariborz Jahanian · 12 years ago
  68. 0089bc4 documentation parsing. Patch to do typo correction for by Fariborz Jahanian · 12 years ago
  69. 993f43f Grab-bag of bit-field fixes: by John McCall · 12 years ago
  70. 27f9cf3 Fix assert if __extension__ or _Generic is used when initializing a char array from a string literal. by Richard Smith · 12 years ago
  71. ff920ee AArch64: teach Clang about __clear_cache intrinsic by Tim Northover · 12 years ago
  72. ad6fd9f [Doc parsing] Provide diagnostics for unknown documentation by Fariborz Jahanian · 12 years ago
  73. 58eb370 Fix PR15845: apparently MSVC does not support implicit int in C++ mode. by Richard Smith · 12 years ago
  74. d237d2e c language: diagnose use of "[*]" on any array dimension by Fariborz Jahanian · 12 years ago
  75. 5ddf70f Reject asm output constraints that consist of modifiers only. by Benjamin Kramer · 12 years ago
  76. 1a7df99 Switch the note order for -Woverloaded-shift-op-parentheses so that the note by Richard Trieu · 12 years ago
  77. aea5201 Update the -Wparentheses tests to check that fix-its are in the correct place. by Richard Trieu · 12 years ago
  78. 099ecfb [document parsing]: When tag declaration (but not definition!) by Fariborz Jahanian · 12 years ago
  79. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 12 years ago
  80. 2a6e528 Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This by Richard Trieu · 12 years ago
  81. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 12 years ago
  82. 7a92c89 Remove setjmp.h header file from Sema/return.c test and include necessary by Jyotsna Verma · 12 years ago
  83. b004a8e Fix PR4296: Add parser detection/error recovery for nested functions, from Serve Pavlov! by Douglas Gregor · 12 years ago
  84. 236d9d16 Fix handling of atomic shift operations, from Serge Pavlov. by Douglas Gregor · 12 years ago
  85. df4cc0a Local thread_local variables are implicitly 'static'. (This doesn't apply to _Thread_local nor __thread.) by Richard Smith · 12 years ago
  86. b6b127f Properly check for a constant initializer for a thread-local variable. by Richard Smith · 12 years ago
  87. 6a570f6 Diagnose if a __thread or _Thread_local variable has a non-constant initializer by Richard Smith · 12 years ago
  88. 088831d Handle incompatible redeclarations of library builtins better. by John McCall · 12 years ago
  89. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 12 years ago
  90. 927b0af Don't replace an existing decl in the scope chains with its by John McCall · 12 years ago
  91. ec64244 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 12 years ago
  92. 1e8058f Define Neon intrinsics as "static inline" to avoid warning. rdar://13108414 by Bob Wilson · 12 years ago
  93. 9adcf1c9 Exclude test30 of Sema/return.c for Hexagon since setjmp.h include file by Jyotsna Verma · 12 years ago
  94. 8da488d Remove outdated run lines from tests. by Richard Trieu · 12 years ago
  95. efac8da Sema: Don't crash when trying to emit a warning for a duplicate value in an invalid enum. by Benjamin Kramer · 12 years ago
  96. d613ac9 Fix 41 of the 61 tests which fail with modules enabled: we were computing and by Richard Smith · 12 years ago
  97. 74b9fa1 Enable use of _Static_assert inside structs and unions in C11 mode (as per C11 6.7.2.1p1). by Andy Gibbs · 12 years ago
  98. b421d92 Add -Wstatic-local-in-inline, which warns about using a static local by John McCall · 12 years ago
  99. 5b8740f Only merge down a variable type if the previous declaration was by John McCall · 12 years ago
  100. 6d11877 Add test for PR12527 (bug has apparently already been fixed). by Richard Smith · 12 years ago