.. |
CMakeLists.txt
|
Add clang source minimizer that reduces source to directives
|
2019-06-03 22:59:17 +00:00 |
DependencyDirectivesSourceMinimizer.cpp
|
Add support for #elifdef and #elifndef
|
2021-05-27 08:57:47 -04:00 |
HeaderMap.cpp
|
[clang] Rename StringRef _lower() method calls to _insensitive()
|
2021-06-25 00:22:01 +03:00 |
HeaderSearch.cpp
|
PR51018: Remove explicit conversions from SmallString to StringRef to future-proof against C++23
|
2021-07-08 13:37:57 -07:00 |
Lexer.cpp
|
Do not emit diagnostics for invalid unicode characters in preprocessing mode
|
2021-08-18 09:12:36 -04:00 |
LiteralSupport.cpp
|
[clang][lex] NFC: Add explicit cast to silence -Wsign-compare
|
2021-07-22 12:21:12 +02:00 |
MacroArgs.cpp
|
Remove cache for macro arg stringization
|
2019-07-30 17:58:22 +00:00 |
MacroInfo.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
ModuleMap.cpp
|
[clang] Introduce SourceLocation::[U]IntTy typedefs.
|
2021-07-21 10:45:46 +01:00 |
PPCaching.cpp
|
[clang] Introduce SourceLocation::[U]IntTy typedefs.
|
2021-07-21 10:45:46 +01:00 |
PPCallbacks.cpp
|
Avoid including FileManager.h from SourceManager.h
|
2020-03-11 13:53:12 -07:00 |
PPConditionalDirectiveRecord.cpp
|
Add support for #elifdef and #elifndef
|
2021-05-27 08:57:47 -04:00 |
PPDirectives.cpp
|
Revert "Revert "[clang][pp] adds '#pragma include_instead'""
|
2021-07-29 19:21:43 +00:00 |
PPExpressions.cpp
|
Support macro deprecation #pragma clang deprecated
|
2021-07-29 12:40:53 -05:00 |
PPLexerChange.cpp
|
Revert "Revert "[clang][pp] adds '#pragma include_instead'""
|
2021-07-29 19:21:43 +00:00 |
PPMacroExpansion.cpp
|
Apply -fmacro-prefix-map to __builtin_FILE()
|
2021-08-04 16:42:14 -07:00 |
Pragma.cpp
|
Revert "Revert "[clang][pp] adds '#pragma include_instead'""
|
2021-07-29 19:21:43 +00:00 |
PreprocessingRecord.cpp
|
Add support for #elifdef and #elifndef
|
2021-05-27 08:57:47 -04:00 |
Preprocessor.cpp
|
Support macro deprecation #pragma clang deprecated
|
2021-07-29 12:40:53 -05:00 |
PreprocessorLexer.cpp
|
Factor out repeated code parsing and concatenating header-names from
|
2019-03-19 01:51:19 +00:00 |
ScratchBuffer.cpp
|
SourceManager: Make LastLineNoContentCache and ContentCache::SourceLineCache mutable, NFC
|
2020-10-23 13:22:47 -04:00 |
TokenConcatenation.cpp
|
C++2a -> C++20 in some identifiers; NFC.
|
2020-04-21 15:37:19 -04:00 |
TokenLexer.cpp
|
[clang] Introduce SourceLocation::[U]IntTy typedefs.
|
2021-07-21 10:45:46 +01:00 |
UnicodeCharSets.h
|
Implement P1949
|
2021-08-18 07:33:14 -04:00 |