index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Lex
/
DirectoryLookup.h
Age
Commit message (
Expand
)
Author
2013-03-21
<rdar://problem/13037793> Allow the names of modules to differ from the name ...
Douglas Gregor
2013-01-25
[Lex] Remove DirectoryLookup.UserSpecified, which is unused.
Daniel Dunbar
2012-06-22
Documentation cleanup:
James Dennett
2012-06-22
Documentation cleanup: escape # characters in Doxygen comments as needed.
James Dennett
2012-04-05
[Lex] Add support for 'user specified system frameworks' (see test case).
Daniel Dunbar
2011-12-08
Keep track of import dependencies between submodules within the module
Douglas Gregor
2011-11-30
Promote ModuleMap::Module to a namespace-scope class in the Basic
Douglas Gregor
2011-11-17
When making a suggestion regarding which module to load rather than
Douglas Gregor
2011-09-15
Add an experimental flag -fauto-module-import that automatically turns
Douglas Gregor
2011-07-28
Introduce the "-index-header-map" option, to give special semantics
Douglas Gregor
2011-07-23
clean up forward declarations of raw_ostream to use the new LLVM.h
Chris Lattner
2011-07-20
now that we have a centralized place to do so, add some using declarations for
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-01-10
stringref'ize a bunch of filename handling logic. Much
Chris Lattner
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2008-10-27
Rename Characteristic_t to CharacteristicKind
Chris Lattner
2008-09-26
clean up a bunch of fixme's I added, by moving
Chris Lattner
2008-02-24
Two more Windows-related fixes:
Ted Kremenek
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-17
Sink getName into DirectoryLookup to simplify the client in clang.
Chris Lattner
2007-12-17
refactor an better comment framework lookup code. This moves it from
Chris Lattner
2007-12-17
as it turns out, frameworks and headermaps are orthogonal. Make this so in
Chris Lattner
2007-12-17
teach RemoveDuplicates about header maps.
Chris Lattner
2007-12-17
Step #1 in adding headermap support to clang.
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer