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
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