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
Age
Commit message (
Expand
)
Author
2009-04-17
#line is allowed to have macros that expand to nothing after them.
Chris Lattner
2009-04-14
Change Lexer::MeasureTokenLength to take a LangOptions reference.
Chris Lattner
2009-04-14
temporarily revert r69046
Chris Lattner
2009-04-14
Literal value calculation isn't likely to overflow on targets having int as 3...
Sanjiv Gupta
2009-04-14
Offer a fixit hint for our warning about tokens at the end of a directive:
Chris Lattner
2009-04-14
Fix the #import / #include_next "extra tokens at end of #foo directive"
Chris Lattner
2009-04-13
Fix assertion failure in PTH when tokens followed a closing #endif.
Daniel Dunbar
2009-04-13
implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310
Chris Lattner
2009-04-12
add a ppcallback hook for macro definitions.
Chris Lattner
2009-04-10
Compare the predefines buffer in the PCH file with the predefines
Douglas Gregor
2009-04-10
do a dance with predefines, and finally enable reading of macros from
Chris Lattner
2009-04-10
move a bunch of code for initializing the predefines buffer out of Preprocess...
Chris Lattner
2009-04-10
simplify code.
Chris Lattner
2009-04-10
PCH serialization/deserialization of the source manager. With this
Douglas Gregor
2009-04-08
finish the implementation of -imacros. The driver still needs to be hooked up.
Chris Lattner
2009-04-08
reject the #__include_macros directive unless it comes from the
Chris Lattner
2009-04-08
Add initial support for -imacros. Right now it has the same semantics as
Chris Lattner
2009-04-08
More fixes to builtin preprocessor defines.
Daniel Dunbar
2009-04-08
Set __PIC__ (more) correctly.
Daniel Dunbar
2009-04-07
The __weak and __strong defines are common to all darwin targets
Chris Lattner
2009-04-06
Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are pas...
Anders Carlsson
2009-04-05
fix rdar://6757323, where an escaped newline in a // comment
Chris Lattner
2009-04-02
A code modification hint for files that don't end in a newline.
Mike Stump
2009-04-01
ProcessUCNEscape(): Incorportate some feedback from Chris.
Steve Naroff
2009-04-01
Fix pascal string support; testcase from mailing list message.
Eli Friedman
2009-03-31
Incorporate feedback from Eli.
Steve Naroff
2009-03-30
Implement UCN support for C string literals (C99 6.4.3) and add some very bas...
Steve Naroff
2009-03-27
push line markers through -E mode.
Chris Lattner
2009-03-26
Put back __OBJC2__ definition.
Fariborz Jahanian
2009-03-26
- Minor change to dump of ivar layout map.
Fariborz Jahanian
2009-03-25
fix PR3880, fixing a comma swallowing bug handling macros that only take
Chris Lattner
2009-03-25
remove some dead code. ArgTokens can never be empty, because it is always
Chris Lattner
2009-03-24
change the __VERSION__ string to be more sensible. It would be useful to inc...
Chris Lattner
2009-03-23
The individual pieces of an invalid paste as still candidates for expansion.
Chris Lattner
2009-03-22
PTHManager::Create():
Ted Kremenek
2009-03-21
Add back warning about a PTH file not containing any identifiers, but don't make
Ted Kremenek
2009-03-21
Allow PTH files with no identifiers.
Ted Kremenek
2009-03-20
rename the <predefines> buffer to <built-in> to solve PR3849.
Chris Lattner
2009-03-20
PTHManager::Create() now creates a PTHManager even if the PTH file contains no
Ted Kremenek
2009-03-20
pass LangOptions into TargetInfo::getTargetDefines, so that targets
Chris Lattner
2009-03-19
Add PTHManager::getOriginalSourceFile(), a method that returns the name of the
Ted Kremenek
2009-03-18
silence some errors that should not apply to .S files on code like:
Chris Lattner
2009-03-18
when preprocessing a .S file, unknown directives should just be passed through,
Chris Lattner
2009-03-18
properly form a full token for # before calling HandleDirective.
Chris Lattner
2009-03-18
This is not considered a preprocessor directive in .S files:
Chris Lattner
2009-03-18
constructs like:
Chris Lattner
2009-03-18
Fix -E mismatch; an identifier followed by a numeric constant does not
Daniel Dunbar
2009-03-17
typo
Gabor Greif
2009-03-16
Build system changes to use TableGen to generate the various
Douglas Gregor
2009-03-15
(Hopefully) instantiate dependent array types correctly.
Anders Carlsson
[prev]
[next]