index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Frontend
/
FrontendAction.h
Age
Commit message (
Expand
)
Author
2013-01-30
Documentation: fix link to ExecuteAction(), which was previously typoed as
James Dennett
2013-01-23
Documentation cleanup: fixing documentation for FrontendAction.
James Dennett
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-11-09
Turn FrontendInputFile into an immutable class and have it also accept
Argyrios Kyrtzidis
2012-09-13
Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is
Dmitri Gribenko
2012-06-08
[libclang] Don't crash when saving a PCH from a prefix header
Argyrios Kyrtzidis
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-01
Frontend: fix comment typos
Dylan Noblesmith
2012-01-20
Extract the (InputKind, std::string) pair used to describe inputs to
Douglas Gregor
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-08-25
Introduce a -cc1 option "-emit-module", that creates a binary module
Douglas Gregor
2011-07-20
remove some now-redundant forward declarations.
Chris Lattner
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-06-18
[arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...
Argyrios Kyrtzidis
2011-06-16
Raise the ARCMT functionality in Clang into proper FrontendActions.
Chandler Carruth
2011-01-25
Add -add-plugin flag, which runs plugins in addition to codegen.
Nico Weber
2010-12-01
Driver, Frontend: add CUDA language support
Peter Collingbourne
2010-11-03
Fix an assertion.
Argyrios Kyrtzidis
2010-08-18
More PCH -> AST renaming.
Sebastian Redl
2010-08-02
Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object
Daniel Dunbar
2010-06-16
Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...
Daniel Dunbar
2010-06-07
Frontend: Add CodeGenAction support for handling LLVM IR. - This magically e...
Daniel Dunbar
2010-06-07
Frontend: Add FrontendAction support for handling LLVM IR inputs.
Daniel Dunbar
2010-06-07
FrontendAction: Track active file kind.
Daniel Dunbar
2010-06-07
Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.
Daniel Dunbar
2010-06-07
Frontend: Change FrontendAction::BeginSourceFile to take the input kind inste...
Daniel Dunbar
2010-06-07
Frontend: Lift InputKind enumeration to top level.
Daniel Dunbar
2010-02-09
Introduce a testbed for merging multiple ASTs into a single AST
Douglas Gregor
2010-02-08
Implement basic importing and merging of variable declarations within
Douglas Gregor
2009-11-29
This patch moves the frontend timer from clang-cc into CompilerInstance.
Kovarththanan Rajaratnam
2009-11-14
Add FrontendAction interface, for encapsulating a "clang-cc" style action.
Daniel Dunbar