forked from OSchip/llvm-project
Fix .cpp files claiming to be header files
llvm-svn: 211334
This commit is contained in:
parent
9c62dd583b
commit
cfe341f5d0
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This header file implements atomic operations.
|
||||
// This file implements atomic operations.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This header file implements the operating system DynamicLibrary concept.
|
||||
// This file implements the operating system DynamicLibrary concept.
|
||||
//
|
||||
// FIXME: This file leaks ExplicitSymbols and OpenedHandles!
|
||||
//
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This header file implements the operating system Host concept.
|
||||
// This file implements the operating system Host concept.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This header file implements the operating system Process concept.
|
||||
// This file implements the operating system Process concept.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This header file implements the operating system Program concept.
|
||||
// This file implements the operating system Program concept.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
Loading…
Reference in New Issue