llvm-project/clang/lib
Jordan Rose 7660f78fb9 Now that -Wobjc-literal-compare is a warning, put the fixit on a note.
Recovering as if the user had actually called -isEqual: is a bit too far from
the semantics of the program as written, /even though/ it's probably what they
intended.

llvm-svn: 160377
2012-07-17 17:46:40 +00:00
..
ARCMigrate Implement AST classes for comments, a real parser for Doxygen comments and a 2012-07-06 00:28:32 +00:00
AST Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack from 2012-07-16 00:20:35 +00:00
ASTMatchers Move RefactoringCallbacks to Tooling to avoid dependency from 2012-07-17 08:03:01 +00:00
Analysis Uninitialized variables: two little changes: 2012-07-17 01:27:33 +00:00
Basic Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to 2012-07-13 23:57:43 +00:00
CodeGen [Windows] Abstract pure virtual method calls in the ABI. Fix the Windows ABI to forward to the correct function. 2012-07-17 17:10:11 +00:00
Driver [Win32] Rework crash-report since r145389. 2012-07-17 05:09:29 +00:00
Edit Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak the VS build. 2012-07-16 18:53:42 +00:00
Frontend Don't crash when emitting fixits following Unicode characters. 2012-07-16 20:52:12 +00:00
FrontendTool Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
Headers Add _rdrand{16,32,64}_step intrinsics to immintrin.h 2012-07-12 09:33:03 +00:00
Lex Share ConvertUTF8toWide() between Lex and CodeGen. 2012-07-03 02:24:52 +00:00
Parse Move helper class into an anonymous namespace. 2012-07-13 13:25:11 +00:00
Rewrite modern objective-c translator: conditionally include 2012-07-16 16:21:45 +00:00
Sema Now that -Wobjc-literal-compare is a warning, put the fixit on a note. 2012-07-17 17:46:40 +00:00
Serialization Stop instantiating a class if we hit a static_assert failure. Also, if the 2012-07-11 22:37:56 +00:00
StaticAnalyzer [analyzer] Remove stale result type lvalue code. 2012-07-17 17:27:10 +00:00
Tooling Add a custom initialize hook for clang tools + minor fixes in CustomCompilationDatabase.h 2012-07-17 16:11:17 +00:00
CMakeLists.txt Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00
Makefile Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00