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
/
Driver
/
Types.cpp
Age
Commit message (
Expand
)
Author
2010-02-17
PR5803: clang++: Treat untyped 'C' inputs as C++.
Daniel Dunbar
2010-01-05
Allow clang to pass -x cl through to compiler driver.
Nate Begeman
2009-12-10
spread 'const' love to some variables. this considerably reduces the amount o...
Nuno Lopes
2009-11-22
Recognize .hpp as a C++ header.
Daniel Dunbar
2009-11-18
Driver: Make local type name more distinct.
Daniel Dunbar
2009-11-17
Add driver::types::isObjC predicate.
Daniel Dunbar
2009-10-29
[llvm up]
Douglas Gregor
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-01
Add driver support for -emit-ast and AST compilation steps.
Daniel Dunbar
2009-03-13
Driver: Add types::{isAcceptedByClang,isCXX} predicates.
Daniel Dunbar
2009-03-13
Driver: Some minor bug fixes.
Daniel Dunbar
2009-03-13
Driver: Add types::getNumCompilationPhases, getCompilationPhase to
Daniel Dunbar
2009-03-12
Driver: Drop some unnecessary uses of clang namespace.
Daniel Dunbar
2009-03-12
Driver: Add types::canLipoType helper method.
Daniel Dunbar
2009-03-12
Driver: Add information on Driver input/temporary types.
Daniel Dunbar