llvm-project/clang/unittests
Jordan Rose a2100d755a Pull Lexer's CharInfo table out for general use throughout Clang.
Rewriting the same predicates over and over again is bad for code size and
code maintainence. Using the functions in <ctype.h> is generally unsafe
unless they are specified to be locale-independent (i.e. only isdigit and
isxdigit).

The next commit will try to clean up uses of <ctype.h> functions within Clang.

llvm-svn: 174765
2013-02-08 22:30:22 +00:00
..
AST PR15095: Use more correct source locations for the InitListExpr we fake up for 2013-02-05 05:55:57 +00:00
ASTMatchers Implements equalsNode for Decl and Stmt. 2013-02-07 12:42:10 +00:00
Basic Pull Lexer's CharInfo table out for general use throughout Clang. 2013-02-08 22:30:22 +00:00
Format Fix indentation-detection at indent level 0. 2013-02-08 19:53:32 +00:00
Frontend Nuke SetUpBuildDumpLog. 2013-01-20 01:58:28 +00:00
Lex For ModuleLoader::makeModuleVisible() also pass the source location where the 2013-02-01 16:36:12 +00:00
Tooling Fix a typo in the name of a tooling unit test 2013-01-28 04:37:38 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00