summaryrefslogtreecommitdiffstats
path: root/lib/Parse
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of right shift operator in fold expressionsRichard Smith2017-10-311-3/+4
* Typo correct the condition of 'do-while' before exiting its scopeAlex Lorenz2017-10-301-0/+3
* Move MS inline asm parser methods out of line to reduce indentation, NFCReid Kleckner2017-10-261-98/+118
* mplement __has_unique_object_representationsErich Keane2017-10-241-0/+1
* [code completion] Complete ObjC methods in @implementation without leadingAlex Lorenz2017-10-241-3/+9
* Do not add a colon chunk to the code completion of class inheritance access m...Erik Verbruggen2017-10-241-0/+3
* Create fewer copies of StringMaps. No functionality change intended.Benjamin Kramer2017-10-221-1/+1
* Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman2017-10-152-25/+44
* Fix backwards warning for use of C++17 attributes-on-namespaces-and-enumerato...Richard Smith2017-10-142-6/+8
* [OpenCL] Allow function declaration with empty argument list.Alexey Bader2017-10-111-1/+2
* [Modules TS] Diagnose attempts to enter module implementation units without t...Richard Smith2017-10-101-2/+2
* Remove unused variables. No functionality change.Benjamin Kramer2017-10-081-1/+0
* [OPENMP] Allow use of declare target directive inside structAlexey Bataev2017-10-031-3/+11
* [X86][MS-InlineAsm] Extended support for variables / identifiers on memory / ...Coby Tayree2017-09-291-16/+10
* Properly parse a postfix expression following a Boolean literal. Fixes PR34273.Aaron Ballman2017-09-281-1/+2
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-221-29/+37
* Revert "Give external linkage and mangling to lambdas inside inline variables...Vitaly Buka2017-09-211-37/+29
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-201-29/+37
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-084-0/+14
* Fixed a crash in code completion.Ilya Biryukov2017-09-081-5/+17
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-084-14/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-084-0/+14
* Fix templated type alias completion when using global completion cacheErik Verbruggen2017-09-081-4/+5
* [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime inAlexey Bataev2017-09-061-5/+80
* std::function -> llvm::function_ref. NFC.Benjamin Kramer2017-09-011-1/+1
* [c++2a] P0683R1: Permit default member initializers for bit-fields.Richard Smith2017-08-281-4/+5
* [NFC] Remove a cstyle cast and replace some uses of Decl with NamedDecl durin...Faisal Vali2017-08-251-8/+8
* [Parser] Correct initalizer typos before lambda capture type is deduced.Volodymyr Sapsai2017-08-221-0/+2
* Revert r311442 (Fix templated type alias completion when using global complet...Erik Verbruggen2017-08-221-7/+5
* Fix templated type alias completion when using global completion cacheErik Verbruggen2017-08-221-5/+7
* Fixed a crash on replaying Preamble's PP conditional stack.Ilya Biryukov2017-08-211-2/+0
* Allow pretty platform names in availability attributesAlex Lorenz2017-08-151-7/+12
* Rename cxx1z -> cxx17 across all diagnostic IDs.Richard Smith2017-08-132-3/+3
* PR34163: Don't cache an incorrect key function for a class if queried betweenRichard Smith2017-08-121-18/+5
* Place implictly declared functions at block scopeMomchil Velikov2017-08-1010-31/+48
* Update for llvm change.Rafael Espindola2017-08-021-2/+1
* Recommit r308327 3rd time: Add a warning for missingAlex Lorenz2017-07-281-2/+7
* Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"Hans Wennborg2017-07-261-7/+2
* Recommit r308327 2nd time: Add a warning for missingAlex Lorenz2017-07-261-2/+7
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-211-10/+17
* Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...Hans Wennborg2017-07-191-7/+2
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-191-2/+7
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-10/+13
* Revert r308327Alex Lorenz2017-07-181-7/+2
* Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz2017-07-181-2/+7
* [index] Objective-C method declarations and message sends withAlex Lorenz2017-07-131-0/+4
* fix typos in comments; NFCHiroshi Inoue2017-07-131-1/+1
* Fix invalid warnings for header guards in preamblesErik Verbruggen2017-07-051-0/+2
* [modules ts] Declarations from a module interface unit are only visible outsideRichard Smith2017-07-051-0/+2
* Add a fixit for -Wobjc-protocol-property-synthesisAlex Lorenz2017-07-031-1/+1