llvm-project/clang/lib
Dmitri Gribenko 3cca818efa Refactored NumericLiteralParser to not require a Preprocessor
Summary:
We would like to use NumericLiteralParser in the implementation of the
syntax tree builder, and plumbing a preprocessor there seems
inconvenient and superfluous.

Reviewers: eduucaldas

Reviewed By: eduucaldas

Subscribers: gribozavr2, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D83480
2020-07-09 17:33:58 +02:00
..
ARCMigrate Removed a RecursiveASTVisitor feature to visit operator kinds with different methods 2020-07-06 13:38:01 +02:00
AST Fix warning caused by __builtin_expect_with_probability was not handled 2020-07-09 08:01:33 -07:00
ASTMatchers [ASTMatchers] Added hasDirectBase Matcher 2020-07-07 16:05:11 +01:00
Analysis [SemaCXX] Fix false positive of -Wuninitialized-const-reference in empty function body. 2020-07-06 10:52:05 -07:00
Basic clang: Don't show a trailing space with --version when not built from the repo 2020-07-08 14:02:02 +02:00
CodeGen [MSP430] Align the _Complex ABI with current msp430-gcc 2020-07-09 18:28:48 +03:00
CrossTU [analyzer] Add CTUImportCppThreshold for C++ files 2020-07-09 15:36:33 +02:00
DirectoryWatcher [DirectoryWatcher] Do not use FSEvents on non-macOS platforms 2020-04-23 10:22:28 -07:00
Driver hwasan: Don't pass the tagged-globals target-feature to non-aarch64 backends. 2020-07-08 10:36:48 -07:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format Hand Allocator and IdentifierTable into FormatTokenLexer. 2020-07-07 11:56:34 +02:00
Frontend [clang] Include missing LangOpts in `getModuleHash`. 2020-07-07 17:13:23 -06:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [OpenMP] Make complex soft-float functions on the GPU weak definitions 2020-07-09 01:06:55 -05:00
Index [openmp] Base of tablegen generated OpenMP common declaration 2020-06-23 10:32:32 -04:00
Lex Refactored NumericLiteralParser to not require a Preprocessor 2020-07-09 17:33:58 +02:00
Parse Fix some typos (unkown -> unknown); NFC 2020-07-02 06:41:05 -04:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema Refactored NumericLiteralParser to not require a Preprocessor 2020-07-09 17:33:58 +02:00
Serialization make -fmodules-codegen and -fmodules-debuginfo work also with PCHs 2020-07-09 15:22:26 +02:00
StaticAnalyzer Fix warning caused by __builtin_expect_with_probability was not handled 2020-07-09 08:01:33 -07:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling Fix MSVC "not all control paths return a value" warning. NFC. 2020-07-09 11:06:39 +01:00
CMakeLists.txt Move unittest helpers to a shared location 2020-05-29 16:47:33 +02:00