2009-10-27 |
Mike Stump | Prep work for putting ___cxa_pure_virtual in the vtable... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Mike Stump | Refactor code a little. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | Implement proper linkage for explicit instantiation... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Fariborz Jahanian | Type of a conditional expression with two distinct... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Mike Stump | __builtin_object_size refinements. Ensure we handle... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Oscar Fuentes | CMake: Respect LLVM_LIBDIR_SUFFIX for clang-specific... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | Introduce FunctionDecl::isInlined() to tell whether... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | Rename FunctionDecl::isInline/setInline to |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | Explicit instantiation suppresses the instantiation... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Oscar Fuentes | Rather than excluding quite some things, and still... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Daniel Dunbar | Set OptimizeForSize LLVM function attribute with -Os. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Daniel Dunbar | Convert test to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Oscar Fuentes | CMake: Append LLVM_LIBDIR_SUFFIX to library destination. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Daniel Dunbar | Fix crash when synthesizing property setters when the... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | An explicit instantiation definition only instantiation... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Fariborz Jahanian | Generate constructor for value-initialization cases... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | Test for interaction between explicit instantiations... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | Test various aspects of explicit instantiation that... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
John Thompson | Disabling some MS extensions which cause this test... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Rafael Espindola | Split AddDefaultSystemIncludePaths into C, C++ and... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Steve Naroff | Add support for 'CXFile' (<rdar://problem/7303360>). |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Anders Carlsson | Add a PrettyStackTraceDecl in CodeGenModule::EmitGlobal... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
John Thompson | Disabling some MS extensions which cause these tests... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
John Thompson | Changes for building as a Windows DLL |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Benjamin Kramer | Make test independent of darwin system headers. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Sebastian Redl | Implement Chris's suggestions for the precendence warni... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Nuno Lopes | fix tests |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Douglas Gregor | Only set the point of instantiation for an implicit... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Edward O'Callaghan | Typo in revision 85201. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Edward O'Callaghan | Convert Preprocessor Clang tests to FileCheck in regard... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Edward O'Callaghan | Fix a broken test in rev. 85199. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Edward O'Callaghan | Convert Preprocessor Clang tests to FileCheck in regard... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Mike Stump | Almost missed this one... Doc update for last change. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Mike Stump | Refine noreturn handling. Fixes -Wmissing-noreturn... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Edward O'Callaghan | Preprocessor tests are whitespace sensitive, as per... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Ted Kremenek | Use a pred_iterator instead of a succ_iterator (wrong... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Ted Kremenek | Add test cases for <rdar://problem/7332673>. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Rafael Espindola | Document -nobuiltininc |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Mike Stump | Prep for future __builtin_object_size refinements.... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Mike Stump | __builtin_object_size refinements. Also handle stack... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Edward O'Callaghan | Convert a few tests to FileCheck for PR5307. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Ted Kremenek | Unify Unix and Windows code paths when executing 'clang'. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Ted Kremenek | Remove unnecessary calls to 'flush()'. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Fariborz Jahanian | Add Code gen support for '->*' operator which fell |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Mike Stump | __builtin_object_size refinements. When we run out... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Edward O'Callaghan | Convert a few tests to FileCheck for PR5307. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Fariborz Jahanian | Add 'fixit' hint on mis-use of pointer-to-member |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Steve Naroff | Add some missing header files to the Xcode project. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Mike Stump | Be sure to zero-extend. And refactor. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Mike Stump | __builtin_object_size refinements. WIP. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Sebastian Redl | Convert some driver checks to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Daniel Dunbar | clang-cc: Allow building for x86_64 with -mmacosx-versi... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Chandler Carruth | Switch vtable to linkeonce_odr. Patch by nlewycky. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Sebastian Redl | Add fixit hint to bitwise precedence warning. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Douglas Gregor | assert -> llvm_unreachable |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Sebastian Redl | Implement a warning for mixing bitwise logical with... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Rafael Espindola | Rename -nostdclanginc to -nobuiltininc. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Zhongxing Xu | 'error' is usually used as a noreturn function. This... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Chandler Carruth | Update location of DataTypes.h to reflect move in LLVM... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Daniel Dunbar | Phrase compile time assert in standard way. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | rename getTypeSigned() -> isTypeSigned() per daniel... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | Fix PR5298 - -Wmissing-noreturn shouldn't warn if the... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | Implement rdar://6756623 - use of deprecated type in... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Sebastian Redl | Make sure we actually have a definition before asking... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | When parsing a top level struct declaration, make sure to |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | move calls to DiagnoseUseOfDecl (which warns about... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | cleanups |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Sebastian Redl | Remove the Skip parameter from GetTypeForDeclarator... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | remove a nonsensical todo |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Daniel Dunbar | Tweak test, with -strict-whitespace $ won't match on... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | move the extwarn about using long long out of the entry of |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | simplify interface to ConvertDeclSpecToType, check... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | change ConvertDeclSpecToType to be a static function... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | change Sema::ActOnFriendTypeDecl to use GetTypeForDecla... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | various cleanups for SemaType.cpp |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | minor reorg: check both attributes before decl. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | simplify Sema::getTypeName a bit: if control gets out... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Chris Lattner | In objc mode, every identifier in a cast expression... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Sebastian Redl | Audit the code for places where it is assumed that... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Sebastian Redl | Ignore dependent bases in ADL. Fixes PR5271. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Nate Begeman | Add support for vector shifts, pretty straight forward. |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Nate Begeman | Fix a bug in calculating shufflevector indices when... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Daniel Dunbar | Fix cmake failure trying to get SVN info for non-SVN... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Sanjiv Gupta | Add a preprocessor define for adding a "near" section... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Benjamin Kramer | Remove duplicated constructor declaration. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Benjamin Kramer | Switch alloca/sprintf to SmallString/raw_ostream. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
John McCall | Preserve type source information in TypedefDecls. ... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Douglas Gregor | Fix overload resolution when calling a member template... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Fariborz Jahanian | Make the local buffer overflow safe. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Fariborz Jahanian | Fixe a buffer overflow problem which causes a crash |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Douglas Gregor | Implement template instantiation for non-type template |
commit | commitdiff | tree | snapshot |
2009-10-23 |
John McCall | Store the builtin types as CanQualTypes. Expand a... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Douglas Gregor | Migrate Sema::ActOnCallExpr to Sema::FixOverloadedFunct... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Sebastian Redl | Correct a comment. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
John McCall | Remove OriginalTypeParmDecl; the original type is... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
John McCall | Add ASTContext::getTrivialDeclaratorInfo, which initial... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Fariborz Jahanian | Diagnose misuse of '.*' and '->*' operators during... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Sebastian Redl | Fix operator precedence in Doug's most recent commit. |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Sebastian Redl | Apply the special enum restrictions from [over.match... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Douglas Gregor | Eliminate QualifiedDeclRefExpr, which captured the... |
commit | commitdiff | tree | snapshot |
next |