2010-01-28 |
Ted Kremenek | Add placeholder function in Sema for new format string... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ted Kremenek | Fix 80 col violation. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ted Kremenek | Allow HandleFormatSpecifier() to indicate that no more... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Douglas Gregor | Switch the remaining diagnostic printing in CIndex... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ted Kremenek | Add '@' conversion specifier. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Devang Patel | While emitting debugging infor for a C++ class, identif... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Devang Patel | Include "this" pointer argument while emitting debug... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Douglas Gregor | Implement a diagnostics callback for the C interface... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ted Kremenek | Remove invalid conversion specifiers from format string... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Ted Kremenek | Add a few more conversion specifiers to ParseFormatSpec... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ted Kremenek | Add skeleton for a more structured way to analyzing... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Jeffrey Yasskin | Remove ModuleProviders from clang after r94686 removed... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Daniel Dunbar | ARM/APCS: Fix alignment of long double. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ted Kremenek | Move more naming conventions logic out of the retain... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ken Dyck | Change the return type of ASTContext::getDeclAlignInByt... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Benjamin Kramer | Use raw_ostreams in Preprocessor::ExpandBuiltinMacro... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ted Kremenek | Add missing call to Optional<...>.getValue() that was... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ken Dyck | Use getTypeAlignInChars() for alignment in VisitSizeOfA... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
David Chisnall | Unique ObjC strings (GNU Runtime); fix for PR6142.... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chandler Carruth | Silence a GCC warning about uninitialized variables... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chris Lattner | fix a bug in the _MM_TRANSPOSE4_PS definition, patch... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Chandler Carruth | Fix libCIndex.so's lookup of the clang executable on... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ted Kremenek | Remove unnecessary ASTContext* argument from isRefType(). |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ted Kremenek | Start pulling out pieces of the monolithic retain/relea... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Daniel Dunbar | Set -ccc-host-triple in these tests. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Douglas Gregor | Fix a major oversight in the comparison of standard... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
John McCall | Implement access-check delays for out-of-line member... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | Add support for 3dnow and 3dnowa, and define the target... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | It's not Explicit anymore. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | Structs and classes with non-trivial destructors or... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | Update the xcode project for real and don't check in... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | Update xcode project. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | XFAIL this for now. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | Fix test/CodeGenCXX/default-destructor-synthesis.cpp... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Anders Carlsson | Fix attr.cpp by not checking the generated assembler... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
John McCall | Implement access control for overloaded functions.... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Owen Anderson | Clarify the documentation of ext_vector, and add a... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Daniel Dunbar | Support -marm by treating it as an alias for -mno-thumb. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Daniel Dunbar | Driver/Darwin: Eliminate invalid uses of DarwinVersion... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Daniel Dunbar | Driver/Darwin: Simplify target version checks. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Daniel Dunbar | Driver/Darwin: Fix a few link arguments when targetting... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Daniel Dunbar | Driver/Darwin: Switch clang -triple synthesis to use... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Daniel Dunbar | Driver/Darwin: Eliminate confusing IsIPhoneOS parameter... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Daniel Dunbar | Driver/Darwin: Switch to using isTargetIPhoneOS where... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Daniel Dunbar | Driver/Darwin: Disallow -m{macosx,iphoneos}-version... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Daniel Dunbar | Driver/Darwin: Track target platform more explicitly... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Ted Kremenek | Add const version of ObjCMethodDecl::getCanonicalDecl(). |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ted Kremenek | Teach RegionStore to handle initialization of incomplet... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ted Kremenek | Move 'LocalCheckers.h' to the 'Checkers' subdirectory. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ted Kremenek | Move 'include/Checkers/PathSensitive/Checkers' director... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Fariborz Jahanian | Patch to add 'volatile' to first argument of all |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Mike Stump | Refine the non-virtual this adjustments for thunks... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Sebastian Redl | Bring some semblance of order into Decl.h and Decl... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Mike Stump | Refine the non-virtual this adjustments for thunks... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Fariborz Jahanian | Added assert to the rewrite. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Convert one last size variable to CharUnits (follow... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Use CharUnits for sizes, offsets, alignments, and paddi... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Douglas Gregor | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ted Kremenek | Implement 'clang_getInclusions()' in CIndex. This... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Douglas Gregor | Eliminate clang_getInstantiationLocationOffset(), and... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Use CharUnits for alignments in character units. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Sebastian Redl | Fix two redefinitions in test cases that weren't diagno... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Use CharUnits for alignment of UTF16 string in GetAddrO... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Use CharUnits for alignment in EmitNullInitializationLV... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Douglas Gregor | Implement clang_annotateTokens(), which associates... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Fariborz Jahanian | Refix rewriting of an ivar access when it is |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ted Kremenek | Add 'PostVisitTU' callback hook to 'perform_test_load... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ted Kremenek | Allow the 'visitor' argument to 'perform_test_load... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | Use the right definition when emitting a global variabl... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | Change getUnique to return a GlobalDecl. Fixes PR6147. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Correct cut-and-paste error in doxygen comment for... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Add getTypeAlignInChars() for use in code that works... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Douglas Gregor | Introduce a CIndex API for lexing the raw tokens within... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Replace inheritance of RegionRawOffset from std::pair... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Ken Dyck | Introduce CodeGenModule::GetTargetTypeStoreSize() to... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
John McCall | Avoid some unnecessary copying of unresolved lookup... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
John McCall | Handle redeclarations found by ADL deterministically... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chandler Carruth | Correctly treat 64 bit integers specified via the mode... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | If a global variable has an initializer with side effec... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
John McCall | Allow ADL to find functions imported by using decls... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chandler Carruth | Remove a few more references to index-test; this was... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | Fix another debug info crash with virtual bases. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | Fix the test I broke, and also fix a crash when declari... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | Factor creating the DISubprogram for a member function... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | Simplify CGDebugInfo::CollectCXXMemberFunctions a littl... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Anders Carlsson | Make sure to always mark a global variable as not being... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Mike Stump | Be sure to track the non-virtual part of the vcall... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
John McCall | Preserve access bits through overload resolution much... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Douglas Gregor | Introduce clang_getInstantiationLocationOffset(), which... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Daniel Dunbar | Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Daniel Dunbar | Driver/Darwin: Stuff iPhoneOS into environment portion... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
John McCall | Pass access specifiers around in overload resolution. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Fariborz Jahanian | Fix a regression caused by my rewriting of cast of... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Mike Stump | Fixup a missing vcall entry. WIP. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Devang Patel | First cut at emitting inheritance info. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Devang Patel | Emit debug info for virtual functions. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
John McCall | Fixit to remove 'volatile' in file-scope 'asm volatile'. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Daniel Dunbar | Driver: Fix fallback to gcc to -c instead of -S if... |
commit | commitdiff | tree | snapshot |
next |