summaryrefslogtreecommitdiffstats
path: root/test/Parser
Commit message (Expand)AuthorAgeFilesLines
* Merging r310804:Hans Wennborg2017-08-143-11/+11
* Merging r308455:Hans Wennborg2017-07-193-3/+3
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-193-3/+3
* Revert r308327Alex Lorenz2017-07-183-3/+3
* Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz2017-07-183-3/+3
* Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart2017-07-141-3/+1
* Add a missing '[' to the tests from r305719Alex Lorenz2017-06-202-2/+2
* Split the expectations in tests from r305719 over multiple lines toAlex Lorenz2017-06-202-2/+7
* [Parser][ObjC] Use an artificial EOF token while parsing lexed ObjC methodsAlex Lorenz2017-06-192-0/+42
* Revert MSVC CXXOperatorNames patch due to issues with ChromiumErich Keane2017-05-251-2/+4
* For Microsoft compatibility, set fno_operator_namesErich Keane2017-05-241-4/+2
* Warn about uses of `@available` that can't suppress theAlex Lorenz2017-05-241-1/+1
* Fix valid-for-expr ellipses eaten as invalid declHubert Tong2017-05-201-0/+26
* When a type-id is unexpectedly given a name, assume that the name is unrelatedRichard Smith2017-05-192-1/+4
* Fix the location of "missing ';'" suggestions after annotation tokens.Richard Smith2017-05-181-0/+16
* Add support for pretty platform names to `@available`/Alex Lorenz2017-05-091-0/+6
* Warn that the [] spelling of uuid(...) is deprecated.Nico Weber2017-05-052-2/+2
* [modules ts] Diagnose 'export' declarations outside of a module interface.Richard Smith2017-04-241-2/+1
* Rearrange some Modules TS testcases into test/CXX/modules-ts.Richard Smith2017-04-221-60/+0
* P0629R0: Switch to latest proposal for distinguishing module interface from i...Richard Smith2017-04-212-23/+25
* Add #pragma clang attribute support to the availability attributeAlex Lorenz2017-04-201-3/+3
* Add support for editor placeholders to ClangAlex Lorenz2017-04-192-5/+79
* Add #pragma clang attributeAlex Lorenz2017-04-182-0/+194
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-182-194/+0
* Add #pragma clang attributeAlex Lorenz2017-04-182-0/+194
* Add support for __builtin_available to __has_builtinAlex Lorenz2017-04-121-0/+5
* [Parser][ObjC++] Improve diagnostics and recovery when C++ keywords are usedAlex Lorenz2017-04-111-0/+62
* [OpenCL] Extended diagnostics for atomic initializationEgor Churaev2017-04-051-1/+1
* Add #pragma clang fpAdam Nemet2017-04-042-0/+65
* Reapplied r298976 [OpenCL] Added parsing for OpenCL vector types.Egor Churaev2017-03-291-0/+10
* Reverted r298976 [OpenCL] Added parsing for OpenCL vector types.Egor Churaev2017-03-291-10/+0
* [OpenCL] Added parsing for OpenCL vector types.Egor Churaev2017-03-291-0/+10
* Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher2017-03-214-10/+10
* Introduce an 'external_source_symbol' attribute that describes the originAlex Lorenz2017-03-012-0/+89
* PR24440: Do not silently discard a fold-expression appearing as the operand o...Richard Smith2017-02-151-0/+9
* Improve diagnostic reporting when using __declspec without enabling __declspe...Aaron Ballman2017-02-142-0/+18
* clang/test/Parser/cxx1z-class-template-argument-deduction.cpp: Tweak to ignor...NAKAMURA Takumi2017-02-141-1/+1
* [c++1z] Synthesize implicit deduction guides from constructors on demand. RankRichard Smith2017-02-141-15/+13
* [c++1z] Require an initializer for deduced class template specialization types.Richard Smith2017-02-101-2/+2
* Diagnose attempts to explicitly instantiate a template at class scope. Previo...Richard Smith2017-02-092-1/+11
* [c++1z] P0091R3: Basic support for deducing class template arguments via dedu...Richard Smith2017-02-091-45/+53
* Fix constructor declarator detection for the case when the name is followed byRichard Smith2017-02-081-4/+6
* Towards P0091R3: parsing support for class template argument deduction in typ...Richard Smith2017-01-301-1/+58
* Revert r293455, which breaks v8 with a spurious error. Testcase added.Sam McCall2017-01-301-58/+1
* Towards P0091R3: parsing support for class template argument deduction in typ...Richard Smith2017-01-301-1/+58
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-262-2/+138
* PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-191-1/+1
* Make some diagnostic tests C++11 clean.Paul Robinson2016-12-211-2/+6
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-2/+7
* Fix the spelling of 'bitfield' in diagnostics to be consistently 'bit-field'.Chandler Carruth2016-12-201-1/+1