clang-1/lib
Dmitri Gribenko 9edd2c8a2f Comment diagnostics: for unresolved parameters, do not suggest parameter fixit
with parameter that is documented.

Fixes PR13670, <rdar://problem/12155840>.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162570 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-24 17:45:39 +00:00
..
ARCMigrate Fix undefined behavior: member function calls where 'this' is a null pointer. 2012-08-23 06:16:52 +00:00
AST Comment diagnostics: for unresolved parameters, do not suggest parameter fixit 2012-08-24 17:45:39 +00:00
ASTMatchers Fix for ASTMatchFinder to visit a functions parameter declarations. 2012-07-30 05:03:25 +00:00
Analysis Teach CFG that 'if (x & 0)' and 'if (x * 0)' is an unfeasible branch. 2012-08-24 07:42:09 +00:00
Basic Avoid binding a reference to a dereferenced null pointer, if we try to emit a 2012-08-17 00:55:32 +00:00
CodeGen [ms-inline asm] Refactor code. No functional change intended. 2012-08-24 17:05:45 +00:00
Driver Reduce the amount of state in the Option class by relying on the data from OptTable::Info. 2012-08-21 18:51:17 +00:00
Edit clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Frontend [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. 2012-08-21 21:44:21 +00:00
FrontendTool Added -ast-list option to dump filterable AST decl node names. 2012-07-31 09:37:40 +00:00
Headers Add _rdrand{16,32,64}_step intrinsics to immintrin.h 2012-07-12 09:33:03 +00:00
Lex Use LLVM_BUILTIN_TRAP instead of lame volatile int traps. 2012-08-21 18:56:49 +00:00
Parse Fix a few -Wdocumentation warnings. 2012-08-24 00:01:24 +00:00
Rewrite Push ArrayRef through the Expr hierarchy. 2012-08-24 11:54:20 +00:00
Sema [ms-inline asm] Generate the Input/Output expressions using 2012-08-24 16:38:58 +00:00
Serialization Fix a few -Wdocumentation warnings. 2012-08-24 00:01:24 +00:00
StaticAnalyzer [analyzer] If we dereference a NULL that came from a function, show the return. 2012-08-24 16:34:31 +00:00
Tooling Fix the definition of JSONAnchorSource. MSVC mangles variable symbols, and "volatile" affects. 2012-08-24 10:39:28 +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