hanchenye-llvm-project/clang/lib
Reid Kleckner 6454d0a0fa Silence a warning from MSVC about not returning a value
llvm-svn: 188237
2013-08-13 00:11:59 +00:00
..
ARCMigrate ObjectiveC migration. Add couple of routine 2013-08-12 23:17:13 +00:00
AST Fix pretty-printing for unnamed unions. 2013-08-12 21:54:04 +00:00
ASTMatchers Fix crash when encountering alias templates in isDerivedFrom matches. 2013-08-02 21:24:09 +00:00
Analysis Silence a warning from MSVC about not returning a value 2013-08-13 00:11:59 +00:00
Basic [Mips] MSA frontend option support 2013-08-12 17:20:29 +00:00
CodeGen DebugInfo: Simplify declaration building code - relying on the limit debug info checking already in CreateType(RecordType) 2013-08-12 23:14:36 +00:00
Driver clang-cl: Sink /Fe and /Fo diagnostic code into BuildActions 2013-08-12 23:26:25 +00:00
Edit ObjectiveC migrator: Remove semicolon after the typedef 2013-07-18 22:17:33 +00:00
Format clang-format: Improve stream-formatting. 2013-08-12 12:58:05 +00:00
Frontend SourceManager intialization tweaks. 2013-08-12 13:46:52 +00:00
FrontendTool Indicate success for simple options when clang called with -cc1. 2013-08-07 12:54:47 +00:00
Headers Use a shuffle with undef elements instead of inserting 0s in the 128-bit to 256-bit casting intrinsics to improve performance. Thanks to Katya Romanova for identifying this issue. 2013-08-05 06:17:21 +00:00
Lex Use isCharInSet from llvm/Support/UnicodeCharRanges.h, added a test for double-width characters in FixIt-hints. 2013-08-09 06:35:06 +00:00
Parse Fix misindentation. 2013-08-12 02:53:18 +00:00
Rewrite [frontend] '-frewrite-includes' should not ignore headers included from command-line. 2013-07-26 15:32:04 +00:00
Sema Remove Sema includes from Analysis code to fix layering 2013-08-12 23:49:39 +00:00
Serialization Added source locs for angled parentheses in class/var template partial specs. 2013-08-10 07:24:53 +00:00
StaticAnalyzer DirectIvarAssignment: Replace vtable'd objects with simple functions. 2013-08-09 17:17:42 +00:00
Tooling Fix warning in builds without asserts. 2013-08-10 04:25:53 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile