aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Sema
AgeCommit message (Expand)AuthorFilesLines
2013-12-16Merging r196212:Bill Wendling2-0/+5
2013-12-09Merging r196724:Bill Wendling1-0/+5
2013-12-05Merging r196387:Bill Wendling1-0/+15
2013-12-02Merging r196048:Bill Wendling1-0/+6
2013-12-02Merging r196045:Bill Wendling1-6/+6
2013-11-27Merging r195303:Bill Wendling1-0/+11
2013-11-26Merging r195710:Bill Wendling2-0/+21
2013-11-19Merging r195126:Bill Wendling1-6/+0
2013-11-15PR8455: Handle an attribute between a goto label and a variable declaration perRichard Smith1-0/+4
2013-11-13Only provide MS builtins when -fms-extensions is onReid Kleckner1-0/+6
2013-11-13Warn on duplicate function specifierSerge Pavlov1-0/+13
2013-11-13PR10837: Warn if a null pointer constant is formed by a zero integer constantRichard Smith1-0/+6
2013-11-07Fixed bug in return type of __builtin_va_start().Enea Zaffanella1-0/+7
2013-11-02Sema: Cleanup and simplify anonymous union diagnosticsDavid Majnemer1-1/+1
2013-11-02Sema: Flexible array members were introduced in C99, diagnose their use in C++David Majnemer1-1/+1
2013-10-31Fix a C struct diagnostic regression introduced by r187504 (PR17762).Kaelyn Uhrain1-1/+4
2013-10-29ARM: fix AST for __builtin_arm_strex callTim Northover1-0/+8
2013-10-26Remove REQUIRES aarch64-registered-target from testAlp Toker1-1/+0
2013-10-25Add -Wstring-plus-char, which warns when adding char literals to C strings.Jordan Rose1-0/+15
2013-10-24PR17666: Instead of allowing an initial identifier argument in any attributeRichard Smith1-2/+2
2013-10-23Implements 64 bit microsoft record layout and adds lit tests to cover Warren Hunt1-0/+2
2013-10-22Consider hidden decls for isUsed checks.Rafael Espindola1-0/+9
2013-10-22Treat aliases as definitions.Rafael Espindola2-0/+55
2013-10-22New fix for pr17535.Rafael Espindola1-0/+54
2013-10-22Revert r193073 and the attempt to fix it in r193170.Chandler Carruth1-1/+1
2013-10-22Revert "This patch causes clang to reject alias attributes that point to unde...Rafael Espindola1-22/+0
2013-10-22This patch causes clang to reject alias attributes that point to undefinedRafael Espindola1-0/+22
2013-10-21Fix to PR8880 (clang dies processing a for loop).Serge Pavlov1-1/+1
2013-10-20Switch attribute test line endings from CRLFAlp Toker1-19/+19
2013-10-17This is now passing. Uncomment and close out PR6281.Bill Wendling1-4/+2
2013-10-15Add constant evaluation support for __builtin_isinf, __builtin_isfinite,Richard Smith1-0/+52
2013-10-14Lit tests for Microsoft C++ record layout.Warren Hunt1-0/+241
2013-10-11Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt1-44/+44
2013-10-10Make test portable.Ted Kremenek1-1/+1
2013-10-10Fix getIntegerTypeOrder() to properly handle enums by first unwrapping their ...Ted Kremenek1-0/+24
2013-10-09Tighten diagnostics for calling conventions on variadic functionsHans Wennborg2-8/+5
2013-10-08Turn error about fastcall variadic function into warning in MS mode (PR12535)Hans Wennborg1-0/+6
2013-10-08Split test to test -Wshadow with emmintrin.h more portable.Ted Kremenek2-10/+11
2013-10-07Suppress useless -Wshadow warning when using _mm* macros from emmintrin.hTed Kremenek1-0/+10
2013-10-03Gracefully (and correctly) handle init of multiple union membersMatthew Curtis1-1/+49
2013-10-01Implement ARM GNU-style interrupt attributeTim Northover1-0/+16
2013-09-25Don't pass -print-stats to the driver, it is a -cc1 option only.Rafael Espindola1-2/+1
2013-09-20Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith1-0/+9
2013-09-18Add specific warning flags for GNU ext in Sema.Eli Friedman1-12/+101
2013-09-18Recommited:Stepan Dyatkovskiy1-0/+3
2013-09-18Add the intrinsic __builtin_convertvectorHal Finkel1-0/+17
2013-09-16ffreestanding shouldn't effect main() on win32David Majnemer1-1/+1
2013-09-16Updated the way the ownership attributes are semantically diagnosed. Added t...Aaron Ballman1-0/+19
2013-09-16Add error checking to reject neon_vector_type attribute on targets without NEON.Amara Emerson3-2/+7
2013-09-13Updated the PCS calling convention to use the new checkStringLiteralArgument ...Aaron Ballman1-1/+2