llvm-project/clang/lib
John McCall 8fe6808de0 Handle redeclarations found by ADL deterministically and reasonably.
This solution relies on an O(n) scan of redeclarations, which means it might
scale poorly in crazy cases with tons of redeclarations brought in by a ton
of distinct associated namespaces.  I believe that avoiding this
is not worth the common-case cost.

llvm-svn: 94530
2010-01-26 07:16:45 +00:00
..
AST -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Analysis Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Basic Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) triple instead of keying off architecture. Also, fix version define to properly include the revision/micro component of the version number. 2010-01-26 01:44:04 +00:00
Checker Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
CodeGen If a global variable has an initializer with side effects, it can never be deferred (even if it's in an anonymous namespace). 2010-01-26 06:15:16 +00:00
Driver Simplify. 2010-01-26 03:56:40 +00:00
Frontend Fix a regression caused by my rewriting of cast of ivar 2010-01-26 00:29:22 +00:00
Headers _mm_xor_ps does a xor not a nxor. The other 'xor' builtins look fine, 2010-01-07 00:36:41 +00:00
Index -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Lex -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Parse Fixit to remove 'volatile' in file-scope 'asm volatile'. 2010-01-25 23:12:50 +00:00
Rewrite -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Runtime clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema Handle redeclarations found by ADL deterministically and reasonably. 2010-01-26 07:16:45 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00