aboutsummaryrefslogtreecommitdiff
path: root/test/Misc
AgeCommit message (Expand)Author
2013-04-26documenttion parsing. Provide a c-index testFariborz Jahanian
2013-04-26document parsing. When a sub-class (c++ Objective-C) missing Fariborz Jahanian
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-04-15Add triple to another test.Richard Smith
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith
2013-04-03Do not assume the template argument is an integer only because theRichard Trieu
2013-04-03Fix a crasher in Template Diffing.Richard Trieu
2013-04-03Fix a crasher in Template Diffing.Richard Trieu
2013-03-23Strip off local qualifiers when converting from RecordType toRichard Trieu
2013-03-22Fix DeclRefExpr::getFoundDecl() for usages by reference.Daniel Jasper
2013-03-18Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith
2013-03-15Improve 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-12Test for LLVM r176911Matt Beaumont-Gay
2013-03-06After issuing a diagnostic for undefining or redefining a builtin macro,Richard Smith
2013-02-27Update template diffing to handle template arguments that are declarations.Richard Trieu
2013-02-24Add regression test for serialized diagnostics for notes without locations.Ted Kremenek
2013-02-21AST dumping: dump template instantiations only onceDmitri Gribenko
2013-02-08StmtPrinter: Write large char values using \u or \U.Jordan Rose
2013-02-07AST dumping: indicate the previous declaration for a redeclaration, andRichard Smith
2013-01-31When comparing two template template arguments in the template differ, considerRichard Trieu
2013-01-31Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu
2013-01-31When comparing two templates in the template differ, consider them theDouglas Gregor
2013-01-30Diagnostics: if a line is longer than 4096 characters, don't print it.Jordan Rose
2013-01-30Handle passing non-Qualtypes to %diff better. Instead of asserting, fall backRichard Trieu
2013-01-26clang/test/Misc/diag-template-diffing-color.cpp: Symbolize color sequences in...NAKAMURA Takumi
2013-01-26clang/test/Misc/ast-dump-color.cpp: Symbolize color sequences in FileCheck.NAKAMURA Takumi
2013-01-26Fix test case by being more lenient on what to accept as a path name.Richard Trieu
2013-01-26Highlight various parts of the AST dump with color. Colors are controlled byRichard Trieu
2013-01-25Add missing InGroup for this warning.Nick Lewycky
2013-01-24Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclar...Nick Lewycky
2013-01-17Format strings: don't ever convert %+d to %lu.Jordan Rose
2013-01-17Suppress all -Wunused-value warnings from macro body expansions.Matt Beaumont-Gay
2013-01-14Dump comments in -ast-dump.Alexander Kornienko
2013-01-07add a tripleRafael Espindola
2013-01-07Implement Attr dumping for -ast-dump.Alexander Kornienko
2012-12-21Use a safe default width for template-diff'ing integral arguments, inDouglas Gregor
2012-12-20clang/test/Misc/ast-dump-decl.c: Add triple. __thread is not supported on all...NAKAMURA Takumi
2012-12-20Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith
2012-12-20Implement AST dumper for Decls.Alexander Kornienko
2012-12-18Fix a crash in diagnostic printing when a template class type is diff'edEli Friedman
2012-12-18test/Misc/dev-fd-fs.c: Mark this as XFAIL:freebsd (since r169831).NAKAMURA Takumi
2012-12-18More conservative fix for <rdar://problem/12847524> (a crash printing diagnos...Eli Friedman
2012-12-13Revert 170049 because it fails with an assertion on one of the spec2000 workl...Nadav Rotem
2012-12-13Initial support for FreeBSD on ARM.Rafael Espindola
2012-12-13More hacking on mapDiagnosticRanges to make it handle more cases.Eli Friedman
2012-12-05More workarounds for PR10867.Richard Smith
2012-12-05PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to beRichard Smith
2012-12-01Try to make the source location information for token pastes a bit more consi...Eli Friedman
2012-11-30Fix the computation of highlight ranges so we produce something sane whenEli Friedman