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
/
Misc
Age
Commit message (
Expand
)
Author
2013-02-08
StmtPrinter: Write large char values using \u or \U.
Jordan Rose
2013-02-07
AST dumping: indicate the previous declaration for a redeclaration, and
Richard Smith
2013-01-31
When comparing two template template arguments in the template differ, consider
Richard Trieu
2013-01-31
Add indents to AST dumping and removed parenthesis from AST nodes.
Richard Trieu
2013-01-31
When comparing two templates in the template differ, consider them the
Douglas Gregor
2013-01-30
Diagnostics: if a line is longer than 4096 characters, don't print it.
Jordan Rose
2013-01-30
Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back
Richard Trieu
2013-01-26
clang/test/Misc/diag-template-diffing-color.cpp: Symbolize color sequences in...
NAKAMURA Takumi
2013-01-26
clang/test/Misc/ast-dump-color.cpp: Symbolize color sequences in FileCheck.
NAKAMURA Takumi
2013-01-26
Fix test case by being more lenient on what to accept as a path name.
Richard Trieu
2013-01-26
Highlight various parts of the AST dump with color. Colors are controlled by
Richard Trieu
2013-01-25
Add missing InGroup for this warning.
Nick Lewycky
2013-01-24
Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclar...
Nick Lewycky
2013-01-17
Format strings: don't ever convert %+d to %lu.
Jordan Rose
2013-01-17
Suppress all -Wunused-value warnings from macro body expansions.
Matt Beaumont-Gay
2013-01-14
Dump comments in -ast-dump.
Alexander Kornienko
2013-01-07
add a triple
Rafael Espindola
2013-01-07
Implement Attr dumping for -ast-dump.
Alexander Kornienko
2012-12-21
Use a safe default width for template-diff'ing integral arguments, in
Douglas Gregor
2012-12-20
clang/test/Misc/ast-dump-decl.c: Add triple. __thread is not supported on all...
NAKAMURA Takumi
2012-12-20
Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then
Richard Smith
2012-12-20
Implement AST dumper for Decls.
Alexander Kornienko
2012-12-18
Fix a crash in diagnostic printing when a template class type is diff'ed
Eli Friedman
2012-12-18
test/Misc/dev-fd-fs.c: Mark this as XFAIL:freebsd (since r169831).
NAKAMURA Takumi
2012-12-18
More conservative fix for <rdar://problem/12847524> (a crash printing diagnos...
Eli Friedman
2012-12-13
Revert 170049 because it fails with an assertion on one of the spec2000 workl...
Nadav Rotem
2012-12-13
Initial support for FreeBSD on ARM.
Rafael Espindola
2012-12-13
More hacking on mapDiagnosticRanges to make it handle more cases.
Eli Friedman
2012-12-05
More workarounds for PR10867.
Richard Smith
2012-12-05
PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to be
Richard Smith
2012-12-01
Try to make the source location information for token pastes a bit more consi...
Eli Friedman
2012-11-30
Fix the computation of highlight ranges so we produce something sane when
Eli Friedman
2012-11-27
Frontend: Create a virtual file for named pipe inputs.
Daniel Dunbar
2012-11-21
SemaCXX: an enumeral type can be of character or boolean type in a C++11 enum...
Benjamin Kramer
2012-11-15
tests: Mark the /dev/fd test as requiring Darwin until I can test on other OSes.
Daniel Dunbar
2012-11-15
tests: Check that we can output to /dev/fd filesystem.
Daniel Dunbar
2012-11-15
tests: Add a test for reading from named pipes.
Daniel Dunbar
2012-11-14
Make template diffing handle integral expressions of various widths correctly.
Eli Friedman
2012-11-14
Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for
Richard Smith
2012-11-08
LiteralSupport: Don't overflow the temporary buffer when decoding invalid str...
Benjamin Kramer
2012-11-07
Add -Wmismatched-return-types flag for existing warning on conflicting return...
Ted Kremenek
2012-11-07
Add -Wmismatched-parameter-types flag for existing warning on conflicting par...
Ted Kremenek
2012-11-07
Create helper functions in StmtDumper for outputting the indentation, newline...
Manuel Klimek
2012-11-03
only truncate source lines in text diagnostics when
Seth Cantrell
2012-11-03
fix bug in SourceColumnMap::startOfPreviousColumn
Seth Cantrell
2012-11-03
Add a proper algorithm to compute accurate source ranges for diagnostics with
Eli Friedman
2012-11-02
Add missing diagnostic group to format string warning.
Eli Friedman
2012-11-02
Tweak wording and add diagnostic groups to misc diagnostics.
Eli Friedman
2012-11-01
Fix the template type diffing to handle integral template arguments.
Richard Trieu
2012-10-31
add test for r167063
Seth Cantrell
[next]