llvm-project/clang-tools-extra/clang-doc
Julie Hockett 93a290fdc9 [clang-doc] De-duplicate comments and locations
De-duplicate comments and declaration locations in reduce function.
When two files include the same header file, this file's content is mapped
twice causing comments and locations to be duplicated after the reduce stage.

Committed on behalf of Diego Astiazarán (diegoaat97@gmail.com).

Differential Revision: https://reviews.llvm.org/D62970

llvm-svn: 364670
2019-06-28 18:17:58 +00:00
..
tool [clang-doc] Build as clang_tool 2019-03-29 16:56:36 +00:00
BitcodeReader.cpp BitStream reader: propagate errors 2019-06-26 19:50:12 +00:00
BitcodeReader.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
BitcodeWriter.cpp BitStream reader: propagate errors 2019-06-26 19:50:12 +00:00
BitcodeWriter.h BitStream reader: propagate errors 2019-06-26 19:50:12 +00:00
CMakeLists.txt Reland "Implement a (simple) Markdown generator" 2018-09-11 15:56:55 +00:00
ClangDoc.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClangDoc.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Generators.cpp Fix file headers. NFC 2019-03-01 09:52:53 +00:00
Generators.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MDGenerator.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Mapper.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Mapper.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Representation.cpp [clang-doc] De-duplicate comments and locations 2019-06-28 18:17:58 +00:00
Representation.h [clang-doc] De-duplicate comments and locations 2019-06-28 18:17:58 +00:00
Serialize.cpp [clang-doc] Add basic support for templates and typedef 2019-06-24 19:31:02 +00:00
Serialize.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
YAMLGenerator.cpp Fix file headers. NFC 2019-03-01 09:52:53 +00:00