llvm-project/clang/lib
Dmitri Gribenko 4586df765e Implement resolving of HTML character references (named: &, decimal: *,
hex: ) during comment parsing.

Now internal representation of plain text in comment AST does not contain
character references, but the characters themselves.

llvm-svn: 160891
2012-07-27 20:37:06 +00:00
..
ARCMigrate clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
AST Implement resolving of HTML character references (named: &, decimal: *, 2012-07-27 20:37:06 +00:00
ASTMatchers Move RefactoringCallbacks to Tooling to avoid dependency from 2012-07-17 08:03:01 +00:00
Analysis Make -Wformat walk the typedef chain when looking for size_t, etc. 2012-07-27 19:17:46 +00:00
Basic Add a function to convert a single Unicode code point to a UTF8 sequence. 2012-07-27 20:36:22 +00:00
CodeGen clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Driver clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Edit clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Frontend Preprocessor: add __BYTE_ORDER__ predefined macro 2012-07-27 18:34:31 +00:00
FrontendTool clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Headers Add _rdrand{16,32,64}_step intrinsics to immintrin.h 2012-07-12 09:33:03 +00:00
Lex clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Parse Fix an assertion failure when code completing an auto variable's initialiser. 2012-07-27 12:56:09 +00:00
Rewrite clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Sema Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC. 2012-07-27 19:07:44 +00:00
Serialization clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
StaticAnalyzer clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Tooling clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
CMakeLists.txt Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00
Makefile Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00