search for: clanglex

Displaying 20 results from an estimated 28 matches for "clanglex".

2012 Oct 10
2
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...ll be done by clangParse.a and clangSema.a components respectively. Second, the reason for adding a separate clangOMP.a. is as follows. I looked into the Clang code base, where few *pragmas* already being supported. I noticed that few pragmas like "\#pragma once" are implemented in "clangLex.a", and some other pragmas like "\#pragma align" are implemented in "clangParse.a". Also, I thought, OpenMP includes many pragma directives and clauses, so better to separate it out in clangOMP.a. However, your feedback is well considered. I will remove clangOMP.a and move...
2012 Oct 12
2
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...Wed, Oct 10, 2012 at 6:15 AM, Mahesha HS <mahesha.llvm at gmail.com> wrote: > Hi Eli and Others > > In response to your feedback, I have taken care of all your review comments > - I removed clangOMP.a > and moved the implementation of "class OmpPragmaHandler" to "clangLex.a". > > The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' > contains all the implemented > "patches" along with *newly* added source files. > > Another attached text file - namely - 'OpenMP_support_in_Clang_Read_Me.txt' > briefl...
2012 Oct 13
2
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...<mahesha.llvm at gmail.com> wrote: >>> Hi Eli and Others >>> >>> In response to your feedback, I have taken care of all your review comments >>> - I removed clangOMP.a >>> and moved the implementation of "class OmpPragmaHandler" to "clangLex.a". >>> >>> The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' >>> contains all the implemented >>> "patches" along with *newly* added source files. >>> >>> Another attached text file - namely - 'Open...
2012 Oct 10
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
Hi Eli and Others In response to your feedback, I have taken care of all your review comments - I removed clangOMP.a and moved the implementation of "class OmpPragmaHandler" to "clangLex.a". The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' contains all the implemented "patches" along with *newly* added source files. Another attached text file - namely - 'OpenMP_support_in_Clang_Read_Me.txt' briefly describes the implementation....
2012 Oct 13
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...6:15 AM, Mahesha HS <mahesha.llvm at gmail.com> wrote: >> Hi Eli and Others >> >> In response to your feedback, I have taken care of all your review comments >> - I removed clangOMP.a >> and moved the implementation of "class OmpPragmaHandler" to "clangLex.a". >> >> The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' >> contains all the implemented >> "patches" along with *newly* added source files. >> >> Another attached text file - namely - 'OpenMP_support_in_Clang_Read...
2012 Oct 10
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
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 analysis and AST implementation for OpenMP > constructs in CLANG. > > > > We would like to defer the design for
2014 Aug 25
2
[LLVMdev] [RFC] Raising minimum required Visual Studio version to 2013 for trunk
...bad, m'kay? > > I do not know the answer to either of Alex's questions, so I am a bit > concerned. Two weeks is not going to be enough to test the updates; two > months might be more realistic... > > What is the impact on the static libraries (such as LLVMCore.lib or > ClangLex.lib)? Can libraries built with Visual Studio 2013 link with other > objects built with Visual Studio 2012 or earlier? > > - Gao No, you cannot link C++ code compiled with one version of VS to C++ code compiled with a different version of VS. The C++ ABI and standard library change between...
2012 Oct 13
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...> Hi Eli and Others >>>> >>>> In response to your feedback, I have taken care of all your review >>>> comments >>>> - I removed clangOMP.a >>>> and moved the implementation of "class OmpPragmaHandler" to >>>> "clangLex.a". >>>> >>>> The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' >>>> contains all the implemented >>>> "patches" along with *newly* added source files. >>>> >>>> Another attached text f...
2012 Oct 09
2
[LLVMdev] OpenMP support in CLANG: A proposal
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 analysis and AST implementation for OpenMP constructs in CLANG. We would like to defer the design for *lowering* based on the outcome of the discussion happening in the LLVM dev list. Our design is aimed at implementing the necessary
2012 Oct 13
3
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...gt;>>>> >>>>> In response to your feedback, I have taken care of all your review >>>>> comments >>>>> - I removed clangOMP.a >>>>> and moved the implementation of "class OmpPragmaHandler" to >>>>> "clangLex.a". >>>>> >>>>> The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' >>>>> contains all the implemented >>>>> "patches" along with *newly* added source files. >>>>> >>>>>...
2014 Aug 22
3
[LLVMdev] [RFC] Raising minimum required Visual Studio version to 2013 for trunk
On Fri, Aug 22, 2014 at 8:58 AM, Renato Golin <renato.golin at linaro.org> wrote: > On 22 August 2014 13:43, Aaron Ballman <aaron at aaronballman.com> wrote: >> My opposition to this switch was the timing. When we researched "what >> minimum can we live with for C++11" nine months ago, we determined >> what versions would make sense, which included MSVC
2016 Feb 28
4
[cfe-dev] [3.8 Release] We have branched
...ate [ 44%] Built target ClangAttrParsedAttrKinds [ 44%] Built target ClangAttrSpellingListIndex [ 44%] Built target ClangAttrParsedAttrImpl [ 44%] Built target ClangAttrPCHRead [ 44%] Built target ClangAttrPCHWrite [ 48%] Built target clang-headers [ 49%] Built target clangBasic [ 50%] Built target clangLex [ 50%] Built target clangParse [ 53%] Built target clangAST [ 54%] Built target clangAnalysis [ 56%] Built target clangSema [ 59%] Built target clangCodeGen [ 59%] Built target clangEdit [ 60%] Built target clangRewrite [ 62%] Built target clangARCMigrate [ 62%] Built target ClangDriverOptions [ 63...
2012 Oct 13
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...>>>>>> In response to your feedback, I have taken care of all your review >>>>>> comments >>>>>> - I removed clangOMP.a >>>>>> and moved the implementation of "class OmpPragmaHandler" to >>>>>> "clangLex.a". >>>>>> >>>>>> The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' >>>>>> contains all the implemented >>>>>> "patches" along with *newly* added source files. >>>>>>...
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
...ate [ 44%] Built target ClangAttrParsedAttrKinds [ 44%] Built target ClangAttrSpellingListIndex [ 44%] Built target ClangAttrParsedAttrImpl [ 44%] Built target ClangAttrPCHRead [ 44%] Built target ClangAttrPCHWrite [ 48%] Built target clang-headers [ 49%] Built target clangBasic [ 50%] Built target clangLex [ 50%] Built target clangParse [ 53%] Built target clangAST [ 54%] Built target clangAnalysis [ 56%] Built target clangSema [ 59%] Built target clangCodeGen [ 59%] Built target clangEdit [ 60%] Built target clangRewrite [ 62%] Built target clangARCMigrate [ 62%] Built target ClangDriverOptions [ 63...
2020 Sep 27
3
How to add a new clang-tidy module
...angTidy + clangTidyBugproneModule + clangTidyGoogleModule + clangTidyMiscModule + clangTidyPerformanceModule + clangTidyReadabilityModule + clangTidyUtils + + DEPENDS + omp_gen +) + +clang_target_link_libraries(clangTidyMISRAModule + PRIVATE + clangAST + clangASTMatchers + clangBasic + clangLex + ) diff --git a/clang-tools-extra/clang-tidy/misra/M011Check.cpp b/clang-tools-extra/clang-tidy/misra/M011Check.cpp new file mode 100644 index 00000000000..ebc0ba3bbe0 --- /dev/null +++ b/clang-tools-extra/clang-tidy/misra/M011Check.cpp @@ -0,0 +1,37 @@ +//===--- M011Check.cpp - clang-tidy ------...
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
...ate [ 44%] Built target ClangAttrParsedAttrKinds [ 44%] Built target ClangAttrSpellingListIndex [ 44%] Built target ClangAttrParsedAttrImpl [ 44%] Built target ClangAttrPCHRead [ 44%] Built target ClangAttrPCHWrite [ 48%] Built target clang-headers [ 49%] Built target clangBasic [ 50%] Built target clangLex [ 50%] Built target clangParse [ 53%] Built target clangAST [ 54%] Built target clangAnalysis [ 56%] Built target clangSema [ 59%] Built target clangCodeGen [ 59%] Built target clangEdit [ 60%] Built target clangRewrite [ 62%] Built target clangARCMigrate [ 62%] Built target ClangDriverOptions [ 63...
2015 Jul 22
2
[LLVMdev] (no subject)
Hello, I have tried a lot fix this error but am not able to can you please find me a solution am trying to compile the SAFECode in Cygwin Environment to work for windows. used make -j4 command to make the files in cygwin i have got this error make[5]: Leaving directory '/home/uidr7475/Work/LLVM_OBJ/projects/safecode/tools/clang/include' /usr/bin/cp: cannot stat
2012 Oct 16
1
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...>> In response to your feedback, I have taken care of all your review >>>>>>> comments >>>>>>> - I removed clangOMP.a >>>>>>> and moved the implementation of "class OmpPragmaHandler" to >>>>>>> "clangLex.a". >>>>>>> >>>>>>> The attached zipped file - namely - 'OpenMP_support_in_Clang.tar.gz' >>>>>>> contains all the implemented >>>>>>> "patches" along with *newly* added source files. >>&...
2017 Jun 28
2
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...lt target ClangAttrSpellingListIndex [ 59%] Built target ClangAttrParsedAttrList [ 59%] Built target ClangAttrParsedAttrImpl [ 59%] Built target ClangAttrTemplateInstantiate [ 59%] Built target ClangAttrPCHRead [ 59%] Built target ClangAttrPCHWrite [ 60%] Built target clangBasic [ 62%] Built target clangLex [ 62%] Built target clangParse [ 63%] Built target clangAST [ 63%] Built target clangASTMatchers [ 63%] Built target clangDynamicASTMatchers [ 65%] Built target clangSema [ 67%] Built target clangCodeGen [ 68%] Built target clangAnalysis [ 68%] Built target clangEdit [ 70%] Built target clangRewrit...
2017 Jun 28
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...et ClangAttrParsedAttrList >> [ 59%] Built target ClangAttrParsedAttrImpl >> [ 59%] Built target ClangAttrTemplateInstantiate >> [ 59%] Built target ClangAttrPCHRead >> [ 59%] Built target ClangAttrPCHWrite >> [ 60%] Built target clangBasic >> [ 62%] Built target clangLex >> [ 62%] Built target clangParse >> [ 63%] Built target clangAST >> [ 63%] Built target clangASTMatchers >> [ 63%] Built target clangDynamicASTMatchers >> [ 65%] Built target clangSema >> [ 67%] Built target clangCodeGen >> [ 68%] Built target clangAnalysi...