aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-11-13Fix IR generation for bool on PPC (and any other target where bool is not 8 b...Eli Friedman
2012-11-13[preprocessor] When #including something that contributes no tokens at all,Argyrios Kyrtzidis
2012-11-13In Lexer::LexTokenInternal, avoid code duplication; no functionality change.Argyrios Kyrtzidis
2012-11-13Disable accelerator tables when compiling with LTO.Bill Wendling
2012-11-13Fix some wrong-code bugs in implicitly-defined assignment operators:Richard Smith
2012-11-13A couple of small fixes to r167783Kaelyn Uhrain
2012-11-13[analyzer] Address Jordan's feedback for r167780.Anna Zaks
2012-11-13Fix bad CFG construction bug when handling C++ 'try' statements.Ted Kremenek
2012-11-13When filtering the list of associated namespaces so that we don't suggest peopleNick Lewycky
2012-11-12Enable C++11 attribute syntax for warn_unused_result and allow it to beKaelyn Uhrain
2012-11-12[analyzer] Follow up to r167762 - precisely determine the adjustmentAnna Zaks
2012-11-12Factor duplicated implicit memcpy call generation code out of copy/moveRichard Smith
2012-11-12Finish reverting r167761, it's causing test failures.Eric Christopher
2012-11-12Fix more try scoping bugs introduced by r167650.David Blaikie
2012-11-12[analyzer] Fix a regression (from r 165079): compare canonical types.Anna Zaks
2012-11-12Don't test for incomplete types.Bill Wendling
2012-11-12Remove abuse of hasTrivial*, and fix miscompile wherein global arrays withRichard Smith
2012-11-12Per discussion on cfe-dev, re-enable suppression of -Wimplicit-fallthrough on...Ted Kremenek
2012-11-1280 cols & unnecessary braces from r167736.David Blaikie
2012-11-12Correct printing of nested anonymous type member accesses.David Blaikie
2012-11-12The register constraint could mean a 16- or 8-bit register.Bill Wendling
2012-11-12Check that the input size is correct for the given constraint.Bill Wendling
2012-11-12Remove calls to getMostRecentDecl. The case they were added for in r117526 areRafael Espindola
2012-11-12In Sema::MergeVarDecl we handle merging of storage classes and visibilityRafael Espindola
2012-11-11Fix binding of nodes in case of forEach..() matchers.Daniel Jasper
2012-11-11Remove unneeded includes from IdentifierTableNico Weber
2012-11-11s/BCPLComment/LineComment/Nico Weber
2012-11-10objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31.Fariborz Jahanian
2012-11-10Rework my implementation of circular-reference finding to not useDouglas Gregor
2012-11-10Add clang support of RTM from TSXMichael Liao
2012-11-10Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further ...Ted Kremenek
2012-11-10Disable -Wimplicit-fallthrough when not using C++.Ted Kremenek
2012-11-10[analyzer] When invalidating symbolic offset regions, take fields into account.Jordan Rose
2012-11-10Handle redeclarations of catch variables in catch blocks.David Blaikie
2012-11-10Diagnostic circular inheritance involving dependent base classes. WeDouglas Gregor
2012-11-10PR14296: function parameter name collisions in function try/catchDavid Blaikie
2012-11-10Make __LDBL_MAX__ etc. have the correct type on targets where long double/dou...Eli Friedman
2012-11-09-Wobjc-literal-compare: look through implicit casts.Jordan Rose
2012-11-09PR13788: Don't perform checks on the initializer of a dependently-typedRichard Smith
2012-11-09PR14303: Add a NoDriverOption flag to those options which are not accepted byRichard Smith
2012-11-09Add a SourceLocation::printToString() that returns in a std::string what dump()Argyrios Kyrtzidis
2012-11-09Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBufferArgyrios Kyrtzidis
2012-11-09Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis
2012-11-09Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile,Argyrios Kyrtzidis
2012-11-09Implement -mstrict-align using '-backend-option -arm-strict-align' as this savesChad Rosier
2012-11-09[driver] Add a -mstrict-align compiler option for ARM targets.Chad Rosier
2012-11-09Improved support for removing the comma preceding __VA_ARGS__ where __VA_ARGS__Andy Gibbs
2012-11-09Use isInvalidDecl() instead of isStatic() as suggested by dblaikie.Nico Weber
2012-11-09Don't crash on calling static member overloaded operator, PR14120Nico Weber
2012-11-09Remove old driver code to grab the iOS simulator version from the -D option.Bob Wilson