llvm-project/clang/lib
Douglas Gregor a912197fff Downgrade the error about re-opening an inline namespace as non-inline
to a warning, since apparently libstdc++'s debug mode does this (and
we can recover safely). Add a Fix-It to insert the "inline", just for kicks.

llvm-svn: 131732
2011-05-20 15:48:31 +00:00
..
AST Reapply the commits that r131401 reverted and add a fix for PR9927. 2011-05-17 00:46:38 +00:00
Analysis Refactoring of constant expression evaluator 2011-05-13 03:29:01 +00:00
Basic sandybridge is now called corei7-avx 2011-05-20 15:11:23 +00:00
CodeGen Fix location of setter/getter synthesized for a property. 2011-05-19 23:37:41 +00:00
Driver Correction for r131662, the GNU as option is --fatal-warnings. 2011-05-19 20:46:39 +00:00
Frontend Add paths used by openSuSE 12.1 2011-05-19 12:04:49 +00:00
FrontendTool Re-enable disable free optimization where the FrontendAction is not freed when -disable-free is passed. This accidentally was commited in r128011. 2011-04-25 22:57:55 +00:00
Headers Add 'may_alias' attribute. Noticed by Eli. 2011-05-13 01:24:00 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Revert r131672 until __underlying_type is properly implemented in the 2011-05-19 22:52:25 +00:00
Parse Implement __underlying_type for libc++. 2011-05-19 05:37:45 +00:00
Rewrite Replace a literal 8 with Context->getCharWidth() in 2011-04-30 16:08:27 +00:00
Sema Downgrade the error about re-opening an inline namespace as non-inline 2011-05-20 15:48:31 +00:00
Serialization When determining whether we can make a declaration into a global 2011-05-13 01:05:07 +00:00
StaticAnalyzer Teach RegionStore not to symbolic array values whose indices it cannot reason about. 2011-05-19 23:37:58 +00:00
Tooling Pulls the common part of the clang-check example into Tooling, to allow new tools to be implemented without duplicating the boilerplate. 2011-05-16 21:33:46 +00:00
CMakeLists.txt Adds a function to run FrontendActions over in-memory code. This is 2011-04-21 18:37:41 +00:00
Makefile Add lib/Tooling to the Makefile build. 2011-04-30 03:09:18 +00:00