index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Lexer
Commit message (
Expand
)
Author
Age
Files
Lines
*
When pretty-printing a C++11 literal operator, don't insert whitespace between
Richard Smith
2015-10-08
1
-1
/
+1
*
Add -f[no-]declspec to control recognition of __declspec as a keyword
Saleem Abdulrasool
2015-10-04
2
-0
/
+37
*
Add test that we correctly allow some non-letter unicode characters in
Richard Smith
2015-09-19
1
-1
/
+10
*
Split off the binary literal warning into a subgroup of C++14 warnings
Richard Trieu
2015-09-18
1
-0
/
+5
*
Turn off __has_feature(cxx_rtti) when -fno-rtti-data is present
Reid Kleckner
2015-08-13
1
-0
/
+1
*
[Tests] Add explicit -std=lang option to a number of tests.
Yunzhong Gao
2015-08-01
3
-3
/
+3
*
[MS Extensions] Remove support for the i128 integer literal suffix
David Majnemer
2015-07-26
1
-4
/
+0
*
Add missing files for objc_boxable feature.
Alex Denisov
2015-07-23
2
-0
/
+16
*
[ASan] Initial support for Kernel AddressSanitizer
Alexander Potapenko
2015-06-19
1
-0
/
+1
*
[Concepts] lex keywords: concept and requires
Hubert Tong
2015-06-05
1
-0
/
+11
*
Apply existing checks to C++1Z (has_feature_cxx0x); NFC
Faisal Vali
2015-05-22
1
-43
/
+85
*
"This adds -fconcepts-ts as a cc1 option for enabling the
Faisal Vali
2015-05-22
1
-0
/
+5
*
Have '__have_extension(cxx_variadic_templates)' return true for any C++ stand...
Eric Fiselier
2015-05-12
1
-0
/
+5
*
Fix buffer overflow in Lexer
Kostya Serebryany
2015-05-04
1
-0
/
+8
*
[lex] Don't read past the end of the buffer
Benjamin Kramer
2015-03-29
1
-0
/
+9
*
C++14: Disable sized deallocation by default due to ABI breakage
Reid Kleckner
2015-03-20
1
-1
/
+1
*
Add -fuse-line-directive flag to control usage of #line with -E
Reid Kleckner
2015-02-26
1
-1
/
+1
*
Add driver flags -ftrigraphs, -fno-trigraphs.
Nico Weber
2014-12-23
5
-12
/
+12
*
MSVC: A wide string literal from L#macro_arg in a macro
Alexey Bataev
2014-12-15
1
-0
/
+11
*
Lex: Don't crash if both conflict markers are on the same line
David Majnemer
2014-12-14
1
-0
/
+2
*
Add support for has_feature(cxx_alignof) and has_feature(c_alignof).
Nico Weber
2014-12-03
3
-4
/
+26
*
Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,
Richard Smith
2014-11-12
1
-0
/
+36
*
[c++1z] Support for u8 character literals.
Richard Smith
2014-11-08
1
-0
/
+9
*
[Thumb] Clang thinks "char" is signed when using a thumb triple
Oliver Stannard
2014-10-24
1
-0
/
+1
*
Switch C compilations to C11 by default.
Richard Smith
2014-10-20
2
-4
/
+10
*
Don't destroy MacroInfos if we find the macro definition is invalid; it'll get
Richard Smith
2014-08-03
1
-0
/
+2
*
Improving the "integer constant too large" diagnostics based on post-commit f...
Aaron Ballman
2014-07-24
1
-2
/
+2
*
Provide extra information in the "integer constant is too large" diagnostic. ...
Aaron Ballman
2014-07-22
1
-2
/
+2
*
Make MS i128 suffix test from r211446 more robust
Alp Toker
2014-06-21
1
-2
/
+4
*
The i128 suffix isn't always available.
David Majnemer
2014-06-21
1
-0
/
+2
*
[C++1z] Implement N3981: Disable trigraphs by default in C++1z mode.
Richard Smith
2014-06-20
1
-0
/
+9
*
Show -Wdate-time in system headers
Alp Toker
2014-06-10
1
-0
/
+15
*
Implement -Wdate-time preprocessor warning
Alp Toker
2014-06-10
1
-0
/
+8
*
Permit the "if" literal suffix with Microsoft extensions enabled.
Peter Collingbourne
2014-05-29
1
-0
/
+4
*
Fixing some comments in this test. No functional changes.
Aaron Ballman
2014-05-19
1
-3
/
+3
*
PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas and
Richard Smith
2014-05-09
1
-0
/
+20
*
Clean up some existing keyword tests in the test/Lexer directory by using the
Yunzhong Gao
2014-05-07
4
-19
/
+34
*
Add some missing checks for C++1y digit separators that don't in fact separate
Richard Smith
2014-04-22
1
-0
/
+14
*
Lex: Fix __has_feature(cxx_exceptions) for objective C++
Justin Bogner
2014-04-16
1
-1
/
+7
*
Add a test to distinguish between reserved tokens and normal identifiers.
Yunzhong Gao
2014-04-11
1
-0
/
+29
*
Added a __has_feature() for 'is_constructible'
Marshall Clow
2014-03-18
1
-0
/
+5
*
Disable cross-windows-on-linux.cpp for now. It may or may not fail. :/
NAKAMURA Takumi
2014-03-12
1
-0
/
+3
*
Lexer: split test into separate files
Saleem Abdulrasool
2014-03-12
2
-10
/
+14
*
Lex: reduce buffer size, add a test
Saleem Abdulrasool
2014-03-12
2
-0
/
+15
*
Tests for lexing of digit separators versus UCNs.
Richard Smith
2014-02-28
1
-0
/
+20
*
Fix a minor bug in lexing pp-numbers with digit separators: if a pp-number co...
Richard Smith
2014-02-28
1
-0
/
+2
*
Lexer: Issue -Wbackslash-newline-escape for line comments
Alp Toker
2013-12-14
1
-0
/
+1
*
Revert "Don't require -re suffix on -verify directives with regexes."
Alp Toker
2013-12-14
1
-1
/
+1
*
Don't require -re suffix on -verify directives with regexes.
Hans Wennborg
2013-12-14
1
-1
/
+1
*
Change semantics of regex expectations in the diagnostic verifier
Hans Wennborg
2013-12-11
1
-1
/
+1
[next]