summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Merging r168024 from trunk into 3.2 release branch Pawel Wodnicki2012-11-19
* | Merge branch 'release-3.2' into embtk-support-release-3.2Abdoulaye Walsimou Gaye2012-11-19
|\|
| * Merging r167884,r167920 from trunk into 3.2 release branch Pawel Wodnicki2012-11-19
| * Merge r168260 from trunk:Benjamin Kramer2012-11-19
| * Fix a Malloc Checker FP by tracking return values from initWithCharacterAnna Zaks2012-11-13
* | Support -r linker optionAbdoulaye Walsimou Gaye2012-11-17
|/
* [analyzer] Follow up to r167762 - precisely determine the adjustmentAnna Zaks2012-11-13
* Merged 167788, and bad CFG construction bug, into the LLVM 3.2 release.Ted Kremenek2012-11-13
* Merge in analyzer fix r167762, which was a recent regression.Ted Kremenek2012-11-12
* Merge in r167749, per discussion on cfe-dev that we want -Wimplicit-fallthrou...Ted Kremenek2012-11-12
* 3.2 release branch r167703Pawel Wodnicki2012-11-12
* In Sema::MergeVarDecl we handle merging of storage classes and visibilityRafael Espindola2012-11-12
* [NVPTX] Fix const modifier on builtinsJustin Holewinski2012-11-12
* Fix binding of nodes in case of forEach..() matchers.Daniel Jasper2012-11-11
* Remove unneeded includes from IdentifierTableNico Weber2012-11-11
* Delete comment reference to non-existent methodNico Weber2012-11-11
* s/BCPLComment/LineComment/Nico Weber2012-11-11
* FileCheckize testNico Weber2012-11-11
* Fix a typo which Matt pointed out.Richard Smith2012-11-11
* objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31.Fariborz Jahanian2012-11-10
* Rework my implementation of circular-reference finding to not useDouglas Gregor2012-11-10
* Add clang support of RTM from TSXMichael Liao2012-11-10
* -momit-leaf-frame-pointer is a -m option, not a -f option.Richard Smith2012-11-10
* Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further ...Ted Kremenek2012-11-10
* Add a few more test cases for verifying -fno-builtin.Meador Inge2012-11-10
* Disable -Wimplicit-fallthrough when not using C++.Ted Kremenek2012-11-10
* [analyzer] When invalidating symbolic offset regions, take fields into account.Jordan Rose2012-11-10
* Handle redeclarations of catch variables in catch blocks.David Blaikie2012-11-10
* Diagnostic circular inheritance involving dependent base classes. WeDouglas Gregor2012-11-10
* PR14296: function parameter name collisions in function try/catchDavid Blaikie2012-11-10
* Make __LDBL_MAX__ etc. have the correct type on targets where long double/dou...Eli Friedman2012-11-10
* -Wobjc-literal-compare: look through implicit casts.Jordan Rose2012-11-09
* [NVPTX] Add __nvvm_* intrinsics as Clang builtinsJustin Holewinski2012-11-09
* Document -W in clang --help. Also make the help text more consistent (don't e...Richard Smith2012-11-09
* Don't include the help for -mips* in clang --help. These are just aliases for...Richard Smith2012-11-09
* -Wlarge-by-value-copy may be awesome, but it really shouldn't be the one andRichard Smith2012-11-09
* PR13788: Don't perform checks on the initializer of a dependently-typedRichard Smith2012-11-09
* Remove leftover code.Argyrios Kyrtzidis2012-11-09
* Add lldb data formatters for clang classes, starting with SourceLocation.Argyrios Kyrtzidis2012-11-09
* Remove --help text for deprecated sanitizer options, add --help text for -fsa...Richard Smith2012-11-09
* PR14303: Add a NoDriverOption flag to those options which are not accepted byRichard Smith2012-11-09
* Add string to try and fix build from r167629.Chad Rosier2012-11-09
* Add a SourceLocation::printToString() that returns in a std::string what dump()Argyrios Kyrtzidis2012-11-09
* Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBufferArgyrios Kyrtzidis2012-11-09
* Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis2012-11-09
* Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile,Argyrios Kyrtzidis2012-11-09
* Don't use so many bits.Rafael Espindola2012-11-09
* Implement -mstrict-align using '-backend-option -arm-strict-align' as this savesChad Rosier2012-11-09
* Add test case for r167619.Chad Rosier2012-11-09
* [driver] Add a -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-09