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
/
Frontend
/
DependencyFile.cpp
Age
Commit message (
Expand
)
Author
2013-04-02
Escape # and $ in dependency files.
Benjamin Kramer
2012-09-29
For PPCallbacks::InclusionDirective() add a parameter for the module, whenever
Argyrios Kyrtzidis
2012-09-27
Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...
Argyrios Kyrtzidis
2011-11-21
Delete the depfile if we could not open a header file. We cannot
Peter Collingbourne
2011-10-11
For the FileChanged Preprocessor callback, when exiting a file, pass its FileID.
Argyrios Kyrtzidis
2011-08-30
Change err_pp_file_not_found back to an Error; when it's a Warning, we suppre...
Eli Friedman
2011-07-25
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-12
Implement -MG. Fixes PR9613
Peter Collingbourne
2011-07-08
Fix up dependency file name printing to more closely match that of gcc, inclu...
Eli Friedman
2011-04-15
Fixes a crash when generating dependency file stuff
Fariborz Jahanian
2011-02-17
fix clang -MM output to escape spaces in filenames. This seems to be
Chris Lattner
2010-07-26
It's not necessary to call flush() on a raw_ostream immediately prior
Dan Gohman
2010-03-23
PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen...
Daniel Dunbar
2010-03-07
Rename to addPPCallbacks since we're effectively adding a callback and maybe ...
Kovarththanan Rajaratnam
2010-03-07
Don't assert if PP already contains a valid PP callback. The PP can handle mu...
Kovarththanan Rajaratnam
2009-11-28
Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.
Benjamin Kramer
2009-11-11
Sink AttachDependencyFileGen into CreatePreprocessor.
Daniel Dunbar
2009-11-11
Add DependencyOutputOptions to wrap -M... options, and propogate to
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-05-19
Clean up some unnecessary includes.
Eli Friedman
2009-05-19
Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp
Eli Friedman