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
2012-06-28
Add warning flag -Winvalid-pp-token for preprocessing-tokens which have
Richard Smith
2012-06-17
Documentation cleanup:
James Dennett
2012-06-15
[-E] Emit a rewritten _Pragma on its own line.
Jordan Rose
2012-06-15
Documentation cleanup: escape backslashes in Doxygen comments.
James Dennett
2012-06-15
PR12717: Clang supports hexadecimal floating-point literals in all language
Richard Smith
2012-06-15
Fix PR13065.
David Blaikie
2012-06-08
Correct method name in comment: from LexRawToken to LexFromRawLexer, according
Dmitri Gribenko
2012-06-07
Insert a space if necessary when suggesting CFBridgingRetain/Release.
Jordan Rose
2012-06-06
Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...
David Blaikie
2012-06-06
Escape \n and \r in doxycomment.
David Blaikie
2012-05-18
Lexer::ReadToEndOfLine: Only build the string if it's actually used and do so...
Benjamin Kramer
2012-04-13
Support -Wc++98-compat-pedantic as requested:
Seth Cantrell
2012-04-13
C++11 no longer requires files to end with a newline
Seth Cantrell
2012-04-07
ext_reserved_user_defined_literal must not default to Error in MicrosoftMode....
Francois Pichet
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-08
Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not
Richard Smith
2012-03-07
Add -Wc++11-compat warning for string and character literals followed by
Richard Smith
2012-03-06
User-defined literals: reject string and character UDLs in all places where the
Richard Smith
2012-03-05
Lexing support for user-defined literals. Currently these lex as the same token
Richard Smith
2012-02-03
Change Lexer::makeFileCharRange() to have it accept a CharSourceRange
Argyrios Kyrtzidis
2012-01-23
Improve Lexer::getImmediateMacroName to take into account inner macros
Argyrios Kyrtzidis
2012-01-20
Enhance Lexer::makeFileCharRange to check for ranges inside a macro argument
Argyrios Kyrtzidis
2012-01-19
Introduce Lexer::getSourceText() that returns a string for the source
Argyrios Kyrtzidis
2012-01-19
Introduce Lexer::makeFileCharRange() that accepts a token source range
Argyrios Kyrtzidis
2012-01-19
For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macro
Argyrios Kyrtzidis
2012-01-18
Refactor: Pull getImmediateMacroName() out of DiagnosticRenderer and
Anna Zaks
2012-01-15
Two variables had been added for an assert, but their values were
Chandler Carruth
2011-12-22
In Lexer::getCharAndSizeSlow[NoWarn] if we come up against
Argyrios Kyrtzidis
2011-12-21
In Lexer::getCharAndSizeSlow[NoWarn] make sure we don't go over the end of th...
Argyrios Kyrtzidis
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
[next]