[PATCH] D26882: Refactor how FunctionDecl handles constexpr:

2016-12-20 Thread Nathan Wilson via Phabricator via cfe-commits
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

[PATCH] D28008: Rename several methods on ASTRecordReader to follow LLVM style (lowerCamelCase).

2016-12-20 Thread David L. Jones via Phabricator via cfe-commits
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:

r290236 - Rename several methods on ASTRecordReader to follow LLVM style (lowerCamelCase).

2016-12-20 Thread David L. Jones via cfe-commits
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

[PATCH] D27898: [compiler-rt] [builtins] Implement __floattitf() & __floatuntitf()

2016-12-20 Thread Weiming Zhao via Phabricator via cfe-commits
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 ==

<    1   2