llvm-project/clang/lib
Ekaterina Romanova 08da283295 [DOXYGEN] Improved doxygen comments for xmmintrin.h intrinsics.
Tagged parameter names with \a doxygen command to display parameters in italics.
Formatted comments to fit into 80 chars.

llvm-svn: 289159
2016-12-08 23:58:39 +00:00
..
ARCMigrate Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 10:39:27 +00:00
AST [c++17] P0135R1: Guaranteed copy elision. 2016-12-06 23:52:28 +00:00
ASTMatchers [ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmType 2016-12-08 11:46:22 +00:00
Analysis CFGBuilder: Fix crash when visiting delete expression on dependent type 2016-12-05 11:33:19 +00:00
Basic [WebAssembly] Revert r288447. 2016-12-03 23:03:52 +00:00
CodeGen [DebugInfo] Add support for __fp16, float, and double constants. 2016-12-08 20:02:46 +00:00
Driver [sanitizers] lsan+sancov doesn't need ubsanrt (multi def error) 2016-12-08 22:25:01 +00:00
Edit [OpenCL] Generate opaque type for sampler_t and function call for the initializer 2016-07-28 19:26:30 +00:00
Format [ClangFormat] Only insert #include into the #include block in the beginning of the file. 2016-12-02 11:01:43 +00:00
Frontend Revert r288626, which reverts r288449. Original commit message: 2016-12-06 00:40:17 +00:00
FrontendTool C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Headers [DOXYGEN] Improved doxygen comments for xmmintrin.h intrinsics. 2016-12-08 23:58:39 +00:00
Index [index] Rename SymbolSubKind -> SymbolProperty, NFC. 2016-11-11 23:49:55 +00:00
Lex Revert r288626, which reverts r288449. Original commit message: 2016-12-06 00:40:17 +00:00
Parse [CodeCompletion] Provide Objective-C class property completion results 2016-12-08 15:09:40 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema [CUDA] Ignore implicit target attributes during function template instantiation. 2016-12-08 19:38:13 +00:00
Serialization [OpenCL] Refactor read_only/write_only pipes. 2016-12-01 11:30:49 +00:00
StaticAnalyzer [analyzer] Add dispatch_data_create as a special case in RetainCountChecker. 2016-12-08 14:05:48 +00:00
Tooling Extend CompilationDatabase by a field for the output filename 2016-12-01 23:37:45 +00:00
CMakeLists.txt