llvm-project/clang/lib
Eli Friedman 174c310967 Remove unused parameter.
llvm-svn: 71996
2009-05-18 07:39:39 +00:00
..
AST Make ActOnExprStmt take a FullExprArg. 2009-05-17 21:11:30 +00:00
Analysis Fix: <rdar://problem/6893565> False positive: don't flag leaks for return types that cannot be determined to be CF types 2009-05-16 01:38:01 +00:00
Basic Targets without long long should reduce the size of intmax_t 2009-05-16 23:30:57 +00:00
CodeGen Add support for converting member pointer types to LLVM types. Also mangle pointer to member functions correctly and add tests. 2009-05-17 17:41:20 +00:00
Driver Driver: Emit an unsupported error on -iframework. 2009-05-13 19:05:04 +00:00
Frontend Remove unused parameter. 2009-05-18 07:39:39 +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 PR3942: Don't warn on unsigned overflow in preprocessor expressions. 2009-05-16 21:24:10 +00:00
Parse Make ActOnWhileStmt take a FullExprArg for the condition expr. 2009-05-17 21:22:26 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Make ActOnWhileStmt take a FullExprArg for the condition expr. 2009-05-17 21:22:26 +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