summaryrefslogtreecommitdiff
path: root/test/Parser
AgeCommit message (Expand)Author
2017-12-25Add a fixit for attributes incorrectly placed prior to 'struct/class/enum' ke...Faisal Vali
2017-12-21Suppress "redundant parens" warning for "A (::B())".Richard Smith
2017-12-21Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman
2017-12-21Don't produce redundant parentheses warning for "A (::B);" and the like.Richard Smith
2017-12-20Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman
2017-12-20Add a printing policy to the ASTDumper.Aaron Ballman
2017-12-14[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith
2017-12-09Switch to gnu++14 as the default dialect.Tim Northover
2017-12-07Allow conditions to be decomposed with structured bindingsZhihao Yuan
2017-12-07Remove old concepts parsing codeHubert Tong
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2017-11-06[Parser] Fix TryParseLambdaIntroducer() error handlingJan Korous
2017-10-31Fix usage of right shift operator in fold expressionsRichard Smith
2017-10-16Make __builtin_types_compatible_p more like GCC'sGeorge Burgess IV
2017-10-15Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman
2017-10-14Fix backwards warning for use of C++17 attributes-on-namespaces-and-enumerato...Richard Smith
2017-10-11A '<' with a trigraph '#' is not a valid editor placeholderAlex Lorenz
2017-09-29Add a "vexing parse" warning for ambiguity between a variable declaration and aRichard Smith
2017-09-28Properly parse a postfix expression following a Boolean literal. Fixes PR34273.Aaron Ballman
2017-08-28[c++2a] P0683R1: Permit default member initializers for bit-fields.Richard Smith
2017-08-13Replace remaining user-visible mentions of C++1z with C++17.Richard Smith
2017-08-07[AArch64] Ignore stdcall and similar on aarch64/windowsMartin Storsjo
2017-07-28Recommit r308327 3rd time: Add a warning for missingAlex Lorenz
2017-07-26Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"Hans Wennborg
2017-07-26Recommit r308327 2nd time: Add a warning for missingAlex Lorenz
2017-07-19Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...Hans Wennborg
2017-07-19Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz
2017-07-18Revert r308327Alex Lorenz
2017-07-18Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz
2017-07-14Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart
2017-06-20Add a missing '[' to the tests from r305719Alex Lorenz
2017-06-20Split the expectations in tests from r305719 over multiple lines toAlex Lorenz
2017-06-19[Parser][ObjC] Use an artificial EOF token while parsing lexed ObjC methodsAlex Lorenz
2017-05-25Revert MSVC CXXOperatorNames patch due to issues with ChromiumErich Keane
2017-05-24For Microsoft compatibility, set fno_operator_namesErich Keane
2017-05-24Warn about uses of `@available` that can't suppress theAlex Lorenz
2017-05-20Fix valid-for-expr ellipses eaten as invalid declHubert Tong
2017-05-19When a type-id is unexpectedly given a name, assume that the name is unrelatedRichard Smith
2017-05-18Fix the location of "missing ';'" suggestions after annotation tokens.Richard Smith
2017-05-09Add support for pretty platform names to `@available`/Alex Lorenz
2017-05-05Warn that the [] spelling of uuid(...) is deprecated.Nico Weber
2017-04-24[modules ts] Diagnose 'export' declarations outside of a module interface.Richard Smith
2017-04-22Rearrange some Modules TS testcases into test/CXX/modules-ts.Richard Smith
2017-04-21P0629R0: Switch to latest proposal for distinguishing module interface from i...Richard Smith
2017-04-20Add #pragma clang attribute support to the availability attributeAlex Lorenz
2017-04-19Add support for editor placeholders to ClangAlex Lorenz
2017-04-18Add #pragma clang attributeAlex Lorenz
2017-04-18Revert r300539 - Add #pragma clang attributeAlex Lorenz
2017-04-18Add #pragma clang attributeAlex Lorenz
2017-04-12Add support for __builtin_available to __has_builtinAlex Lorenz