hanchenye-llvm-project/clang/lib
Richard Smith b721e301df -Wuninitialized: assume that an __attribute__((returns_twice)) function might
initialize any variable. This is extremely conservative, but is sufficient for
now.

llvm-svn: 159620
2012-07-02 23:23:04 +00:00
..
ARCMigrate Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
AST Reintroduced FieldDecl public methods setBitWidth and removeBitWidth. 2012-07-02 20:35:48 +00:00
Analysis -Wuninitialized: assume that an __attribute__((returns_twice)) function might 2012-07-02 23:23:04 +00:00
Basic Update the %diff modifer to have an alternate string print when a template tree 2012-06-29 21:12:16 +00:00
CodeGen When we're looking for redeclarations which might provide a definition in CodeGen, make sure we examine all the redeclarations. PR13252. 2012-07-02 21:05:30 +00:00
Driver Include -D files in crash report repro scripts. (PR13255) 2012-07-02 21:28:00 +00:00
Edit Fix uninitialized variable use bug found by the clairvoyant static analyzer. 2012-06-27 23:45:44 +00:00
Frontend Reduce default template instantiation depth to 512; we're blowing out 2012-07-02 19:56:23 +00:00
FrontendTool Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
Headers Rename tzcnt intrinsics to match gcc. 2012-07-02 06:52:51 +00:00
Lex Use -frewrite-includes for crash reports. 2012-06-29 22:03:56 +00:00
Parse A ':' after an enum-specifier at class scope is a bitfield, not a typo for a ';'. 2012-07-02 19:14:01 +00:00
Rewrite objective-c modern translator: synthesize argument type 2012-06-29 19:55:46 +00:00
Sema Thread safety analysis: fixed incorrect error message at the end of a locks_required function. 2012-07-02 22:16:54 +00:00
Serialization [PCH] Make sure that all newly introduced visible decls in a DeclContext 2012-07-02 19:19:01 +00:00
StaticAnalyzer [analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation. 2012-07-02 22:21:47 +00:00
Tooling Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
CMakeLists.txt Fix a big layering violation introduced by r158771. 2012-06-20 09:53:52 +00:00
Makefile Fix a big layering violation introduced by r158771. 2012-06-20 09:53:52 +00:00