llvm-project/clang/unittests/AST
Dmitri Gribenko 6bf8f803f2 Comment parsing: don't crash while parsing \deprecated in a standalone comment
(comment without a decl).

I think this can not happen during normal compilation with -Wdocumentation,
only while using Clang APIs to parse comments outside of a source file.

Based on a patch by Olivier Goffart.

llvm-svn: 200230
2014-01-27 17:55:43 +00:00
..
ASTContextParentMapTest.cpp Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
ASTTypeTraitsTest.cpp Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
ASTVectorTest.cpp Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"" 2013-07-13 19:23:35 +00:00
CMakeLists.txt [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMakeLists.txt. 2013-12-10 12:40:37 +00:00
CommentLexer.cpp [Doc parsing] Provide diagnostics for unknown documentation 2013-05-03 23:15:20 +00:00
CommentParser.cpp Comment parsing: don't crash while parsing \deprecated in a standalone comment 2014-01-27 17:55:43 +00:00
DeclPrinterTest.cpp unittests: explicit stringify StringRefs for conversion 2014-01-25 20:04:44 +00:00
DeclTest.cpp ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions". 2013-06-05 06:54:06 +00:00
Makefile [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
MatchVerifier.h Introduce DynTypedNode::print, dump and getSourceRange. 2013-11-06 00:27:12 +00:00
SourceLocationTest.cpp Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
StmtPrinterTest.cpp unittests: explicit stringify StringRefs for conversion 2014-01-25 20:04:44 +00:00