Skip to content
Snippets Groups Projects
Commit 422d05e7 authored by Daniel Grumberg's avatar Daniel Grumberg
Browse files

[clang][extract-api][NFC] Add documentation

Add struct level documentation for MacroDefinitionRecord.

Differential Revision: https://reviews.llvm.org/D122798
parent 13796495
No related branches found
No related tags found
No related merge requests found
......@@ -380,6 +380,7 @@ private:
virtual void anchor();
};
/// This holds information associated with macro definitions.
struct MacroDefinitionRecord : APIRecord {
MacroDefinitionRecord(StringRef Name, StringRef USR, PresumedLoc Loc,
DeclarationFragments Declaration,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment