summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
...
* [CodeComplete] Include more text into typed chunks of pattern completionsIlya Biryukov2019-06-041-12/+4
* Permit Exception Spec mismatch with NoThrow on inherited VirtualErich Keane2019-06-031-3/+15
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-033-54/+124
* [PR41567][Sema] Fixed cast kind in addr space conversionsAnastasia Stulova2019-06-031-0/+4
* Revert rL362358 : PR42104: Support instantiations of lambdas that implicitly ...Simon Pilgrim2019-06-035-108/+58
* [OpenCL] Declare builtin functions using TableGenSven van Haastregt2019-06-031-0/+84
* [CodeComplete] Add a bit more whitespace to completed patternsIlya Biryukov2019-06-031-0/+17
* PR42104: Support instantiations of lambdas that implicitly captureRichard Smith2019-06-035-58/+108
* [coroutines][PR41909] Don't build dependent coroutine statements for generic ...Brian Gesiak2019-06-031-7/+16
* Transform lambda expression captures when transforming an expression toRichard Smith2019-06-023-28/+44
* Factor out commonality between variable capture initialization andRichard Smith2019-06-022-92/+101
* Replace 'default' in an enum-over-a-switch with the missing list.Erich Keane2019-05-311-1/+5
* Suppress nothrow/Exception spec conflict warning when we dont know the ES.Erich Keane2019-05-311-7/+7
* Suppress nothrow/exception spec conflict warning when ES is parsed.Erich Keane2019-05-311-1/+3
* Fix for PR42089, regression from r362119Erich Keane2019-05-311-1/+8
* PR39728: When completing a class, complete the destructor first.Richard Smith2019-05-311-39/+53
* Defer building 'this' captures until we have left the capturing regionRichard Smith2019-05-314-41/+25
* Defer capture initialization for captured regions until after we've leftRichard Smith2019-05-316-64/+132
* Defer capture initialization for blocks until after we've left theRichard Smith2019-05-313-80/+106
* Refactor OpenMP stack management.Richard Smith2019-05-301-214/+224
* Fix "fallthrough annotation in unreachable code" warning.Richard Smith2019-05-301-1/+1
* Add Attribute NoThrow as an Exception Specifier TypeErich Keane2019-05-304-2/+64
* Revert "clang support gnu asm goto."Erich Keane2019-05-303-124/+54
* [OpenCL] Support logical vector operators in C++ modeSven van Haastregt2019-05-301-2/+3
* Add the `objc_class_stub` attribute.John McCall2019-05-302-0/+10
* clang support gnu asm goto.Jennifer Yu2019-05-303-54/+124
* [CodeComplete] Add semicolon when completing patterns for 'static_assert' and...Ilya Biryukov2019-05-291-0/+2
* [mips] Check argument for __builtin_msa_ctcmsa / __builtin_msa_cfcmsaSimon Atanasyan2019-05-291-0/+2
* [X86] Fix the Sema checks for getmant builtins to only allow 4 and 8 for roun...Craig Topper2019-05-281-7/+4
* Defer creating fields for captures until we finish building theRichard Smith2019-05-287-150/+103
* If capturing a variable fails, add a capture anyway (and mark itRichard Smith2019-05-284-50/+68
* Move code to mark a variable as odr-used adjacement to all the relatedRichard Smith2019-05-282-5/+39
* [CodeComplete] Set preferred type for qualified-idIlya Biryukov2019-05-281-5/+11
* [CodeComplete] Consistently break after '{' in multi-line patternsIlya Biryukov2019-05-281-0/+8
* [OpenCL] Fix file-scope const sampler variable for 2.0Yaxun Liu2019-05-271-1/+15
* [CodeComplete] Complete 'return true/false' in boolean functionsIlya Biryukov2019-05-271-11/+26
* Permit static local structured bindings to be named from arbitrary scopes ins...Richard Smith2019-05-251-3/+5
* Default arguments are potentially constant evaluated.Richard Smith2019-05-241-5/+1
* Refactor use-marking to better match standard terminology. NoRichard Smith2019-05-241-162/+244
* [CodeComplete] Add whitespace around braces in lambda completionsIlya Biryukov2019-05-241-0/+3
* [CodeComplete] Filter override completions by function nameIlya Biryukov2019-05-241-18/+29
* Factor out repeated code to build 'this' expressions and mark themRichard Smith2019-05-244-15/+21
* [CFG] NFC: Remove implicit conversion from CFGTerminator to Stmt *.Artem Dergachev2019-05-241-6/+8
* [CodeComplete] Only show lambda completions if patterns are requestedIlya Biryukov2019-05-231-0/+2
* Ensure builtins use the target default Calling ConventionErich Keane2019-05-231-1/+1
* Enable queue_t and clk_event_t comparisons in C++ modeSven van Haastregt2019-05-231-1/+1
* [CodeComplete] Complete a lambda when preferred type is a functionIlya Biryukov2019-05-231-0/+71
* Part of P1091R3: permit structured bindings to be declared 'static' andRichard Smith2019-05-221-5/+25
* [OpenCL] Support pipe keyword in C++ modeSven van Haastregt2019-05-222-3/+5
* Refactor: split Uninitialized state on APValue into an "Absent" stateRichard Smith2019-05-211-1/+4
OpenPOWER on IntegriCloud