llvm-project/clang/lib
Nico Weber cdfb1ae7f7 Improve fixit for comparison operator on lhs of bitwise operator.
Before:
test.cc:2:18: note: place parentheses around the == expression to silence this warning
  if (0 == flags & 0xdd)
                 ^
                   (   )

Now:
test.cc:2:18: note: place parentheses around the == expression to silence this warning
  if (0 == flags & 0xdd)
                 ^
      (         )

llvm-svn: 157897
2012-06-03 07:07:00 +00:00
..
ARCMigrate [arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/__bridge_transfer 2012-06-01 00:10:47 +00:00
AST Fix typos found by http://github.com/lyda/misspell-check 2012-06-02 10:20:41 +00:00
Analysis static analyzer: add inlining support for directly called blocks. 2012-06-01 20:04:04 +00:00
Basic Add builtin for pclmulqdq instruction. 2012-05-31 05:18:48 +00:00
CodeGen Support C++11 enum forward declarations. 2012-06-01 00:22:57 +00:00
Driver MIPS: Factor out code selects the float ABI as determined by -msoft-float, 2012-06-02 15:06:29 +00:00
Edit [objcmt] Warn when modern objc migrator does not convert a NSNumber message because it requires a cast. 2012-05-24 16:48:23 +00:00
Frontend Fix indenting. 2012-05-29 17:05:42 +00:00
FrontendTool Fix cmake. Remaining two ClangCC1Options deps. 2012-05-02 05:31:31 +00:00
Headers Add builtin for pclmulqdq instruction. 2012-05-31 05:18:48 +00:00
Lex Initialize the non-target-dependent fields of the Preprocessor in its constructor 2012-06-02 18:08:09 +00:00
Parse objc: position of 'fixit' was off by one. 2012-05-29 21:52:45 +00:00
Rewrite Fix typos found by http://github.com/lyda/misspell-check 2012-06-02 10:20:41 +00:00
Sema Improve fixit for comparison operator on lhs of bitwise operator. 2012-06-03 07:07:00 +00:00
Serialization Address minor FIXME in RedeclLink to contain a PointerIntPair instead of derive from it. 2012-05-28 19:38:42 +00:00
StaticAnalyzer Fix typos found by http://github.com/lyda/misspell-check 2012-06-02 10:20:41 +00:00
Tooling ToolInvocation::mapVirtualFile(): Tweak for Win32. Handle the key as native path. 2012-06-02 15:34:21 +00:00
CMakeLists.txt Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00
Makefile Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00