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
/
FrontendTool
/
ExecuteCompilerInvocation.cpp
Age
Commit message (
Expand
)
Author
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-02-07
Make use of const-correct ParseCommandLineOptions
David Blaikie
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-04
Fix ASTMerge tests that I broke in my previous commit.
Argyrios Kyrtzidis
2012-02-04
Use variable in place of multiple CI.getFrontendOpts() calls and use a bit
Argyrios Kyrtzidis
2012-01-26
Introduce 3 new fixit options:
Argyrios Kyrtzidis
2012-01-17
Remove unnecessary default cases in switches over enums.
David Blaikie
2011-12-14
Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...
Chad Rosier
2011-12-12
Add frontend flags to enable bitcode verifier pass.
Chad Rosier
2011-11-29
Eliminate the -emit-module option, which emitted a module by parsing a
Douglas Gregor
2011-11-16
Add support for building a module from a module map to the -cc1
Douglas Gregor
2011-11-15
Revert r144703. It was a dumb idea anyway; will add the new bits more
Douglas Gregor
2011-11-15
Split GenerateModuleAction into its own action, which will start
Douglas Gregor
2011-10-10
Parse LLVM command line arguments after plugins have been loaded
Tobias Grosser
2011-09-15
Eliminate the unused -create-module cc1-level option
Douglas Gregor
2011-08-25
Introduce a -cc1 option "-emit-module", that creates a binary module
Douglas Gregor
2011-08-16
[analyzer] Overhaul of checker registration in preparation for basic plugin s...
Jordy Rose
2011-07-19
[arcmt] Add some additional driver flags to optionally emit or save the pre-m...
Argyrios Kyrtzidis
2011-07-09
[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.
Argyrios Kyrtzidis
2011-07-07
Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi...
Jonathan D. Turner
2011-06-17
[arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...
Argyrios Kyrtzidis
2011-06-16
Raise the ARCMT functionality in Clang into proper FrontendActions.
Chandler Carruth
2011-04-25
Re-enable disable free optimization where the FrontendAction is not freed whe...
Ted Kremenek
2011-03-21
Improve crash recovery cleanup to recovery CompilerInstances during crash rec...
Ted Kremenek
2011-03-07
Remove the AST printer (-ast-print-xml), which is too incomplete and
Douglas Gregor
2011-02-25
Intoduce '-analyzer-checker-help' flag which outputs a list of all available ...
Argyrios Kyrtzidis
2011-02-17
Eliminate the internal command-line option for viewing inheritance in C++ cla...
Douglas Gregor
2011-02-14
[analyzer] Overhauling of the checker registration mechanism.
Argyrios Kyrtzidis
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
Rename headers: 'clang/GR' 'clang/EntoSA' and
Ted Kremenek
2010-12-23
Rename static analyzer namespace 'GR' to 'ento'.
Ted Kremenek
2010-12-22
[analyzer] Refactoring: Move stuff into namespace 'GR'.
Argyrios Kyrtzidis
2010-12-22
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-24
Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals
John McCall
2010-11-19
getNumErrors() -> hasErrorOccurred()
Argyrios Kyrtzidis
2010-08-24
Move ExecuteCompilerInvocation to a new library FrontendTool
Peter Collingbourne