Fangrui Song
|
0761773157
Fix file headers. NFC
|
6 سال پیش |
Bruno Ricci
|
749fd7613d
[AST] Update the comments of the various Expr::Ignore* + Related cleanups
|
6 سال پیش |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 سال پیش |
Stephen Kelly
|
d7b659b592
Port getLocStart -> getBeginLoc
|
7 سال پیش |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 سال پیش |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 سال پیش |
Richard Smith
|
ef91bd38cd
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
|
7 سال پیش |
Galina Kistanova
|
2977397e54
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
|
8 سال پیش |
Angel Garcia Gomez
|
d162035b9b
Roll-back r250822.
|
9 سال پیش |
Angel Garcia Gomez
|
e83bf34da9
Apply modernize-use-default to clang.
|
9 سال پیش |
Pete Cooper
|
34219cae4a
Use llvm::reverse to make a bunch of loops use foreach. NFC.
|
10 سال پیش |
David Blaikie
|
8ee697fb1b
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
|
10 سال پیش |
Alp Toker
|
3cb5e19adf
ARCMigrate: simplify diagnostic handling
|
11 سال پیش |
Alp Toker
|
35fe9a0c1e
ARCMigrate: Introduce proper diagnostics for TransformActions
|
11 سال پیش |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 سال پیش |
Benjamin Kramer
|
478851c3ed
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
|
13 سال پیش |
Fariborz Jahanian
|
b5c6babd3d
arc migrator: Provide infrastructure to add options
|
13 سال پیش |
Argyrios Kyrtzidis
|
1fe4203ca0
[arcmt] In GC, error out when there is a call that returns a pointer to
|
13 سال پیش |
David Blaikie
|
d6471f7c19
Rename Diagnostic to DiagnosticsEngine as per issue 5397
|
14 سال پیش |
Argyrios Kyrtzidis
|
a64ccefdf0
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
|
14 سال پیش |
Chandler Carruth
|
edc3dccece
Rename SourceManager::getInstantiationRange to getExpansionRange.
|
14 سال پیش |
Chandler Carruth
|
402785357a
Mechanically rename SourceManager::getInstantiationLoc and
|
14 سال پیش |
Chris Lattner
|
2d3ba4f5a9
Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon Mulder!
|
14 سال پیش |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 سال پیش |
Argyrios Kyrtzidis
|
fd10398c10
[arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safe
|
14 سال پیش |
Chandler Carruth
|
711474a6c6
Switch comments about 'macro instantiation' to 'macro expansion' in
|
14 سال پیش |
Chandler Carruth
|
433db06b61
Convert terminology in the Lexer from 'instantiate' and variants to
|
14 سال پیش |
Argyrios Kyrtzidis
|
7a759606d9
Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexer, since they depend on it now.
|
14 سال پیش |
John McCall
|
7e5e5f4cc3
In ARC, reclaim all return values of retainable type, not just those
|
14 سال پیش |
Argyrios Kyrtzidis
|
b73377eeb3
Make the Preprocessor more memory efficient and improve macro instantiation diagnostics.
|
14 سال پیش |