hanchenye-llvm-project/clang/lib
Richard Smith 6dc8ae10aa [modules] When parsing the base specifiers of a parse-merged class, the current
context is the class itself but lookups should be performed starting with the
lookup parent of the class (class and base members don't shadow types from the
surrounding context because they have not been declared yet).

llvm-svn: 245236
2015-08-17 20:24:17 +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 [MS ABI] Switch catchpad/cleanuppad to use tokens 2015-08-15 03:21:08 +00:00
Driver Tiny cleanup: move some Triple variables up to the top of the 2015-08-15 03:45:25 +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] When explicitly building a module file, don't include timestamps in 2015-08-17 07:13:32 +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 [modules] PR20507: Avoid silent textual inclusion. 2015-08-17 16:39:30 +00:00
Parse Delay emitting members of dllexport classes until the class is fully parsed (PR23542) 2015-08-15 01:18:16 +00:00
Rewrite Make local function isWhitespaceExceptNL static instead of in anonymous namespace 2015-07-28 04:54:03 +00:00
Sema [modules] When parsing the base specifiers of a parse-merged class, the current 2015-08-17 20:24:17 +00:00
Serialization [modules] When explicitly building a module file, don't include timestamps in 2015-08-17 07:13:32 +00:00
StaticAnalyzer clangStaticAnalyzerCheckers: Update libdesp. 2015-08-15 01:56:49 +00:00
Tooling [clang-tidy] Make NumOccurrenceFlag for SourcePaths configurable. 2015-08-17 10:01:42 +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