2010-11-03 |
Argyrios Kyrtzidis | Implement -working-directory. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Argyrios Kyrtzidis | Fix an assertion. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Nick Lewycky | Make this error less specific but also less likely... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Douglas Gregor | When producing overload candidates for binary built... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
David Chisnall | Some fixes for synthesized ivar metadata (GNU runtime). |
commit | commitdiff | tree | snapshot |
2010-11-03 |
David Chisnall | Added cursor visitor that takes a block as an argument... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Zhongxing Xu | fix test case. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Zhongxing Xu | Do not add elidable CXXConstructExpr as block-level... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Marcin Swiderski | Added generating destructors for temporary objects... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Rafael Espindola | Revert while I debug test failures :-( |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Rafael Espindola | Switch clang to run ld directly on linux. I tested... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Anders Carlsson | When setting a tied check if it's already tied. If... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Anders Carlsson | A number in an input constraint can't point to a read... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Sean Hunt | Provide an error when a non-identifier name (such as... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Douglas Gregor | Improve source-location information for CXXConstructExp... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Ted Kremenek | Don't add Decls with an invalid location to DeclsInCont... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Ted Kremenek | Hack to workaround deficiency in ObjC ASTs. Functions... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
John Thompson | Tests for inline asm constraints, generic and x86. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Daniel Dunbar | Add link to LLVM releases page. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Fariborz Jahanian | Fixes an assertion violation when bind to temporary |
commit | commitdiff | tree | snapshot |
2010-11-02 |
John McCall | Ensure that static local variables in function template... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Douglas Gregor | Teach code completion to provide property results when... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Daniel Dunbar | Driver: Silently ignore -fasm-blocks for now instead... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Rafael Espindola | Add support for Fedora 14. Patch by Daniel Kozlowski. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
John McCall | Unbreak private_extern, which apparently we had zero... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Fariborz Jahanian | Fix a crash mangling decayed val argument-typed function. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Argyrios Kyrtzidis | Properly handle temporaries that are created in a AsmStmt. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
John McCall | Ignore attributes on classes when calculating visibilit... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Fariborz Jahanian | Diagnose a coherant message when @interface |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Douglas Gregor | Teach SourceManager::getPresumedLoc() how to fail grace... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Douglas Gregor | When performing template argument deduction against... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Douglas Gregor | Make my test case test what it meant to |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Ted Kremenek | Encapsulate within CXCursor the notion of whether a... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Douglas Gregor | Teach the CStringChecker and PthreadLockChecker about... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Douglas Gregor | Eliminate an unused local variable |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Argyrios Kyrtzidis | Clean up temporaries created by an asm statement. Fixes... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Douglas Gregor | Harden Sema::MaybeBindTotemporary. |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Fariborz Jahanian | Restore patch for PR8453 which was undone in r117829 |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Douglas Gregor | Do not compare invalid source locations |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Argyrios Kyrtzidis | Emit error when using a bound member function for somet... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Douglas Gregor | Require that the types of the parameters of a block... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Devang Patel | Simplify. Builtin types' context is always implied. |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Anders Carlsson | Don't update empty field subobjects for bitfields.... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Douglas Gregor | Plug a leak in the preprocessing record's handling... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Douglas Gregor | Disable some timing code |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Zhongxing Xu | Explicitly handle CXXBindTemporaryExpr, CXXFunctionalCa... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Zhongxing Xu | Now initializer of C++ record type is visited as block... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Zhongxing Xu | Make all CXXConstructExpr's block-level expressions... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
John McCall | Only apply -fvisibility-inlines-hidden to definitions... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Anders Carlsson | Get rid of more calls to getBaseClassOffsetInBits. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Anders Carlsson | Port over a couple of getVBaseClassOffsetInBits call... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Anders Carlsson | Rename getBaseClassOffset to getBaseClassOffsetInBits... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Anders Carlsson | Start converting over the RecordLayoutBuilder next. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Anders Carlsson | EmptyObjectMap now uses CharUnits wherever possible. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Anders Carlsson | More CharUnits conversion. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Anders Carlsson | More CharUnits conversion. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Anders Carlsson | Use CharUnits in the EmptyClassOffsets map. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Anders Carlsson | Add a DenseMapInfo specializaiton for CharUnits. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Nick Lewycky | Correct typos and whitespace, spotted by Nico Weber! |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Nick Lewycky | Fix typo spotted by Nico Weber. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Anders Carlsson | Baby steps towards using only CharUnits for base class... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Anders Carlsson | Teach the constant expr evaluator about derived-to... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Zhanyong Wan | Make Clang static analyzer skip function template defin... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Anders Carlsson | Don't try to evaluate the LHS or RHS of a member pointe... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Argyrios Kyrtzidis | Emit an error when trying to form a pointer-to-member... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Argyrios Kyrtzidis | renamed: test/SemaCXX/ptrtomember-badcall.cpp -... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Daniel Dunbar | Revert r117678, "Qualified 'id' should implement all... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Benjamin Kramer | Turns out that we may end up calling dladdr on GetExecu... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Benjamin Kramer | This function doesn't need external linkage either. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
John McCall | Better solution: calculate the visibility of functions... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
John McCall | GCC faithfully calculates visibility for variables... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Benjamin Kramer | Use the expanded form of S_ISREG. Hopefully this unbrea... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Nick Lewycky | Preserve the template type parameter name when instanti... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Chris Lattner | Rename alignof -> alignOf to avoid irritating C++'0x... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Douglas Gregor | Flush statements after writing each DECL_CXX_BASE_SPECI... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Argyrios Kyrtzidis | Don't remove the init expression from the initializer... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Argyrios Kyrtzidis | Add test/SemaCXX/crash-PR7625.cpp into test/SemaCXX... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Argyrios Kyrtzidis | test/SemaCXX/crash-8124080.cpp -> test/SemaCXX/crashes.cpp |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Ted Kremenek | Add test case for <rdar://problem/8610363> (a bogus... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Douglas Gregor | Make the deserialization of macro definitions lazy... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
John McCall | When list-initializing a vector, try to copy-initialize... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Dan Gohman | Don't test isRegularFile before calling eraseFromDisk... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Dale Johannesen | Handle Type.h a better way. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Fariborz Jahanian | Improve diagnostics reporting of un-implemented |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Dale Johannesen | Generate bitcasts going in and out of MMX parameters |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Dan Gohman | Use CodeGenFunction's getContext(), for consistency. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Dan Gohman | These functions don't need external linkage. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Douglas Gregor | Make the deserialization of C++ base class specifiers... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
John McCall | Restore r117644, this time properly ignoring -fvisibili... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Rafael Espindola | Use objdir != srcdir in the getting started doc. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Rafael Espindola | Update tests to not search of as. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Rafael Espindola | Switch to using the integrated assembler by default... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Fariborz Jahanian | If Consumer object failed to create due to some |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Fariborz Jahanian | Qualified 'id' should implement all of static class... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Devang Patel | After processing named unions do not fall through to... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Argyrios Kyrtzidis | When doing name lookup for members don't look into... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Daniel Dunbar | Revert r117644, "Apply visibility in IR gen to variable... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
John McCall | Don't assert on attempts to throw 'bool'. I wonder... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
John McCall | Apply visibility in IR gen to variables that are merely... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Marcin Swiderski | Added CFGTerminator class, that holds information about... |
commit | commitdiff | tree | snapshot |
next |