forked from OSchip/llvm-project
Changed the comment in the file header for SMLoc
to something more accurate. llvm-svn: 93782
This commit is contained in:
parent
7eb6e0ffd6
commit
85b27528fc
|
@ -1,4 +1,4 @@
|
|||
//===- SMLoc.h - Manager for Source Buffers & Diagnostics -------*- C++ -*-===//
|
||||
//===- SMLoc.h - Source location for use with diagnostics -------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -40,4 +40,4 @@ public:
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue