hanchenye-llvm-project/clang/lib/Frontend
Douglas Gregor 2c595adf2e When performing code completion after at @interface, allow both
already-defined and forward-declared results. Already-defined results
are fine because they could be the start of a category. Fixes
<rdar://problem/9811691>.

llvm-svn: 136559
2011-07-30 06:55:39 +00:00
..
ASTConsumers.cpp Add template instantiations to the output of -ast-dump. 2011-07-28 00:19:05 +00:00
ASTMerge.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
ASTUnit.cpp When performing code completion after at @interface, allow both 2011-07-30 06:55:39 +00:00
CMakeLists.txt Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like this living in a separate branch. 2011-07-07 22:40:15 +00:00
CacheTokens.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
CompilerInstance.cpp Cut down the number of open/close system calls for output files. 2011-07-28 00:45:10 +00:00
CompilerInvocation.cpp Really remove FlatStoreManager and BasicStoreManager, this time from the driver. Also remove associated tests. Sorry for the messy commits; this is the result of a botched Git merge. 2011-07-28 23:08:16 +00:00
CreateInvocationFromCommandLine.cpp Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon Mulder! 2011-07-23 17:14:25 +00:00
DependencyFile.cpp Mechanically rename SourceManager::getInstantiationLoc and 2011-07-25 16:49:02 +00:00
FrontendAction.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
FrontendActions.cpp Cut down the number of open/close system calls for output files. 2011-07-28 00:45:10 +00:00
FrontendOptions.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
HeaderIncludeGen.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
InitHeaderSearch.cpp On Darwin, libc++ may be installed alongside the compiler in 2011-07-29 20:21:18 +00:00
InitPreprocessor.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
LangStandards.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
LogDiagnosticPrinter.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Makefile
MultiplexConsumer.cpp Add a decl update when a static data member of a class template is instantiated in a different PCH than its containing class. Otherwise we get double definition errors. Fixes a Boost.MPL problem that affects Boost.Accumulators and probably a lot more of Boost. 2011-04-29 08:19:30 +00:00
PrintPreprocessedOutput.cpp Rename getInstantiationColumnNumber to getExpansionColumnNumber in both 2011-07-25 20:57:57 +00:00
TextDiagnosticBuffer.cpp
TextDiagnosticPrinter.cpp Rename SourceManager (and InstantiationInfo) isMacroArgInstantiation API 2011-07-26 03:03:00 +00:00
VerifyDiagnosticsClient.cpp Pick up expected diagnostics not only in the main file but also in the file where the first diagnostic occurred. 2011-07-25 19:18:12 +00:00
Warnings.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00