aboutsummaryrefslogtreecommitdiff
path: root/test/Misc
AgeCommit message (Expand)Author
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
2012-11-27Frontend: Create a virtual file for named pipe inputs.Daniel Dunbar
2012-11-21SemaCXX: an enumeral type can be of character or boolean type in a C++11 enum...Benjamin Kramer
2012-11-15tests: Mark the /dev/fd test as requiring Darwin until I can test on other OSes.Daniel Dunbar
2012-11-15tests: Check that we can output to /dev/fd filesystem.Daniel Dunbar
2012-11-15tests: Add a test for reading from named pipes.Daniel Dunbar
2012-11-14Make template diffing handle integral expressions of various widths correctly.Eli Friedman
2012-11-14Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode forRichard Smith
2012-11-08LiteralSupport: Don't overflow the temporary buffer when decoding invalid str...Benjamin Kramer
2012-11-07Add -Wmismatched-return-types flag for existing warning on conflicting return...Ted Kremenek
2012-11-07Add -Wmismatched-parameter-types flag for existing warning on conflicting par...Ted Kremenek
2012-11-07Create helper functions in StmtDumper for outputting the indentation, newline...Manuel Klimek
2012-11-03only truncate source lines in text diagnostics whenSeth Cantrell
2012-11-03fix bug in SourceColumnMap::startOfPreviousColumnSeth Cantrell
2012-11-03Add a proper algorithm to compute accurate source ranges for diagnostics withEli Friedman
2012-11-02Add missing diagnostic group to format string warning.Eli Friedman
2012-11-02Tweak wording and add diagnostic groups to misc diagnostics.Eli Friedman
2012-11-01Fix the template type diffing to handle integral template arguments.Richard Trieu
2012-10-31add test for r167063Seth Cantrell