llvm-project/clang/lib/Frontend
Edward O'Callaghan c69169d175 Patch should implement packed enums - PR4098. Credit to Anders Johnsen.
llvm-svn: 78471
2009-08-08 14:36:57 +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 As GRState seems general enough, it is time to merge some template classes 2009-08-06 01:32:16 +00:00
Backend.cpp Update for LLVM API change 2009-08-04 04:02:57 +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 Emit a special 'BUGMETAEND' comment to aid in the postprocessing of HTML bug reports. 2009-08-03 23:44:55 +00:00
HTMLPrint.cpp Fix a crash with -emit-html from stdin. 2009-05-19 05:28:52 +00:00
InitHeaderSearch.cpp add support for opensuse 11.1/11.2 search paths, patch by Stefan Reinauer 2009-08-07 05:28:24 +00:00
InitPreprocessor.cpp Predefine __cplusplus to the right value (199711L), except when in GNU mode. 2009-08-06 04:09:28 +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 Introduce the canonical type smart pointers, and use them in a few places to 2009-08-05 05:36:45 +00:00
PCHReaderDecl.cpp Make tag declarations redeclarable. This change has three purposes: 2009-07-29 23:36:44 +00:00
PCHReaderStmt.cpp Introduce reference counting for statements and expressions, using it 2009-08-08 01:41:12 +00:00
PCHWriter.cpp Make longjmp a real builtin. 2009-07-28 02:25:19 +00:00
PCHWriterDecl.cpp Make tag declarations redeclarable. This change has three purposes: 2009-07-29 23:36:44 +00:00
PCHWriterStmt.cpp Add a CastKind enum to CastExpr. Right now it's not used for much but it will be :) 2009-07-31 00:48:10 +00:00
PlistDiagnostics.cpp Add missing '"' 2009-07-29 01:10:25 +00:00
PrintParserCallbacks.cpp Patch should implement packed enums - PR4098. Credit to Anders Johnsen. 2009-08-08 14:36:57 +00:00
PrintPreprocessedOutput.cpp no really, add the lines :) 2009-06-15 04:08:28 +00:00
RewriteBlocks.cpp Change uses of: 2009-07-29 21:53:49 +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 Add a CastKind enum to CastExpr. Right now it's not used for much but it will be :) 2009-07-31 00:48:10 +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