diff options
author | Krasimir Georgiev <krasimir@google.com> | 2017-09-08 13:44:51 +0000 |
---|---|---|
committer | Krasimir Georgiev <krasimir@google.com> | 2017-09-08 13:44:51 +0000 |
commit | 46dfb7a39d7eb7e7b2439494ad18e31056aa6d09 (patch) | |
tree | 6063a7c1ec2bb04c721e98bb5d31a4c8aa3e3f0c /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 9a2da3983705090d7c9b671184afe5bc01c04d23 (diff) | |
download | bcm5719-llvm-46dfb7a39d7eb7e7b2439494ad18e31056aa6d09.tar.gz bcm5719-llvm-46dfb7a39d7eb7e7b2439494ad18e31056aa6d09.zip |
Updated two annotations for Store.h and CodeGenFunction.h.
Summary:
1.Updated annotations for include/clang/StaticAnalyzer/Core/PathSensitive/Store.h, which belong to the old version of clang.
2.Delete annotations for CodeGenFunction::getEvaluationKind() in clang/lib/CodeGen/CodeGenFunction.h, which belong to the old version of clang.
Reviewers: bkramer, krasimir, klimek
Reviewed By: bkramer
Subscribers: MTC
Differential Revision: https://reviews.llvm.org/D36330
Contributed by @MTC!
llvm-svn: 312790
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 70346e4b5c2..a3b9beb2988 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1818,8 +1818,7 @@ public: /// TypeOfSelfObject - Return type of object that this self represents. QualType TypeOfSelfObject(); - /// hasAggregateLLVMType - Return true if the specified AST type will map into - /// an aggregate LLVM type or is void. + /// getEvaluationKind - Return the TypeEvaluationKind of QualType \c T. static TypeEvaluationKind getEvaluationKind(QualType T); static bool hasScalarEvaluationKind(QualType T) { |