hanchenye-llvm-project/clang/lib
Fariborz Jahanian 9e87721d47 Look for and diagnose missing sentinel argument on message
dispatch arguments which have sentinel attribute.

llvm-svn: 71737
2009-05-13 23:20:50 +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 Make sure not to include the LLVM asm prefix in function names for 2009-05-13 23:08:57 +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 parsing for explicit instantiations of class templates, e.g., 2009-05-12 23:25:50 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Look for and diagnose missing sentinel argument on message 2009-05-13 23:20:50 +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