nridge created this revision.
nridge added a reviewer: kadircet.
Herald added subscribers: cfe-commits, arphaman, jkorous, MaskRay,
ilya-biryukov.
Herald added a project: clang.
The only relation currently collected is RelationBaseOf, because this is
all we need for type hierarchy subtypes. Addit
phosek created this revision.
phosek added reviewers: jdenny, beanz, smeenai, mcgrathr, saugustine.
Herald added subscribers: llvm-commits, Sanitizers, cfe-commits, cryptoad,
javed.absar, mgorny, kubamracek.
Herald added projects: clang, Sanitizers, LLVM.
This is a follow up to r361432, changing
plotfi updated this revision to Diff 201471.
plotfi added a comment.
virtual function test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60974/new/
https://reviews.llvm.org/D60974
Files:
clang/include/clang/Driver/Options.td
clang/include/clan
aaronpuchert added a comment.
Feel free to suggest better wording, I'm not a native speaker.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62470/new/
https://reviews.llvm.org/D62470
___
cfe-commits mailing list
cfe-c
aaronpuchert created this revision.
aaronpuchert added reviewers: rsmith, aaron.ballman.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This is not a change in the rules, it's meant as a clarification about
warnings. Since the recovery from warnings is a no-op, the fix-it h
a_sidorin added a comment.
Hi Gabor!
I haven't find the import sequence examples we try to fix these ways in any of
the three patches these change consists of. Could you please provide some (or
point if I missed them)?
Comment at: clang/include/clang/AST/ASTImporterSharedStat
a_sidorin added a comment.
Hi Gabor,
Could you please provide any test for the import itself?
Comment at: clang/lib/AST/ASTImporter.cpp:8668
+
+bool ASTImporter::ImportPathTy::hasCycleAtBack() {
+ return Aux[Nodes.back()] > 1;
const?
Repository:
rG LLVM Gi
a_sidorin added a comment.
Hi Gabor,
The idea looks fine to me, but I have some questions inline.
Comment at: clang/lib/AST/ASTImporter.cpp:5109
} else { // ODR violation.
// FIXME HandleNameConflict
+ return make_error(ImportError::NameConflict);
-
a_sidorin accepted this revision.
a_sidorin added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp:372
CheckerContext &C) const {
- const Func
a_sidorin added a comment.
Hello Gabor,
I have a few questions inline.
Comment at: clang/lib/AST/ASTStructuralEquivalence.cpp:124
+ case DeclarationName::CXXConversionFunctionName:
+return true;
+
Should we check the equivalence of getCXXNameType() in such
a_sidorin accepted this revision.
a_sidorin added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/unittests/AST/ASTImporterTest.cpp:4259
static const RecordDecl * getRecordDeclOfFriend(FriendDecl *FD) {
QualType Ty = FD->getFriendType()->ge
Author: madsravn
Date: Sun May 26 10:00:38 2019
New Revision: 361735
URL: http://llvm.org/viewvc/llvm-project?rev=361735&view=rev
Log:
DeleteNullPointerCheck now deletes until the end brace of the condition.
Patch by Jonathan Camilleri
Differential Revision https://reviews.llvm.org/D61861
Modif
a_sidorin added a comment.
Hi Gabor,
Could you provide an example of an import sequence leading to this behavior?
It's hard for me to imagine such a situation.
Comment at: clang/test/ASTMerge/struct/test.c:37
// CHECK: struct2.c:53:37: note: field 'f' has type 'float' here
-/
RKSimon added inline comments.
Comment at: lib/Headers/avx512bf16intrin.h:52
+///
+/// \headerfile
+///
\headerfile
Comment at: lib/Headers/avx512bf16intrin.h:54
+///
+/// This intrinsic is lowered to LLVM IR.
+///
Please can
JonasToth added a comment.
Could you please run this check over LLVM and give a short report of your
finding? I would imagine that there is a lot of duplication, given the
include-heavy nature of big c++ code bases.
Comment at:
clang-tools-extra/clang-tidy/modernize/ConcatNe
Author: maskray
Date: Sun May 26 00:43:45 2019
New Revision: 361710
URL: http://llvm.org/viewvc/llvm-project?rev=361710&view=rev
Log:
[Driver][RISCV] Simplify. NFC
Modified:
cfe/trunk/lib/Driver/ToolChains/Arch/RISCV.cpp
Modified: cfe/trunk/lib/Driver/ToolChains/Arch/RISCV.cpp
URL:
http://l
16 matches
Mail list logo