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
/
HeaderMap.cpp
Age
Commit message (
Expand
)
Author
2013-02-09
Remove some stray uses of <ctype.h> functions.
Jordan Rose
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2012-09-06
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-04-26
To be able to replay compilations we need to accurately remodel how
Manuel Klimek
2011-03-16
Add a 'RawPath' parameter to the PPCallbacks interface. This allows
Chandler Carruth
2010-12-19
Add missing standard includes. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-23
now the FileManager has a FileSystemOpts ivar, stop threading
Chris Lattner
2010-11-21
remove old compatibility APIs, use StringRef versions instead.
Chris Lattner
2010-11-03
Implement -working-directory.
Argyrios Kyrtzidis
2010-01-10
Simplify code. No functionality change.
Benjamin Kramer
2010-01-10
stringref'ize a bunch of filename handling logic. Much
Chris Lattner
2009-10-26
Update location of DataTypes.h to reflect move in LLVM with r85086.
Chandler Carruth
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-03-02
improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)
Chris Lattner
2008-10-28
Initialize Suffix and Prefix to 0, even with a bad entry. Removes an uniniti...
Ted Kremenek
2008-04-01
Update to match simplified llvm MemoryBuffer interfaces for files.
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner