llvm-project/clang/lib/Frontend
Douglas Gregor 5d13868263 Template instantiation for "for" loops
llvm-svn: 71901
2009-05-15 22:12:32 +00:00
..
CMakeLists.txt split expr/stmt writing out to PCHWriterStmt.cpp 2009-04-27 06:20:01 +00:00
FixItRewriter.cpp Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
HTMLDiagnostics.cpp refactor htmldiags to be created up front like the other diag clients. 2009-04-17 20:40:01 +00:00
InitHeaderSearch.cpp improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) 2009-03-02 22:20:04 +00:00
InitPreprocessor.cpp Fix processing of -Ufoo to not inject "#undef foo 1" into the predefines 2009-05-15 16:08:43 +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 Disable access control by default. It can be enabled with the -faccess-control option. When we have better support for it, we can enable it by default again. 2009-05-13 19:49:53 +00:00
PCHReaderDecl.cpp Check that the function being overridden is virtual. 2009-05-14 22:15:41 +00:00
PCHReaderStmt.cpp Template instantiation for "for" loops 2009-05-15 22:12:32 +00:00
PCHWriter.cpp Disable access control by default. It can be enabled with the -faccess-control option. When we have better support for it, we can enable it by default again. 2009-05-13 19:49:53 +00:00
PCHWriterDecl.cpp Check that the function being overridden is virtual. 2009-05-14 22:15:41 +00:00
PCHWriterStmt.cpp Template instantiation for "for" loops 2009-05-15 22:12:32 +00:00
PlistDiagnostics.cpp BugReporter/PathDiagnostics: 2009-04-29 21:58:13 +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 When word-wrapping, be more defensive about a ridiculously small number of columns. Fixes <rdar://problem/6892178> 2009-05-15 18:05:24 +00:00