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 |
2012-11-08 |
Abramo Bagnara | Avoid to write function name in comment. Thanks to... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Abramo Bagnara | Readded line removed by mistake. |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Abramo Bagnara | Fixed converted ConstantArrayTypeLoc range. Added a... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Abramo Bagnara | Fixed range of implicit MemberExpr. |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Benjamin Kramer | Set TLSSupported to false on Haiku. |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Daniel Dunbar | Driver/Darwin: The -arch argument values aren't exactly... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Bob Wilson | Rip out a bunch of code for invoking gcc from clang. |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Bob Wilson | Remove code to fall back to llvm-gcc for i386 kexts. |
commit | commitdiff | tree | snapshot |
2012-11-08 |
David Blaikie | PR14284: crash on ext-valid returning NULL from a void... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Richard Smith | When deciding whether to convert an array construction... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Dmitri Gribenko | Force C89 for c-index-test.c |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Michael J.... | [Driver] Fix -Wp,-MMD pr13959 |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Nico Weber | Reduce nesting. No functionality change. |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Richard Trieu | When template deduction fails on a derived class, try... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Fariborz Jahanian | objective-C blocks: bring back the CharUnit patch for |
commit | commitdiff | tree | snapshot |
2012-11-07 |
David Blaikie | PR12713 - crash on invalid due to unmatched parens... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Fariborz Jahanian | objective-C modern translator. Start the line |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Douglas Gregor | When loading a module fails because it is out of date... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
David Blaikie | Test for source location range of new expressions fixed... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Jordan Rose | [analyzer] Check that the argument to CFMakeCollectable... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
David Chisnall | Fix the Objective-C exception rethrow from cleanups... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Jordan Rose | [analyzer] Add some examples for the common REGISTER_... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Jordan Rose | [analyzer] Enhance docs for checker callbacks (esp... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Ted Kremenek | Add -Wmismatched-return-types flag for existing warning... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Ted Kremenek | Add -Wmismatched-parameter-types flag for existing... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Richard Smith | PR11851 (and duplicates): Whenever a constexpr function... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Fariborz Jahanian | modern ObjC translator. Insert line number for @synchro... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Eli Friedman | Add missing check to warning for packed attribute.... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Manuel Klimek | Create helper functions in StmtDumper for outputting... |
commit | commitdiff | tree | snapshot |
next |