llvm-project/clang/lib
Daniel Dunbar 7911002bf9 We need to specify the "linkage name" to the subprogram now that we
emit the correct "display name". I suspect we need more work here, see
FIXME for example.

llvm-svn: 71761
2009-05-14 01:45:24 +00:00
..
AST Fix rdar://6880874 - [sema] crash on array types with different index sizes 2009-05-13 04:12:56 +00:00
Analysis Enhance diagnostics value tracking logic for null dereferences and uninitialized values. 2009-05-13 19:16:35 +00:00
Basic Provide dummy va_list typedef for msp430 2009-05-08 18:24:57 +00:00
CodeGen We need to specify the "linkage name" to the subprogram now that we 2009-05-14 01:45:24 +00:00
Driver Driver: Emit an unsupported error on -iframework. 2009-05-13 19:05:04 +00:00
Frontend 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
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 Add return type checking for overriding virtual functions. We currently don't check covariance but that's next. 2009-05-14 01:09:04 +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