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-03-13
make Preprocessor::Diags be a pointer instead of a reference.
Chris Lattner
2009-03-13
use accessor instead of poking ivar directly
Chris Lattner
2009-03-12
add a callback for macro expansion, based on a patch by Paolo Bolzoni!
Chris Lattner
2009-03-09
fix PR3768, Clang does -D__STDC_HOSTED__=1, even if -ffreestanding is passed.
Chris Lattner
2009-03-09
fix PR3764 - A redefinition of a pre-processor macro fails
Chris Lattner
2009-03-08
add \n characters to the scratch buffer *before* returned tokens.
Chris Lattner
2009-03-08
simplify some logic by making ScratchBuffer handle the application of trailing
Chris Lattner
2009-03-07
Fix warnings in build on clang-x86_64-freebsd buildbot.
Mike Stump
2009-03-06
#import is not considered an extension for ObjC.
Chris Lattner
2009-03-04
make the token lexer allocate its temporary token buffers for
Chris Lattner
2009-03-02
improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)
Chris Lattner
2009-02-27
Clean up and document code modification hints.
Douglas Gregor
2009-02-26
fix some sema problems with wide strings and hook up basic codegen for them.
Chris Lattner
2009-02-23
Move PTHStatCache within the anonymous namespace.
Ted Kremenek
2009-02-20
switch the macroinfo argument lists from being allocated off the heap
Chris Lattner
2009-02-20
detemplatify setArgumentList and some other cleanups.
Chris Lattner
2009-02-20
require the MAcroInfo objects are explcitly destroyed.
Chris Lattner
2009-02-19
Fix another PTH warning that should not be a note.
Ted Kremenek
2009-02-19
Make PTH warnings actual warnings instead of 'notes'.
Ted Kremenek
2009-02-19
fix PR3609, emit:
Chris Lattner
2009-02-18
Next step toward making string diagnostics correct: handle
Chris Lattner
2009-02-18
update comment.
Chris Lattner
2009-02-18
Fix some issues handling sub-token locations that come from macro expansions.
Chris Lattner
2009-02-16
define __OBJC2__ for objc's nonfragile abi.
Fariborz Jahanian
2009-02-16
Add support for deprecated members of RecordDecls (e.g. struct fields).
Chris Lattner
2009-02-15
add a new SourceManager::getInstantiationRange helper method.
Chris Lattner
2009-02-15
fix PR3579: __LINE__ expands to the presumed location of the
Chris Lattner
2009-02-15
track "just a little more" location information for macro instantiations.
Chris Lattner
2009-02-13
add an assertion from Alexei Svitkine!
Chris Lattner
2009-02-13
Give TargetInfo a new IntPtrType to hold the intptr_t type for
Chris Lattner
2009-02-13
PTH: Cache directory and negative 'stat' calls. This gives us a 1% performan...
Ted Kremenek
2009-02-13
Fix rdar://6562329, a static analyzer crash Ted noticed on
Chris Lattner
2009-02-13
Add some boilerplate to the PTH file to prepare for the caching of stats for ...
Ted Kremenek
2009-02-13
Fix cmake builds.
Mike Stump
2009-02-13
Fix gcc warning: gcc correctly notes that const-qualifying the return
Eli Friedman
2009-02-13
factor token concatenation avoidance logic out of
Chris Lattner
2009-02-12
Fix assertion when input is an empty string.
Daniel Dunbar
2009-02-12
Re-enable PTH stat caching. All tests pass now.
Ted Kremenek
2009-02-12
Fix bad reading of bytes in ReadUnalignedLE64() (copy-paste error).
Ted Kremenek
2009-02-12
Temporarily disable PTH stat caching as it appears to be failing on some mach...
Ted Kremenek
2009-02-12
PTH: Cache stat information for files in the PTH file. Hook up FileManager
Ted Kremenek
2009-02-11
PTH: Have meta data be at the beginning of the PTH file, not the end.
Ted Kremenek
2009-02-11
PTH: Replace string identifier to persistent ID lookup with a hashtable. This is
Ted Kremenek
2009-02-11
PTH: Don't emit the PTH offset of the IdentifierInfo string data as that data is
Ted Kremenek
2009-02-10
PTH: Replace ad hoc 'file name' -> 'PTH data' lookup table in the PTH file wi...
Ted Kremenek
2009-02-06
Export __INT8_TYPE__ / __INT16_TYPE__ / __INT32_TYPE__ / __INT64_TYPE__
Chris Lattner
2009-02-06
-funsigned-char sets __CHAR_UNSIGNED__
Chris Lattner
2009-02-06
Add an implementation of -dM that follows GCC closely enough to permit
Chris Lattner
2009-02-06
add interface for walking macro table.
Chris Lattner
2009-02-06
get __WCHAR_TYPE__ from the targetinfo hook
Chris Lattner
[prev]
[next]