llvm-project/clang/lib
Alexis Hunt 414e3e3c2d Ensure we enter an unevaluated context when instantiating a noexcept
expression. Fixes bug raised by hhinnant to cfe-dev

llvm-svn: 132350
2011-05-31 19:54:49 +00:00
..
AST Objective-C doesn't consider the use of incomplete types as method 2011-05-27 01:19:52 +00:00
Analysis Utilize PackedVector, introduced with llvm commit r132325. 2011-05-31 03:56:09 +00:00
Basic Add a couple of helper methods in the SourceManager API, isAtStartOfMacroInstantiation/isAtEndOfMacroInstantiation 2011-05-28 03:56:11 +00:00
CodeGen Fix another incorrect type bug. 2011-05-30 12:00:26 +00:00
Driver Driver/Clang: Simplify code to use arch enumerations. 2011-05-31 15:58:55 +00:00
Frontend Change the include stack of "instantiated from" notes to fall under the control of f/fno-diagnostics-show-note-include-stack flags. This should help with reducing diagnostic spew from macros instantiations. 2011-05-26 20:49:16 +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 Disable MSVC warning about runtime stack overflow for DebugOverflowStack. 2011-05-25 16:15:03 +00:00
Parse Silence sign compare warning. 2011-05-26 21:32:30 +00:00
Rewrite Replace a literal 8 with Context->getCharWidth() in 2011-04-30 16:08:27 +00:00
Sema Ensure we enter an unevaluated context when instantiating a noexcept 2011-05-31 19:54:49 +00:00
Serialization Implement a new type node, UnaryTransformType, designed to represent a 2011-05-24 22:41:36 +00:00
StaticAnalyzer Tighen analyzer diagnostics w.r.t ObjC/CF leaks. 2011-05-26 18:45:44 +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