summaryrefslogtreecommitdiff
path: root/test/Lexer
Commit message (Expand)AuthorAgeFilesLines
* Mark P0784R7 as complete and start defining its feature-test macro.Richard Smith2019-10-031-0/+4
* Move normalization of `\` in #includes from -fms-compatibility to -fms-extens...Reid Kleckner2019-09-262-8/+6
* [clang] [Basic] Enable __has_feature(leak_sanitizer)Michal Gorny2019-09-221-0/+11
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-042-0/+6
* Try fixing CRLF issues in Git with [clang-scan-deps] Minimizer: Correctly han...Alexandre Ganea2019-08-281-0/+16
* Delete minimize_source_to_dependency_directives_invalid_error.cHans Wennborg2019-08-281-16/+0
* Re-land [clang-scan-deps] Minimizer: Correctly handle multi-line content with...Alexandre Ganea2019-08-281-0/+16
* Revert "[clang-scan-deps] Minimizer: Correctly handle multi-line content with...Richard Smith2019-08-271-16/+0
* [clang-scan-deps] Skip UTF-8 BOM in source minimizerAlexandre Ganea2019-08-271-0/+10
* [clang-scan-deps] Minimizer: Correctly skip over double slashes in angle brac...Alexandre Ganea2019-08-261-0/+8
* [clang-scan-deps] Minimizer: Correctly handle multi-line content with CR+LF l...Alexandre Ganea2019-08-261-0/+16
* Implement P1668R1Erich Keane2019-08-191-1/+1
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-0/+11
* Add clang source minimizer that reduces source to directivesAlex Lorenz2019-06-033-0/+9
* Factor out repeated code parsing and concatenating header-names fromRichard Smith2019-03-191-2/+2
* Remove esan.Nico Weber2019-03-111-12/+0
* Enable coroutines under -std=c++2a.Richard Smith2019-02-232-1/+5
* [MSVC] Recognize `static_assert` keyword in C and C++98Reid Kleckner2019-02-152-3/+18
* [NFC] Explicitly add -std=c++14 option to tests that rely on the C++14 defaultNemanja Ivanovic2019-02-052-4/+4
* Disable _Float16 for non ARM/SPIR TargetsErich Keane2019-01-251-1/+1
* Implementation Feature Test Macros for P0722R3Chris Kennelly2019-01-111-0/+4
* [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.Richard Smith2018-11-141-64/+70
* Don't emit "will be treated as an identifier character" warning forRichard Smith2018-09-251-0/+5
* [Lexer] Add udefined_behavior_sanitizer featureLeonard Chan2018-09-221-0/+13
* [Lexer] Add xray_instrument featurePetr Hosek2018-09-171-0/+11
* PR38870: Add warning for zero-width unicode characters appearing inRichard Smith2018-09-071-0/+7
* [MSan] add KMSAN support to Clang driverAlexander Potapenko2018-09-071-0/+1
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-1/+1
* [Preprocessor] Allow libc++ to detect when aligned allocation is unavailable.Volodymyr Sapsai2018-08-031-0/+23
* [Driver] Add -fno-digraphsJacob Bandes-Storch2018-07-171-2/+21
* P0096R5, P0941R2: Update to match latest feature test macro specification.Richard Smith2018-06-141-8/+23
* As discussed with SG10, bump version of __cpp_deduction_guides macro to indic...Richard Smith2018-05-301-1/+1
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-012-0/+24
* hwasan: add -fsanitize=kernel-hwaddress flagAndrey Konovalov2018-04-131-0/+1
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-281-0/+8
* [Lex] Fix handling numerical literals ending with ' and signed exponent.Volodymyr Sapsai2018-02-061-0/+2
* [Lex] Avoid out-of-bounds dereference in LexAngledStringLiteral.Volodymyr Sapsai2018-01-121-0/+0
* Warn if we find a Unicode homoglyph for a symbol in an identifier.Richard Smith2017-12-141-0/+5
* Switch to gnu++14 as the default dialect.Tim Northover2017-12-092-3/+3
* Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov2017-12-091-0/+13
* [c++2a] P0515R3: Support for overloaded operator<=>.Richard Smith2017-12-011-2/+2
* [c++2a] P0515R3: lexer support for new <=> token.Richard Smith2017-12-011-0/+73
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-061-1/+1
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+3
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-3/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+3
* Add missing test for warning added in r310803.Richard Smith2017-08-161-0/+9
* [clang] Get rid of "%T" expansionsKuba Mracek2017-08-154-20/+20
* Replace remaining user-visible mentions of C++1z with C++17.Richard Smith2017-08-131-5/+5
* [c++2a] Treat 'concept' and 'requires' as keywords, add compat warning for C+...Richard Smith2017-08-131-1/+2