Skip to content

Commit

Permalink
Add usage instructions for TypeSystemMap::AddToMap.
Browse files Browse the repository at this point in the history
llvm-svn: 261183
  • Loading branch information
jimingham committed Feb 18, 2016
1 parent 52e8649 commit a1235a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lldb/include/lldb/Symbol/TypeSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,8 @@ class TypeSystem : public PluginInterface
GetTypeSystemForLanguage (lldb::LanguageType language, Target *target, bool can_create);

protected:
// This function does not take the map mutex, and should only be called from
// functions that do take the mutex.
void
AddToMap (lldb::LanguageType language, lldb::TypeSystemSP const &type_system_sp);

Expand Down

0 comments on commit a1235a3

Please sign in to comment.