summaryrefslogtreecommitdiffstats
path: root/lib/Parse
Commit message (Expand)AuthorAgeFilesLines
...
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-63/+16
* [OPENMP] Fix for PR31428: variable named like directive name modifierAlexey Bataev2016-12-201-5/+9
* [Parser] Correct typo after lambda capture initializer is parsed.Akira Hatanaka2016-12-201-0/+2
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-16/+63
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-63/+16
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-182-42/+57
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-3/+6
* Revert r289979 due to regressionsYaxun Liu2016-12-162-57/+42
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-162-42/+57
* [c++1z] P0195R2: Allow multiple using-declarators in a single using-declaration.Richard Smith2016-12-163-155/+264
* Remove special error recovery for ::(id)Reid Kleckner2016-12-091-46/+0
* Store decls in prototypes on the declarator instead of in the ASTReid Kleckner2016-12-093-0/+19
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-4/+6
* [CodeCompletion] Provide Objective-C class property completion resultsAlex Lorenz2016-12-081-1/+7
* [c++1z] P0003R5: Removing dynamic exception specifications.Richard Smith2016-12-081-1/+5
* [ObjC++] Don't enter a C++ declarator scope when the current context isAlex Lorenz2016-12-071-0/+8
* [modules] Use the "redundant #include" diagnostic rather than the "moduleRichard Smith2016-12-061-6/+21
* More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, not_ -> note_.Richard Smith2016-12-021-3/+3
* Mass-rename the handful of error_* diagnostics to err_*.Richard Smith2016-12-021-1/+1
* [ObjC] Avoid a @try/@finally/@autoreleasepool fixit when parsing an expressionAlex Lorenz2016-12-011-1/+6
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-4/+12
* Fixes for r287241. Use placement new. Apply clang-format.Malcolm Parsons2016-11-171-1/+2
* Use unique_ptr for cached tokens for default arguments in C++.Malcolm Parsons2016-11-173-11/+7
* Accept nullability qualifiers on array parameters.Jordan Rose2016-11-101-3/+2
* Clean up uses of unique_ptr for RAII objects. NFC.George Burgess IV2016-11-101-8/+9
* [index] Fix issue with protocol name locations in conformance list of an ObjC...Argyrios Kyrtzidis2016-11-091-1/+2
* Remove redundant calls to std::string::data()Malcolm Parsons2016-11-031-1/+1
* Fix heuristics skipping invalid ctor-initializers with C++11Olivier Goffart2016-11-031-9/+37
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-022-1/+8
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Re-apply patch r279045.Kelvin Li2016-10-251-3/+6
* Add missing warning for use of C++1z init-statements in C++14 and before.Richard Smith2016-10-181-0/+4
* [CodeCompletion] Add a block property setter completion resultAlex Lorenz2016-10-182-3/+6
* [CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas.Justin Lebar2016-10-081-0/+44
* [CUDA] Emit a warning if a CUDA host/device/global attribute is placed after ...Justin Lebar2016-09-301-0/+16
* [CUDA] Fix up MaybeParseGNUAttributes call used for out-of-place attributes o...Justin Lebar2016-09-301-5/+3
* [CUDA] Handle attributes on CUDA lambdas appearing between [...] and (...).Justin Lebar2016-09-301-7/+12
* [SemaObjC] Be more strict while parsing type arguments and protocolsBruno Cardoso Lopes2016-09-133-2/+14
* [clang-cl] Diagnose duplicate uuids.Nico Weber2016-09-131-2/+14
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-082-1/+54
* Parsing MS pragma intrinsicReid Kleckner2016-09-071-0/+60
* [ms] Add support for parsing uuid as a Microsoft attribute.Nico Weber2016-09-031-1/+99
* Let Microsoft attributes apply to the type, not the variable.Nico Weber2016-09-032-9/+13
* Move calls of MaybeParseMicrosoftAttributes() before ParseExternalDeclaration()Nico Weber2016-09-034-8/+1
* Remove function name from comment.Nico Weber2016-09-031-6/+5
* Unrevert r280035 now that the clang-cl bug it exposed has been fixed byRichard Smith2016-08-301-1/+7
* Revert r280035 (and followups r280057, r280085), it caused PR30195Nico Weber2016-08-301-7/+1
* C++ Modules TS: driver support for building modules.Richard Smith2016-08-301-1/+7
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-262-18/+25
* Remove two dos line endings.Nico Weber2016-08-231-2/+2