2011-07-21 |
Eric Christopher | Speculatively revert 135649 to bring back the g++ testi... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Ted Kremenek | Move AnalysisManager constructor out of line. No funct... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Ted Kremenek | Simplify passing of CFGBuildOptions around for Analysis... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Richard Trieu | Fix a test in warn-sign-conversion.cpp. Removed a... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Richard Trieu | Remove warning for conditional operands of differend... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | New libclang API to expose container type for code... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Sean Hunt | When copping out on a friend template declaration,... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | Rework the detailed preprocessing record to separate... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Anna Zaks | Addressing code review comments for commit 135509 ... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Fariborz Jahanian | Removes a comment. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Fariborz Jahanian | objc-arc: Fixes a crash @throw'ing an objc message. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Jonathan D... | Continuing to improve and generalize how IDs are handle... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chad Rosier | Temporarily revert r135614 while I fix the cmake build. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Bill Wendling | Remove extraneous period. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chad Rosier | When the compiler crashes, the compiler driver now... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Evan Cheng | Match MCContext change. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Ted Kremenek | Fix -Wuninitialized regression involving functions... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chad Rosier | Whitespace. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chad Rosier | If -ccc-host-triple i386-pc-win32-macho or -ccc-host... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Fariborz Jahanian | arc-objc++: Issue an arc specific diagnostic when overl... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
NAKAMURA Takumi | test/CMakeLists.txt: Re-indent. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Benjamin Kramer | Unbreak build after API change. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | arrayref should now move in here, and redundant #includ... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | remove some now-redundant forward declarations. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | add raw_ostream and Twine to LLVM.h, eliminating a... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | now that we have a centralized place to do so, add... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | introduce a centralized place to introduce and inject... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | fix rdar://9780211 - Clang crashes with an assertion... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | fix a case where we're using ConvertType for a memory... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Evan Cheng | Match LLVM API change. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | as eli points out, we're not doing memory stuff here... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Chris Lattner | fix PR10395 - array decay can produce an interesting... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Douglas Gregor | Use a ContinuousRangeMap to map from the global macro... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Douglas Gregor | Use a ContinuousRangeMap to map from the global selecto... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Joerg Sonnenberger | PR10392: "#pragma GCC visibility" must not expand macro... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Douglas Gregor | Use a ContinuousRangeMap to map from the global identif... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Douglas Gregor | Try to appease MSVC's standard library. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Douglas Gregor | Use a ContinuousRangeMap to map from the global declara... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Joerg Sonnenberger | Spelling |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Richard Smith | Replace r134583's fix for PR10290 with one which also... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Richard Smith | Use the zero from the correct enumeration when initiali... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Sean Callanan | This fix (thanks to Doug Gregor) corrects a bug |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Ted Kremenek | Fix false negative in -Wuninitialized involving a ... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Ted Kremenek | Fix assertion failure in UninitializedValues.cpp where... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jordy Rose | [analyzer] Very minor cleanup in PthreadLockChecker... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jordy Rose | [analysis] Add checks for double-locking and lock order... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Chad Rosier | Refactor r135502 to avoid an empty if else condition... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Anna Zaks | Add FixItHints in case a C++ function call is missing... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Chad Rosier | Clang asserts "Invalid environment!" when using -ccc... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Benjamin Kramer | Update CMake build. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Argyrios Kyrtzidis | [arcmt] Add some additional driver flags to optionally... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Jeffrey Yasskin | Name the "c++0x-compat" warning group, and fix the... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Douglas Gregor | Revamp the SourceManager to separate the representation... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Ted Kremenek | Reduce -Wuninitialized time by 22% (on sqlite) by remov... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Ted Kremenek | Add hooks into the CFG builder to force that specific... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Nick Lewycky | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Evan Cheng | Match createTargetMachine API change. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Sean Hunt | Implement a __WCHAR_UNSIGNED__ macro and use it to... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Eric Christopher | Add .gitignore file. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Devang Patel | Check column number also. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Evan Cheng | MCContext now takes MCRegisterInfo. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Sean Hunt | Thanks to Chandler for reminding me to update the docum... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Sean Hunt | Remember to add a has_feature macro for __underlying_ty... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Jeffrey Yasskin | Define DiagnosticBuilder<<APValue so it's easy to inclu... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Frits van Bommel | Migrate LLVM and Clang to use the new makeArrayRef... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
NAKAMURA Takumi | lib/Headers/mm_malloc.h: Use __mingw_aligned_malloc... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Argyrios Kyrtzidis | [arcmt] When a NSData's 'bytes' family of methods are... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Argyrios Kyrtzidis | [arcmt] NSInvocation's [get/set]ReturnValue and [get... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Nick Lewycky | Don't crash when codegen'ing an empty redecl of a funct... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Nick Lewycky | In C99, emit an inline function when encountering an... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Chris Lattner | de-constify llvm::Type, patch by David Blaikie! |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Chris Lattner | Use the new llvm::TinyPtrVector class, which implements... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Chandler Carruth | Revert r135217, which wasn't the correct fix for PR1035... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Francois Pichet | Do not modify string returned by getenv on Windows. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Benjamin Kramer | Zero this struct in a way that neither depends on the... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Ted Kremenek | [analyzer] Per discussions with the Cocoa team, extend... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Ted Kremenek | [analyzer] Place checking for Core Foundation "Create... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Fariborz Jahanian | Remove a gcc warning. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Joerg Sonnenberger | Correctly handle sysroot prefix in -print-search-dirs... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Fariborz Jahanian | Fix a typo. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Argyrios Kyrtzidis | [arcmt] It's not safe to remove the -release on "[... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Tanya Lattner | This handles the missing cases of opencl vector literals. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Jordy Rose | Update retain-release.m to match updated warnings from... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Argyrios Kyrtzidis | [libclang] Map canonical decl of a category implementat... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Argyrios Kyrtzidis | Revert r135304 and apply fix in clang_getCanonicalCurso... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Jordy Rose | Add tests for CFRefReport's path notes, and fix a few... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Argyrios Kyrtzidis | [arcmt] Rewrite to "foo = nil;" not "foo = 0;", as... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Chad Rosier | Prevent the -save-temps flag from modifying the input... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Douglas Gregor | Augment the interface of ExternalASTSource::FindExterna... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Argyrios Kyrtzidis | The canonical decl for an ObjCImplDecl is it's interfac... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Argyrios Kyrtzidis | [arcmt] For: |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Douglas Gregor | Don't refer to check.deps unless LLVM_INCLUDE_TESTS... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Jordy Rose | [analyzer] GNU __null is a pointer-sized integer, not... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Joerg Sonnenberger | Fix typo |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Jeffrey Yasskin | Use the new APFloat::convertToInt(APSInt) function... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Douglas Gregor | Store bracket locations for array subscript expressions... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Douglas Gregor | When creating a property in a class extension, make... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Jay Foad | Convert CallInst and InvokeInst APIs to use ArrayRef. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
John McCall | Restore the C-style cast hack for enum template arguments, |
commit | commitdiff | tree | snapshot |
next |