llvm-project/clang/lib/Frontend
Ted Kremenek 8a286fbdb9 Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
until Doug Gregor's Type smart pointer code lands (or more discussion occurs).
These methods just call the new Type::getAs<XXX> methods, so we still have
reduced implementation redundancy. Having explicit getAsXXXType() methods makes
it easier to set breakpoints in the debugger.

llvm-svn: 76193
2009-07-17 17:50:17 +00:00
..
ASTConsumers.cpp remove dead code. 2009-06-30 07:50:26 +00:00
ASTUnit.cpp Handle PCHReader::IgnorePCH, it gets returned for when the file does not exist. 2009-06-25 18:22:30 +00:00
AnalysisConsumer.cpp Move the source-level CFG from libAST to libAnalysis. 2009-07-16 18:13:04 +00:00
Backend.cpp Reapply r75764: [llvm up] Switch to using the new TargetRegistry 2009-07-15 20:25:38 +00:00
CMakeLists.txt Lexically order files in CMakeLists.txt files. 2009-07-15 21:08:41 +00:00
CacheTokens.cpp Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp 2009-05-19 04:14:29 +00:00
DeclXML.cpp De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
DependencyFile.cpp Clean up some unnecessary includes. 2009-05-19 04:30:57 +00:00
DiagChecker.cpp Add missing include for stderr and fprintf, needed 2009-05-19 12:06:47 +00:00
DocumentXML.cpp More XML output support, from Olaf Krzikalla! 2009-06-15 19:02:54 +00:00
FixItRewriter.cpp Update for raw_fd_ostream API changes. raw_fd_ostream now has a 2009-07-15 17:32:18 +00:00
GeneratePCH.cpp Introduce the notion of "Relocatable" precompiled headers, which are built 2009-07-07 00:12:59 +00:00
HTMLDiagnostics.cpp refactor htmldiags to be created up front like the other diag clients. 2009-04-17 20:40:01 +00:00
HTMLPrint.cpp Fix a crash with -emit-html from stdin. 2009-05-19 05:28:52 +00:00
InitHeaderSearch.cpp Add header search path for Gentoo stable, x86_64 version. 2009-07-01 18:59:43 +00:00
InitPreprocessor.cpp Fix for PR4192: fix the definition of int64_t on x86_64 Linux. 2009-07-01 03:36:11 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
ManagerRegistry.cpp Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* 2009-03-02 06:16:29 +00:00
PCHReader.cpp Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 2009-07-17 17:50:17 +00:00
PCHReaderDecl.cpp Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella. 2009-07-14 14:58:18 +00:00
PCHReaderStmt.cpp Read/write a CXXOperatorCallExpr from/to PCH files. 2009-07-14 03:19:21 +00:00
PCHWriter.cpp Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseudo built-in types, since Sema still injects a typedef for recognition (i.e. they aren't truly built-ins from a parser perspective). 2009-07-15 18:40:39 +00:00
PCHWriterDecl.cpp Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella. 2009-07-14 14:58:18 +00:00
PCHWriterStmt.cpp Read/write a CXXOperatorCallExpr from/to PCH files. 2009-07-14 03:19:21 +00:00
PlistDiagnostics.cpp Update for raw_fd_ostream API changes. raw_fd_ostream now has a 2009-07-15 17:32:18 +00:00
PrintParserCallbacks.cpp add the location of the ')' in a do/while statement to DoStmt. 2009-06-12 23:04:47 +00:00
PrintPreprocessedOutput.cpp no really, add the lines :) 2009-06-15 04:08:28 +00:00
RewriteBlocks.cpp Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 2009-07-17 17:50:17 +00:00
RewriteMacros.cpp Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp 2009-05-19 04:14:29 +00:00
RewriteObjC.cpp Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 2009-07-17 17:50:17 +00:00
RewriteTest.cpp Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp 2009-05-19 04:14:29 +00:00
StmtXML.cpp More XML output support, from Olaf Krzikalla! 2009-06-15 19:02:54 +00:00
TextDiagnosticBuffer.cpp Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* 2009-03-02 06:16:29 +00:00
TextDiagnosticPrinter.cpp Minor tweak to -fdiagnostics-print-source-range-info to make it print 2009-06-15 05:18:27 +00:00
TypeXML.cpp More XML output support, from Olaf Krzikalla! 2009-06-15 19:02:54 +00:00
Warnings.cpp switch Warnings.cpp to use the diagnostics machinery to print diagnostics, not *fprintf*! 2009-06-23 01:20:39 +00:00