llvm-project/clang/lib
Dmitri Gribenko d666293435 Comment parsing: followup to r184610: allow multiple \returns
Remove unneeded member in CommentSema, add a test for the XML schema (the
schema already allowed multiple paragraphs in <ResultDiscussion>, but there
were no tests for that), fix HTML generation (it is not allowed to have <p>
inside <dl>).

llvm-svn: 184652
2013-06-22 23:03:37 +00:00
..
ARCMigrate Modernize some low-hanging PathV1 uses. 2013-06-13 14:26:04 +00:00
AST Comment parsing: followup to r184610: allow multiple \returns 2013-06-22 23:03:37 +00:00
ASTMatchers Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. 2013-06-21 15:51:31 +00:00
Analysis [CFG] Set the “loop target” (back edge) for VisitObjCForCollectionStmt loops 2013-06-22 00:23:20 +00:00
Basic [NVPTX] Add NVPTX register constraints 2013-06-21 18:51:24 +00:00
CodeGen DebugInfo: Support (using GNU extensions) for template template parameters and parameter packs 2013-06-22 18:59:18 +00:00
Driver Reword and reformat some of the "Multiarch" code in the toolchain setup. 2013-06-22 11:35:51 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Add an option to not indent declarations when breaking after the type. 2013-06-21 17:25:42 +00:00
Frontend Remove duplicated case. 2013-06-22 16:44:45 +00:00
FrontendTool [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
Headers X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd 2013-06-17 19:42:49 +00:00
Lex [Modules] If a module map resides in a system header directory, treat it as a system module. 2013-06-21 16:28:10 +00:00
Parse Instantiation bug fix extension (cf. r184503) -- minor code fixes, including a typo that caused a runtime assertion after firing diagnosis for class definitions, with the 'template' keyword as template header, in friend declarations. 2013-06-22 13:56:11 +00:00
Rewrite Port HTMLDiagnostics to PathV2. No intended functionality change. 2013-06-12 18:13:05 +00:00
Sema Fix assert if an attempt is made to explicitly instantiate an alias template. 2013-06-22 22:03:31 +00:00
Serialization This patch adds new private headers to the module map. Private 2013-06-20 21:14:14 +00:00
StaticAnalyzer [analyzer] Use output form collections’ count to decide if ObjC for loop should be entered 2013-06-22 00:23:26 +00:00
Tooling Include PathV1.h only where it is used. 2013-06-17 17:23:47 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00