Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ccf43ca05cb1540f3d95a73b7b329bf926808c7b
/
clang
/
lib
/
Driver
/
Action.cpp
f7639e1
Add new code migrator support for migrating existing Objective-C code to use
by Ted Kremenek
· 14 years ago
68e081d
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 14 years ago
aa347f9
Removing a bunch of dead returns/breaks after llvm_unreachables.
by David Blaikie
· 14 years ago
7900020
More missing header inclusions from llvm_unreachable migration.
by David Blaikie
· 14 years ago
83d382b
Switch assert(0/false) llvm_unreachable.
by David Blaikie
· 14 years ago
551ef45
Add support for a verifier to the driver. Currently only verifies debug
by Eric Christopher
· 14 years ago
6da9077
Remove stray emacs mode markers in all these files that was causing emacs to
by Nick Lewycky
· 15 years ago
8829962
Driver: Add an explicit dsymutil action.
by Daniel Dunbar
· 15 years ago
66187b3
Driver: Free Action objects.
by Daniel Dunbar
· 16 years ago
11289f4
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
896cb66
Driver: I was too hasty in free'ing Actions, we sometimes share
by Daniel Dunbar
· 17 years ago
f0eddb8
Driver: Move actions into Compilation, and construct the compilation earlier.
by Daniel Dunbar
· 17 years ago
438ff8d
Driver: Action vtables were still hungry.
by Daniel Dunbar
· 17 years ago
3f261ff
Driver: Provide food and shelter for Action vtables.
by Daniel Dunbar
· 17 years ago
7326ad5
ccc/Driver: Normalize phase spelling in -ccc-print-phases.
by Daniel Dunbar
· 17 years ago
80665fb
Driver: Add cast<> support for Action, and some other accessors.
by Daniel Dunbar
· 17 years ago
f479c12
Driver: Add majority of driver-driver implementation.
by Daniel Dunbar
· 17 years ago