clang/lib
Ted Kremenek 725b747664 Use dyn_cast instead of cast to allow our assumptions to be safely wrong.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71843 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-15 05:34:49 +00:00
..
AST Add NullStmt::Clone and use it 2009-05-15 00:21:21 +00:00
Analysis Use dyn_cast instead of cast to allow our assumptions to be safely wrong. 2009-05-15 05:34:49 +00:00
Basic Provide dummy va_list typedef for msp430 2009-05-08 18:24:57 +00:00
CodeGen Fixup debug information for the location information for __block 2009-05-15 00:29:54 +00:00
Driver Driver: Emit an unsupported error on -iframework. 2009-05-13 19:05:04 +00:00
Frontend Check that the function being overridden is virtual. 2009-05-14 22:15:41 +00:00
Headers Fix for PR3841: follow gcc's example and fall back to the system 2009-05-03 23:00:48 +00:00
Lex Fix rdar://6880630 - # in _Pragma does not start a preprocessor directive. 2009-05-13 06:10:29 +00:00
Parse Implement explicit instantiations of member classes of class templates, e.g., 2009-05-14 00:28:11 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Instantiate return statements. 2009-05-15 00:48:27 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00