search for: astreaderstmt

Displaying 3 results from an estimated 3 matches for "astreaderstmt".

2010 Oct 15
1
[LLVMdev] compiling rev. 116572 on you-know-what
...llthedoctor\system_error.h(260) : error C2065: 'EAFNOSUPPORT' : undeclared identifier and many similar errors regarding the system error constants. msdn says it's WSAEAFNOSUPPORT instead of EAFNOSUPPORT (prepend WSA... to all system error constants) \llvm\tools\clang\lib\Serialization\ASTReaderStmt.cpp(1083) : warning C4805: '==' : unsafe mix of type 'const uint64_t' and type 'bool' in operation \llvm\unittests\Support\MathExtrasTest.cpp(76) : warning C4305: 'initializing' : truncation from 'double' to 'const float' \llvm\unittests\adt\stri...
2012 Oct 10
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...OpenMP.h -----> newly added # clang/include/clang/AST/Stmt.h #. clang/include/clang/Basic/StmtNodes.td #. clang/include/clang/AST/RecursiveASTVisitor.h #. clang/include/clang/AST/StmtVisitor.h #. clang/lib/StaticAnalyzer/Core/ExprEngine.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 #. c...
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