Displaying 4 results from an estimated 4 matches for "stmtprinter".
Did you mean:
setprinter
2008 Jun 06
0
[LLVMdev] StmtPrinter long double support.
On Jun 6, 2008, at 8:51 AM, Jean-Daniel Dupas wrote:
> Hello,
>
>
> I'm playing with llvm/clang and I have a problem when I try to use
> the -ast-print options for a file that uses long double.
>
> The Basic/Targets.cpp file defined the x86 (and x86_64) long double
> type as APFloat::x87DoubleExtended.
> Then, when the AST printer try to write a long double
2008 Jun 06
3
[LLVMdev] StmtPrinter long double support.
Hello,
I'm playing with llvm/clang and I have a problem when I try to use the
-ast-print options for a file that uses long double.
The Basic/Targets.cpp file defined the x86 (and x86_64) long double
type as APFloat::x87DoubleExtended.
Then, when the AST printer try to write a long double literal value
(using VisitFloatingLiteral()), it call FloatingLiteral-
>getValueAsDouble()
2012 Oct 10
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...ngine.cpp
#. clang/lib/Serialization/ASTReaderStmt.cpp
#. clang/lib/Serialization/ASTWriterStmt.cpp
#. clang/lib/Sema/TreeTransform.h
#. clang/lib/CodeGen/CGStmt.cpp
#. clang/lib/AST/StmtOpenMP.cpp ------> newly added
#. clang/lib/AST/StmtProfile.cpp
#. clang/lib/AST/StmtPrinter.cpp
#. clang/lib/AST/Stmt.cpp
#. clang/tools/libclang/RecursiveASTVisitor.h
#. clang/tools/libclang/CXCursor.cpp
-. Makefile changes
#. clang/lib/AST/CMakeLists.txt
#. clang/lib/Sema/CMakeLists.txt
#. clang/lib/Parse/CMakeLists.txt
#. clang/lib/Lex/CMakeLists.txt
==...
2012 Oct 10
2
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
On Wed, Oct 10, 2012 at 5:40 AM, Eli Friedman <eli.friedman at gmail.com>wrote:
> On Tue, Oct 9, 2012 at 4:37 AM, Mahesha HS <mahesha.llvm at gmail.com> wrote:
> > Hello All,
> >
> > We would like to make a proposal to support OpenMP in CLANG. The goal of
> > this effort is to provide support for syntax
> >
> > analysis (parsing), semantic