We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cf353 commit b4446bdCopy full SHA for b4446bd
clang/include/clang/AST/RecordFieldReorganizer.h
@@ -34,12 +34,11 @@ class RecordFieldReorganizer {
34
private:
35
void commit(const RecordDecl *D,
36
SmallVectorImpl<Decl *> &NewFieldOrder) const;
37
- bool autostructselect(const SmallVector<Decl *,64> fields) const;
38
};
39
40
class Randstruct : public RecordFieldReorganizer {
41
-public:
42
- //Automatic Structure selection
+public:
+/// Determines if the Record can be safely and easily randomized based on certain criteria (see implementation).
43
bool isTriviallyRandomizable(const RecordDecl *D) const;
44
protected:
45
virtual void reorganize(const ASTContext &C, const RecordDecl *D,
0 commit comments