llvm-project/clang/lib
Sebastian Redl 9a8dd0db89 Make Clang complain about taking the address of an unqualified member function. Fixes PR5985.
llvm-svn: 93150
2010-01-11 15:56:56 +00:00
..
AST Make clone() method out-of-line for Attr classes. 2010-01-10 14:38:13 +00:00
Analysis Enhance ScanReachableSymbols::scan(). Now another OSAtomic test case passes. 2010-01-11 07:40:00 +00:00
Basic Hopefully unbreak build with g++ >= 4.3. 2010-01-09 18:20:57 +00:00
CodeGen Try to make cmake happy 2010-01-10 13:06:34 +00:00
Driver Fix a FIXME. 2010-01-10 00:46:10 +00:00
Frontend Silence MSVC warning. 2010-01-10 19:57:50 +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 Add the BlockDecl to the DeclContext. 2009-12-07 22:01:30 +00:00
Lex add a TODO for a perf improvement in LexIdentifier. 2010-01-11 02:38:50 +00:00
Parse Improve code completion by introducing patterns for the various C and 2010-01-10 23:08:15 +00:00
Rewrite Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText(). 2010-01-07 18:00:35 +00:00
Sema Make Clang complain about taking the address of an unqualified member function. Fixes PR5985. 2010-01-11 15:56:56 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00