summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Improved support for removing the comma preceding __VA_ARGS__ where __VA_ARGS__Andy Gibbs2012-11-09
* Use isInvalidDecl() instead of isStatic() as suggested by dblaikie.Nico Weber2012-11-09
* Don't crash on calling static member overloaded operator, PR14120Nico Weber2012-11-09
* Remove old driver code to grab the iOS simulator version from the -D option.Bob Wilson2012-11-09
* [ms] Implement int64_t version of mangleNumber() in terms of the APSInt version.Nico Weber2012-11-09
* [Windows] Fix mangling of number literal '0'Nico Weber2012-11-08
* Remove more code related to invoking llvm-gcc. <rdar://problem/11991320>Bob Wilson2012-11-08
* Fix a source range regression in C++ new expressions with call initializers.David Blaikie2012-11-08
* Fix a bug I found while preparing my devmtg talk: When passing NULL to aMatt Beaumont-Gay2012-11-08
* llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi2012-11-08
* LiteralSupport: Don't overflow the temporary buffer when decoding invalid str...Benjamin Kramer2012-11-08
* LiteralSupport: Clean up style violations. No functionality change.Benjamin Kramer2012-11-08
* Allow to pass from syntactic form of InitListExpr to semantic form (just as v...Abramo Bagnara2012-11-08
* Avoid to write function name in comment. Thanks to Dmitri Gribenko.Abramo Bagnara2012-11-08
* Readded line removed by mistake.Abramo Bagnara2012-11-08
* Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...Abramo Bagnara2012-11-08
* Fixed range of implicit MemberExpr.Abramo Bagnara2012-11-08
* Set TLSSupported to false on Haiku.Benjamin Kramer2012-11-08
* Driver/Darwin: The -arch argument values aren't exactly the arch names from aDaniel Dunbar2012-11-08
* Rip out a bunch of code for invoking gcc from clang.Bob Wilson2012-11-08
* Remove code to fall back to llvm-gcc for i386 kexts.Bob Wilson2012-11-08
* PR14284: crash on ext-valid returning NULL from a void functionDavid Blaikie2012-11-08
* When deciding whether to convert an array construction loop into a memcpy, lookRichard Smith2012-11-07
* Force C89 for c-index-test.cDmitri Gribenko2012-11-07
* [Driver] Fix -Wp,-MMD pr13959Michael J. Spencer2012-11-07
* Reduce nesting. No functionality change.Nico Weber2012-11-07
* When template deduction fails on a derived class, try a template deduction onRichard Trieu2012-11-07
* objective-C blocks: bring back the CharUnit patch forFariborz Jahanian2012-11-07
* PR12713 - crash on invalid due to unmatched parens in decltypeDavid Blaikie2012-11-07
* objective-C modern translator. Start the lineFariborz Jahanian2012-11-07
* When loading a module fails because it is out of date, rebuild thatDouglas Gregor2012-11-07
* Test for source location range of new expressions fixed in r167507.David Blaikie2012-11-07
* [analyzer] Check that the argument to CFMakeCollectable is non-NULL.Jordan Rose2012-11-07
* Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note thatDavid Chisnall2012-11-07
* [analyzer] Add some examples for the common REGISTER_*_WITH_PROGRAMSTATEs.Jordan Rose2012-11-07
* [analyzer] Enhance docs for checker callbacks (esp. processRegionChanges).Jordan Rose2012-11-07
* Add -Wmismatched-return-types flag for existing warning on conflicting return...Ted Kremenek2012-11-07
* Add -Wmismatched-parameter-types flag for existing warning on conflicting par...Ted Kremenek2012-11-07
* PR11851 (and duplicates): Whenever a constexpr function is referenced,Richard Smith2012-11-07
* modern ObjC translator. Insert line number for @synchronized statements.Fariborz Jahanian2012-11-07
* Add missing check to warning for packed attribute. PR14259.Eli Friedman2012-11-07
* Create helper functions in StmtDumper for outputting the indentation, newline...Manuel Klimek2012-11-07
* PR13552: Fix the end location of a CXXNewExpr.David Blaikie2012-11-07
* Fix assertion failure with auto and nested initializer list; PR14272.Eli Friedman2012-11-06
* Tease out the routine that reads the control block of an AST file fromDouglas Gregor2012-11-06
* Put something sane in the DWARF offset field for bitfield ObjC ivars.Eli Friedman2012-11-06
* objective-C modern rewriter. Insert line numbers inFariborz Jahanian2012-11-06
* RewriteModernObjC.cpp: Use Lexer::Stringify() on the file name of #line direc...NAKAMURA Takumi2012-11-06
* Implement codegen for init_priority attribute properly - make sure itAnton Korobeynikov2012-11-06
* Back out 167431+167437+167487; I didn't realize how incomplete our testEli Friedman2012-11-06