llvm-project/clang/lib
James Dennett b9199ee5c1 More doxygen/documentation cleanups.
This reduces the number of warnings generated by Doxygen by about 100
(roughly 10%).  Issues addressed:
(1) Primarily, backslash-escaped "@foo" and "#bah" in Doxygen comments
when they're not supposed to be Doxygen commands or links, and
similarly for "<baz>" when it's not intended as as HTML tag;
(2) Changed some \t commands (which don't exist) to \c ("to refer to a
word of code", as the Doxygen manual says);
(3) \precondition becomes \pre;
(4) When touching comments, deleted a couple of spurious spaces in them;
(5) Changed some \n and \r to \\n and \\r;
(6) Fixed one tiny typo: #pragms -> #pragma.

This patch touches documentation/comments only.

llvm-svn: 158422
2012-06-13 22:07:09 +00:00
..
ARCMigrate Insert a space if necessary when suggesting CFBridgingRetain/Release. 2012-06-07 01:10:31 +00:00
AST Moved the StringLiteral printing code from StmtPrinter into the StringLiteral 2012-06-13 20:25:24 +00:00
Analysis Revert Decl's iterators back to pointer value_type rather than reference value_type 2012-06-06 20:45:41 +00:00
Basic Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu options. 2012-06-11 22:35:19 +00:00
CodeGen More doxygen/documentation cleanups. 2012-06-13 22:07:09 +00:00
Driver Provide a -no-pedantic to cancel out -pedantic. 2012-06-13 19:48:01 +00:00
Edit [objcmt] When in ARC mode, also convert "[[.. alloc] init]" messages to literals, 2012-06-06 22:23:12 +00:00
Frontend More doxygen/documentation cleanups. 2012-06-13 22:07:09 +00:00
FrontendTool Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives. 2012-06-06 18:52:13 +00:00
Headers Add XOP permute intrinsics. 2012-06-12 06:03:35 +00:00
Lex Rename a loop variable to silence a gcc warning. 2012-06-13 20:52:36 +00:00
Parse [ms-inline-asm] The __asm keyword is a statement separator, so multiple asm 2012-06-12 20:30:26 +00:00
Rewrite PR13064: Store whether an in-class initializer uses direct or copy 2012-06-10 03:12:00 +00:00
Sema Allow __attribute__((unused)) for fields and make it silence 2012-06-13 18:31:09 +00:00
Serialization Etch out the code path for MS-style inline assembly. 2012-06-11 20:47:18 +00:00
StaticAnalyzer Revert "[analyzer] Treat LValueBitCasts like regular pointer bit casts." 2012-06-12 00:20:22 +00:00
Tooling Fixed a problem related to resolution of built-in headers in case a path of tool's binary contains sym-links. 2012-06-04 19:02:59 +00:00
CMakeLists.txt Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00
Makefile Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00