hanchenye-llvm-project/clang-tools-extra/test
Edwin Vane 44c3145938 Add use-nullptr transform to cpp11-migrate
This transform converts the usage of null pointer constants (e.g. NULL, 0,
etc.) in legacy C++ code and converts them to use the new C++11 nullptr
keyword.
- Added use-nullptr transform.
- Added C++11 support to the final syntax check. Used ArgumentAdjuster class to
  add -std=c++11 option to the command line options.
- Added tests for use-nullptr transform.
- Added tests that exercises both loop-convert and use-nullptr in the source
  file.

TODO: There's a known bug when using both -loop-convert and -use-nullptr at the
      same time.

Author: Tareq A Siraj <tareq.a.siraj@intel.com>
Reviewers: klimek, gribozavr
llvm-svn: 173178
2013-01-22 18:31:49 +00:00
..
clang-format Test source file name in diagnostics 2013-01-14 17:01:57 +00:00
cpp11-migrate Add use-nullptr transform to cpp11-migrate 2013-01-22 18:31:49 +00:00
remove-cstr-calls Following the example from loop-convert tests, simplifying the remove-cstr-calls lit script. 2012-11-05 18:28:45 +00:00
CMakeLists.txt Added a test for clang-format diagnostics. 2013-01-14 13:57:05 +00:00
Makefile Reverted to correct commit this time. 2012-08-24 23:29:33 +00:00
lit.cfg Fix typo in a comment in lit.cfg 2012-09-12 16:29:37 +00:00
lit.site.cfg.in Add a root CMakeLists.txt and fix up all the test build stuff. 2012-08-07 08:33:04 +00:00