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 |
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 |
next |