index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Tooling
Age
Commit message (
Expand
)
Author
2013-05-01
As of r180836, these tests should no longer be XFAILed on Windows.
Aaron Ballman
2013-03-25
Added PR number for failing win64 tests.
Fariborz Jahanian
2013-03-22
These tests fail on our Window64 machine.
Fariborz Jahanian
2013-03-15
ClangTool output cleanup
Edwin Vane
2013-01-31
Add indents to AST dumping and removed parenthesis from AST nodes.
Richard Trieu
2013-01-07
Implement Attr dumping for -ast-dump.
Alexander Kornienko
2012-12-20
Implement AST dumper for Decls.
Alexander Kornienko
2012-11-21
Use color for -ast-dump-filter only when it is supported
Dmitri Gribenko
2012-10-31
Fix for -ast-dump-filter
Alexander Kornienko
2012-08-17
Fixed crash and added a test and a minor output problem
Alexander Kornienko
2012-08-16
Store SourceManager pointer on PrintingPolicy in the case where we're dumping,
Richard Smith
2012-08-16
Don't constant-fold when pretty-printing alignment attribute. This fixes a
Richard Smith
2012-08-13
Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-check
Alexander Kornienko
2012-08-01
Fix typo.
Manuel Klimek
2012-07-31
This test actually works on Win32...
Manuel Klimek
2012-07-31
Fixes a segfault in Tooling when using pch's:
Manuel Klimek
2012-07-26
Removed standalone clang-ast-dump tool.
Alexander Kornienko
2012-07-20
Switch to the canonical pipe-based testing of clang output using
Chandler Carruth
2012-07-17
clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUIRES: asserts, for now.
NAKAMURA Takumi
2012-07-16
This test appears to be passing on win32.
Ted Kremenek
2012-07-16
Fixing an obvious bug in a test.
Alexander Kornienko
2012-07-16
The new clang-ast-dump tool for selective AST dumping. Moved common command-l...
Alexander Kornienko
2012-07-10
Adds support for auto-detection of compilation databases, looking in a direct...
Arnaud A. de Grandmaison
2012-07-10
Fixes the MSVC build.
Manuel Klimek
2012-07-10
Adds support for auto-detection of compilation databases
Manuel Klimek
2012-05-23
clang/test/Tooling: Update comments in left 2 tests on XFAIL. They are incomp...
NAKAMURA Takumi
2012-05-23
clang/test/Tooling: Tweak 4 tests to escape the path separator s/\\/\\\\/g in...
NAKAMURA Takumi
2012-05-20
test/Tooling/clang-check-pwd.cpp: Mark as XFAIL:mingw for now. Fixing is work...
NAKAMURA Takumi
2012-05-16
clang/test/Tooling: Remark as XFAIL again in 5 tests for msvc hosts.
NAKAMURA Takumi
2012-05-16
clang/test/Tooling: Remove XFAIL in 5 tests to unveil the real failure.
NAKAMURA Takumi
2012-05-16
clang/test/Tooling/clang-check-pwd.cpp: Add "REQUIRES: shell".
NAKAMURA Takumi
2012-05-09
Declare abstract class ArgumentsAdjuster. This abstract interface describes
Simon Atanasyan
2012-05-07
Fixes resolution of relative paths when running clang tools.
Manuel Klimek
2012-04-25
Fixes the header search logic for tools:
Manuel Klimek
2012-04-18
Adds a FixedCompilationDatabase to be able to specify tool parameters
Manuel Klimek
2012-04-10
Fix quoting to allow shell expansion to occur for shell variables
Kaelyn Uhrain
2012-04-10
Fix tautological FileCheck by moving the CHECK to an extra line.
Manuel Klimek
2012-04-09
Implementing a test for the use of PWD to base finding the
Manuel Klimek
2012-04-04
clang/test/Tooling/clang-check.cpp: Mark it as XFAIL also on cygwin.
NAKAMURA Takumi
2012-04-04
clang/test/Tooling/clang-check.cpp: Mark it as XFAIL mingw,msvc for now.
NAKAMURA Takumi
2012-04-04
Adds a tooling library.
Manuel Klimek
2011-06-02
Reverts the Tooling changes as requested by Chris.
Manuel Klimek
2011-06-01
Fix test breakage due to example not being built.
Manuel Klimek
2011-05-31
This patch implements an AST matching framework that allows to write
Manuel Klimek