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
/
CreateInvocationFromCommandLine.cpp
Age
Commit message (
Expand
)
Author
2013-01-20
Nuke SetUpBuildDumpLog.
Sean Silva
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-27
Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and
Rafael Espindola
2012-11-08
Remove code to fall back to llvm-gcc for i386 kexts.
Bob Wilson
2012-10-23
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-05-21
[driver] When creating the compiler invocation out of command-line
Argyrios Kyrtzidis
2012-02-20
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2011-12-23
Let CompilerInvocation initialization indicate failure
Dylan Noblesmith
2011-11-01
rename getHostTriple into getDefaultTargetTriple in clang
Sebastian Pop
2011-10-04
Rip out flags for controlling C++ "production mode" separately.
Bob Wilson
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-07-23
Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...
Chris Lattner
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-05-21
Fix the clang part of PR7952: rewrite the specialization of isa<> in DeclBase,
Eli Friedman
2011-04-04
Add missing file for my previous commit.
Argyrios Kyrtzidis