diff options
| author | Alexander Kornienko <alexfh@google.com> | 2015-06-22 23:07:51 +0000 |
|---|---|---|
| committer | Alexander Kornienko <alexfh@google.com> | 2015-06-22 23:07:51 +0000 |
| commit | ab9db51042d1b821d324a209f3ba37e5ee7525a7 (patch) | |
| tree | 02b8d37aa99733a57641681111d0277aa97c4477 /clang/tools/libclang/CIndex.cpp | |
| parent | f530b329c7ac6c80ea8ea927d1bd310168c1c3f2 (diff) | |
| download | bcm5719-llvm-ab9db51042d1b821d324a209f3ba37e5ee7525a7.tar.gz bcm5719-llvm-ab9db51042d1b821d324a209f3ba37e5ee7525a7.zip | |
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
llvm-svn: 240353
Diffstat (limited to 'clang/tools/libclang/CIndex.cpp')
| -rw-r--r-- | clang/tools/libclang/CIndex.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/clang/tools/libclang/CIndex.cpp b/clang/tools/libclang/CIndex.cpp index 857e276f8ca..2216ec61afa 100644 --- a/clang/tools/libclang/CIndex.cpp +++ b/clang/tools/libclang/CIndex.cpp @@ -1897,7 +1897,7 @@ private: void EnqueueChildren(const Stmt *S); void EnqueueChildren(const OMPClause *S); }; -} // namespace +} // end anonyous namespace void EnqueueVisitor::AddDeclarationNameInfo(const Stmt *S) { // 'S' should always be non-null, since it comes from the @@ -2098,7 +2098,7 @@ OMPClauseEnqueue::VisitOMPCopyprivateClause(const OMPCopyprivateClause *C) { void OMPClauseEnqueue::VisitOMPFlushClause(const OMPFlushClause *C) { VisitOMPClauseList(C); } -} // namespace +} void EnqueueVisitor::EnqueueChildren(const OMPClause *S) { unsigned size = WL.size(); @@ -2783,7 +2783,7 @@ buildPieces(unsigned NameFlags, bool IsMemberRefExpr, return Pieces; } -} // namespace +} //===----------------------------------------------------------------------===// // Misc. API hooks. @@ -5616,7 +5616,7 @@ public: assert(PostChildrenInfos.empty()); } }; -} // namespace +} void AnnotateTokensWorker::AnnotateTokens() { // Walk the AST within the region of interest, annotating tokens @@ -7116,7 +7116,7 @@ void SetSafetyThreadStackSize(unsigned Value) { SafetyStackThreadSize = Value; } -} // namespace clang +} void clang::setThreadBackgroundPriority() { if (getenv("LIBCLANG_BGPRIO_DISABLE")) |

