index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Lex
/
Lexer.cpp
Age
Commit message (
Expand
)
Author
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-11-22
Remove assert from hot code path and add a clarifying comment.
Benjamin Kramer
2011-11-22
Lexer: Don't throw away the hard work SSE did to find a slash.
Benjamin Kramer
2011-10-17
Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles!
Ted Kremenek
2011-10-15
-Wc++98-compat warnings for the lexer.
Richard Smith
2011-10-12
We do parse hexfloats in C++11; make it actually work.
Douglas Gregor
2011-10-12
Handle Perforce-style conflict markers like normal conflict markers. Perforce
Richard Smith
2011-10-03
Fixed exapnsion range for # and ##.
Abramo Bagnara
2011-09-19
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-09-17
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-05
Speed up BCPL comment lexing by looking aggressively for newlines and then sc...
Benjamin Kramer
2011-09-05
Use the Lexer's definition of whitespace here.
Benjamin Kramer
2011-09-04
Support code-completion for C++ inline methods and ObjC buffering methods.
Argyrios Kyrtzidis
2011-09-04
Fix Lexer::ComputePreamble when MaxLines parameter is non-zero.
Argyrios Kyrtzidis
2011-08-26
Introduce support for a simple module import declaration, which
Douglas Gregor
2011-08-25
Make Lexer::ComputePreamble accept a LangOptions parameter, otherwise it may be
Argyrios Kyrtzidis
2011-08-23
In Lexer::isAtEndOfMacroExpansion use SourceManager::isInFileID and avoid
Argyrios Kyrtzidis
2011-08-17
Make Lexer::GetBeginningOfToken able to handle macro arg expansion locations.
Argyrios Kyrtzidis
2011-08-11
Add support for C++0x raw string literals.
Craig Topper
2011-07-27
Add a utility function to the Lexer, which makes it easier to find a token af...
Anna Zaks
2011-07-27
Add support for C++0x unicode string and character literals, from Craig Topper!
Douglas Gregor
2011-07-26
Migrate 'Instantiation' data and API bits of SLocEntry to 'Expansion'
Chandler Carruth
2011-07-26
Convert InstantiationInfo and much of the related code to ExpansionInfo
Chandler Carruth
2011-07-26
Rename create(MacroArg)InstantiationLoc to create(MacroArg)ExpansionLoc.
Chandler Carruth
2011-07-25
Rename SourceManager::getImmediateInstantiationRange to
Chandler Carruth
2011-07-25
Rename SourceManager::getInstantiationRange to getExpansionRange.
Chandler Carruth
2011-07-25
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-20
Spelling
Joerg Sonnenberger
2011-07-19
Revamp the SourceManager to separate the representation of parsed
Douglas Gregor
2011-07-14
Convert terminology in the Lexer from 'instantiate' and variants to
Chandler Carruth
2011-07-07
Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexe...
Argyrios Kyrtzidis
2011-07-07
Make the Preprocessor more memory efficient and improve macro instantiation d...
Argyrios Kyrtzidis
2011-06-24
Allow Lexer::getLocForEndOfToken to return the location just passed the macro...
Argyrios Kyrtzidis
2011-05-10
Don't strlen() every file before parsing it.
Eli Friedman
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-14
Implement C++0x [lex.pptoken]p3's handling of <::.
Richard Smith
2011-04-09
Eat the UTF-8 BOM at the beginning of a file since it's ignored anyhow.
Eric Christopher
2011-04-06
Fix getLocForEndOfToken to not double-count spurious internal characters
John McCall
2011-03-18
Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPL
Daniel Dunbar
2011-03-08
Fix my earlier commit to work with escaped newlines and leave breadcrumbs
John McCall
2011-02-28
Rename tok::eom to tok::eod.
Peter Collingbourne
2011-02-15
Warn for missing terminating " or ' instead of error for gcc compatibility. F...
Argyrios Kyrtzidis
2011-02-09
Lexer: add CUDA kernel call tokens
Peter Collingbourne
2011-01-31
Harden Lexer::GetBeginningOfToken() against bogus source locations and
Douglas Gregor
2010-12-22
Introduced raw_identifier token kind.
Abramo Bagnara
2010-11-17
move getSpelling from Preprocessor to Lexer, which it is more conceptually re...
Chris Lattner
2010-11-17
move AdvanceToTokenCharacter and getLocForEndOfToken from
Chris Lattner
2010-10-23
Update remaining attribute macros to new style.
Chandler Carruth
2010-09-30
In MeasureTokenLength, the FileLoc supplied to the lexer must point to the st...
Sebastian Redl
[next]