summaryrefslogtreecommitdiff
path: root/test/Misc
Commit message (Expand)AuthorAgeFilesLines
* Add missing InGroup for this warning.Nick Lewycky2013-01-251-2/+1
* Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclar...Nick Lewycky2013-01-241-2/+1
* Format strings: don't ever convert %+d to %lu.Jordan Rose2013-01-171-1/+1
* Suppress all -Wunused-value warnings from macro body expansions.Matt Beaumont-Gay2013-01-171-17/+17
* Dump comments in -ast-dump.Alexander Kornienko2013-01-141-0/+69
* add a tripleRafael Espindola2013-01-071-1/+1
* Implement Attr dumping for -ast-dump.Alexander Kornienko2013-01-071-0/+97
* Use a safe default width for template-diff'ing integral arguments, inDouglas Gregor2012-12-211-0/+18
* clang/test/Misc/ast-dump-decl.c: Add triple. __thread is not supported on all...NAKAMURA Takumi2012-12-201-2/+2
* Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith2012-12-201-2/+1
* Implement AST dumper for Decls.Alexander Kornienko2012-12-208-26/+742
* Fix a crash in diagnostic printing when a template class type is diff'edEli Friedman2012-12-181-0/+12
* test/Misc/dev-fd-fs.c: Mark this as XFAIL:freebsd (since r169831).NAKAMURA Takumi2012-12-181-0/+2
* More conservative fix for <rdar://problem/12847524> (a crash printing diagnos...Eli Friedman2012-12-181-0/+20
* Revert 170049 because it fails with an assertion on one of the spec2000 workl...Nadav Rotem2012-12-131-23/+2
* Initial support for FreeBSD on ARM.Rafael Espindola2012-12-131-0/+9
* More hacking on mapDiagnosticRanges to make it handle more cases.Eli Friedman2012-12-131-2/+23
* More workarounds for PR10867.Richard Smith2012-12-053-3/+3
* PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to beRichard Smith2012-12-051-2/+15
* Try to make the source location information for token pastes a bit more consi...Eli Friedman2012-12-011-17/+45
* Fix the computation of highlight ranges so we produce something sane whenEli Friedman2012-11-301-0/+14
* Frontend: Create a virtual file for named pipe inputs.Daniel Dunbar2012-11-271-3/+0
* SemaCXX: an enumeral type can be of character or boolean type in a C++11 enum...Benjamin Kramer2012-11-211-1/+67
* tests: Mark the /dev/fd test as requiring Darwin until I can test on other OSes.Daniel Dunbar2012-11-151-0/+3
* tests: Check that we can output to /dev/fd filesystem.Daniel Dunbar2012-11-151-1/+19
* tests: Add a test for reading from named pipes.Daniel Dunbar2012-11-151-0/+12
* Make template diffing handle integral expressions of various widths correctly.Eli Friedman2012-11-142-0/+14
* Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode forRichard Smith2012-11-141-0/+36
* LiteralSupport: Don't overflow the temporary buffer when decoding invalid str...Benjamin Kramer2012-11-081-0/+6
* Add -Wmismatched-return-types flag for existing warning on conflicting return...Ted Kremenek2012-11-071-2/+1
* Add -Wmismatched-parameter-types flag for existing warning on conflicting par...Ted Kremenek2012-11-071-2/+1
* Create helper functions in StmtDumper for outputting the indentation, newline...Manuel Klimek2012-11-072-0/+71
* only truncate source lines in text diagnostics whenSeth Cantrell2012-11-031-0/+15
* fix bug in SourceColumnMap::startOfPreviousColumnSeth Cantrell2012-11-031-0/+8
* Add a proper algorithm to compute accurate source ranges for diagnostics withEli Friedman2012-11-031-17/+62
* Add missing diagnostic group to format string warning.Eli Friedman2012-11-021-2/+1
* Tweak wording and add diagnostic groups to misc diagnostics.Eli Friedman2012-11-021-1/+1
* Fix the template type diffing to handle integral template arguments.Richard Trieu2012-11-011-0/+163
* add test for r167063Seth Cantrell2012-10-311-0/+2
* Remove ccc-no-clang-cpp, which is also dead now.Rafael Espindola2012-10-301-2/+1
* Handle string encoding diagnostics when there are too many invalid ranges.David Blaikie2012-10-301-0/+4
* In the past "production" clang builds would not be used for c++, andRafael Espindola2012-10-301-2/+1
* improve highlighting of invalid string encodingsSeth Cantrell2012-10-281-4/+21
* tests: Tweak unprintable.c to try another character which is hopefully even moreDaniel Dunbar2012-10-261-10/+10
* Update warning-flag testDouglas Gregor2012-10-251-2/+1
* Revert r166647 to rethink the patch...Bill Wendling2012-10-251-2/+1
* Add some support for diagnosing possibly mismatched constraint, type size andBill Wendling2012-10-251-1/+2
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Adds couple of missing warning flags so warnings can be turnedFariborz Jahanian2012-10-171-3/+1
* Make -Wshift-op-parentheses a subgroup of -WparenthesesDavid Blaikie2012-10-101-0/+8