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
/
PTHLexer.cpp
Age
Commit message (
Expand
)
Author
2010-08-12
Don't emit end-of-file diagnostics like "unterminated conditional" or
Douglas Gregor
2010-07-27
Add PTHLexer::LexEndOfFile() to emit diagnostics at end-of-file similar to th...
Ted Kremenek
2010-03-12
Switch over IdentifierInfoLookup to StringRef
Kovarththanan Rajaratnam
2009-11-28
Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.
Benjamin Kramer
2009-11-28
Cleanup llvm/Support/Compiler.h include in header files
Kovarththanan Rajaratnam
2009-11-12
Switch PTHManager to using diagnostics for most errors.
Daniel Dunbar
2009-11-10
Add Diagnostic::Report method for reporting diagnostics without a location.
Daniel Dunbar
2009-10-18
Move clients to use IdentifierInfo::getNameStart() instead of getName()
Daniel Dunbar
2009-10-17
Switch to llvm::HashString.
Daniel Dunbar
2009-10-16
Add support for a chain of stat caches in the FileManager, rather than
Douglas Gregor
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-23
Replace cerr with errs().
Benjamin Kramer
2009-04-20
Move the on-disk hash table code into its own header. No functionality change.
Douglas Gregor
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
PTHManager::Create() now creates a PTHManager even if the PTH file contains no
Ted Kremenek
2009-03-19
Add PTHManager::getOriginalSourceFile(), a method that returns the name of the
Ted Kremenek
2009-02-23
Move PTHStatCache within the anonymous namespace.
Ted Kremenek
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-13
PTH: Cache directory and negative 'stat' calls. This gives us a 1% performan...
Ted Kremenek
2009-02-13
Add some boilerplate to the PTH file to prepare for the caching of stats for ...
Ted Kremenek
2009-02-13
Fix gcc warning: gcc correctly notes that const-qualifying the return
Eli Friedman
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-01-28
Add more PTH diagnostics for invalid PTH files, etc.
Ted Kremenek
2009-01-28
Enhance PTHManager::Create() to take an optional Diagnostic* argument that ca...
Ted Kremenek
2009-01-27
PTH: Use Token::setLiteralData() to directly store a pointer to cached spelli...
Ted Kremenek
2009-01-26
Silence warning.
Ted Kremenek
2009-01-26
Add version number checking to PTH files.
Ted Kremenek
2009-01-26
Embed the offset of the PTH table inside the prologue of the PTH file. This ...
Ted Kremenek
2009-01-26
Check in the long promised SourceLocation rewrite. This lays the
Chris Lattner
2009-01-23
This is a follow-up to r62675:
Chris Lattner
2009-01-23
Update comment.
Chris Lattner
2009-01-22
remove my gross #ifdef's, using portable abstractions now that the 32-bit
Chris Lattner
2009-01-22
remove Read8/Read24, which are dead. Rename Read16/Read32 to be more
Chris Lattner
2009-01-21
Fix <rdar://problem/6512717> by correctly reading the right offset in the tok...
Ted Kremenek
2009-01-21
merge two checks for identifiers in the pth loop into one.
Chris Lattner
2009-01-21
Add a bit to IdentifierInfo that acts as a simple predicate which
Chris Lattner
2009-01-21
Don't crash on empty PTH files. This fixes <rdar://problem/6512714>.
Ted Kremenek
2009-01-21
really we only need on Read24!
Chris Lattner
2009-01-21
revert my previous patch, it assumed endianness.
Chris Lattner
[next]