2010-11-13 |
John McCall | Introduce a null-to-pointer implicit cast kind. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Ted Kremenek | CursorVisitor: Migrate BlockExpr, CXXTemporaryOBjectExp... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Ted Kremenek | CursorVisitor: Migrate DeclRefExpr over to data-recursi... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Ted Kremenek | CursorVisitor: migrate GotoStmt to data-recursive algor... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Ted Kremenek | CursorVisitor: migrate DeclStmt over to data-recursive... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Ted Kremenek | CursorVisitor: Convert logic for populating data-recurs... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Nick Lewycky | Use dyn_cast result instead of re-casting. Fixes -Werro... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Douglas Gregor | Implement C++ [over.match.funcs]p4 as it concerns parti... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Ted Kremenek | CursorVisitor: Pull ObjCMessageExpr and explicit casts... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Ted Kremenek | CursorVisitor: migrate ObjCMessageExpr over to data... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Ted Kremenek | CursorVisitor: migrate UnresolvedMemberExpr and Unresol... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Ted Kremenek | CursorVisitor: migrate CompoundLiteralExpr over to... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Ted Kremenek | CursorVisitor: add data-recursion support for InitListE... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Benjamin Kramer | Reduce string thrashing. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Ted Kremenek | CursorVisitor: migrate 'DoStmt', 'ForStmt', and 'WhileS... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Ted Kremenek | CursorVisitor: use 'WLAddStmt' and 'WLAddDecl' for... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Ted Kremenek | CursorVisitor: migrate 'IfStmt' over to data-recursive... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Ted Kremenek | CursorVisitor: migrate handling of SwitchStmt and CaseS... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Bob Wilson | Generalize ASTContext::areCompatibleVectorTypes to... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Bob Wilson | Increase VectorTypeBitfields::VecKind field from 2... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Bob Wilson | Use ASTContext::getTypeInfo to find the vector element... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Bob Wilson | Add a separate NeonPolyVector kind to distinguish polyn... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Bob Wilson | Add special-case mangling for Neon vector types. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Benjamin Kramer | Use a twine. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
John McCall | Replace one hack with a different hack: strip out... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
John McCall | API enhancements to TypeLocBuilder. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Douglas Gregor | Make sure to always check the result of |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Ted Kremenek | Fix use of an uninitialized SourceLocation because... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Douglas Gregor | When performing initialization of a copy of a temporary... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Rafael Espindola | Add support for -nostdlib in the linux toolchain. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Ted Kremenek | Modify CursorVisitor to also walks CXXOperatorCallExprs... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Ted Kremenek | RegionStore/BasicStore: do not return UndefinedVal... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Douglas Gregor | Teach debug-info generation that SourceManager::getPres... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Rafael Espindola | Add support for -s, -pthread and -pthreads. Thanks... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Daniel Dunbar | Driver: Allow build system override of default non... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Ted Kremenek | Temporarily remove this test. It is causing an asserti... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Ted Kremenek | Annotate tokens in a separate thread to avoid blowing... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Ted Kremenek | Generalize data-recursive visitation in CursorVisitor... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
John McCall | Undo a refactor-o and base the bitfield-truncation... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
NAKAMURA Takumi | test/CMakeLists.txt: Use ${LLVM_LIT_ARGS} and remove... |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Francois Pichet | Remove some unnecessary reinterpret_cast. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
John McCall | Extend the bitfield-truncation warning to initializations. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Rafael Espindola | Add -rdynamic to freebsd and openbsd. Patch by Ruben. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Rafael Espindola | Add support for Exherbo. Patch by Elias Pipping. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
John McCall | Unnest; no functionality change. |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Douglas Gregor | Improve ASTUnit's capture of diagnostics so that the |
commit | commitdiff | tree | snapshot |
2010-11-11 |
Fariborz Jahanian | Adding couple of Block API, a bug fix and |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Chris Lattner | add a note about inline asm compatibility. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
John McCall | When -Wconversion computes the range of a type, it... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Devang Patel | test case for r118726. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Bob Wilson | Add a variant of GCC-style vector types for ARM NEON. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Douglas Gregor | Document a language-compatibility issue with function... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Douglas Gregor | Instantiate class member template partial specializatio... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Fariborz Jahanian | Check for duplicate declaration of a property in curren... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
John McCall | Propagate the deprecated and unavailable attributes... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Ted Kremenek | Region-allocate all AttributeList objects from a factor... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Argyrios Kyrtzidis | Replace UsingDecl's SmallPtrSet of UsingShadowDecls... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Rafael Espindola | Add support for Ubuntu Jaunty. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
John McCall | Friend function declarations can overload with tag... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
John McCall | Diagnose attempst to template using declarations and... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Chris Lattner | make sure #pragma clang is treated the same way as... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
John McCall | Tweak to bitfield-overflow warning: don't warn about... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
John McCall | Typo. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
John McCall | Add a warning for implicit truncation of constant value... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Daniel Dunbar | Add a compat note about how Clang doesn't zero-initiali... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
John McCall | Split out -Wconversion warnings about constant precisio... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Fariborz Jahanian | Test moved to its correct place. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Fariborz Jahanian | Restore patch reversed in r118475. Fixes |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Douglas Gregor | Attempt to resolve overloaded functions in comma expres... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Fariborz Jahanian | Issues good diagnostic when @end is missing. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Chris Lattner | fix PR8380, a crash on invalid due to an illogical... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Douglas Gregor | Revert the fix for PR8013. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Benjamin Kramer | Simplify code. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Chris Lattner | make the example a bit better, encouraging people to... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Ted Kremenek | Replace "#if __clang__" by "#if __has_feature(attribute... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Charles Davis | Use the right calling convention when mangling names... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Bruno Cardoso... | Add support for soft/hard float options to the Sparc... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Rafael Espindola | Include System/DataTypes.h in Diagnostic.h to get intptr_t. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Douglas Gregor | Handle overload resolution when calling an overloaded... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Douglas Gregor | Make #pragma unused work for static local variables. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
David Chisnall | Remove the use of aliases in outputted code from ObjC... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Nick Lewycky | Remove debugging printf. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
NAKAMURA Takumi | lib/Lex/PPMacroExpansion.cpp: Fixup to appease MSVC. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Douglas Gregor | ntroduce clang_getSpellingLocation() into libclang... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Douglas Gregor | Revert r118492, which didn't update all of its tests... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Douglas Gregor | Appeasing MSVC, take 3 |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Douglas Gregor | Introduce clang_getSpellingLocation() into libclang... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Anders Carlsson | Introduce the concept of a non-virtual base type to... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Douglas Gregor | Try to appease MSVC |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Douglas Gregor | Add missing include |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Douglas Gregor | Teach code completion not to include out-of-line declar... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Argyrios Kyrtzidis | Fix the test for Release. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Douglas Gregor | Add __nullptr as a C++0x nullptr literal, available... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Douglas Gregor | Fix source locations in unnamed bitfield diagnostic... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
NAKAMURA Takumi | libclang and c-index-test can be built on Cygming. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
NAKAMURA Takumi | c-index-test: Be available on Cygwin by using Win32... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Douglas Gregor | sprintf -> snprintf conversion, from Vladimir Kirillov |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Fariborz Jahanian | Remove this test for now. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Fariborz Jahanian | Reverse patch for // rdar://8632525. It might |
commit | commitdiff | tree | snapshot |
next |