hanchenye-llvm-project/polly/lib
Johannes Doerfert 9e7b17b0d4 Added arcanist linters and cleaned errors and warnings
Arcanist (arc) will now always run linters before uploading any new
  commit to Phabricator. All errors/warnings (or their absence) will be
  shown in the web interface together with a explanation by the commiter
  (arcanist will ask the commiter if the build was not clean).

  The linters include:
    - clang-format
    - spelling check
    - permissions check (aka. chmod)
    - filename check
    - merge conflict marker check
  Note, that their scope is sometimes limited (see .arclint for
  details).

  This commit also fixes all errors and warnings these linters reported,
  namely:
    - spelling mistakes and typos
    - executable permissions for various text files

Differential Revision: http://reviews.llvm.org/D4916

llvm-svn: 215871
2014-08-18 00:40:13 +00:00
..
Analysis Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
CodeGen Revert "[Refactor] Cleanup runtime code generation" 2014-08-16 09:09:15 +00:00
Exchange [Polly] Remove the PoCC and ScopLib support 2014-08-13 17:49:16 +00:00
JSON Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
Support Revert "Added support for modulo expressions" 2014-08-16 09:08:55 +00:00
Transform Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
CMakeLists.txt [Polly] Remove the PoCC and ScopLib support 2014-08-13 17:49:16 +00:00
Makefile [Polly] Remove the PoCC and ScopLib support 2014-08-13 17:49:16 +00:00
Polly.cpp