llvm-project/clang/lib
Anna Zaks e5d74caf2a [analyzer] Add checkers for OS X / iOS localizability issues
Add checkers that detect code-level localizability issues for OS X / iOS:
  - A path sensitive checker that warns about uses of non-localized
    NSStrings passed to UI methods expecting localized strings.
  - A syntax checker that warns against not including a comment in
    NSLocalizedString macros.

A patch by Kulpreet Chilana!

(This is the second attempt with the compilation issue on Windows and
the random test failures resolved.)

llvm-svn: 245093
2015-08-14 20:22:22 +00:00
..
ARCMigrate Remove and forbid raw_svector_ostream::flush() calls. 2015-08-13 18:12:56 +00:00
AST [ASTContext] Call APValue destructors for MaterializedTemporaryValues 2015-08-14 14:43:50 +00:00
ASTMatchers Switching from an explicit loop to DeleteContainerSeconds; NFC. 2015-08-12 20:05:18 +00:00
Analysis unique_ptrify ConsumedBlockInfo analysis to make it move assignable 2015-08-14 01:26:19 +00:00
Basic WindowsX86: long double is x87DoubleExtended on mingw 2015-08-14 19:05:56 +00:00
CodeGen [OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75. 2015-08-14 12:25:37 +00:00
Driver Represent 2 parallel string arrays as one string[][2] array. 2015-08-14 15:52:12 +00:00
Edit [Edit] Use StringRef's copy method. No functional change intended. 2015-08-04 11:18:09 +00:00
Format clang-format: Don't remove space between #elif and parentheses. 2015-08-14 12:44:06 +00:00
Frontend [modules] Add an experimental -cc1 feature to embed the contents of an input 2015-08-14 05:02:58 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [X86] Add support for _MM_ALIGN16 2015-08-06 08:24:38 +00:00
Index Remove and forbid raw_svector_ostream::flush() calls. 2015-08-13 18:12:56 +00:00
Lex Turn off __has_feature(cxx_rtti) when -fno-rtti-data is present 2015-08-13 17:56:49 +00:00
Parse [OPENMP] Fix for http://llvm.org/PR24430: clang hangs on invalid input with openmp directive 2015-08-12 07:10:54 +00:00
Rewrite Make local function isWhitespaceExceptNL static instead of in anonymous namespace 2015-07-28 04:54:03 +00:00
Sema [Sema] main can't be declared as global variable, in C++. 2015-08-14 14:13:29 +00:00
Serialization [OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75. 2015-08-14 12:25:37 +00:00
StaticAnalyzer [analyzer] Add checkers for OS X / iOS localizability issues 2015-08-14 20:22:22 +00:00
Tooling Add structed way to express command line options in the compilation database. 2015-08-14 09:55:36 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00