1. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  2. 266dba3 Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. by Andy Gibbs · 12 years ago
  3. 4a529d2 Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "expected" is at the start of the word and will no longer accept typos such as "junkexpected-*" as a valid "expected-*" directive. A very few test-cases had to be amended to adhere to the new rule. by Andy Gibbs · 12 years ago
  4. 7eaaa18 Allow -verify to be used with files that don't have an associated FileEntry. by Jordan Rose · 12 years ago
  5. 7094dee Add missing cctype includes. by Joerg Sonnenberger · 12 years ago
  6. 7c304f5 Update VerifyDiagnosticConsumer to only get directives during parsing. by Jordan Rose · 12 years ago
  7. 78541c4 Allow -verify directives to be filtered by preprocessing. by Jordan Rose · 12 years ago
  8. c6d64a2 Emit -verify diagnostics even when we have a fatal error. by Jordan Rose · 12 years ago
  9. e445e5d Clear diagnostic counts after processing the diagnostics. by Axel Naumann · 12 years ago
  10. 3b81b7d Allow -verify directives to specify a min and max count, not just "+". by Jordan Rose · 12 years ago
  11. aa48fe8 Allow line numbers on -verify directives. by Jordan Rose · 12 years ago
  12. 4313c01 Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements. by Jordan Rose · 12 years ago
  13. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 13 years ago
  14. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 13 years ago
  15. 1f6b2b5 Extract the (InputKind, std::string) pair used to describe inputs to by Douglas Gregor · 13 years ago
  16. ad64684 Frontend/VerifyDiagnosticConsumer.cpp: Fix an expression that had side-effect. by NAKAMURA Takumi · 13 years ago
  17. 0e818a4 Fixup to the relaxed diagnostic verification option r146633. by Anna Zaks · 13 years ago
  18. 4bf34d1 <climits> has UINT_MAX, not <limits>. by Eli Friedman · 13 years ago
  19. 676bb5a Another fixit for r146633 (to make debian-fnt bot happy), try including limits instead. by Anna Zaks · 13 years ago
  20. c035e09 Fixit for r146633. Make sure UINT_MAX is defined on all platforms. by Anna Zaks · 13 years ago
  21. 2135ebb Add support for matching one or more (aka regex +) diagnostic messages with -verify. by Anna Zaks · 13 years ago
  22. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  23. aee526e Introduce a pure virtual clone() method to DiagnosticConsumer, so that by Douglas Gregor · 13 years ago
  24. 40847cf Rename DiagnosticInfo to Diagnostic as per issue 5397 by David Blaikie · 13 years ago
  25. 621bc69 Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397 by David Blaikie · 13 years ago[Renamed (96%) from lib/Frontend/VerifyDiagnosticsClient.cpp]
  26. 78ad0b9 Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 by David Blaikie · 13 years ago
  27. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  28. a64ccef Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. by Argyrios Kyrtzidis · 13 years ago
  29. 7824365 When compiling a module on-demand, re-use the diagnostics client by Douglas Gregor · 13 years ago
  30. 84c05e3 Reset FirstID (first diagnostic's file ID) to allow for invocations of the VerifyDiagnosticsClient on several input files. by Axel Naumann · 13 years ago
  31. 0123161 Pick up expected diagnostics not only in the main file but also in the file where the first diagnostic occurred. by Axel Naumann · 13 years ago
  32. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  33. 5ef04ee Switch the VerifyDiagnosticsClient to use PresumedLocs now that they by Chandler Carruth · 14 years ago
  34. ab41b97 Remove the hack where, to get the return status, we had special case for VerifyDiagnosticsClient by Argyrios Kyrtzidis · 14 years ago
  35. 0080f0c StringRefize. by Benjamin Kramer · 14 years ago
  36. bdbb004 Simplify the ownership model for DiagnosticClients, which was really by Douglas Gregor · 14 years ago
  37. c83d2d7 Remove ATTRIBUTE_UNUSED from the common pattern of disallowing copying. by Argyrios Kyrtzidis · 14 years ago
  38. ed635e4 Add ATTRIBUTE_UNUSED to methods not supposed to be used. by Argyrios Kyrtzidis · 14 years ago
  39. 60909e1 add regex support for -verify mode. You can now do things like by Chris Lattner · 14 years ago
  40. 6e29014 Fix PR5633 by making the preprocessor handle the case where we can by Chris Lattner · 15 years ago
  41. 221c721 Shuffle VerifyDiagnosticsClient API to be less fragile. by Daniel Dunbar · 15 years ago
  42. 81f5a1e Add VerifyDiagnosticsClient, to replace old -verify. by Daniel Dunbar · 15 years ago