aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/MultiplexExternalSemaSource.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-10[Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map.Justin Lebar1-1/+2
2016-04-29Method Pool in modules: we make sure that if a module contains an entry forManman Ren1-0/+5
2016-03-25Store list of undefined-but-used objects in a deterministic order to fixRichard Smith1-1/+1
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+1
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-1/+1
2015-08-05function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove itsRichard Smith1-8/+4
2015-05-18Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi1-1/+9
2015-05-14Revert "Detect uses of mismatching forms of 'new' and 'delete'"Diego Novillo1-9/+1
2015-05-14Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi1-1/+9
2015-03-26[Modules] Preserve source order for the map of late parsed templates.Chandler Carruth1-1/+1
2015-03-24[modules] Deserialize CXXCtorInitializer list for a constructor lazily.Richard Smith1-0/+8
2015-03-07Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith1-6/+0
2015-02-28Rework our handling of key functions. We used to track a complete list of allRichard Smith1-6/+0
2014-09-06Add -Wunused-local-typedef, a warning that finds unused local typedefs.Nico Weber1-0/+6
2014-05-26[C++11] Use 'nullptr'. Sema edition.Craig Topper1-3/+3
2014-05-16If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith1-0/+5
2013-08-12Add hooks to ExternalSemaSource for after-the-fact diagnosis ofKaelyn Uhrain1-0/+9
2013-08-12Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.Kaelyn Uhrain1-0/+16
2013-08-07PR9992: Serialize and deserialize the token sequence for a function template inRichard Smith1-0/+6
2013-02-07Simplify FindExternalVisibleDeclsByName by making it return a bool indicatingRichard Smith1-12/+5
2013-02-01Add a new -Wundefined-inline warning for inline functions which are used but notNick Lewycky1-2/+2
2013-01-31Remove elements from Sema.UndefinedInternals as functions are defined. AlsoNick Lewycky1-1/+1
2013-01-26Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky1-0/+6
2013-01-10Truth in advertising: LocallyScopedExternalDecls actually only containsRichard Smith1-2/+2
2012-12-19Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie1-6/+6
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+0
2012-10-18From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.Axel Naumann1-0/+271