index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
MultiplexExternalSemaSource.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove its
Richard Smith
2015-08-05
1
-8
/
+4
*
Detect uses of mismatching forms of 'new' and 'delete'
Ismail Pazarbasi
2015-05-18
1
-1
/
+9
*
Revert "Detect uses of mismatching forms of 'new' and 'delete'"
Diego Novillo
2015-05-14
1
-9
/
+1
*
Detect uses of mismatching forms of 'new' and 'delete'
Ismail Pazarbasi
2015-05-14
1
-1
/
+9
*
[Modules] Preserve source order for the map of late parsed templates.
Chandler Carruth
2015-03-26
1
-1
/
+1
*
[modules] Deserialize CXXCtorInitializer list for a constructor lazily.
Richard Smith
2015-03-24
1
-0
/
+8
*
Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext
Richard Smith
2015-03-07
1
-6
/
+0
*
Rework our handling of key functions. We used to track a complete list of all
Richard Smith
2015-02-28
1
-6
/
+0
*
Add -Wunused-local-typedef, a warning that finds unused local typedefs.
Nico Weber
2014-09-06
1
-0
/
+6
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-3
/
+3
*
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
2014-05-16
1
-0
/
+5
*
Add hooks to ExternalSemaSource for after-the-fact diagnosis of
Kaelyn Uhrain
2013-08-12
1
-0
/
+9
*
Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.
Kaelyn Uhrain
2013-08-12
1
-0
/
+16
*
PR9992: Serialize and deserialize the token sequence for a function template in
Richard Smith
2013-08-07
1
-0
/
+6
*
Simplify FindExternalVisibleDeclsByName by making it return a bool indicating
Richard Smith
2013-02-07
1
-12
/
+5
*
Add a new -Wundefined-inline warning for inline functions which are used but not
Nick Lewycky
2013-02-01
1
-2
/
+2
*
Remove elements from Sema.UndefinedInternals as functions are defined. Also
Nick Lewycky
2013-01-31
1
-1
/
+1
*
Preserve Sema::UndefinedInternals across PCH boundaries. Fixes
Nick Lewycky
2013-01-26
1
-0
/
+6
*
Truth in advertising: LocallyScopedExternalDecls actually only contains
Richard Smith
2013-01-10
1
-2
/
+2
*
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...
David Blaikie
2012-12-19
1
-6
/
+6
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+0
*
From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.
Axel Naumann
2012-10-18
1
-0
/
+271