search for: diagnosticlexkinds

Displaying 6 results from an estimated 6 matches for "diagnosticlexkinds".

2012 Oct 13
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...owing files are changed in this patch. Please start going through this patch, and let me know comments. Meanwhile, I will prepare next patch. ========================================= #. clang/include/clang/Driver/Options.td #. clang/include/clang/Basic/LangOptions.def #. clang/include/clang/Basic/DiagnosticLexKinds.td #. clang/lib/Driver/Tools.cpp #. clang/lib/Frontend/CompilerInvocation.cpp ========================================= -- mahesha On Sat, Oct 13, 2012 at 3:39 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > On Sat, Oct 13, 2012 at 2:33 AM, Mahesha HS <mahesha.llvm at gmail....
2012 Mar 25
0
[LLVMdev] [PATCH] add reverse colors to raw_ostream
...style. I'm looking for someone familiar with llvm's raw_ostream to review the portion that enables reversed colors. Thanks, Seth Begin forwarded message: > From: Eli Friedman <eli.friedman at gmail.com> > Subject: Re: [cfe-commits] r148389 - in /cfe/trunk: include/clang/Basic/DiagnosticLexKinds.td lib/Lex/LiteralSupport.cpp > Date: March 23, 2012 4:49:49 AM EDT > To: Seth Cantrell <seth.cantrell at gmail.com> > Cc: cfe-commits at cs.uiuc.edu > > On Thu, Mar 22, 2012 at 11:57 PM, Seth Cantrell <seth.cantrell at gmail.com> wrote: >> Here are some patches fo...
2012 Oct 13
3
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
On Sat, Oct 13, 2012 at 2:33 AM, Mahesha HS <mahesha.llvm at gmail.com> wrote: > On Sat, Oct 13, 2012 at 1:31 PM, Tobias Grosser <tobias at grosser.es> wrote: >> On 10/13/2012 04:38 AM, Mahesha HS wrote: >>> >>> On Sat, Oct 13, 2012 at 5:14 AM, Eli Friedman <eli.friedman at gmail.com> >>> wrote: >>>> >>>> On Wed, Oct 10,
2012 Oct 16
1
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...tch. Please start going through > this patch, and let me know comments. Meanwhile, I will prepare next > patch. > > ========================================= > #. clang/include/clang/Driver/Options.td > #. clang/include/clang/Basic/LangOptions.def > #. clang/include/clang/Basic/DiagnosticLexKinds.td > #. clang/lib/Driver/Tools.cpp > #. clang/lib/Frontend/CompilerInvocation.cpp > ========================================= > > -- > mahesha > > > > On Sat, Oct 13, 2012 at 3:39 PM, Eli Friedman <eli.friedman at gmail.com> wrote: >> On Sat, Oct 13, 2012...
2012 Oct 10
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
..., and pass it onto the Clang compiler proper. =========================== 1. Source File Information: =========================== -. The option ?-fopenmp? support #. clang/include/clang/Driver/Options.td #. clang/include/clang/Basic/LangOptions.def #. clang/include/clang/Basic/DiagnosticLexKinds.td #. clang/lib/Driver/Tools.cpp #. clang/lib/Frontend/CompilerInvocation.cpp -. class OmpPragmaHandler implementation #. clang/include/clang/Lex/PragmaOmpHandler.h -----> newly added #. clang/lib/Lex/PragmaOmpHandler.cpp -----> newly added -. OmpPragmaHandler 'ob...
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