index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Lex
/
Lexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert r167801, "[preprocessor] When #including something that contributes no
Daniel Dunbar
2012-11-13
1
-22
/
+0
*
UCNs in char literals are done (in LiteralSupport), remove FIXME. Expand UCN ...
Nico Weber
2012-11-13
1
-2
/
+1
*
[preprocessor] When #including something that contributes no tokens at all,
Argyrios Kyrtzidis
2012-11-13
1
-0
/
+22
*
In Lexer::LexTokenInternal, avoid code duplication; no functionality change.
Argyrios Kyrtzidis
2012-11-13
1
-39
/
+26
*
s/BCPLComment/LineComment/
Nico Weber
2012-11-11
1
-22
/
+22
*
Take into account that there may be a BOM at the beginning of the file,
Argyrios Kyrtzidis
2012-10-25
1
-3
/
+6
*
StringRef'ize Preprocessor::CreateString().
Dmitri Gribenko
2012-09-24
1
-1
/
+1
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-1
/
+2
*
Make a bunch of methods on Lexer private.
Eli Friedman
2012-08-31
1
-1
/
+1
*
Lexer: remove dead stores. Found by Clang static analyzer!
Dmitri Gribenko
2012-07-30
1
-5
/
+2
*
Add warning flag -Winvalid-pp-token for preprocessing-tokens which have
Richard Smith
2012-06-28
1
-3
/
+3
*
Documentation cleanup:
James Dennett
2012-06-17
1
-11
/
+7
*
[-E] Emit a rewritten _Pragma on its own line.
Jordan Rose
2012-06-15
1
-1
/
+1
*
Documentation cleanup: escape backslashes in Doxygen comments.
James Dennett
2012-06-15
1
-4
/
+5
*
PR12717: Clang supports hexadecimal floating-point literals in all language
Richard Smith
2012-06-15
1
-2
/
+14
*
Fix PR13065.
David Blaikie
2012-06-15
1
-1
/
+1
*
Correct method name in comment: from LexRawToken to LexFromRawLexer, according
Dmitri Gribenko
2012-06-08
1
-2
/
+2
*
Insert a space if necessary when suggesting CFBridgingRetain/Release.
Jordan Rose
2012-06-07
1
-0
/
+5
*
Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...
David Blaikie
2012-06-06
1
-2
/
+3
*
Escape \n and \r in doxycomment.
David Blaikie
2012-06-06
1
-2
/
+2
*
Lexer::ReadToEndOfLine: Only build the string if it's actually used and do so...
Benjamin Kramer
2012-05-18
1
-7
/
+8
*
Support -Wc++98-compat-pedantic as requested:
Seth Cantrell
2012-04-13
1
-4
/
+4
*
C++11 no longer requires files to end with a newline
Seth Cantrell
2012-04-13
1
-1
/
+2
*
ext_reserved_user_defined_literal must not default to Error in MicrosoftMode....
Francois Pichet
2012-04-07
1
-1
/
+3
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-60
/
+60
*
Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not
Richard Smith
2012-03-08
1
-1
/
+14
*
Add -Wc++11-compat warning for string and character literals followed by
Richard Smith
2012-03-07
1
-5
/
+12
*
User-defined literals: reject string and character UDLs in all places where the
Richard Smith
2012-03-06
1
-0
/
+1
*
Lexing support for user-defined literals. Currently these lex as the same token
Richard Smith
2012-03-05
1
-1
/
+36
*
Change Lexer::makeFileCharRange() to have it accept a CharSourceRange
Argyrios Kyrtzidis
2012-02-03
1
-24
/
+35
*
Improve Lexer::getImmediateMacroName to take into account inner macros
Argyrios Kyrtzidis
2012-01-23
1
-3
/
+29
*
Enhance Lexer::makeFileCharRange to check for ranges inside a macro argument
Argyrios Kyrtzidis
2012-01-20
1
-11
/
+61
*
Introduce Lexer::getSourceText() that returns a string for the source
Argyrios Kyrtzidis
2012-01-19
1
-0
/
+42
*
Introduce Lexer::makeFileCharRange() that accepts a token source range
Argyrios Kyrtzidis
2012-01-19
1
-0
/
+29
*
For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macro
Argyrios Kyrtzidis
2012-01-19
1
-15
/
+21
*
Refactor: Pull getImmediateMacroName() out of DiagnosticRenderer and
Anna Zaks
2012-01-18
1
-0
/
+21
*
Two variables had been added for an assert, but their values were
Chandler Carruth
2012-01-15
1
-3
/
+3
*
In Lexer::getCharAndSizeSlow[NoWarn] if we come up against
Argyrios Kyrtzidis
2011-12-22
1
-12
/
+10
*
In Lexer::getCharAndSizeSlow[NoWarn] make sure we don't go over the end of th...
Argyrios Kyrtzidis
2011-12-21
1
-0
/
+7
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
Remove assert from hot code path and add a clarifying comment.
Benjamin Kramer
2011-11-22
1
-4
/
+4
*
Lexer: Don't throw away the hard work SSE did to find a slash.
Benjamin Kramer
2011-11-22
1
-5
/
+12
*
Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles!
Ted Kremenek
2011-10-17
1
-2
/
+2
*
-Wc++98-compat warnings for the lexer.
Richard Smith
2011-10-15
1
-0
/
+15
*
We do parse hexfloats in C++11; make it actually work.
Douglas Gregor
2011-10-12
1
-2
/
+1
*
Handle Perforce-style conflict markers like normal conflict markers. Perforce
Richard Smith
2011-10-12
1
-24
/
+38
*
Fixed exapnsion range for # and ##.
Abramo Bagnara
2011-10-03
1
-1
/
+1
*
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-09-19
1
-10
/
+10
*
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-17
1
-4
/
+4
*
Speed up BCPL comment lexing by looking aggressively for newlines and then sc...
Benjamin Kramer
2011-09-05
1
-9
/
+24
[prev]
[next]