2012-11-14 |
Anders Carlsson | Use consistent spelling of 'behavior' in a C++ warning. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Nick Lewycky | This function isn't called SaveFiles any more. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Eli Friedman | Fix an assertion failure printing the unused-label... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Richard Smith | Remove another questionable use of hasTrivial*. The... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
John McCall | Accept and pass arguments to __unknown_anytype in argument |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Matt Beaumont-Gay | Fix typo |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Eric Christopher | Revert "Use the 'count' attribute instead of the 'upper... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Eli Friedman | Don't try to save the assigned value in a Objective... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Nico Weber | [ms] Make mangleIntegerLiteral less aware of exact... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Kaelyn Uhrain | For classes that have the warn_unused_result attribute... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Anna Zaks | [analyzer] Address Jordan's code review for r167813. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Daniel Dunbar | Revert r167801, "[preprocessor] When #including somethi... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
David Blaikie | Simplify function try/catch scope handling. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Daniel Jasper | Fix AST-matcher descendant visiting for Types, TypeLocs... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Benjamin Kramer | This patch makes the behavior of clang consistent with... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Nico Weber | UCNs in char literals are done (in LiteralSupport)... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Argyrios Kyrtzidis | Copy the decls returned by DeclContext::lookup_result... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Anna Zaks | Add a test that shows that reporting a leak after failu... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Anna Zaks | Fix a Malloc Checker FP by tracking return values from... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Bill Wendling | Use the 'count' attribute instead of the 'upper_bound... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Eli Friedman | Fix IR generation for bool on PPC (and any other target... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Argyrios Kyrtzidis | [preprocessor] When #including something that contribut... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Argyrios Kyrtzidis | In Lexer::LexTokenInternal, avoid code duplication... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Bill Wendling | Disable accelerator tables when compiling with LTO. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Richard Smith | Fix some wrong-code bugs in implicitly-defined assignme... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Kaelyn Uhrain | A couple of small fixes to r167783 |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Anna Zaks | [analyzer] Address Jordan's feedback for r167780. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Ted Kremenek | Fix bad CFG construction bug when handling C++ 'try... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Nick Lewycky | When filtering the list of associated namespaces so... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Kaelyn Uhrain | Enable C++11 attribute syntax for warn_unused_result... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Anna Zaks | [analyzer] Follow up to r167762 - precisely determine... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Richard Smith | Factor duplicated implicit memcpy call generation code... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Eric Christopher | Finish reverting r167761, it's causing test failures. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Rafael Espindola | Remove duplicated line. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
David Blaikie | Fix more try scoping bugs introduced by r167650. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Bill Wendling | That's causing an error. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Anna Zaks | [analyzer] Fix a regression (from r 165079): compare... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Bill Wendling | Don't test for incomplete types. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Richard Smith | Remove abuse of hasTrivial*, and fix miscompile wherein... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Chad Rosier | If we encounter a fatal error, exit with status 70... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Ted Kremenek | Per discussion on cfe-dev, re-enable suppression of... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Bill Wendling | Update testcase to show that we don't emit an error... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Chad Rosier | If we encounter a fatal error, call the interrupt handl... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
David Blaikie | 80 cols & unnecessary braces from r167736. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
David Blaikie | Correct printing of nested anonymous type member accesses. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Bill Wendling | The register constraint could mean a 16- or 8-bit register. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Bill Wendling | Check that the input size is correct for the given... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Rafael Espindola | Remove calls to getMostRecentDecl. The case they were... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Rafael Espindola | In Sema::MergeVarDecl we handle merging of storage... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Justin Holewinski | [NVPTX] Fix const modifier on builtins |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Daniel Jasper | Fix binding of nodes in case of forEach..() matchers. |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Nico Weber | Remove unneeded includes from IdentifierTable |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Nico Weber | Delete comment reference to non-existent method |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Nico Weber | s/BCPLComment/LineComment/ |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Nico Weber | FileCheckize test |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Richard Smith | Fix a typo which Matt pointed out. |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Fariborz Jahanian | objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Douglas Gregor | Rework my implementation of circular-reference finding... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Michael Liao | Add clang support of RTM from TSX |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Richard Smith | -momit-leaf-frame-pointer is a -m option, not a -f... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Ted Kremenek | Revert "Disable -Wimplicit-fallthrough when not using... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Meador Inge | Add a few more test cases for verifying -fno-builtin. |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Ted Kremenek | Disable -Wimplicit-fallthrough when not using C++. |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Jordan Rose | [analyzer] When invalidating symbolic offset regions... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
David Blaikie | Handle redeclarations of catch variables in catch blocks. |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Douglas Gregor | Diagnostic circular inheritance involving dependent... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
David Blaikie | PR14296: function parameter name collisions in function... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Eli Friedman | Make __LDBL_MAX__ etc. have the correct type on targets... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Jordan Rose | -Wobjc-literal-compare: look through implicit casts. |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Justin Holewinski | [NVPTX] Add __nvvm_* intrinsics as Clang builtins |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Richard Smith | Document -W in clang --help. Also make the help text... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Richard Smith | Don't include the help for -mips* in clang --help.... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Richard Smith | -Wlarge-by-value-copy may be awesome, but it really... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Richard Smith | PR13788: Don't perform checks on the initializer of... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Argyrios Kyrtzidis | Remove leftover code. |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Argyrios Kyrtzidis | Add lldb data formatters for clang classes, starting... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Richard Smith | Remove --help text for deprecated sanitizer options... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Richard Smith | PR14303: Add a NoDriverOption flag to those options... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Chad Rosier | Add string to try and fix build from r167629. |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Argyrios Kyrtzidis | Add a SourceLocation::printToString() that returns... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Argyrios Kyrtzidis | Add a FileCharacteristic parameter to SourceManager... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Argyrios Kyrtzidis | Turn FrontendInputFile into an immutable class and... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Argyrios Kyrtzidis | Make CompilerInstance::InitializeSourceManager accept... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Rafael Espindola | Don't use so many bits. |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Chad Rosier | Implement -mstrict-align using '-backend-option -arm... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Chad Rosier | Add test case for r167619. |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Chad Rosier | [driver] Add a -mstrict-align compiler option for ARM... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Andy Gibbs | Improved support for removing the comma preceding __VA_... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Nico Weber | Use isInvalidDecl() instead of isStatic() as suggested... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Nico Weber | Don't crash on calling static member overloaded operato... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Bob Wilson | Remove old driver code to grab the iOS simulator versio... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Nico Weber | [ms] Implement int64_t version of mangleNumber() in... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Nico Weber | [Windows] Fix mangling of number literal '0' |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Bob Wilson | Remove more code related to invoking llvm-gcc. <rdar... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
David Blaikie | Fix a source range regression in C++ new expressions... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Matt Beaumont-Gay | Fix a bug I found while preparing my devmtg talk: When... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
NAKAMURA Takumi | llvm/ConstantFolding.cpp: Make ReadDataFromGlobal(... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Benjamin Kramer | LiteralSupport: Don't overflow the temporary buffer... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Benjamin Kramer | LiteralSupport: Clean up style violations. No functiona... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Abramo Bagnara | Allow to pass from syntactic form of InitListExpr to... |
commit | commitdiff | tree | snapshot |
next |