llvm-project/clang/lib
Martin Probst b4cdb65e5f clang-format: [JS] do not wrap @see tags.
Summary:
@see is special among JSDoc tags in that it is commonly followed by URLs. The JSDoc spec suggests that users should wrap URLs in an additional {@link url...} tag (@see http://usejsdoc.org/tags-see.html), but this is very commonly violated, with @see being followed by a "naked" URL.

This change special cases all JSDoc lines that contain an @see not to be wrapped to account for that.

Reviewers: djasper

Subscribers: klimek, cfe-commits

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

llvm-svn: 297607
2017-03-13 09:39:23 +00:00
..
ARCMigrate Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 2017-01-06 19:49:01 +00:00
AST [OpenCL] Fix type compatibility check and generic AS mangling. 2017-03-10 15:23:07 +00:00
ASTMatchers Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr 2017-01-05 18:51:54 +00:00
Analysis [analyzer] Fix crash when building CFG with variable of incomplete type 2017-03-07 08:42:37 +00:00
Basic Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator." 2017-03-11 00:14:50 +00:00
CodeGen [x86] these aren't the undefs you're looking for (PR32176) 2017-03-12 19:15:10 +00:00
Driver Driver/ToolChains: Remove extra semicolons. NFC 2017-03-09 00:14:57 +00:00
Edit Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand." 2016-12-23 14:55:49 +00:00
Format clang-format: [JS] do not wrap @see tags. 2017-03-13 09:39:23 +00:00
Frontend Add -cc1 flag -ast-dump-all to perform an AST dump including entities that haven't yet been deserialized. 2017-03-09 22:00:01 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers [MS] Add support for __ud2 and __int2c MSVC intrinsics 2017-03-06 19:43:16 +00:00
Index [index] Mark categories of test classes with the 'UnitTest' symbol property as well. 2017-03-07 09:38:08 +00:00
Lex Fix handling of -fmodule-map-file=X where X has no directory component. 2017-03-09 00:58:22 +00:00
Parse [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt. 2017-03-06 23:38:15 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema [AVX-512] Add range check for locality hint immediate on scatter/gather prefetch builtins. 2017-03-12 22:19:10 +00:00
Serialization Defensively ensure that GetExternalDeclStmt protects itself from nested deserialization 2017-03-08 23:57:08 +00:00
StaticAnalyzer [analyzer] Extend block in critical section check with C11 and Pthread APIs. 2017-03-10 14:50:12 +00:00
Tooling Add missing implementation for AtomicChange::replace(...) 2017-03-08 15:53:10 +00:00
CMakeLists.txt