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