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
2013-03-27
<rdar://problem/13509689> Introduce -module-file-info option that provides in...
Douglas Gregor
2013-03-07
Minor refactor of how we get compilation phases.
Matthew Curtis
2013-02-28
Fix global overflow in types::lookupTypeForTypeSpecifier.
Evgeniy Stepanov
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-21
Test commit: Remove blank line.
Joey Gouly
2012-11-16
[driver] Add the missing TY_PP_ObjCXX_Alias case to the isCXX function.
Chad Rosier
2012-11-15
Revert r167567, restoring the ability of clang to run gcc in cases where it
Nick Lewycky
2012-11-08
Rip out a bunch of code for invoking gcc from clang.
Bob Wilson
2012-10-29
Remove a bit of dead code.
Rafael Espindola
2012-08-02
[driver] Lipo can handle the lto-bc type.
Chad Rosier
2012-05-20
Tell the driver that CUDA is a C++-like language, so that we get C++
Peter Collingbourne
2012-04-02
Use -rewrite-legacy-objc as clang argument for translating
Fariborz Jahanian
2011-10-09
OpenCL: add driver/frontend support for precompiled headers
Peter Collingbourne
2011-08-13
Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver.
Nico Weber
2011-08-12
Return the proper type for objects when given a .o extension.
Chad Rosier
2010-12-31
Remove stray emacs mode markers in all these files that was causing emacs to
Nick Lewycky
2010-12-01
Driver, Frontend: add CUDA language support
Peter Collingbourne
2010-06-22
Make c++ and C++ valid extensions for C++ source files, from Seth Cantrell!
Douglas Gregor
2010-06-07
Driver: Support invoking Clang on .ll or .bc inputs.
Daniel Dunbar
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