nwilson updated this revision to Diff 82194.
nwilson added a comment.
- Remove the call to `setImplicitlyInline()` within `setImplicitlyConstexpr()`
and call `setImplicitlyInline()` directly for function concepts.
https://reviews.llvm.org/D26882
Files:
include/clang/AST/Decl.h
lib/Sema/Sem
This revision was automatically updated to reflect the committed changes.
Closed by commit rL290236: Rename several methods on ASTRecordReader to follow
LLVM style (lowerCamelCase). (authored by dlj).
Changed prior to commit:
https://reviews.llvm.org/D28008?vs=82183&id=82197#toc
Repository:
Author: dlj
Date: Tue Dec 20 22:34:52 2016
New Revision: 290236
URL: http://llvm.org/viewvc/llvm-project?rev=290236&view=rev
Log:
Rename several methods on ASTRecordReader to follow LLVM style (lowerCamelCase).
Summary:
This follows up to r290217, and makes functions on ASTRecordReader consistent
weimingz added a comment.
The code looks OK except for the formatting. Since the logic is almost the
same as floattixf / floatuntixf except that some constants are different, I'm
wondering if it makes sense to reuse the existing code? For example, make
existing code as floattixf_impl.inc
==
101 - 104 of 104 matches
Mail list logo