llvm-project/clang/unittests
Daniel Jasper da353cd5f1 clang-format: Fix crasher.
Caused by unknown tokens (e.g. "\n") not properly updating the state.

Example:
  const char* c = STRINGIFY(
  \na : b);

llvm-svn: 203645
2014-03-12 08:24:47 +00:00
..
AST Fix use of uninitialized variable in ExternalASTSourceTest.cpp (introduced in 203525) 2014-03-11 06:49:26 +00:00
ASTMatchers Add loc() to the dynamic registry. 2014-03-10 15:40:23 +00:00
Basic Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Driver [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix 2014-03-04 10:05:20 +00:00
Format clang-format: Fix crasher. 2014-03-12 08:24:47 +00:00
Frontend ASTContext: Declare builtin types implicitly 2013-12-15 10:36:26 +00:00
Lex Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
Sema Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Tooling Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
libclang [libclang] Introduce APIs that assist in constructing a simple module.map file for a user framework. 2014-03-03 07:41:45 +00:00
CMakeLists.txt libclang: fix a bug in processing invalid arguments, introduced in r201249 2014-02-18 15:20:02 +00:00
Makefile libclang: fix a bug in processing invalid arguments, introduced in r201249 2014-02-18 15:20:02 +00:00