2011-05-06 |
Anders Carlsson | Warn when trying to call a pure virtual member function... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Joerg Sonnenberger | Rename ContainsCompileAction to ContainsCompileOrAssemb... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sean Hunt | Do defaulted constructors properly. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sean Hunt | Revert r130912 in order to approach defaulted functions... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Richard Smith | Slight tweak to alias template error handling: don... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Richard Smith | Update www: we now mangle references to function parame... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Fariborz Jahanian | type of last arg of objc_assign_ivar is ptrdiff_t. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Richard Smith | Implement support for C++0x alias templates. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Fariborz Jahanian | __alignof attribute on the field must consider |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Douglas Gregor | When the environment variable LIBCLANG_RESOURCE_USAGE... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Eli Friedman | PR9849: Fix _mm_setr_pi32 and friends to actually work... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Daniel Dunbar | tests: Force a triple in this test (so uint128 is present). |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Fariborz Jahanian | When instantiating a block expression, the instantiated |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Devang Patel | Do not drop uint128 on the floor. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Douglas Gregor | Scoped enumerations should not be treated as integer... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Douglas Gregor | When providing code completions for an Objective-C... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Argyrios Kyrtzidis | Introduce a Diagnostic::Report function that accepts... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Ted Kremenek | Place "incompatible pointer types assigning..." warning... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Ted Kremenek | Add Checker callback for running a checker at the end... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Sean Hunt | Implement some framework for defaulted constructors. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Daniel Dunbar | Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Matt Beaumont-Gay | Look through block pointers and ObjC object pointers |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Douglas Gregor | With invalid overloaded operators, we can get into... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Nick Lewycky | Preserve the full name of the file, so that '-c -o... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Sean Hunt | Change cycle detection to be based off of a warning... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Douglas Gregor | When adding KVC code completions, keep track of all... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Sean Hunt | there i fixed it |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Ted Kremenek | ASTUnit::LoadFromASTFile(): recover the resources from... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Douglas Gregor | Clean up Sema::BuildCXXNestedNameSpecifier()'s creation... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Matt Beaumont-Gay | Implement Sema::isExprCallable. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Douglas Gregor | When converting an integral template argument value... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Bill Wendling | Pack ivar offsets together. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Nick Lewycky | Record where the GCOV data files should be placed. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Bill Wendling | Simplification noticed by Chris. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Daniel Dunbar | tests: Tweak test to at least use a standard arch,... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Fariborz Jahanian | And a test case for my last patch. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Fariborz Jahanian | More ms_struct bitfield stuff: |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Argyrios Kyrtzidis | Change test/PCH/cxx-static_assert.cpp so that it doesn... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Axel Naumann | From Vassil Vassilev: |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Axel Naumann | Add C++ include paths for libstdc++ with Ubuntu 11... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Sean Hunt | Implement a better version of delegating constructor... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Nick Lewycky | No, fix this use after free properly. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Bill Wendling | Convert the non-temporal store builtins to LLVM-native IR. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Nick Lewycky | Fix use after free through StringRef. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
John McCall | Type prefixes of unresolved-names should only be mangle... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Ted Kremenek | Enhance clang_getCXTUResourceUsage() to return the... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Sean Hunt | Implement serialization of delegating constructors. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Sean Hunt | Ensure that delegating constructor loop detection uses... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Sean Hunt | Fix the delegating constructors test to not rely on... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Douglas Gregor | When tag lookup finds something ambiguous, and we're... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Richard Trieu | Fix a typo in a test. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Douglas Gregor | Introduce a new libclang API, clang_isFileMultipleInclu... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Argyrios Kyrtzidis | Introduce ASTUnit::LoadFromCompilerInvocationAction... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Sean Hunt | Ensure that destructors are properly inovked when an... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Fariborz Jahanian | Only the first zero-length bitfield decides alignment of |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Sean Hunt | Move the AST modifications to after the cycle detection in |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Douglas Gregor | Extend -Wnon-pod-memset to also encompass memcpy()... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Devang Patel | Silence warnings. |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Fariborz Jahanian | Finish off rules for z-length bitfields in ms_struct |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Sean Hunt | Fix delegating constructors stylistic issues. |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Douglas Gregor | Separate the -Wnon-pod-memset warnings into two separat... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Benjamin Kramer | Remove unused but set variable. |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Argyrios Kyrtzidis | Fix a double free when parsing malformed code. Fixes... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Chandler Carruth | When parsing a template friend declaration we dropped... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Douglas Gregor | Only check the use of memset() if we're refering to... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Bruno Cardoso... | Add a few ARM coprocessor builtins. The llvm side of... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Jeffrey Yasskin | Remove several more rvalue references from swap argumen... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Lenny Maiorani | Removing strncpy() checking in CString checker for... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Devang Patel | Update metadata id number in string compare check. |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Daniel Dunbar | Revert r130750, "Make the mno flags match GCC. Patch... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Michael J.... | Make the mno flags match GCC. Patch by Alexander Best! |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Ted Kremenek | Use the canonical decl when generating the locations... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Richard Trieu | Added an assert to IntegerLiteral to ensure that the... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Devang Patel | Function with internal linkage name do not have mangled... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Devang Patel | Do not try to get mangled name of block helpers. Apply... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Ted Kremenek | Tweak the retain/release checker to not stop tracking... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Eric Christopher | Add the -mstackrealign option which just communicates... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Daniel Dunbar | Driver/Darwin: Honor --sysroot= when invoking the linke... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Chad Rosier | Fixed test case asserts due to checkin of r130710. |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Devang Patel | Emit debug info for __destroy_helper_block_ and __copy_... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Eli Friedman | Skip extra copy from aggregate where it isn't necessary... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Ted Kremenek | Augment retain/release checker to not warn about tracke... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Chad Rosier | When using -std= flag added check to make sure language... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Lenny Maiorani | Implements strncasecmp() checker and simplifies some... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Chandler Carruth | Don't abuse reinterpret cast to do something the API... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Manuel Klimek | Adds a test for the command line parser when a quoted... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Argyrios Kyrtzidis | Add a warning for when reinterpret_cast leads to undefi... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Eli Friedman | Switch CallArgList from an std::pair to a new CallArg... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Eli Friedman | Simplify code a bit by using CallArgList::add. No... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Rafael Espindola | Disable CFI if not using the integrated assembler.... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Fariborz Jahanian | More rule enforcement of zero bitfields for ms_struct. |
commit | commitdiff | tree | snapshot |
2011-05-02 |
NAKAMURA Takumi | lib/Frontend/InitHeaderSearch.cpp: Tweak AddPath()... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
NAKAMURA Takumi | test/CodeGenCXX/vtable-debug-info.cpp: It does not... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
NAKAMURA Takumi | test/CodeGenCXX/debug-info-namespace.cpp: Add explicit... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Nick Lewycky | Remove redeclaration of Invalid. The code that set... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Nick Lewycky | Remove unused variable spotted by GCC. |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Nick Lewycky | Remove unused variable, but keep function call with... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Chandler Carruth | I updated this constructor's interface, and didn't... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Nick Lewycky | Remove dead variable caught by GCC. |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Chandler Carruth | Nuke stale code for separately importing the qualifer... |
commit | commitdiff | tree | snapshot |
next |