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 |
2010-11-09 |
Fariborz Jahanian | Remove space from rdar URIs. |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Ted Kremenek | Teach AttrNonNullChecker about transparent unions.... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Ted Kremenek | Fix InitListExpr::getSourceRange() to work in the case... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Argyrios Kyrtzidis | Fix miscompilation regarding VLAs; subscription of... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
John McCall | When re-using a vtable slot for the nearest overridden... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Nick Lewycky | Fix warning about unused variable 'Fn' in no-asserts... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Nick Lewycky | Don't lose track of previous-declarations when instanti... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Fariborz Jahanian | Provide a precise builtin declaration for objc_msgSend |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Craig Silverstein | 1) Fix a typo in PPCallbacks: It's elif, not elfif... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Ted Kremenek | Add CursorVisitor::VisitBinaryOperator() to explicitly... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Douglas Gregor | If an instance method messages is sending to an express... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
John McCall | Document Clang's support for attributes on individual... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Roman Divacky | Add a forgotten break. Found by Rafael Espindola! |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Argyrios Kyrtzidis | When building a compound literal, check that the base... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Fariborz Jahanian | Fixes a rewrite bug, rewriting nested property usage |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Roman Divacky | Use integrated-as for processing .s files on FreeBSD... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Douglas Gregor | Improve our handling of C++ [class.copy]p3, which speci... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Ted Kremenek | Only enable the ObjCAtSyncChecker when the translation... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Douglas Gregor | When attempting reference binding to an overloaded... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Rafael Espindola | Pass "-z relro" as two arguments. This works with both... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Ted Kremenek | Clean up some of the comments in Index.h (e.g., misname... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Douglas Gregor | Add missing test case for PR8230 |
commit | commitdiff | tree | snapshot |
2010-11-08 |
Douglas Gregor | Properly diagnose invalid casts to function references... |
commit | commitdiff | tree | snapshot |
2010-11-08 |
NAKAMURA Takumi | test/CodeGenCXX/rtti-linkage.cpp: Get rid of sort(1... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Rafael Espindola | Use the integrated assembler when procession .s files... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Douglas Gregor | Remove broken support for variadic templates, along... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Rafael Espindola | Add support for -rdynamic. |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Rafael Espindola | Use ld directly on linux. Changes from the previous... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Anders Carlsson | A union cannot contain static data members or data... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Ted Kremenek | Change the StringSet used by CalculateHiddenNames(... |
commit | commitdiff | tree | snapshot |
2010-11-07 |
Ted Kremenek | Fix memory leak of IdentifierIterator object. |
commit | commitdiff | tree | snapshot |
2010-11-07 |
John McCall | ARM EH uses a different personality function in C. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Argyrios Kyrtzidis | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Anders Carlsson | Don't warn when matching %p to nullptr. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
John McCall | Simplify the logic for emitting guard variables for... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Craig Silverstein | Fix a bug where we were recursing on friend decls for... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Craig Silverstein | Add PPCallbacks for #if/#ifdef/etc. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Argyrios Kyrtzidis | When determining which template partial specialization... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Douglas Gregor | When searching for an instantiated declaration requires... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Douglas Gregor | Check for an invalid field earlier in a constructor... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Argyrios Kyrtzidis | Don't write an empty DIAG_USER_MAPPINGS record. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Argyrios Kyrtzidis | Read/write from/to PCH the diagnostic mappings that... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Argyrios Kyrtzidis | Initialize the array with the "C++ way". |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Douglas Gregor | Teach clang_getCursorReferenced() that a |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Benjamin Kramer | Put class into an anonymous namespace. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Fariborz Jahanian | Proper rewriting of block envokation with |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Daniel Dunbar | libclang: Enable requesting a larger stack for several... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Anders Carlsson | Expressions of type std::nullptr_t can be used as senti... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Daniel Dunbar | libclang: Add some support for running certain entry... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Daniel Dunbar | Fix 80-col violas. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Anders Carlsson | Implement [over.ics.rank]p4: A conversion that does... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Benjamin Kramer | Adjust return type of thread_runner. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
John McCall | Use the real keyword location when rebuilding an elabor... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Anders Carlsson | Pass a -I flag when compiling nullptr.cpp so the typein... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Argyrios Kyrtzidis | Don't be so eager to replace UsingDecls in a DeclContex... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Anders Carlsson | std::nullptr_t is a fundamental type for RTTI purposes. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Anders Carlsson | Mangle std::nullptr_t as specified by the Itanium C... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Argyrios Kyrtzidis | Don't instantiate members not belonging in the semantic... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Anders Carlsson | It's OK to use nullptr in relational operators if the... |
commit | commitdiff | tree | snapshot |
next |