llvm-project/clang/unittests/Frontend
Jan Svoboda 97100646d1 Reapply "[clang][cli] Port DiagnosticOpts to new option parsing system"
This reverts commit 8e3e148c

This commit fixes two issues with the original patch:
* The sanitizer build bot reported an uninitialized value. This was caused by normalizeStringIntegral not returning None on failure.
* Some build bots complained about inaccessible keypaths. To mitigate that, "this->" was added back to the keypath to restore the previous behavior.
2021-01-11 10:05:53 +01:00
..
ASTUnitTest.cpp [clang][Frontend] Add missing error handling 2020-10-22 14:14:19 -07:00
CMakeLists.txt [clang] Add an option for hiding line numbers in diagnostics 2020-11-05 16:10:18 +01:00
CodeGenActionTest.cpp Move LangStandard*, InputKind::Language to Basic 2019-08-05 13:59:26 +00:00
CompilerInstanceTest.cpp Avoid including FileManager.h from SourceManager.h 2020-03-11 13:53:12 -07:00
CompilerInvocationTest.cpp Reapply "[clang][cli] Port DiagnosticOpts to new option parsing system" 2021-01-11 10:05:53 +01:00
FixedPointString.cpp
FrontendActionTest.cpp Revert "[modules] Do not cache invalid state for modules that we attempted to load." 2020-03-10 10:59:26 -07:00
OutputStreamTest.cpp Add comment to closing brace of anonymous namespace, NFC 2020-12-14 14:38:12 -08:00
PCHPreambleTest.cpp Fix clang unnittest build with GCC 5 2020-01-29 10:30:36 +01:00
ParsedSourceLocationTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TextDiagnosticTest.cpp Frontend: Migrate to FileEntryRef in TextDiagnosticTest, NFC 2020-12-11 17:06:28 -08:00