clang-1/Driver
Chris Lattner 2085fd6cd2 privatize all of the string literal memory allocation/creation
stuff behind a private static function.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64898 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-18 06:40:38 +00:00
..
ASTConsumers.cpp castToDeclContext/castFromDeclContext are not meant to be used directly; they are used indirectly by cast/dyn_cast. 2009-02-16 14:29:59 +00:00
ASTConsumers.h Static Analyzer driver/options (partial) cleanup: 2009-02-17 04:27:41 +00:00
Analyses.def Static Analyzer driver/options (partial) cleanup: 2009-02-17 04:27:41 +00:00
AnalysisConsumer.cpp Static Analyzer driver/options (partial) cleanup: 2009-02-17 04:27:41 +00:00
Backend.cpp teach -ftime-report to time the code generator and -emit-llvm times. 2009-02-18 01:37:30 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
CacheTokens.cpp Fix the build on win32. 2009-02-14 16:15:20 +00:00
DependencyFile.cpp fix a crash I introduced, thanks to Ted for the awesome reduced 2009-01-28 05:42:38 +00:00
DiagChecker.cpp Make one expected-diag directive match exactly one actual diagnostic. 2009-02-07 19:52:04 +00:00
HTMLPrint.cpp this massive patch introduces a simple new abstraction: it makes 2009-01-17 06:22:33 +00:00
Makefile Optimize dyld startup time by specifying a trivial export map 2009-02-18 04:02:00 +00:00
PrintParserCallbacks.cpp Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block. 2009-02-11 20:05:44 +00:00
PrintPreprocessedOutput.cpp factor token concatenation avoidance logic out of 2009-02-13 00:46:04 +00:00
RewriteBlocks.cpp use simpler method 2009-01-25 22:02:19 +00:00
RewriteMacros.cpp rename getFullFilePos -> getFileOffset. 2009-01-27 06:27:13 +00:00
RewriteObjC.cpp privatize all of the string literal memory allocation/creation 2009-02-18 06:40:38 +00:00
RewriteTest.cpp Add newline at the end of file, to silence compiler warning. 2008-10-20 08:12:48 +00:00
SerializationTest.cpp [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that 2008-11-13 05:09:21 +00:00
clang.cpp add a bunch of timers for -E and other modes. This requires 2009-02-18 01:51:21 +00:00
clang.h Remove unused function declaration. 2008-11-11 04:48:20 +00:00