llvm-project/clang/lib/Serialization
Alexander Kornienko 3d9d929e42 Fixed/added namespace ending comments using clang-tidy. NFC
The patch is generated using this command:

  $ tools/extra/clang-tidy/tool/run-clang-tidy.py -fix \
      -checks=-*,llvm-namespace-comment -header-filter='llvm/.*|clang/.*' \
      work/llvm/tools/clang

To reduce churn, not touching namespaces spanning less than 10 lines.

llvm-svn: 240270
2015-06-22 09:47:44 +00:00
..
ASTCommon.cpp Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext 2015-03-07 00:04:49 +00:00
ASTCommon.h [modules] If we reach a definition of a class for which we already have a 2015-03-26 04:09:53 +00:00
ASTReader.cpp Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00
ASTReaderDecl.cpp Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00
ASTReaderInternals.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00
ASTReaderStmt.cpp Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00
ASTWriter.cpp Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00
ASTWriterDecl.cpp Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00
ASTWriterStmt.cpp Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00
CMakeLists.txt Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." 2015-02-25 02:44:04 +00:00
GeneratePCH.cpp Introduce a PCHContainerOperations interface (NFC). 2015-06-20 18:53:08 +00:00
GlobalModuleIndex.cpp Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00
Makefile
Module.cpp [modules] Deserialize CXXCtorInitializer list for a constructor lazily. 2015-03-24 06:36:48 +00:00
ModuleManager.cpp Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:47:44 +00:00