aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-06-02Reverts the Tooling changes as requested by Chris.Manuel Klimek
2011-06-02Implement -fgnu89-inline. Fixes PR10041.Rafael Espindola
2011-06-02Tweak code completions for Objective-C Key-Value Observing. TheDouglas Gregor
2011-06-02Fix 80-column violation.Francois Pichet
2011-06-02Add stuff for o32 ABI conformance.Akira Hatanaka
2011-06-01Fix an incorrect warning about explicit template specializations forDouglas Gregor
2011-06-01Add the necessary -L option for finding libprofile_rt.a. It might be a goodRafael Espindola
2011-06-01The expression in a noexcept exception-specification is aDouglas Gregor
2011-06-01Implement comparisons between nullptr and Objective-C objectDouglas Gregor
2011-06-01Even a return statement of an expression with a dependent type in a voidNick Lewycky
2011-06-01[PCH] Be conservative and check all the files the PCH references to see ifArgyrios Kyrtzidis
2011-06-01Microsoft friend acting as a forward declaration; try#2. Now only 2 lines.Francois Pichet
2011-05-31This patch implements an AST matching framework that allows to writeManuel Klimek
2011-05-31Revert 132332 (Microsoft friend as a forward declaration), John McCall pointe...Francois Pichet
2011-05-31Robustify objc method type description (subroutine type) by walking parameter...Devang Patel
2011-05-31List objective-c ineterfaces as public types in dwarf debug info output.Devang Patel
2011-05-31List c++ class type as public type in dwarf debug info output.Devang Patel
2011-05-31Ensure we enter an unevaluated context when instantiating a noexceptSean Hunt
2011-05-31Driver/Clang: Simplify code to use arch enumerations.Daniel Dunbar
2011-05-31Recreate the DeclContext before adding the implicit friend forward declaratio...Francois Pichet
2011-05-31For compatibility with MSVC, a friend declaration also act as a forward decla...Francois Pichet
2011-05-31Whenever we instantiate a static data member, make sure to define any newNick Lewycky
2011-05-31Expand the coverage of the warning for constants on the RHS of logical operands:Chandler Carruth
2011-05-31Utilize PackedVector, introduced with llvm commit r132325.Argyrios Kyrtzidis
2011-05-30Fix another incorrect type bug.David Chisnall
2011-05-29Add a new warning on NULL pointer constant to integer conversion.Richard Trieu
2011-05-29Fix a regression in the source locations for unary trait expressions.Chandler Carruth
2011-05-28Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall
2011-05-28Eliminate temporary argument vectors.Benjamin Kramer
2011-05-28Fix another type mismatch.David Chisnall
2011-05-28Fix missing cast.David Chisnall
2011-05-28Add support for ARM ldrexd/strexd builtinsBruno Cardoso Lopes
2011-05-28Add a couple of helper methods in the SourceManager API, isAtStartOfMacroInst...Argyrios Kyrtzidis
2011-05-27Clean up a C++0x/C++03 conditional check.Douglas Gregor
2011-05-27Add unnamed_addr to internal globals which are only used as an operand to mem...Eli Friedman
2011-05-27Match llvm-gcc's string literals alignment by forcing alignment on string lit...Eli Friedman
2011-05-27Back out r132209; it's breaking nightly tests.Eli Friedman
2011-05-27Clean up my changes to jump-diagnostic handling for local variables ofDouglas Gregor
2011-05-27Implement a new, much improved version of the cleanup hack. We just needJohn McCall
2011-05-27Add assertions to verify that we are not trying to instantiate aSean Hunt
2011-05-27Update the jump-scope checker for local variables with initializers,Douglas Gregor
2011-05-27Add an additional check for null pointer before accessing PatternDecl.Richard Trieu
2011-05-27Enhance Clang to start instantiating static data member definitionsChandler Carruth
2011-05-27Objective-C doesn't consider the use of incomplete types as methodDouglas Gregor
2011-05-26Silence sign compare warning.Benjamin Kramer
2011-05-26Change the include stack of "instantiated from" notes to fall under the contr...Richard Trieu
2011-05-26Add a fix-it and better error recovery for improperly nested namespaces. Thi...Richard Trieu
2011-05-26Tighen analyzer diagnostics w.r.t ObjC/CF leaks.Ted Kremenek
2011-05-26Extract two more methods from the unary type trait checking. TheseChandler Carruth
2011-05-26Remove a no longer relevant comment. It was just repeating theChandler Carruth