llvm-project/clang/unittests
Dmitri Gribenko 632d58afab Fix an infinite loop in comment lexer: we were not advancing in the input character stream when we saw a '<' that is not a start of an HTML tag.
llvm-svn: 159303
2012-06-27 23:28:29 +00:00
..
AST Fix an infinite loop in comment lexer: we were not advancing in the input character stream when we saw a '<' that is not a start of an HTML tag. 2012-06-27 23:28:29 +00:00
Basic Clang side of a refactoring of the CMake unit test build strategy. 2012-06-21 09:51:42 +00:00
Frontend Clang side of a refactoring of the CMake unit test build strategy. 2012-06-21 09:51:42 +00:00
Lex Clang side of a refactoring of the CMake unit test build strategy. 2012-06-21 09:51:42 +00:00
Tooling Appease -Wnon-virtual-dtor and fix a typo in a comment 2012-06-25 18:27:11 +00:00
CMakeLists.txt Clang side of a refactoring of the CMake unit test build strategy. 2012-06-21 09:51:42 +00:00
Makefile Implement a lexer for structured comments. 2012-06-26 20:39:18 +00:00