summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex
Commit message (Expand)AuthorAgeFilesLines
* [Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a comp...Alexandre Ganea2020-03-131-0/+3
* Prefer __vector over vector keyword for altivecserge-sans-paille2020-02-111-2/+2
* Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...Alexandre Ganea2020-02-101-10/+18
* [Clang] Remove unused #pragma clang __debug handle_crashAlexandre Ganea2020-02-101-5/+0
* [Lexer] Allow UCN for dollar symbol '\u0024' in identifiers when using -fdoll...Scott Egerton2020-01-151-0/+2
* Allow /D flags absent during PCH creation under msvc-compatZachary Henkel2020-01-141-1/+3
* [APFloat] Fix checked error assert failuresEhud Katz2020-01-091-5/+3
* [APFloat] Fix compilation warningsEhud Katz2020-01-061-2/+5
* [APFloat] Add recoverable string parsing errors to APFloatEhud Katz2020-01-061-1/+4
* [clang-scan-deps] do not skip empty #if/#elif in the minimizer to avoid missi...Alex Lorenz2019-12-021-6/+7
* Fix tests on Windows after D49466Fangrui Song2019-11-261-3/+3
* Initial implementation of -fmacro-prefix-map and -ffile-prefix-mapDan McGregor2019-11-261-1/+14
* Disallow use of __has_c_attribute in C++ mode.Aaron Ballman2019-11-251-1/+5
* clang/Modules: Refactor CompilerInstance::loadModule, NFCDuncan P. N. Exon Smith2019-11-221-2/+2
* Allocate builtins table earlier to fix bug found by ubsanReid Kleckner2019-11-181-1/+2
* Avoid including Builtins.h in Preprocessor.hReid Kleckner2019-11-152-3/+6
* [ms] Fix Microsoft compatibility handling of commas in nested macro expansions.Eric Astor2019-11-041-10/+18
* ModuleMap::findHeader - fix null dereference warning. NFCI.Simon Pilgrim2019-11-031-1/+1
* Lexer::ReadToEndOfLine - fix Token uninitialised value warnings. NFCI.Simon Pilgrim2019-10-281-0/+1
* [Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC.Volodymyr Sapsai2019-10-111-11/+22
* [clang-scan-deps] Improve string/character literal skippingAlex Lorenz2019-10-081-11/+29
* Fix for expanding __pragmas in macro argumentsAmy Huang2019-10-071-32/+47
* [clang-scan-deps] Allow continuation line backslashes followed by whitespaceAlex Lorenz2019-09-261-11/+22
* Move normalization of `\` in #includes from -fms-compatibility to -fms-extens...Reid Kleckner2019-09-261-15/+21
* Simplify -fms-compatibility include lookup logic, NFCReid Kleckner2019-09-251-10/+11
* Fix for stringized function-macro args continued across linesAlex Lorenz2019-09-191-2/+5
* do not emit -Wunused-macros warnings in -frewrite-includes mode (PR15614)Lubos Lunak2019-09-161-1/+2
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-133-9/+10
* [clang-scan-deps] add skip excluded conditional preprocessor block preprocess...Alex Lorenz2019-09-114-0/+98
* Fix -Wnonportable-include-path suppression for header maps with absolute paths.Volodymyr Sapsai2019-09-111-10/+15
* Introduce a DirectoryEntryRef that stores both a reference and anAlex Lorenz2019-08-312-2/+3
* Re-land [clang-scan-deps] Minimizer: Correctly handle multi-line content with...Alexandre Ganea2019-08-281-14/+35
* [preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov2019-08-271-4/+16
* Use FileEntryRef for PPCallbacks::HasIncludeAlex Lorenz2019-08-271-2/+1
* Revert "[clang-scan-deps] Minimizer: Correctly handle multi-line content with...Richard Smith2019-08-271-35/+14
* Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz2019-08-271-1/+1
* [clang-scan-deps] Skip UTF-8 BOM in source minimizerAlexandre Ganea2019-08-271-0/+7
* [clang-scan-deps] Minimizer: Correctly skip over double slashes in angle brac...Alexandre Ganea2019-08-261-3/+4
* [clang-scan-deps] Minimizer: Correctly handle multi-line content with CR+LF l...Alexandre Ganea2019-08-261-14/+35
* FileManager: Use llvm::Expected in new getFileRef APIDuncan P. N. Exon Smith2019-08-262-13/+9
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-226-252/+280
* clang: Fix typo in commentNico Weber2019-08-211-1/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-145-8/+8
* Add __has_builtin support for builtin function-like type traits.Richard Smith2019-08-141-13/+30
* Don't use std::errcAlexey Bataev2019-08-131-3/+4
* Don't diagnose errors when a file matches an include componentReid Kleckner2019-08-091-1/+2
* [clang-scan-deps] Add minimizer support for C++20 modules.Michael J. Spencer2019-08-091-1/+70
* Fix up fd limit diagnosis codeReid Kleckner2019-08-081-2/+3
* clang: Diag running out of file handles while looking for filesNico Weber2019-08-081-2/+11
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-015-82/+119
OpenPOWER on IntegriCloud