This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-02-08 00:50:03 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cccbdbf0dbc14f769432a917b0eaec6041ff8a07
llvm
/
clang
/
lib
/
Lex
History
Jordan Rose
cccbdbf0db
PR15067 (again): Don't warn about UCNs in C90 if we're raw-lexing.
...
Fixes a crash. Thanks, Richard. llvm-svn: 173701
2013-01-28 17:49:02 +00:00
..
CMakeLists.txt
…
HeaderMap.cpp
…
HeaderSearch.cpp
<limits.h> includes <linux/limits.h> on Linux, no need to special-case it
2013-01-26 16:29:36 +00:00
Lexer.cpp
PR15067 (again): Don't warn about UCNs in C90 if we're raw-lexing.
2013-01-28 17:49:02 +00:00
LiteralSupport.cpp
PR15067: Don't assert when a UCN appears in a C90 file.
2013-01-27 20:12:04 +00:00
MacroArgs.cpp
…
MacroArgs.h
…
MacroInfo.cpp
…
Makefile
…
ModuleMap.cpp
<limits.h> includes <linux/limits.h> on Linux, no need to special-case it
2013-01-26 16:29:36 +00:00
PPCaching.cpp
…
PPCallbacks.cpp
…
PPConditionalDirectiveRecord.cpp
…
PPDirectives.cpp
[Lex] Remove DirectoryLookup.UserSpecified, which is unused.
2013-01-25 01:50:28 +00:00
PPExpressions.cpp
…
PPLexerChange.cpp
…
PPMacroExpansion.cpp
[PCH] Temporarily disable the "ambiguous macro" warning that is currently bogus with a PCH
2013-01-23 18:21:56 +00:00
Pragma.cpp
…
PreprocessingRecord.cpp
[preprocessor] Call the MacroUndefined callback even when the macro was not defined.
2013-01-16 16:52:44 +00:00
Preprocessor.cpp
Handle universal character names and Unicode characters outside of literals.
2013-01-24 20:50:46 +00:00
PreprocessorLexer.cpp
…
PTHLexer.cpp
…
ScratchBuffer.cpp
…
TokenConcatenation.cpp
…
TokenLexer.cpp
…