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-04-26
documenttion parsing. Provide a c-index test
Fariborz Jahanian
2013-04-26
document parsing. When a sub-class (c++ Objective-C) missing
Fariborz Jahanian
2013-04-17
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Andy Gibbs
2013-04-15
Add triple to another test.
Richard Smith
2013-04-13
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-03
Do not assume the template argument is an integer only because the
Richard Trieu
2013-04-03
Fix a crasher in Template Diffing.
Richard Trieu
2013-04-03
Fix a crasher in Template Diffing.
Richard Trieu
2013-03-23
Strip off local qualifiers when converting from RecordType to
Richard Trieu
2013-03-22
Fix DeclRefExpr::getFoundDecl() for usages by reference.
Daniel Jasper
2013-03-18
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
2013-03-15
Improve template diffing handling of default integer values.
Richard Trieu
2013-03-14
[PR15513/<rdar://problem/13409707>] Template arguments in diagnostics aren't ...
Douglas Gregor
2013-03-12
Test for LLVM r176911
Matt Beaumont-Gay
2013-03-06
After issuing a diagnostic for undefining or redefining a builtin macro,
Richard Smith
2013-02-27
Update template diffing to handle template arguments that are declarations.
Richard Trieu
2013-02-24
Add regression test for serialized diagnostics for notes without locations.
Ted Kremenek
2013-02-21
AST dumping: dump template instantiations only once
Dmitri Gribenko
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
[next]