llvm-project/clang/lib
Douglas Gregor b2ccf010fb Feed proper source-location information into Sema::LookupSingleResult,
in case it ends up doing something that might trigger diagnostics
(template instantiation, ambiguity reporting, access
reporting). Noticed while working on PR6831.

llvm-svn: 101412
2010-04-15 22:33:43 +00:00
..
AST Split adding the primary virtual base offsets out into a separate pass. This fixes a bug where we would lay out virtual bases in the wrong order. 2010-04-15 16:12:58 +00:00
Analysis Use direct assignment instead of user defined conversion. 2010-04-14 05:50:04 +00:00
Basic clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes. 2010-04-15 15:06:22 +00:00
Checker Fix PR 6844, a regression caused by the introduction of llvm_unreachable for the default 2010-04-15 17:33:31 +00:00
CodeGen IRgen: Change CGBitFieldInfo to take the AccessInfo as constructor arguments, it is now an immutable object. 2010-04-15 05:09:32 +00:00
Driver Tidy up comment. 2010-04-15 06:18:42 +00:00
Frontend clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes. 2010-04-15 15:06:22 +00:00
Headers Rewrite handling of 64-bit palignr intrinsics to be vector shuffles. 2010-04-15 01:43:08 +00:00
Index Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
Lex Improve line marker directive locations, patch by Jordy Rose 2010-04-14 04:28:50 +00:00
Parse Feed proper source-location information into Sema::LookupSingleResult, 2010-04-15 22:33:43 +00:00
Rewrite make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." 2010-04-14 03:57:19 +00:00
Runtime Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt 2010-03-26 19:37:38 +00:00
Sema Feed proper source-location information into Sema::LookupSingleResult, 2010-04-15 22:33:43 +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